/** Menư bullshiat **/

/* <![CDATA[ */
html,body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#nav {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 100%;
	background: #2222CC;
	padding: 10px;
	border-right: solid #0000CC 1px;
}
#main {
	position: static;
	padding: 30px;
	margin-left: 230px;
}
/* ]]> */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #0000CC;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
h2.text {
	margin-top: 25px;
	margin-bottom: -5px;
}
p {
	width: 700px;
}
.ohnerand {
	margin: 0px;
	padding: 0px;
}
.fett {
	font-weight: bold;
}
.blau {
	color: #0000CC;
}
.gross {
	font-size: 16px;
}
.klein {
	font-size: 10px;
}

/* tables */
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
.fullwidth {
	width: 100%;
}
th,td {
	padding: 3px 5px;
	border-left: solid #FFF 1px;
	border-right: solid #FFF 1px;
}
th,th a {
	color: white;
}
th {
	background-color: #4444CC;
	border-top: solid #0000CC 1px;
	border-bottom: solid #0000CC 1px;
}
.even, .odd {
	border-top: solid #AAAAFF 1px;
	border-bottom: solid #AAAAFF 1px;
}
.even {
	background-color: #D4D4FA;
}
.odd {
	background-color: #EDEDF9;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}


/* die eingebundenen rollhockey tabellen */
div.rollhockey-tabelle {
	width: 600px;

}
div.rollhockey-tabelle h1.tab-ueberschrift {
	color: white;
	background-color: #4444CC;
	border-top: solid #0000CC 1px;
	border-bottom: solid #0000CC 1px;
	font-size: 16px;
	padding: 3px 5px;
	text-align: center;
}
div.rollhockey-tabelle h4.stand {
	text-align: center;
	font-size: 12px;
	margin: 0px;
}
div.rollhockey-tabelle h2.tab-rot {
	font-size: 12px;
	margin: 3px;
}
.tab2-gelb, .tab2-gruen {
	border-top: solid #AAAAFF 1px;
	border-bottom: solid #AAAAFF 1px;
}
.tab2-gruen {
	background-color: #D4D4FA;
}
.tab2-gelb {
	background-color: #EDEDF9;
}


/* NAVI */
ul.nav {
	font-size: 14px;
	font-weight: bold;
	list-style-image: url(images/pfeil.png);
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}
li.navitem {
	margin-bottom: 10px;
}
a.navitem {
	color: #FFFFFF;
}
a:hover.navitem {
	color: #F7995F;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #2222CC;
}

