/* Allgemeines Start */
.anmeldung a{
	text-decoration: none;
	color: #000000;	
	font-size: 10px;
}

.anmeldung a:hover{
    background-color: #C8C8C8;
}

.banner_rechts, .anmeldung{
	padding-top: 20px;	
}

.bannerleiste_rechts img{
	border: 1px solid black;
	margin-bottom: 10px;
}

body {
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica;
}

.bordered{
	border: 1px solid #000000;
}

.fettschrift{
    font-weight: bold;
}

.form_style{
	border: 1px solid black;
	margin-bottom: 5px;
	background-color: #EEEEEE;
}

.layout {
	position: relative;
	border:0;
	width:760px;
	height:450px;
	/*left: 50%;*/
	/*margin-left: -380px;*/
	margin: 0 auto;
}

.inhalt_text{
	font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    color: #000000;
	margin-right: 10px;
	height: 750px;
}

.inhalt_text td{
	padding-right: 10px;
}

.inhalt_text a{
    text-decoration: none;
    color: #000000;
}

.inhalt_text a:hover{
    background-color:#C8C8C8;
    text-decoration: none;
    color: #000000;
}

.inhalt_text select{
    width: 150px;
}

input, textarea{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
}

.navi{	
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
}
.navi a{
	display:block;
	margin:0px;
	padding:0px;
	padding-left:8px;
	padding-right:8px;	
	text-decoration:none;
	color:#000000;
}

.navi ul{
	height: 14px;
	width: 600px;
	padding: 0;
	margin: 40px auto 20px;
}
.navi li{
	float:left;
	margin:0px;
	padding:0px;
	list-style: none;
    display: inline;	
	border-right:1px solid #000000;
}	
.navi a:hover{	
	background-color: #C8C8C8;
}

.start{
	position: relative;
	border:0px;
	width:1024px;
	height:522px;
	/*left: 50%;*/
	/*margin-left: -452px;*/
	margin: 0 auto;
	background-image: url('bilder/bg.jpg');
	background-repeat: no-repeat;
}

.text{
	font-size: 13px;
}

.text_small{
	font-size: 11px;
}
.externlinks {
  padding: 4px;
  color: black;
  border: 2px solid white;
  text-align: center;
}
.externlinks a {
  color: black;
}
.externlinks a:hover {
  background-color: #DEEAFA;
}
.midpic {
  vertical-align: middle;
}
/* Allgemeines Ende */

input[type=submit], input[type=reset] {
  border: 1px solid black;
  background-color:#FFFF00;
  color:#666666;
  font-weight:bold;
}

#grau {
  background-color:#9F9F9F !important;
  color:#FFFFFF !important;
}
.meldung {
  background-color:green;
  color:white;
  font-weight:bold;
  padding: 3px;
}
#persdaten td {
  padding: 3px;
}