* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family:"Segoe UI", Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif;
	color: #fff;
	background-color: #444;
	/*background-color: #2f3f53;*/
}

.clearfix { clear: both; }
.left { float: left; }
.right { float: right; }

textarea {
	font-family:"Segoe UI", Tahoma, Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 1em;
}

img { border: 0 none; }
img.middle { vertical-align: middle; }

a {
	color: #888;
	text-decoration: none;
	font-size: 0.9em;
}

a:hover {
	color: #1556b0;
}

div#main {
	margin: 25px auto;
	width: 960px;
}

div#header {
	position: relative;
	border: 1px solid black;
	background-color: #1b70e5;
}

div#header-inner {
	border: 4px solid white;
	height: 100px;
	background:url(../img/head-bg.jpg) repeat center center;
}

div#header, div#header-inner {
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-bottom: 0 none;
}

div#titel {
	position: absolute;
	left: 150px;
	top: 10px;
	z-index: 10;
}

div#titel-shadow {
	position: absolute;
	left: 151px;
	top: 11px;
	color: #000;
	z-index: 9;
}

span.verein {
	font-size: 1.3em;
	font-family: georgia, "times new roman";
	font-weight: bold;
}

span.abteilung {
	font-size: 1.0em;
	font-family: georgia, "times new roman";
}

div#login-small {
	position: absolute;
	right: 50px;
	width: auto;
	padding: 1px 15px 2px 15px;
	background-color: white;
	color: #aaa;
	font-size: 0.75em;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-box-shadow: 1px 1px 4px #000;
	cursor: pointer;
}

div#logout {
	position: absolute;
	right: 50px;
	width: auto;
	padding: 1px 15px 2px 15px;
	background-color: white;
	color: #aaa;
	font-size: 0.75em;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-box-shadow: 1px 1px 4px #000;
}

div#login {
	position: absolute;
	top: 5px;
	right: 50px;
	width: auto;
	/*padding: 1px 15px 2px 15px;
	background-color: white;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;*/
}

div#login input {
	font-size: 0.75em;
	color: #555;
	padding: 1px 5px;
	border: 0px solid #ddd;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-box-shadow: 1px 1px 3px #000;
}

fieldset {
	border: 0 none;
}

.watermark {
	color: #bbb !important;
	font-style: italic;
}

div#content {
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	background: none repeat scroll 0 0 white;
	border: 1px solid black;
	border-top: 0 none;
	color: #333;
	clear: both;
	padding: 2em 35px 3em;
}

div#nav {
	height: 34px;
	background:url(../img/nav-bg.jpg) repeat center center;
	/*background-color: #1556b0;*/
	border-left: 4px solid white;
	border-right: 4px solid white;
}

ul#navigation {
	padding-left: 10px;
}

ul#navigation li {
	list-style: none;
	padding: 6px;
	padding-right: 15px;
	float: left;
	position: relative;
	cursor: pointer;
	text-shadow: 1px 1px 1px #000;
}

ul#navigation li ul {
	position: absolute;
	display: block;
	/*visibility: hidden;*/
	min-width: 140px;
	left: -5px;
	top: 33px;
}
/*
ul#navigation li:hover ul {
	display: block;
}*/

ul#navigation li ul li {
	float: none;
	display: block;
	padding: 3px 10px;
	background:url(../img/nav-li.jpg) no-repeat center center;
	/*background-color: #1556b0;*/
	border-top: 1px solid #1b70e5;
	border-left: 1px solid #1b70e5;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	-moz-border-radius: 5px;
}

ul#navigation a {
	color: #ddd;
}

ul#navigation a {
	text-decoration: none;
	display: block;
}

ul#navigation li.hover a {
	color: #fff;
	/*background-color: #1b70e5;*/
}

ul#navigation li ul li.hover {
	background:url(../img/nav-li-hover.jpg) no-repeat center center;
	/*background-color: #1b70e5;*/
}

div.news {
	margin: 30px 50px;
	border-bottom: 1px solid #ccc;
}

div.news h1 {
	font-size: 1.2em;
	color: #1556b0;
	margin: 0 20px 10px 0;
	line-height: 1.1em;
	float: left;
	text-shadow: 1px 1px 3px #888;
}

div.news h2 {
	font-size: 0.7em;
	color: #777;
	font-weight: normal;
}

div.news p {
	clear: both;
	font-size: 0.9em;
	color: #444;
	padding: 0 50px;
	margin-bottom: 8px;
}

div.termin {
	margin: 10px 30px;
	padding: 10px 20px;
	cursor: default;
	background-color: #fff;
}

div.termin div.datum {
	line-height: 0.7em;
	float: left;
}

div.termin div.datum span.wochentag {
	font-size: 0.7em;
	color: #777;
}

div.termin div.datum span.datum {
	font-size: 0.9em;
	line-height: 0.9em;
	color: #444;
	margin: 0 5px;
}

div.termin div.datum span.zeit {
	font-size: 0.8em;
	color: #666;
}

div.termin div.zuordnung {
	line-height: 0.7em;
	float: right;
}

div.termin div.zuordnung span.team {
	font-size: 0.7em;
	color: #777;
}

div.termin div.zuordnung span.typ {
	font-size: 0.9em;
	line-height: 0.9em;
	color: #222;
}

div.termin div.kurzbeschreibung  {
	margin-left: 50px;
	font-size: 1em;
	color: #1556b0;
	font-weight: bold;
	float: left;
	text-shadow: 1px 1px 2px #888;
}

div.termin div.beschreibung {
	font-size: 0.9em;
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 100px;
}

div.termin div.kommentar {
	font-size: 0.8em;
	color: #777;
	margin-left: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-top: 0px solid #ddd;
}

div.aktionen {
	border-top: 0px solid #ddd;
	font-size: 0.8em;
	margin: 5px 50px;
}

div.aktionen a {
	margin-right: 20px;
}

div.aktionen span.kommentare {
	color: #888;
}

div.kommentar {
	margin: 25px 100px;

}

div.kommentar div.datum {
	border-bottom: 1px solid #ddd;
	line-height: 0.9em;
	color: #444;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

div.kommentar div.datum span.wochentag {
	font-size: 0.7em;
	color: #777;
	margin-right: 5px;
}

div.kommentar div.datum span.datum {
	font-size: 0.9em;
	line-height: 0.9em;
	color: #444;
	margin: 0 5px 0 0;
}

div.kommentar div.datum span.zeit {
	font-size: 0.8em;
	color: #666;
	margin: 0 5px 0 0;
}

div.kommentar div.datum span.name {
	font-size: 0.9em;
	line-height: 0.9em;
	color: #444;
	margin: 0 5px 0 5px;
}

div.kommentar p {
	font-size: 0.9em;
}

div.kommentar textarea {
	font-size: 0.9em;
	border: 1px solid #ddd;
	padding: 3px;
}

div.termin div.mehr {
	font-size: 0.8em;
	color: #777;
	margin-left: 50px;
	margin-right: 100px;
}

form#profil input[type=text] {
	border: 0 none;
}

form#profil input[type=password] {
	border: 0 none;
}

form#profil hr {
	visibility: hidden;
	height: 20px;
}

table.table {
	border-spacing: 30px 10px;
}

table.table th {
	padding: 0;
	text-align: left;
	color: #1556b0;
}

table.table td {
	padding: 0;
	vertical-align: top;
	min-width: 120px;
	max-width: 200px;
	color: #444;
	font-size: 0.9em;
}

div.input {
	float: left;
	font-size: 0.75em;
	color: #aaa;
	margin: 5px 10px;
}

div.input input {
	padding: 2px 3px;
}

input.button {
	padding: 2px 20px;
	margin: 10px;
}

div#neu-spieler {
	width: 406px;
	margin: auto;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	background-color: #f4f4ff;
	clear: both;
}

div.text {
	font-size: 0.9em;
}

div.info {
	margin: 25px 100px -15px 100px;
	font-size: 0.75em;
	color: #888;
	text-align: center;
}

div.newbutton {
	margin: -5px 100px 25px 100px;
	font-size: 0.85em;
	color: #888;
	text-align: center;
}

div.mannschaften {
	margin: 0 30px;
}

div.mannschaften span.anzahl {
	font-size: 0.75em;
	color: #aaa;
}

div.mannschaft-thumbnail {
	width: 400px;
	z-index: 10;
}

div.mannschaft-thumbnail div.schrift {
	color: #000;
	float: right;
	position: relative;
	padding: 1px 50px 2px 10px;
	bottom: 50px;
	z-index: 9;
	background-color: #fff;
	opacity: .8; filter:Alpha(Opacity=80);
	-moz-border-radius: 10px 0 0 10px;
	text-shadow: 1px 1px 1px #666;
}

div.mannschaft-thumbnail div.schatten {
	color: #000;
	position: absolute;
	right: 49px;
	bottom: 49px;
	z-index: 8;
}

div.mannschaft-thumbnail span.name {
	font-weight: bold;
}

div.mannschaft-thumbnail span.spieler {
	font-size: 0.75em;
	opacity: .8; filter:Alpha(Opacity=80);
}

span.big {
	font-size: 2.0em;
	color: #1556b0;
	margin: 0 200px;
	line-height: 2.0em;
	text-shadow: 1px 1px 3px #888;
}

div.einruecken {
	float: left;
	margin: 0 100px;
	font-size: 0.9em;
}
