@charset "utf-8";
/* CSS Document */
/*Globaler CSS Reset*/
* {
	margin: 0;
	padding: 0;
}
/*Hintergrundbild der gesamten Webseite und am haeufigsten verwendete Schriftart*/
html {
	background: #CCC;
	color: #000;
	/*Standardtschrift der Homepage */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	display: inline;
}

A:link    {color: #006699;}
A:visited {color: #006699;}
A.teilnehmen {color: #FFF;}

/*Zentrierung des Hauptteils.*/
div#haupt  {
	margin: auto;
	width: 1024px;
	height: 100%;
	border: none;
	background-color: #FFF;	
}
div#header{
	height: 100px;
	overflow: hidden;
	position: relative;
	background: url(../logo/header.jpg) repeat;
}
div#body {
	height: 100%;
	overflow: hidden;
	background-color: #FFF;
}
div#bda-logo {
	position:absolute;
	bottom:25px;
	left:25px;
	height: 70px;
	width: 80px;
	background-image: url(../logo/Beethoven_80x70.gif);
	background-repeat: no-repeat;
}
div#headline {
	width: 267px;
	text-align:center;
	font-size: 20px;
	font-weight: bold;
	color: white;
	font-family: 'Times New Roman', Times, serif;
	position:absolute;
	top:25px;
	left:50%;
	margin-left:-133px;
}
div#raika-logo {
	position:absolute;
	bottom:25px;
	right:25px;
	height: 50px;
	width: 237px;
	background-image: url(../logo/BeraterBank-2c-neg_237x50.gif);
	background-repeat: no-repeat;
}
span.ueberschrift {
	display:none;
}
div#menue {
	background:url(../logo/bg2.gif) repeat;
	display: block;
	text-decoration: none;
	height: 22px;
}
div#menuitem {
	display: block;
	font-weight: bold;
	margin-right: 25px;
	text-align: right;
}
div#menuitem ul {
	list-style: none;
	display: inline;
}
div#menuitem li {
	list-style: none;
	display: inline;
}
div#menuitem li a {
	color: #FFF;
	background: url(../logo/header.jpg) repeat;	
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 5px;
}
div#menuitem li a.aktiv {
	color:#000;
	background: none;
	background-color:#FFF;
}
div#menuitem li a:hover {
	color:#000;
	background: none;	
	background-color:#FFF;
}	
div#einstieg {
	float: none;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
	width: 974px;	
}
span.anreiszer {
	font-size: 14px;
	font-weight: normal;
}
span.hinweis {
	font-size: 12px;
	font-weight: normal;
}
div#einstieg .msg_list {
	margin: 0px;
	padding: 0px;
	width: 790px;
	display: inline;
	overflow: hidden;
}
div#einstieg .msg_head {
	position: relative;
	font-weight: bold;
	margin:1px;
	display: inline;
	overflow: hidden;	
}
div#einstieg .msg_body {
	font-size: 12px;
	background:#CCC;
	padding: 5px;
	width: 964px;
	height: auto;
	display: inline;
	overflow: hidden;
	display: none;		
}
div#beitraege {
	display:inline;
	overflow:hidden;
	float: left;
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
	padding-left:auto;
	padding-right:auto;
	width: 974px;
	background-color: #FFF;	
}
div#beitraege .msg_list {
	margin: 0px;
	padding: 0px;
	width: 974px;
	display: inline;
	overflow: hidden;
	float:left;
}
div#beitraege .msg_head {
	width: 974px;
	font-weight: bold;
	float:left;	
	display: inline;
	overflow: hidden;	
}
div#beitraege .msg_body {
	width: 974px;
	height: auto;
	display: inline;
	overflow: hidden;
	float:left;
	font-weight: normal;
}
div#beglaubigung {
	float:right;
	margin-right:0px;
	margin-top:0px;
	width: auto;
	height:auto;
}
div#blaettern {
	float:left;
	width:974px;
}
div#teilnahmebedingungen {
	width:100%;
	height:100%;
	background-color: #FFF;	
}
p.uploadfehler {
	color: #FF0000;
}
