@charset "utf-8";
/* CSS Document */
body {
	background-color:#999999;
	height:100%;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

a {
	color:#0099FF;
}

.spalte_links_1 {
	background-image:url(images/spalte_links_bg.gif);
	background-repeat: repeat-y;
}
.spalte_links_3 {
	background-image:url(images/spalte_rechts_bg.gif);
	background-repeat: repeat-y;
}

.spalte_rechts_1 {
	background-image:url(images/spalte_links_bg.gif);
	background-repeat: repeat-y;
}
.spalte_rechts_3 {
	background-image:url(images/spalte_rechts_bg.gif);
	background-repeat: repeat-y;
}
.spalte_links_2 {
	padding-top:10px;
	padding-bottom:10px;
}
.spalte_rechts_2 {
	padding-top:10px;
	padding-bottom:10px;
}

.site {
  	position:absolute;
  	top:35%;
  	left:50%;
  	height:393px;
  	margin-left:-417px;
  	margin-top:-196px; 
	width:834px;
	background-color:#FFFFFF;
}
.header-left {
	padding-left:298px;
}

label {
	width:80px;
	float:left;
}

.header {
	height:102px;
	border:1px solid #000000;
	background-color:#060a61;
	background-image:url(images/header-logo.jpg);
	background-repeat:no-repeat;
}

.inhalt {
	padding:20px;
	float:left;
	width:600px;
	height:451px;
	overflow:auto;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
}
.inhalt_unten {
	height:90%;
}
.inhalt_oben {
	padding-bottom:15px;
}

.menu_left {
	padding-top:200px;
	width:192px;
	float:left;
	background-image:url(images/vorlage_r2_c2.png);
	background-repeat:no-repeat;
	height:291px;
	border-left:1px solid #000000;
	border-bottom:1px solid #000000;
	background-color:#FFFFFF;
}

.content {
	background-color:#FFFFFF;
}

.nav {
}

div#2spalter {
	width:100%;
	border: 1px solid #ccc;
}

div#spalte {
	height:430px;
	background-color:#CCCCCC;
}


p.bodytext {
	padding:0px;
	margin:0px;
}

h1 {
	border-bottom:1px double #060a61;
	color:#FF990C;
	font-size:20px;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	clear:both;
}
