/*
-----------------------------------------------
Design by Martin Belak
Contact:   martin at belak dot se
Version:  28 Jul 2005
----------------------------------------------- */

body {
	background-color: 		#035496;
	font-family:			arial, sans-serif;
	font-size:				12px;
	line-height: 			1.4em;
	width:					100%;
	margin:					0;
	padding:				0;
	text-align:				center;
	}


/* Page Structure
----------------------------------------------- */

#header {
	width:					790px;
	height:					113px;
	margin:					0 auto 0 auto;
	padding:				0px 0 0 0;
	background-color: 		#7CA6C8;
	text-align:				center;
	border:					none;
	background-image:		url(../images/t1.gif);
	background-repeat:		no-repeat;
	font-family:			"lucida sans", arial, sans-serif;
	font-size:				20px;
	line-height: 			30px;
	font-weight: 			bold;
	}
#main {
	width:					740px;
	margin:					0 auto 0 auto;
	padding:				1px 30px 10px 20px;
	background-color:		#FFF;
	text-align:				left;
	background-image:		url(../images/t2.gif);
	background-repeat:		repeat-y;
	background-position:	left top;
	border:					0px solid green;
	clear:					both;
	}
#menu {
	width:					190px;
	margin:					0;
	padding:				20px 0 0 0;
	background-color:		#FFF;
	text-align:				left;
	float: left;
	}
#content {
	width:					auto;
	margin:					0;
	padding:				0 0 0 20px;
	background-color:		#FFF;
	text-align:				left;
	margin-left:			200px;
	border-top: 			0px none #666666;
	border-right: 			0px none #666666;
	border-bottom: 			0px none #666666;
	border-left: 			1px dotted #CCCCCC;
	min-height:				450px;
	}
#disclaimer {
	border-top: 			1px solid #CCCCCC;
	width:					inherit;
	text-align:				center;
	font-family:			"lucida sans", arial, sans-serif;
	font-size:				10px;
	color:					#666666;
	line-height:			17px;
	padding:				10px 0 0px 0;
	}
#staticNavigation p {
	font-size: 				12px;
    padding: 				0px 4px 0px 4px;
	color: 					black;
	border-top-width: 		1px;
	border-top-style: 		dotted;
	border-right-style: 	none;
	border-bottom-style: 	none;
	border-left-style: 		none;
	border-top-color: 		#B8BAC0;
	}
#loginbox {
	position: 				relative; 
	left:					90px; 
	top: 					50px; 
	border:					0px solid red; 
	width:					220px; 
	height:					130px; 
   	background-image:		url(images/note2.png); 
	background-repeat:		no-repeat; 
	padding:				30px 20px 20px 95px;
	}
#loginruta {
	position:			relative;
	top:				-1px;
	width:				511px;
	height:				21px;
	background-image: 		url(../images/login.gif); 
	color:				#fff;
	text-align:			center;

}



/* Basic Styles
----------------------------------------------- */
img {
	border: 				0px;
	}
td {
	font-family: 			"lucida sans", arial, sans-serif;
	font-size: 				12px;
	}
th {
	font-family: 			"lucida sans",  arial, sans-serif;
	font-size: 				12px;
	}
li {
	margin-bottom: 			.5em;
	}

/* Links
----------------------------------------------- */
#content a:link, 
#content a:visited {
	color: 					#0D5B9B;
	text-decoration: 		none;
	}
#content a:hover {
	color: 					#0D5B9B;
	border-bottom: 			1px dotted #0D5B9B;
	}
#disclaimer a:link, 
#disclaimer a:visited {
	color: 					#666666;
	text-decoration: 		none;
	}
#disclaimer a:hover {
	color: 					#666666;
	border-bottom: 			1px dotted #666666;
	}
#staticNavigation a:link,
#staticNavigation a:visited {
	color: 					#000000;
	text-decoration: 		none;
	}
#staticNavigation a:hover {
	color: 					#0D5B9B;
	border-bottom: 			1px dotted #0D5B9B;
	}
#loginruta a:link,
#loginruta a:visited {
	color: 					#fff;
	text-decoration: 		none;
	}
#loginruta a:hover {
	color: 					#fff;
	border-bottom: 			1px dotted #fff;
	}

/* Headlines
----------------------------------------------- */
div.h1 {
	position:				relative;
	left:					0px;
	top:					0px;
	height:					32px;
	z-index:				1;
	font-family: 			Georgia, "Times New Roman", Times, serif;
	font-size: 				24px;
	color: 					#FFFFFF;
	line-height: 			28px;
	text-align:	 			center;
	font-style: 			normal;
	font-weight: 			lighter;
	width: 					808px;
	}
.h2 {
	font-family: 			Georgia, "Times New Roman", Times, serif;
	font-size: 				13px;
	color: 					#00335C;
	font-weight: 			bold;
	line-height:			20px;
	
	}
.h3 {
	font-family: 			Georgia, "Times New Roman", Times, serif;
	font-size: 				15px;
	font-weight: 			bold;
	color: 			#00335C;
	border-bottom:		1px dotted #00335C;
	}
#citat {
	font-family: 			Georgia, "Times New Roman", Times, serif;
	font-size: 				15px;
	line-height:			20px;
	font-style: 			italic;
	margin:					10px 20px	20px 40px;
}

#sitemap {
	float: right;
	color: #ffffff;
	cursor: default;
}
#sitemap a:link, #sitemap a:visited, #sitemap a:hover {
	color: #ffffff;
	text-decoration: none;
	border:0px;
}

.special_table {
	border-style: solid;
	border-color: #999;
	border-width: 0 0 1px 1px;
}

.special_table td {
	border-style: solid;
	border-color: #999;
	border-width: 1px 1px 0 0;
	font-size:10px;
}