body {
	background-color: #eee;
	font-family:"Lucida Grande",Arial,Helvetica,Verdana,sans-serif;
	font-size: 0.8em;

}

a:link              { color: blue; text-decoration:none; }
a:visited           { color: blue; text-decoration:none; }
a:hover             { color: blue; text-decoration:underline; }
a:active            { color: blue; text-decoration:underline; }

a.action {
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #eee;
	font-size: 0.9em;
	font-weight: normal;
	margin: 2px 0 15px 0;
	color: #00f;
	background-color: #fff;
}

a.action:hover {
	background-color: #ddd;
	text-decoration:none;
}

td.action {text-align: center; width: 95px;}

h1, h2, h3 {color: #e3010f; padding: 5px; font-weight: bold; padding-left: 0px; }

h1 {font-size: 1.5em;}

h2 {font-size: 1.3em; margin-top: 20px; border-top: 1px solid #aaa;}

h3 {font-size: 1.0em; margin: 5px 0 0 0; padding:0px;}

img {border: 0px; padding: 0px; margin: 0px; vertical-align: middle;}

img.logo {margin-right: 15px;}

form {}

input, select {
	width: 200px;
	font-size: 0.8em;
	background-color: #fff;
}

input:hover {
	background-color: #eef;
}

input#submit {
	width: auto;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	width: 100%;
	max-width: 750px;
}

th {
	font-size: 0.8em;
	border-top: 1px solid grey;
	border-right: 1px solid grey;
	}

td {
	font-size: 0.7em;
	padding: 2px 5px;
	border-top: 1px dotted #ccc;
	border-right: 1px solid gray;
	text-align: left;
}

td.stat {
	text-align: left;
}

tr {vertical-align: top; background-color: #fff;}
tr.liste td {text-align: right;}
tr.liste:hover {background-color: #8dc6a5;}

tr.liste:hover div, .liste:hover {background-color: #8dc6a5;}
.liste{ hover:expression(this.onmouseover = new Function("this.style.background='#8dc6a5';"), this.onmouseout=new Function("this.style.background='#8dc6a5';"));}

tr.legend ,td.legend {background-color: #f0f0f0; font-weight: bold; text-align: center;}
td.legend {width: 150px;}

div.sportstaette_view {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	width: 450px;
	background-color: #fff;
}

div.login_form {
width: 50%;
margin-left: 25px;
padding: 15px;
background: #eee;

}

div.start {
	float: left;
	width: 120px;
	height: 55px;
	text-align: center;
	padding: 15px;
	margin: 10px;
	border: 1px solid #aaa;
	background-color: #eee;
}

div.start:hover {
	background-color: #ccc;
	border: 1px solid #888;
}

div.lk {
	float: left;
	width: 120px;
	text-align: center;
	margin: 3px;
	padding: 5px;
	border: 1px solid #aaa;
	background-color: #eee;
}

div.lk:hover {
	background-color: #8dc6a5;
	border: 1px solid #888;
}

div.image_box {
	float: left;
	margin: 0;
	margin-left:10px;
	align: center;
	text-align: center;
	border: 1px #ccc solid;
	padding: 15px;
}

#container {
	margin: 0 auto;
	width: 1000px;
}

#header {
	/*background-image: url(img/header.png);*/
	background-color: #fff;
	color: #ddd;
	font-size: 1.8em;
	height: 75px;
	border: 1px solid #000;
}

#header a {
	color: #fff;
	text-decoration: none;
}

#menu {
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(img/h.gif);
	clear: both;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#menu a {color: #fff;}



#content {
	background-color: #fff;
	border: 1px solid #000;
	color: #444;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#content-element {
}

#footer {
	margin-top: 10px;
	padding-top: 5px;
	border-top: 1px solid #aaa;
	font-size: 10px;
	text-align: right; 
}

.menu {
	font-size: 0.8em;
	display:block;
	float: left;
	font-family:verdana;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:1px 4px 0 0;
	padding:7px 11px;
	text-decoration:none;
}

a.menu:hover {color: #fff; text-decoration: none; background-color:#f66;}

.required {
	font-weight: bold;
}

.error {
	background-color: #a00;
	color: #fff;
	padding: 1px;
	font-weight: bold;
}

.error h1 {color: #fff;}

.errors {
	background-color: #a00;
	color: #fff;
	list-style-type: none;
}

.message {
	border: 1px solid #0a0;
	width: 100%;
	color: #0a0;
	text-align: center;
}
