@charset "utf-8";
/* CSS Document */

body {
	background:url(images/background.png) repeat-y center #e3e3e3;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	color:#000;
}

h1, h2, h3, h4 {
	color:#004ea4;
}

img {
	border:none;
}

a:link {
	color:#004ea4;
	text-decoration:none;
}
a:visited {
	color:#004ea4;
	text-decoration:none;
}
a:active {
	color:#004ea4;
	text-decoration:none;
}

a:hover {
	color:#004ea4;
	text-decoration:underline;
}

#container {
	width:804px;
	margin:auto;
}

#header {
	height:113px;	
}

#links {
	height:29px;
	background:url(images/links_background.jpg) no-repeat center top;
	overflow:hidden;
}

#links ul {
	border:0;
	margin:0;
	padding:0;
	list-style-image:none;
	list-style-position:;
	list-style-type:none;
}

#links li {
	float:left;
	padding-top:6px;
}

#links a {
	font-weight:bold;
	margin:0;
	padding:10px 10px;
	color:#000;
	text-decoration:none;
}

#links a:hover, a.selected {
	background:url(images/background_links.png);
	color:#FFF;
	text-decoration:none;
}

#content {
	background:url(images/content_background.jpg) no-repeat center top;	
	overflow:visible;
	padding:20px;
	height:300px;
}

#livesearch {
	border:none;
	padding-right:5px;
	padding-left:5px;
	width:302px;
	border:none;
	background-color:#357fd1;
}

#livesearch a {
	text-decoration:none;
	color:#FFF;
}

#livesearch a:hover {
	text-decoration:underline;	
}

.search {
	width:300px;
	padding:5px;
	border: solid 1px #666666;
	background:url(images/search_icon.png) right top no-repeat #DFDFDF;
}

.search:focus {
	width:300px;
	padding:5px;
	border:solid #357fd1 1px;
	background:url(images/search_icon.png) right top no-repeat #EFF5FF;
}

.error {
	font-weight:bold;
	color:#900;
}

input, textarea {
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#357fd1;
}

.input {
	border:#357fd1 solid 1px;
}

.inputNeeded {
	border:#900 solid 1px;
	background:#deadad;
	color:#000;
}

.inputRang {
	border:#357fd1 solid 1px;
	text-align:right;
}

.inputHelfer {
	border:#357fd1 solid 1px;
	width:80px;
	font-size:9px;
}

.inputPW {
	border:#357fd1 solid 1px;
	width:100px;
}


.inputStartnummer {
	border:#357fd1 solid 1px;
	width:30px;
}

.inputZeit {
	border:#357fd1 solid 1px;
	width:20px;
}

.errorInput {
	color:#000;
	border:#900 solid 1px;
	background-color:#877f97;
}

.errorInput:focus {
	color:#000;
	border:#900 solid 1px;
	background-color:#d8e5f3;
}

.frontPicture {
	float: left;
	margin-right:20px;
	margin-bottom:120px;
	border:#357fd1 solid 1px;
}

.OkTitel {
	font-weight:bold;
	margin-top:15px;
}

.success {
	font-weight:bold;
	color:#060;
}

.failure {
	font-weight:bold;
	color:#900;
}

.loeschButton {
	margin-left:50px;
	margin-top:10px;
}

.row1 {
	background-color:#69839e;	
}

.row2 {
	background-color:#829fbd;	
}

.smaller {
	font-size:9px;	
}

.missing {
	color:#900;
}

.infoBox {
	background-color:#abc1d8;
	border:solid 1px #476b91;
	padding:10px;
}

.errorBox {
	background-color:#877f97;
	border:solid 1px #990000;
	padding:10px;
	font-weight:bold;
	color:#900;
}

.inputAnmeldung {
	border:solid 1px #476b91;
	background-color:#abc1d8;
}

.inputAnmeldung:focus {
	border:solid 1px #476b91;
	background-color:#d8e5f3;
}

.headerTable {
	background-color:#004ea4;
	color:#FFF;
}

.fillCol {
	background-color:#9bb6d1;	
}

.sponsor {
	border:#000 solid 1px;
	margin:5px;
}

#designBy {
	opacity:0.3;
	filter: alpha(opacity = 30);
	padding:10px;
	position:fixed;
	bottom:0px;
	z-index:999;
	color:#036;
	font-size:10px;
}

#designBy:hover {
	opacity:1;
	filter: alpha(opacity = 100);
}

.frontBox {
	margin-top:10px;
	clear: both;
	border:#004ea4 solid 1px;
	background:#e3e3e3;
	color:#000;
	padding: 10px;
	text-align:center;
}

.frontBox a {
	font-size:16px;
	font-weight:bold;
}
