body{
   background-color: White;
	overflow: auto;
	margin-left: 0px;
} 

body.logo{
	background-image: url(/bilder/logo_start2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: auto;
} 


div.logo{
	background-color: transparent;
	background-image: url(/bilder/menuelogo-4.gif);
	background-repeat: no-repeat;
	height: 180px;
	left: 0px;
	top: 0px;
	width: 180px;
	margin-left: 0px;
}

div.nologo{
	height: 180px;
	left: 0px;
	top: 0px;
	width: 180px;
	visibility: hidden;
	margin-left: 0px;
}

div.clink {
	font: 11px arial, sans-serif;
	height: auto;
	left: 10px;
	top: 180px;
	width: 150px;
	margin-left: 5px;
}

div.clink a {
	background-color: #B8C9DA;
	border-bottom : 1px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
	color: #004080;
	display: block;
	font-weight : normal;
	margin: 0px 0px 4px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 1px;
	position : relative;
	text-align: left;
	text-decoration: none;
	-moz-border-radius:4px;
}
	
div.clink a.red {
	padding-right: 5px;
	display: block;
	padding-left: 10px;
	background-color: #32719d;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px 0px 2px;
	color: Red;
	text-align: left;
	text-decoration: none;
	position : relative;
	font-weight : bold;
	border-bottom : 1px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
}
	
div.clink a.sel {
	padding-right: 5px;
	display: block;
	padding-left: 10px;
	background-color: #004080;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px 0px 2px;
	color: #c6d6e7;
	text-align: left;
	text-decoration: none;
	position : relative;
	font-weight : normal;	
}
	
div.clink a.selred {
	padding-right: 5px;
	display: block;
	padding-left: 10px;
	background-color: #004080;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px 0px 2px;
	color: Red;
	text-align: left;
	text-decoration: none;
	position : relative;
	font-weight : normal;
}
	
div.sub {
	left : 10px;
	width : 140px;
	font: 11px arial, sans-serif;
	position: relative;
}

div.subsub {
	left : 10px;

	width : 130px;
	font: 11px arial, sans-serif;
	position: relative;
}

div.sub a {
	padding-right: 5px;
	display: block;
	padding-left: 10px;
	background-color: #Dddfe3;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px 0px 2px;
	color: #004080;
	text-align: left;
	text-decoration: none;
	position : relative;
	font-weight : normal;
	border-bottom : 1px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
}

div.sub a.sel {
	padding-right: 5px;
	display: block;
	padding-left: 10px;
	border-left-width: 0px;
	background-color: #004080;
	border-bottom-width: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px 0px 2px;
	color: #d9e4ef;
	text-align: left;
	text-decoration: none;
	position : relative;
	font-weight : bold;
}

div.subsub a {
	padding-right: 5px;
	display: block;
	padding-left: 10px;
	background-color: #e8eff7;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px 0px 2px;
	color: #004080;
	text-align: left;
	text-decoration: none;
	position : relative;
	font-weight : bold;
	border-bottom : 1px solid #CCCCCC;
	border-right : 1px solid #CCCCCC;
}

div.subsub a.sel {
	padding-right: 5px;
	display: block;
	padding-left: 10px;
	background-color: #004080;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px 0px 2px;
	color: #e8eff7;
	text-align: left;
	text-decoration: none;
	position : relative;
	font-weight : bold;
}


