html, body, div, p, h1, h2, h3, ul, ol, span, a, table, th, td, form, img, li, input {
	border:0px;
	margin: 0px;
	padding: 0px;
   	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   	font-size:96%;
	color:#3E4694;
	text-decoration:none;
	text-align:left;
}


/* Algemeines */
body {
	background-color:grey;
}
h1, h2 {
	font-weight:bold;
	font-size:110%;
}
h1 {
	margin-bottom:15px;
}
h3 {
	font-weight:bold;
}
a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
table {
	width:100%;
	border-spacing:1px;
}
thead {
	background-color:#9DD1F1;
	font-weight:bold;
}
th {
	padding: 2px 5px 2px 5px;
}
td {
	padding: 1px 5px 1px 5px;
	vertical-align:top;
	line-height:18px;
}



/* Grundgerüst */

/* Kopf */
#header {
	width:100%;
	background-color:#ffffff;
	height:90px;
	float:left;
}
#headerleft {
	height:70px;
	width:70%;
	float:left;
}
#logo {
	line-height:10px;
	position:absolute;
	top:8px;
	left:20px;
	color:#FF3333;
}
#headerright {
	border-bottom:1px solid #ffffff;
	width:20%;
	height:70px;
	float:right;
}
#gzuw {
	font-weight:bold;
	width:160px;
	margin:auto;
	margin-top:20px;
}
#headerbottom {
	background-color:#3e4694;
	height:20px;
	width:100%;
	float:left;
}

/* Menue */
#menu {
	width:100%;
	display:block;
	background-color:#9dd1f1;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	height:22px;
	float:left;
}
#menu a {
	color:#3E4694;
	background-color:#9dd1f1;
	border-right:1px solid #ffffff;
	padding:3px 25px 3px 25px;
	float:left;
	text-decoration:none;
}
#menu a.aktiv, #menu a:hover {
	color:#ffffff;
	text-decoration:none;
	background-color:#3E4694;
}
#menu span {
	float:right;
	padding:3px 3px 3px 3px;
}

/* Inhalt */
#main {
	background-color:#ffffff;
	width:100%;
	float:left;
	padding:25px 0px 25px 0px;
}
#left {
	width:20%;
	height:300px;
	float:left;
	margin-right:5%;
	background-color:#edf8ff;
}
#leftmitte {
	height:260px;
	width:100%;
	float:left;
}
#right {
	width:20%;
	height:300px;
	float:right;
	margin-left:5%;
	background-color:#edf8ff;
}
#rightmitte {
	height:260px;
	width:100%;
	float:right;
}
#inhalt {
	width:50%;
	float:left;
}
#inhaltoben {
	width:100%;
	float:left;
	background-color:#edf8ff;
	margin:auto;
}
#inhaltinhalt {
	width:80%;
	float:left;
	padding:0% 10% 0% 10%;
	background-color:#edf8ff;
	margin:auto;
}
#inhaltunten {
	width:100%;
	float:left;
	background-color:#edf8ff;
	margin:auto;
}
#inhalt p {
	line-height:18px;
	margin-bottom:15px;
	width:100%;
}
.ol {
	background:url(../Bilder/ol_bg.gif) no-repeat top left;
	height:20px;
	float:left;
	width:20px;
}
.or {
	background:url(../Bilder/or_bg.gif) no-repeat top right;;
	height:20px;
	float:right;
	width:20px;
}
.ul {
	background:url(../Bilder/ul_bg.gif) no-repeat top left;
	height:20px;
	float:left;
	width:20px;
}
.ur {
	background:url(../Bilder/ur_bg.gif) no-repeat top right;;
	height:20px;
	float:right;
	width:20px;
}

/* Fusszeile */
#footer {
	width:100%;
	background-color:#3E4694;
	float:left;
	color:#ffffff;
}
#footer a {
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#copy {
	color:#ffffff;
	float:left;
	padding:2px 4px 2px 4px;
}
#footermenu {
	color:#ffffff;
	float:right;
	padding:2px 4px 2px 4px;
}



/* Inputs */
.login, .textln {
	padding:1px 2px 1px 2px;
	background-color:#ffffff;
   	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3E4694;
	border:1px solid #9dd1f1;
}
.login {
	width:200px;
}
.textln {
	width:98%;
}
.buttbar {
	text-align:center;
	width:100%;
	float:left;
}
.butt {
	border:0px;
	background-color:#9dd1f1;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	color:#3E4694;
	padding:2px 20px 2px 20px;
	text-align:center;
}
.butt:hover {
	color:#ffffff;
	background-color:#3E4694;
}




/* Sonstigses */
.error {
	color:red;
}

/* Zebratabelle */
.ganz {
	background-color:#C4DFF0;
}
.krumm {
	background-color:#ffffff;
}
