@CHARSET "UTF-8";

*
{
   	margin:0px;
   	padding:0px;
   	font-size:11px;
   	font-family: Arial, Verdana,Times New Roman;
   	color:black;
}

body, html
{
	width:800px;
   	background:url('../images/background_left.gif') repeat-y;
}

img
{
	display:block;
	border:0px;
	padding:0px;
}

img.portrait{

	width:120px;
	height:150px;
	background-color:#eee;
	border: 1px solid grey;
		
}
a{
	text-decoration:none;	
	color:green;
}



br.clear{
	clear:both;	
}

h1{
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	letter-spacing:0.1em;
	color:green;
	padding-bottom:10px;
}

h2{
	font-size:12px;
	font-weight:bold;
	color:black;
	margin:15px 0px 15px 0px;
}

h3{
	margin-bottom:8px;
	font-size:11px;
	font-weight:bold;
	color:black;
	width:190px;
	display:block;
	border-bottom:green solid 1px;
}


ul.menu{
	margin:0px;
	padding:0px;
	position:relative;
	float:left;
	width:149px;
}

li.menu{
	list-style:none;
	width:148px;
	
}
li.menu a{
	color:black;
	display:block;
	width:128px;
	height:20px;
	font-size:12px;
	padding-left:20px;
	padding-top:5px;
	background-color:#eee;
	background:#f2f2f2 url('../images/menu_dots.gif') repeat-x 0px 24px;
}

li.menu a.sub{
	background-color:#dedede;
}
li.menu a:hover,
li.menu a.active{
	background-color:#ccc;
}
p.content_small{
	float:left;
	width:280px;
	color:#333;
	margin-bottom:20px;
		
}

p.content_big{
	float:left;
	width:350px;
	color:#333;
	margin-bottom:20px;
		
}

p{
	break:both;
	
	width:530px;
	color:#333;
	margin-bottom:20px;
}

p.disclaimer{
	width:450px;	
	margin-bottom:30px;
	color:grey;
}

span.bold{
	font-weight:bold;	
}

table.scorecard td{
	border:1px solid white;
}

table.scorecard{
	
	border:1px solid black;
}

table.table1{
	background-color:#eee;
	width:530px;
}

table.table2{
	
	border:0px;
	width:530px;
	padding:5px;
}

td.table_head{
	background:url('../images/table_header_bkg.gif') repeat-x;
	height:20px;
	color:white;
	padding-top:3px ;
}
td.table_head_big{
	background:url('../images/table_header_bkg2.gif') repeat-x;
	height:20px;
	color:white;
	padding-top:3px ;
}
td.trennung_unten{
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:#999 solid 1px;	
}
tr.color1{
	background-color:#eee;	
}

tr.color2{
	background-color:#ccc;	
}

tr.color3{
	background-color:white;
}

td{
	padding:5px;
	vertical-align:top;	
}

td.bold{
	font-weight:bold;

}

td.center{
	text-align:center;
	
}

div.partner{
	width:300px;
	height:300px;
	float:left;
		
}

div#genericMenu a{
	color:#333;
	font-size:10px;	
}

div.content_small{
	margin-right:25px;
	width:280px;	
	float:left;
}
div.content_big{
	margin-right:25px;
	width:350px;	
	float:left;
}

div#wrapper{
	position:absolute;
	left:24px;
	width:770px;
	height:800px;
	background:url('../images/header.jpg') no-repeat;
}

div#contentLeft{
	padding-top:25px;
	width:148px;
	position:absolute;
	left:45px;
	
}

div#contentRight{
	padding-top:25px;
	width:622px;
	position:absolute;
	left:220px;
	top:260px;
	
}

div#genericMenu{
	position:absolute;
	top:7px;
	left:645px;
}

fieldset{
	border:0px;	
}

input{
	border:1px solid #ccc;	
	float:left;
	margin-right:20px;
	margin-bottom:5px;
}

select{
	font-size:5pt;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:0px;
	margin-top:0px;
}

label{
	display:block;
	float:left;
	width:90px;	
}