body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}

p, td, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul {
	margin-top:-12px;
}
hr {
	color: #003399;	
}

.blau {
	color: #003399;
}

.hellblau {
	color: #C8DAFF;
}

.umrandung {
	height: 600px;
	width: 900px;
	border: thin solid #003399;
	position: relative;
	padding: 75px 0px;
	margin:25px auto;
}

.headline {
	position: relative;
	left:-45px;
	width: 275px;
	height: 70px;
}

.head {
	position: absolute;
	height: 75px;
	width: 300px;
	left: 10px;
	top: 75px;
	color: #003399;
}

.menu {
	position: absolute;
	height: 350px;
	width: 200px;
	top: 220px;
	left: 50px;
	border: 1px solid blue;
}

.inhalt {
	position: absolute;
	height: 580px;
	width: 400px;
	top: 105px;
	left: 500px;
}

.ausbildung {
	position: absolute;
	height: 30px;
	width: 150px;
	top: 195px;
	left: 270px;
	background-color:#C8DAFF;
	padding: 5px;
}

a.over:link {
	background-color: #003399;
}	
a.over:visited {
	background-color: #C8DAFF;
}	
a.over:hover {
	background-color: #C8DAFF;
}
a.over:active {
	background-color: #C8DAFF;
}
.over {
	background-color:#C8DAFF;
}	
.over:hover{
	background-color:#003399;
}	
h1 {
	font-size: 18px;
	color: #003399;
}
h2 {
	font-size: 14px;
	color: #003399;
}
.table {
	border: 1px solid #003399;
}
input, textarea {
	border: 1px solid #C8DAFF;
    background-color: #F0F0F0; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

fieldset {
	border:1px solid #003399;
	padding: 6px;
}

legend {
	background-color:#F0F0F0;
	color:#003399;
	font-weight: bold;
	padding: 0px 80px 0px 10px;
	padding: 3px;
	border: 1px solid #003399;
}	

.bez {
	width: 100px;
	text-align: right;
	padding-left: 0px;
	padding-right: 20px;
	float: left;
}

.formcheck {
	width: 180px;
	padding-right: 5px;
	float: left;
}

.zeile { 
	padding-left: 10px;
	padding-top: 3px; 
	display: block;
	clear: both;
}

.storno {
	font-size: 10px;
	color: red;
	font-weight: bold;
}

.content {
	background-color:#C8DAFF;
}

