* {
	margin: 0;
	border: 0;
	padding: 0;
}

html,body {
	height: 100%; /* wichtig */
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background-color: #f80;
}

p {
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	font-weight: bold;
	/*color: #44a;*/
	color: #33e;
}

.clear {
	clear: both;
	font-size: 0;
}

#content {
	width: 880px;
	max-width: 880px;
	margin: 0 auto;
	background-color: #eee;
	min-height: 101%;
	height: auto !important; /* moderne Browser */
	height: 101%; /* IE */
}

#header {
	background-color: #eee;
}

#header_left {
	float: left;
	width: 240px;
	height: 128px;
}

#header_left img {
	margin: 10px 82px 0 83px;
}

#header_right {
	float: left;
	width: 640px;
}

#title {
	padding-top: 0px;
	width: 100%;
	height: 70px;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	line-height: 70px;
}

#sub {
	padding-right: 10px;
	height: 20px;
	text-align: right;
	font-size: 7pt;
	line-height: 16px;
}

#navigation {
	width: 100%;
	border-style: solid;
	border-width: 5px 0;
	border-color: #888;
	background-color: #f80;
	list-style: none;
	text-align: center;
	vertical-align: middle;
	height: 28px;
}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	width: 128px;
	height: 28px;
	line-height: 28px;
	color: #fff;
}

#navigation li a:hover {
	background-color: #fc8;
	color: #333;
}

#main {
	padding: 20px;
	background-color: #eee;
}

.main_title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 20px;
	font-size: 15pt;
	font-weight: bold;
}

h3 {
	margin-bottom: 10px;
	font-size: 10pt;
	font-weight: bold;
}

#intro {
	width: 600px;
	margin: 0 auto;
}

marquee {
	font-weight: bold;
	background-color: #f80;
}

.pdf_list li {
	margin-left: 20px;
}

table {
	border-collapse: collapse;
}

.odd {
	background-color: #e0e0e0;
}

.even {
	background-color: #d4d4d4;
}

td {
	padding: 5px 10px;
	border: 2px solid #eee;
	border-width: 0 0 5px 0;
	vertical-align: top;
}

#former_officials thead {
	font-weight: bold;
}

#former_officials td,#termine td {
	border-width: 0 0 2px 0;
}

#officials td,.turnier td {
	border: 0;
	padding: 2px;
}

#termine .datum,#infos .datum {
	width: 100px;
	text-align: center;
}

#mannschaften .name {
	width: 120px;
}

#termine .text,#infos .text {
	width: 400px;
}

#infos .delete {
	padding: 0;
	width: 20px;
}

#infos .delete img {
	padding: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

#info_text {
	margin: 10px 0;
	border: 1px solid #888;
	padding: 5px;
	height: 100px;
	width: 528px;
	resize: none;
	overflow: hidden;
}

#login_table td {
	vertical-align: middle;
}

.login {
	border: 1px solid #333;
	padding: 2px;
}

.button {
	height: 24px;
	border: 1px solid #888;
	padding: 0 10px;
	margin: 0 10px 10px 0;
	background-color: #f80;
	color: #fff;
	line-height: 22px;
	font-weight: bold;
}

.button:hover {
	background-color: #fc8;
	color: #333;
}
