@charset "utf-8";
#Header {
	width: 100%;
	height: 65px;
	background: url(../bilder/website/top-bg.png) repeat-x;
	position: fixed;
}

#Logo {
	height: 100%;
	width: 400px;
	float: left;
}
	

#navi {
	width: 650px;
	height: 100%;
	float: right;
}

#Content {
	width: 100%;
	min-width: 1075px;
	height: 100%;
	min-height: 500px;
	padding-top: 70px;
	clear: both;
	
}

#primContent {
	width: 65%;
	height: 100%;
	float: left;
}

#secContent {
	width: 34%;
	height: 100%;
	float: right;
}

#newsContent {
	height: 100%;
	width: 583px;
	margin-left: 15%;
}

#newsTop {
	height: 15px;
	width: 100%;
	background: url(../bilder/website/news-top.png);
}

#newsBg {
	height: 100%;
	background: url(../bilder/website/news-bg.png) repeat-y;
	padding-left: 10px;

}

#newsBottom {
	height: 26px;
	width: 100%;
	background: url(../bilder/website/news-bottom.png);
}
#newsheadline {
	height:30px;
	width: 98%;
	background: url(../bilder/website/headbg.png);
	margin-left:;
	float:left;

}
#footer {
	height: 45px;
	width: 100%;
	background: #f5f5f5;
	border: #FFF solid 2px;
	position: fixed;
	bottom: 0px;
}

#navigation li {
	font-size: 15px;
	display: inline;
	line-height: 0px;
}

a.navi:link 	{margin-left: 0;  font-family:Arial,Verdana,Helvitica,sans-serif; font-size: 15px; font-weight:bold; color:#A00; text-decoration: none}
a.navi:visited  {margin-left: 0; font-family:Arial,Verdana,Helvitica,sans-serif; font-size: 15px; font-weight:bold; color:#A00; text-decoration: none}
a.navi:active 	{margin-left: 0; font-family:Arial,Verdana,Helvitica,sans-serif; font-size: 15px; font-weight:bold; color:#B2B2B2; text-decoration: none}
a.navi:hover 	{margin-left: 0; font-family:Arial,Verdana,Helvitica,sans-serif; font-size: 15px; font-weight:bold; color:#B2B2B2; text-decoration: underline}

.clear {
	clear: both;
}

ul#tabnav {
	border:0;
	margin-top: 10px;
	padding: 10px;
	text-align: right;
	font-size: 11px;
	font-family: 'Cheyenne';
	list-style-type: none;
	border:hidden;
}
ul#tabnav li {
	display: inline;
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {
	color: #999;
	top: 1px;
	padding-top: 4px;
	border:hidden;
}
ul#tabnav li a {
	color: #454545;
	text-decoration: none;
	height: 45px;
	margin:5px 0 0 0;
	padding: 15px 15px 15px 15px;
	border:hidden;
}
ul#tabnav a:hover {
	color: #eb0000;
	border:hidden;
	
	}
ul#tabnav a:active {
	border:hidden;
	
}

