* {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Tahoma;
}

h2 {
	font-size: 12px;
}

body {
	background: #FFF;
	color: #000000;
	vertical-align: top;
	margin-top: 5px;
	text-align: center;
	color: #00F;
}

form,input {
	margin: 0;
	padding: 0;
	display: inline;
}

FIELDSET{
	border: 1px solid #00008B;	
	margin-bottom: 5px;
}
LEGEND{
	font-weight: bold;
	margin-left: 5px;
	padding-left: 5px;
	padding-right: 5px;	
	border: 1px solid #00008B;
}

#wrapper {
	width: 795px;
	background-color: #FFF;
	border: 1px solid #00008B;
	margin: 0 auto 0 auto;
	min-height: 620px;
	height: auto !important; /* für moderne Browser */
	height: 620px; /*für den IE */
}

#left {
	text-align: center;
	float: left;
	width: 135px;
}

#right {
	text-align: center;
	float: right;
	width: 130px;
}

#content {
	background-color: #FFF;
	margin-left: 135px;
	margin-right: 130px;
	border-left: 0px solid #00008B;
	border-right: 0px solid #00008B;
	width: auto;
	position: relative;
	padding: 0 5px 0 5px;
	min-height: 100%;
	height: auto !important; /* für moderne Browser */
	height: 100%; /*für den IE */
}

#content table {
	width: 100%;
	margin-bottom: 3px;
}

/* counter */
#counter {
	text-align: center;
	height: 107px;
}

#counter td {
	white-space: nowrap;
}

/* banner */
#banner {
	text-align: center;
	height: 120px;
}

/* newsticker */
#newsticker {
	text-align: center;
	height: 40px;
}

/* kennstdu */
#kennstdu {
	text-align: center;
	height: 107px;
}

.clear {
	clear: both;
}

#foot {
	text-align: center;
	border-top: 0px solid #00008B;
	line-height: 20px;
	background-color: FFF;
	clear: both;
}

.center {
	text-align: center;
}

td {
	text-align: left;
}

/* navigation */
#navigation {
	width: 100%;
	float: left;
	color: #FFF;
	background: #00F;
	display: run-in;
	overflow: inherit;
	text-align: left;
}

#navigation h2 {
	text-align: center;
}

#navigation ul {
	padding: 0;
}

#navigation li {
	list-style: none;
	padding: 2px;
}

#navigation li a {
	display: block;
	text-decoration: none;
	color: #FFF;
}

#navigation li a:hover {
	text-decoration: none;
	color: #FFF;
}

#navigation ul.sub {
	margin-left: 10px;
	display: none;
}

/* menu_rechts */
#menu_rechts {
	width: 100%;
	color: #FFF;
	background: #00F;
	text-align: center;
}

#asb_contentwrap {
	height: 200px;
	overflow: auto;
}

#asb_contentwrap .grey {
	background-color: #DDDDDD;
}

#asb_contentwrap .white {
	background-color: #FFFFFF;
}

#asb_content {
	margin: 1px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.top {
	vertical-align: top;
}

.bottom {
	vertical-align: bottom;
}

.nowrap {
	white-space: nowrap;
}

table.border {
	border: 1px solid blue;
	/*white-space: nowrap;
	text-align:center;*/
}

table.border2 {
	border: 1px solid blue;
	border-collapse: collapse;
	white-space: pre-wrap;
}

.liganame {
	font-size: 13px;
	font-family: bold;
	text-align: center;
}

.liga_schrift {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

.hidden {
	display: none;
}

img.artikel {
	border: 1px solid blue;
	float: left;
	margin-right: 2px;
}

tr.odd {
	background-color: #EEEEEE;
}

tr.even {
	background-color: #FFFFFF;
}