body { margin : 0; background : #FFFFFF; /*background-image : url(images/bg_body.gif);*/ font : 13px arial, Verdana, sans-serif;}

/* No need to change anything here */
div.header {
	width : 100%;
	position : absolute;
	left : 0px;
	top : 0px;
	height : nem
}
body>div.header{ position : fixed }

/* This is where you can modify the look and feel of the header. In this example, I have made the layer transparent, and used a transparent gif for the background. */
div.headerstyle { background-color : transparent;  background-image : url(images/bg_header.gif);  background-repeat : repeat-x;  }

/* This is where you can define the look and feel of the menu with no mouse interactivity. */
div.links {
	width : 190px;
	font : 14px Verdana, sans-serif;
	position : fixed;
	top : 100px;
	left : 0;
	height : 700px;
	z-index : 100
}

div.login {
	width : 190px;
	font : 12px Verdana, sans-serif;
}
div.links div.login a, div.links div.login a:hover, div.links div.login a:visited { 
	color : #FF5a00; 
	background : #ffffff; 
	padding:0px; margin:5px;
	border: 0 ;
	text-align: center;
}
}
/* No need to change this. */
body>div.links { position : fixed; }

/* This is where the menu link text are defined for the look and feel. */
div.links a {
	padding : 5px 10px;
	margin : 0 0 1px;
	border-width : 0;
	border-right : 5px solid #FF5a00;
	display : block;
	color : #ffffff;
	background : #FFA037;
	font : bold 1em sans-serif;
	text-align : left;
	text-decoration : none
}
div.links ul ul {
	margin:0; padding:0;
}

/* This is where you can define the hover effect for the menu text links. */
div.links a:hover,  div.links  li.menu-child a:hover {
	border-right : 5px solid #FFA037;
	color : #FFFFFF;
	background : #FF5a00;
}
div.links  li.menu-child a {
	padding : 2px 5px 2px 25px;
	margin : 0 0 1px;
	border-width : 0;
	border-right : 5px solid #FF5a00;
	display : block;
	color : #ffffff;
	background : #FFA037;
	font : bold 11px sans-serif;
	text-align : left;
	text-decoration : none
}
div.links ul ul  li.menu-current a {
	border-right : 5px solid #FFA037;
	padding : 2px 5px 2px 25px;
	color : #FFFFFF;
	background : #FF5a00;
	font : bold 11px sans-serif;
}
div.links li {
	list-style:none;
}
/* No need to change. This hides the menu tool tips. */
div.links a span { display : none; }

/* This is where you can define the look and feel of the menu tool tips. */
div.links a:hover span {
	width : 140px;
	padding : 5px;
	margin : 6px;
	border-bottom : 1px solid #FFA037;
	border-right : 1px solid #FFA037;
	display : block;
	color : #000000;
	background : transparent url(images/bg_menu_pop.gif) repeat;
	font : 10px Verdana, sans-serif;
	text-align : center;
	position : absolute;
	top : 160px;
	left : 0;
	z-index : 100
}

/* This is where the main background image is placed, also this parent div class uses the margin settings to place the content nested layer in the right position.
   You may have to edit this. */
div.container {
	padding : 100px 20px 20px 185px;
	/*background : url(images/bg_body.gif) #FFFFFF repeat;*/
	margin-top: nem;
	width: 700px;
}

/* A nested layer of the container layer. Edit the look and feel here. */

div.content {
	padding:0; margin:0; 
	border : solid 5px #6E6E6E;
	color : #1C1C1C;
	background : #F2F2F2;
	font : 13px arial, Verdana, sans-serif;
}
div.content ul {
	list-style-position:outside;
	list-style-image:url(images/list_image.gif);
}
div.text {
	padding : 8px 10px 10px 15px;
}
h1 {
	margin:0;
	padding : 15px 15px ;
	white-space : nowrap;
	color: #FFA037;
	background : #6E6E6E;
	font : bold 20px arial, verdana, sans-serif;
	text-align : left;
	letter-spacing : 0.1em;
	vertical-align : middle
}
div.text h1 {
	margin:25px 0 5px 0;
	padding:0;
	background : transparent;
}
h1.under {
	font : normal 20px verdana, sans-serif;
	letter-spacing : 0em;
	margin-top:0; padding:0 15px 10px 15px;
}
h2 {
	color:#FF5a00;
	font: bold 12px arial, verdana, sans-serif;
}

/* This is where you can define the link colors for the main content. */
div.content a:link { color : #FFA037; font-weight:bold; background-color : transparent;  }
div.content a:visited { color : #FFA037;font-weight:bold;  background-color : transparent;  }
div.content a:link:hover { color : #FF5a00;  font-weight:bold;background-color : transparent;  }
div.content a:visited:hover { color : #FF5a00;  font-weight:bold;background-color : #transparent; }


code, pre { color : #FFCC00; font : 90% monospace;  background-color : #3F5561;    }

/* To better help accomodate Netscape 4 and text only browsers, this is used to hide layers that we want to show in NN4 and text only browsers.
   ie: quick page jumps to menu at bottom of page, and jump to top of page from menu. */
div.hide {
	display : none;
}

.footer {
	clear: both;
	margin: 0;
	padding: .5em;
	color: #000000;
}


.zahl {
	background-color: #FF5a00;
	color: #ffffff;
	font-size: 170%;
	padding: 5px;
}

.orange {
	color:#FF5a00;
	font-size: 120%;
	font-weight:bold;
}

table#team td{
	padding-left:10px;
	padding-right:10px;
}