@charset "utf-8";

body {
	padding: 0;
	margin: 0; 
	background: #FFFFFF; 
	font: normal 12px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
}

#header1 {
	width: 100%;
	height: 30px;	
	background: #FFFFFF;
	background-image: url(../_grafik/logo/meldeportal_top_150x30px.jpg);
	background-repeat: repeat-x;
	
}

#header2 {
	width: 100%;
	height: 110px;
	background: #CCCCCC;
}

#header3 {
	width: 100%;
	height: 25px;
	background: #CCCCCC;
}

#runselect {
	float: left;
	height: 24px;
	width: 150px;
	background: #999999;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

#navigation {
	float: left;
	height: 25px;
}

#content {
	width: 100%;
	padding: 0;
	margin: 0;
}
.innertube{
	margin: 10px;
}
#content h1 {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #DA251C;
	margin: 0;
	padding: 12px 0 12px 0;
}
#content h2 {
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	color: #DA251C;
	margin: 0;
	padding: 6px 0 6px 0;
}
#content h3 {
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 3px 0 3px 0;
}
#content p {
	margin: 0;
	padding: 3px 0 3px 0;
}
#content a {
	color: #DA251C;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	padding: 0;
	margin: 0 0 10px 0;
}
#content li {
	margin: 1px 0 1px 20px;
	padding: 0;
	list-style: square;
}


#logininfo {
	position: absolute;
	top: 48px;
	right: 15px;
	width: 155px;
	height: 70px;
	border: 1px solid #ffffff;
	padding: 2px;
}
#laufinfo {
	position: absolute;
	top: 31px;
	left: 460px;
	width: 150px;
	height: 108px;
}
#laufinfo2 {
	position: absolute;
	top: 31px;
	left: 460px;
	width: 300px;
	height: 108px;
}
#teaminfo {
	position: absolute;
	top: 40px;
	left: 440px;
	width: 400px;
	height: 40px;
}
#teaminfo h1 {
	font: normal 20px Geneva, Arial, Helvetica, sans-serif;
	color: #ffffff;	
}
#options {
	float:right;
	top:100px;
	right:190px;
	width:180px;
	margin:5px;
}
#options p {
	margin: 0;
	padding: 3px 0 3px 0;
}
#options a {
	color: #DA251C;
	text-decoration: none;
}
#options a:hover {
	text-decoration: underline;
}









/*Navigation*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
	list-style-type:none;
	padding:0;
	margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
	float:left;
	position:relative;
	z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:-1px;
	top:25px;
}

/* style all the links */
.menu a, .menu :visited {
	display: block;
	height: 24px;
	width: 125px;
	font: bold 11px/24px Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background-color: #CCCCCC;
	color: #DA251C;
	text-decoration: none;
}
/* style the links hover */
.menu :hover{
	color:#FFFFFF;
	background:#29166F;
}
.menu a:hover {
	text-decoration:none;
}

/* style the links active */
.menu a#current{
	color:#FFFFFF;
	background-color: #DA251C;
}

.menu a.greyed {
	color:#999999;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:120px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/*Ende Navigation*/



form {
	margin: 0;
	padding: 0;
}
.runselect {
	margin: 2px 0 0 5px;
}




/*Ajax Suggest*/
div.autocomplete {
	position:absolute;
	width:356px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:2px;
	z-index: 1000;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0px;
	padding:0px;
	cursor:pointer;
	cursor: hand;
	height: 16px;
}

/*Validation*/

/*input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
.custom-advice {
	margin: 1px 0;
	padding: 1px;
	background-color: #C8AA00;
	color : #FFF;
}
*/

.validation-advice {
	margin: 1px 0;
	padding: 1px;
	background-color: #FF3300;
	color : #FFF;
}








.biginfo {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #FF0000;
}

.info {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666}
.fehler {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FF0000}
