/**
  Vidilab theme
  By Done and Done - http://www.doneanddone.se
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* PARAGRAPHS */
.typography p { 
 	color: #333;
 	line-height: 1.7em;
 	font-size: 1.1em;
}
#Content p {
 	margin: 10px 0 5px 0;
}
#Sidebar p {
	font-size: 1.1em;
 	clear: both;
 	margin: 10px 0 0 10px;
}
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}
#Footer p{margin-top: 30px;}

  	#Footer a { 
	   	color: #369; 
	   	text-decoration: none;
		}


/* LINKS */


.typography a, .typography a:link { 
    text-decoration: none;
    color: #69c;
    border-bottom: 1px dotted #69c; 
}
.typography a:visited { color: #69c; border-color: #669; }
.typography a:hover { color: #369; border-color: #693; text-decoration: none; }
.typography a:active { color: #c33; border-color: #c33 }

/*Nyheter*/

#leftBox .nyhetslank{border-bottom: 0; color: #999; margin-bottom:20px;}
#leftBox .datum{ color: #999; font-size: 0.9em; margin:-10px 0 -5px 0;}
#nyhet{margin: 10px 0 15px 0;}






/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 20px;
	color: #333;
}

.typography li {
	margin: 5px 10px 10px;
	font-size: 1.1em;
	line-height: 1.8em;
}

/* HEADER STYLES */

.typography h1,
.typography h2 { 
	color: #333; 
	clear: both;
	font-family: Georgia,serif;
}
.typography h1 {
	font-size: 2.4em;
	font-weight: bold;
}
.typography h2 { 
 	font-size: 2em; 
 	font-weight: 300;
 	margin: 10px 0 2px 0;
}
	
.typography h3 {
	font-size: 1.6em;
	color: #333;
	margin: 15px 0 0 0;
	font-weight: 300;
	clear: both;
	font-family: Georgia,serif;
	letter-spacing: .12em;
}
.typography h4 {
	font-size: 1.6em;
	color: #222;
	width: 100%;
	clear: both;
	font-weight: 300;
	line-height: 1.5em;
	border-bottom: 1px solid #ccc;
	margin: 25px 0 10px 0;
}
.typography h5 {
	font-size: 1.4em;
	color: #222;
	font-weight: 300;
	margin: 10px 0;
}
.typography h6 {
	font-size: 1.2em;
	color: #555;
	line-height: 1.4em;
	margin: 10px;
	margin: 0;
}

/* ICONS */
.typography a[href$=".pdf"],
.typography a[href$=".PDF"],
.typography a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(grafik/icons/page_white_acrobat.png) no-repeat left center;
}
.typography a[href$=".doc"],
.typography a[href$=".DOC"],
.typography a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(grafik/icons/page_word.png) no-repeat left center;
}
.typography a[href$=".xls"],
.typography a[href$=".XLS"],
.typography a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(grafik/icons/page_excel.png) no-repeat left center;
}
.typography a[href$=".gz"],
.typography a[href$=".GZ"],
.typography a[href$=".gzip"],
.typography a[href$=".GZIP"],
.typography a[href$=".zip"],
.typography a[href$=".ZIP"],
.typography a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(grafik/icons/page_white_zip.png) no-repeat left center;
}
.typography a[href$=".exe"],
.typography a[href$=".EXE"],
.typography a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(grafik/icons/application.png) no-repeat left center;
}

/* FORMS */
.typography label {
	font-size: 1em;
}
.typography input.text, .typography textarea {
	font-size: 1em;
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
	
/**Fretagsregister**/

#foretagslankar a{
				color: #FFF;
				font-family: Georgia,serif;
				font-size: 2em; 
 				font-weight: 300;
 				margin: 20px 0 2px 20px;
 				padding: 10px;
 				background: url(grafik/forelankbg.jpg);
 				float: left;
 				border: 0;
				}
	

