@charset "utf-8";
* {
	margin:0;
	padding:0;
}

body {
	background:url(bg.jpg) repeat;
	font-family: Verdana;
	font-size:12px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	color: #033887;
	padding-bottom:5px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color: #484848;
}

img {
	border: 0px;
}

td {
	padding:5px;
	background: #eee;
}

hr {
	margin:10px;
	border:dotted #033887 1px;
}

#wrap {
	margin:10px auto;
	width:800px;
}

#header {
	background:url(header.jpg) no-repeat;
	width:800px;
	height:200px;
}
#logo{
width:60px;
height:60px;
background:url(px_logo_klein.png);
float:right;
margin:130px 10px 0 0;
z-index: 10;}

#video {
	z-index: 1;
}


#rootline {
	padding: 10px 20px 0 20px;
	width:635px;
	float:left
}

#rootline li{
	color:#fff;
	display:inline;
}

#rootline li a{
	color:white;
	text-decoration:none;
	font-size:12px;
}

#content {
	width:500px;
	float:left;
}

#content_header {
	background:url(content_header.png) no-repeat;
	width:500px;
	height:20px;
}

#content_main {
	background:url(content.png) repeat-y;
	width:450px !important;
	width:500px;
	padding: 0 25px 10px 25px;
}

#content_footer{
	background:url(content_footer.png) no-repeat;
	width:500px;
	height:20px;
}

#news {
	width:175px;
	float:right;
}

#news_header {
	background:url(news_header.png) no-repeat;
	width:175px;
	height:20px;
}

#news_main {
	background:url(news_content.png) repeat-y;
	width:145px !important;
	width:175px;
	padding: 0 15px 10px 15px;
}

#news_footer{
	background:url(news_footer.png) no-repeat;
	width:175px;
	height:20px;
}

#navi {
	padding-top:10px;
	width:125px;
	float:left;
}

#navi a {
	display:block; 
	color: white;
	text-decoration:none;
	font-size:11px;
	padding:5px 0 6px 10px;
	margin-bottom:2px;
}

#navi ul {
	list-style-type: none;
}


#navi ul li{
	background:url(navi.png) no-repeat;
}

#navi ul li a:hover{
	background:url(navi_over.png) no-repeat;
}

#navi ul li ul li{
	margin-left:10px;
	background:url(navi_sub.png) no-repeat;

}

#navi ul li ul li a:hover{
	background:url(navi_sub_over.png) no-repeat;
}

#navi ul li ul li ul li{
	background:url(navi_sub_2.png) no-repeat;

}

#navi ul li ul li ul li a:hover{
	background:url(navi_sub_2_over.png) no-repeat;
}

#navi ul li ul li ul li a{
	font-size:9px;
}

.csc-sitemap a{
	text-decoration:none;
	color:#000;
}

.csc-sitemap ul{
	list-style-type: square;
	color:#033887;
	margin-left:20px;
}

.bodytext {
	border-bottom: dotted #033887 2px;
	padding:10px 5px;
	line-height:1.8em;
}

.td-last{
	width:450px;
}

.contenttable{
	font-size:10px;
}

.csc-mailform {
	border:0px;
}

#mailform label {
	display:block;
	width:100px;
}

#lightbox {
	margin-top:160px;
}