body {
	background-color: #EEEEEE;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}

.b3 #top {
	width: 830px;
	height: 90px;
	background-image: url(bilder/bg/bg_top.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
}

.b3 #top div {
	padding-top:24px;
	margin-right:30px;
	color: white;
	font-family: "The Sans", Arial, Helvetica, Verdana, sans-serif;
	font-variant: small-caps;
	font-size: 12px;
	letter-spacing:+1px;
	line-height: 12px;
	text-align:right;
}

.big {
	font-size: 24px;
	letter-spacing:+4px;
	line-height: 40px;
}

.b3 #container {
	width: 830px;
	background-image: url(bilder/bg/bg_mid.png);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #EEEEEE;
}

.b3 #topbild {
	height: 500px;
	text-indent:10px;
}
.b3 #topbild img{
	display:inline;
}

.b3 #nav {
	width:750px;
	background-color: #EEEEEE;
	border-bottom: 1px solid #cccccc;
	margin-top:0;
	margin-bottom:0;
	margin-left:10px;
	margin-right:20px;
	padding-left:25px;
	padding-right:25px;
	padding-top:0;
	padding-bottom:0;
}

.b3 #main {
	width:740px;
	margin-top:0;
	margin-bottom:0;
	margin-left:10px;
	margin-right:20px;
	background-color: #DEDEDE;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:30px;
	padding-right:30px;
}

.ruta {
	background-color: #EEEEEE;
	margin:25px;
	padding:25px;
}

.felruta {
	background-color: #EEEEEE;
	margin-left:25px;
	margin-right:300px;
	padding:25px;
}


.b3 #bottom {
	width: 830px;
	background-color: #DDDDDD;
	background-image: url(bilder/bg/bg_bottom.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 100px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.b3 #bottom div {
	width:750px;
	border: 0; 
	margin-top:0;
	margin-bottom:0;
	margin-left:10px;
	margin-right:20px;
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:0;
}
/*
.b3 #bottom p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
	text-align: center;
	text-decoration: none;
}
*/

#meny {
	margin:0;
	padding:10px;
	/*
	padding-top:5px;
	padding-bottom:5px;
	*/
	font-family:Verdana,Helvetica,sans-serif;
	font-size:12px;
}

#meny ul {
	list-style:none;
	text-indent:0;
}

#meny li {
	display:inline;
}

#meny li.dubb {
	display:inline;
	line-height: 150%;
}


#meny li.spacer {
	display:block;
	background-image: url(bilder/navspacer.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	text-indent:-25px;
}


#meny a {
	width:auto;
	height:100%;
	padding-left:10px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:0px;	
	text-decoration:none;
}

#meny a:link {
	color:#004466;
}
#meny a:visited {
	color:#004466;
}
#meny a:hover {
	color:#004466;
	background-color:#99ccff;
}
#meny a#current {
	background-color:#99ccff;
	color:#ffffff;
	font-weight: bold;
}

p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	text-indent:0;
}

.intro {
	font-size: 12px;
	line-height: 15px;
	color: #004466;
}

.intro2 {
        font-size: 10px;
	color: #004466;
}

.indent {
	text-indent:3em;
}

.notable {
	color: #444444;
	font-weight: bold;
}

.notable_indent {
	text-indent:3em;
	color: #444444;
	font-weight: bold;
	margin:0;
	padding-right:25px;
}


.error {
	color: red;
	font-weight: bold;
}

h1 {
	color:#004466;
	font-family: "The Sans", Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing:+1px;
	line-height: 16px;
}

h1 .anfang {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 18px;
}

h1 .kursiv {
	font-style: italic;
}


h2 {
	color:#004466;
	font-family: "The Sans", Arial, Helvetica, Verdana, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	letter-spacing:+1px;
	line-height: 14px;
}  

h3 {
	color:#004466;
	font-family: "The Sans", Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-style: italic;
	letter-spacing:+1px;
	line-height: 16px;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #004466;
}
a:active {
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

.external {
	background:url(bilder/extlink.png) no-repeat right top;
	padding-right:15px;
}
.goto {
	background:url(bilder/goto.png) no-repeat right center;
	padding-right:18px;
}
.back {
	background:url(bilder/back.png) no-repeat left center;
	padding-left:18px;
}
.mail {
	background:url(bilder/mail.png) no-repeat right center;
	padding-right:18px;
}


img {
	border:0px;
	vertical-align:middle;
}

.odd {
	background-color: #FFFFFF;
}

.even {
	background-color: #CCCCCC;
}


.ner {
	clear:both;
}

td {
	vertical-align:top;
}

td.bott {
	vertical-align:text-top;
	border-bottom:1px solid gray;
}
