﻿/*	Element	*/
* {
	margin:0;
	padding:0;
	}

body {
	font:101.1% Arial, Verdana, sans-serif;
	line-height:1.3em;
	text-align: center;
	background:url(images/background.gif);
	padding:20px 0 54px 0;
	}
	
h2{
	color:#666666;
	font-family:arial;
	font-size:20px;
	}

p{
	color:#666666;
	font-family:arial;
	font-size:11px;	
	line-height:16px;
	}	

a{
	color:#666666;
	}
	
a:active, a:focus, a:hover{
	color:#333333;
	}
	
li{
	font-family:arial; 
	color:#666666;
	line-height:21px;
	}		

/*	/Element	*/


/* Framework */
.page{
    width:825px;
	margin:0 auto;
	text-align:left;
	font-size:76%;
	}

#header{
	margin-top:1em;
	background:url(images/menuBackground.gif) repeat-x bottom;
	height:148px;
	}

#main{
	padding:0 24px 34px 24px;
	background-color:#ffffff;
	}
	
#content{
	width:550px; 
	float:left;
	margin-left:40px;
	}
/* /Framework */




/* topNavigation */
#logga{
	background:url(images/logga.gif) no-repeat bottom;
	height:148px;
	width:172px;
	margin:0 12px;
	float:left;
	padding-right:20px;
	}

#leftTopLink, #rightTopLink{
	list-style-type:none;
	float:left;
	}
	
#leftTopLink{
	margin-left:19px;
	}	

	#leftTopLink li, #rightTopLink li{
		display:inline;
		margin:0 2px;
		}

		#leftTopLink li a img, #rightTopLink li a img{
			border:0;
			}

.topLinkSeparator{
	float:left; 
	}			
/* /topNavigation */



.dots{
	background:#fff url(images/vrtDots.gif) no-repeat top right;
	height:646px;
	width:9px;
	float:left;
	}



/*	leftMenu	*/
#leftMenu{
	width:145px; 
	float:left;
	margin:27px 0 0 12px;
	}

.leftMenu{
	list-style-type:none; 
	margin:12px 0 0 6px;
	}

	.leftMenu li{
		list-style-type:none;
		}

		.leftMenu li a{
			color:#666666;
			font-weight:bold;
			text-decoration:none;
			}

			.leftMenu li a:active, .leftMenu li a:focus, .leftMenu li a:hover{
				text-decoration:underline;
				}

.leftSubMenu{
	list-style-type:none;
	margin-left:12px;
	}

	.leftSubMenu li{
		list-style-type:none;
		}

		.leftSubMenu li a{
			color:#666666;
			font-weight:normal;
			text-decoration:none;
			}

			.leftSubMenu li a:active, .leftSubMenu li a:focus, .leftSubMenu li a:hover{
				text-decoration:underline;
				}
				
#searchBox{
	background-color:#eaec88;
	border:0;
	width:98px;
	margin-right:2px;
	}

#searchBtn{
	background:#fff url(images/searchOk.gif) no-repeat top;
	height:19px;
	width:30px;
	cursor:pointer;
	border:0;
	}				
/*	/leftMenu	*/

/*	Widjets - startsidan	*/
.widjetPink{
	margin:0 13px 0 0; 
	height:120px; 
	width:174px; 
	background:#f7afc6 url(images/bannerSuscribe.gif) no-repeat top;  
	float:left;
	}

.widjetYellow{
	}

.widjetGreen{
	}

.widjetMargin{
	margin:72px 0 0 20px;
	}

.widjetBtn{
	width:40px; 
	height:20px; 
	border:0; 
	background:url(images/inputOk.gif) no-repeat top; 
	color:#fff;
	}
	
/*	/Widjets - startsidan	*/

/*	Textpages	*/

.leftTextPageBox{
	width:340px;
	float:left;
	}
	
.rightTextPageBox{
	width:120px;
	margin-left:58px;
	float:left;
	}	

.pinkInfoBox{ 
	padding:12px;
	background-color:#f7afc6; 
	}

/*	/Textpages	*/

/*	Footer	*/
#footer{
	clear:both;
	}
/*	/Footer	*/

/*	General	*/
.floatLeft{
	float:left;
	}

.floatRight{
	float:right;
	}
	
.clearBoth{
	clear:both;
	}		
	
.displayNone{
	display:none;
	}
		
.hrzBlank25{ 
	height:25px;
	}		
		
.hrzBlank100{
	height:100px;
	}
/*	/General	*/