/* Layout starts here */
html, body { 
	margin:0; 
	padding:0; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em; 
	color: #473F2A;
	background-color:#F1F2F2;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-y;
}
 
#main{ 
	width:918px; 
	padding-left:22px;
}

#wrapper{
	background-image:url(../img/fadetop.jpg);
	background-repeat:no-repeat;
	padding-top:40px;
} 
 
#header{
	position:relative; 
	height:126px; 
	background-color:#fff; 
	width:100%;
} 

#footer{
	position:relative; 
	height:80px; 
	background-color:#1A8422; 
	width:100%;
}
 
#primnav{
	width:229px; 
	float:left; 
}
 
#twocols{
	width:689px; 
	float:right; 
	position:relative; 
}

#content{
	width:689px; 
	float:right; 
	position:relative; 
}
 
#rightcol{
	width:229px; 
	float:right; 
	position:relative; 
}

#maincol{
	float: left; 
	display:inline; 
	position: relative; 
	width:440px;
	padding-left:10px;
	padding-right:10px; 
}
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
 
.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */  


 
/*printer styles*/ 
@media print{ 
	/*hide the left column when printing*/ 
	#leftcol{
		display:none;
	} 

	/*hide the right column when printing*/ 
	#rightcol{
		display:none;
	} 

	#twocols, #maincol{
		width:100%; 
		float:none;
	}
}

.InfoBlock{
	width:228px;
	background-color:#FAFAFA;
	border-top:1px solid #DCDDDE;
	border-left:1px solid #DCDDDE;
	border-bottom:1px solid #DCDDDE;
	margin-bottom:15px;
}

.LinkBlock{
	width:228px;
	background-color:#FAFAFA;
	border-top:1px solid #DCDDDE;
	border-left:1px solid #DCDDDE;
	border-right:1px solid #DCDDDE;
	border-bottom:1px solid #DCDDDE;
	margin-bottom:15px;
}


/* Layout ends here */


/* Navigation Oben start here*/
#NavigationTop{
	height:20px;
	border-top:1px solid #DCDDDE;
	border-bottom:1px solid #DCDDDE;
}


.NavigationTopNormalButton{
	float:left;
	width:100px;
	height:17px;
	padding-top:3px;
	background-color:#fff;
	text-align:center;
	border-right:1px solid #DCDDDE;
}

.NavigationTopNormalButton a{
    width:100px;
    display: block;
	color:#484848;
	text-decoration:none;
	font-size: 11px;
}

.NavigationTopNormalButton a:hover{
	color:#FF5F03;
	background-color:#fff;
	text-decoration:none;
}

.NavigationTopAktivButton{
	float:left;
    width:100px;
    display: block;
	height:17px;
	padding-top:3px;
	background-color:#FF5F03;
	text-align:center;
	border-right:1px solid #DCDDDE;
}

.NavigationTopAktivButton a{
	color:#fff;
	text-decoration:none;
	font-size: 11px;
}

.NavigationTopAktivButton a:hover{
	color:#e0e0e0;
	background-color:#FF5F03;
	text-decoration:none;
}


/* Navigation Oben ends here*/



p {
	margin-top:10px;
	margin-bottom:20px;
	padding:0;
	margin-right:10px;
	line-height:1.4em;
	color:#484848;
}

p.picture {
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	margin-right:0;
	line-height:1.4em;
	color:#484848;
	text-align:center;
}

.InfoBlock p{
	margin-top:5px;
	margin-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	line-height:1.4em;
	color:#484848;
}

img{
	border:0;
}

input, textarea{
	border:1px solid #484848;
	font-size: 12px;
}

#secnav{
	padding-top:109px;
	margin-right:3px;
}

h1 {
	margin:0;
	padding:0;
	margin-right:10px;
	font-size: 15px;
	color: #008000;
	padding-bottom:3px;
	border-bottom:1px solid #DCDDDE;
}

h2 {
	margin:0;
	padding:0;
	font-size: 13px;
	color: #008000;
}

h3 {
	margin:0;
	background-color:#ECEDED;
	height:25px;
	padding-top:3px;
	padding-left:10px;
	font-size: 12px;
	color: #008000;
	background-image:url(../img/mpptop.jpg);
	background-repeat:repeat-x;
}

h4 {
	margin:0;
	padding:0;
	font-size: 12px;
	color: #008000;
	font-weight:normal;
}

h5 {
	margin:0;
	padding:0;
	font-size: 12px;
	color: #008000;
}

.headgrafik{
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	width:918px;
	height:126px;
	text-align:right;
	font-size: 11px;
}

.headgrafik a{
	color:#7E7E7E;
	text-decoration:none;
	font-size: 11px;
	padding-left:7px;
	padding-right:7px;
}

.headgrafik a.aktiv{
	color:#FF5F03;
	text-decoration:none;
}

.headgrafik a:hover{
	color:#008000;
	background-color:#fff;
	text-decoration:none;
}
 


#go2top{
	border-top:1px solid #DCDDDE;
	margin-right:10px;
	margin-top:45px;
}

.FooterTxt{
	color:#FFFFFF;
	font-size: 11px;
}

.FloatLeft{
	float:left;
}

.FloatRight{
	float:right;
}



/* Listendefinition */
ul{
	margin:0;
	padding-left:30px;
	padding-right:10px;
	list-style-type:none;
}

li{
	background-color:#fff;
	color:#008000;
	line-height:16px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px solid #DCDDDE;
}

li a{
	color:#7E7E7E;
	text-decoration:none;
	font-size: 11px;
	padding-left:15px;
	background-position:0 3px;
	width: 91%;
	display: block;
}

li a:hover{
	color:#008000;
	background-color:#fff;
	text-decoration:none;
	background-image:url(../img/listen_highlight.gif);
	background-repeat:no-repeat;
}

li a.aktiv{
	color:#008000;
	background-color:#fff;
	text-decoration:none;
	background-image:url(../img/listen_highlight.gif);
	background-repeat:no-repeat;
}

.InfoBlock ul {
	color: #7E7E7E;
	list-style-type:square;
	padding-left:25px;
	margin-bottom:25px;
	margin-top:10px;
}
.InfoBlock li {
	color: #7E7E7E;
	background-color:transparent;
	line-height:16px;
	border:none;
	font-size:11px;
	padding:0;
	margin:0;
	margin-bottom:5px;
}

.InfoBlock strong{
	color: #7E7E7E;
	font-weight:bold;
}

.InfoBlock a{
	color: #7E7E7E;
	text-decoration: underline;
	background-image:transparent;
	margin:0;
	padding:0;
	display: inline;
}

.InfoBlock a:hover{
	color:#7E7E7E;
	text-decoration:none;
	background-image:none;
	background-color:transparent;
}

#maincol ul {
	list-style-type:square;
	padding-top:10px;
	padding-left:30px;
	margin-bottom:25px;
}

#maincol li {
	background-color:transparent;
	line-height:18px;
	border:none;
	font-size:12px;
	padding:0;
	margin:0;
}

#maincol ul.sitemap {
	list-style-type:none;
	padding-top:1px;
	padding-left:20px;
	margin-bottom:1px;
}

#maincol li.sitemap {
	background-color:transparent;
	line-height:18px;
	border:none;
	font-size:12px;
	padding:2;
	margin:0;
}

li a.sitemap{
	color:#7E7E7E;
	text-decoration:none;
	font-size: 12px;
	padding-left:0;
	background-position:0 3px;
	width: 100%;
	display: block;
}


li a.sitemap:hover{
	color:#FF5F03;
	background-color:#f9f9f9;
	text-decoration:none;
	background-image:none;
}

/* Links*/
a {
	font-style: normal;
	font-weight: normal;
	color: #008000;
	text-decoration: underline;
	border:0;
}

a:hover {
	font-style: normal;
	font-weight: normal;
	color: #7E7E7E;
	text-decoration: none;
}

/* Tables*/
td{
	border-bottom:1px solid #DCDDDE
}

td.blank{
	border:none
}

td.blankbold{
	border:none;
	color: #484848;
	font-weight: bold;
}

th.scorecard{
	background-color: #008000;
	font-weight: bold;
	color: #FFFFFF;
}

td.scorecard{
	text-align: center;
	font-weight: bold;
	color: #008000;
}

td.scorecardsum, th.scorecardsum{
	background-color: #D8F873;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

td.scorecardsumdg{
	background-color: #008000;
	text-align: center;
	font-weight: bold;
	color: #000000;
}

td.yellow{
	background-color: #FFFF00;
}

td.red{
	background-color: #FF0000;
}

tr.light{
	background-color: #FFFFFF;
}

tr.dark{
	background-color: #CCCCCC;
}

tr.lightheader{
	font-weight: bold;
	background-color: #D8F873;
	color: #000000;
	border:none
}

tr.darkheader{
	font-weight: bold;
	background-color: #008000;
	color: #FFFFFF;
	border:none
}
