.description{
	font-size:11px;
}

/* ############  ############*/

#nav_head-start{
 float:left;
}

/* ############  ############*/

#nav_head{
 height:65px;
 width:920px;
 background: url(images/style/nav_head-background.jpg) repeat-x;
 padding:25px 10px 0px 0px;
 font:23px "trebuchet ms";
 font-weight:bold;
 color:#ffffff;
 text-align:right;
}

#nav_head a{
 padding:12px 18px 8px 18px;
 border:0px;
 display:block;
 float:left;
 font:16px "trebuchet ms";
 font-weight:bold;
 color:#1e4678;
}

#nav_head a:hover{
 background: url(images/style/nav_head-a.jpg) repeat-x;
 color:#000000;
}

/* ############  ############*/

#nav_left{
 float:left;
 width:150px;
}

.nav_left-content, .nav_left-head{
 background: url(images/style/nav_left-background.jpg) repeat-y;
}

.nav_left-content{
 padding:0px 10px 0px 6px;
 width:134px;
 line-height:20px;
 font-family:verdana,arial,sans-serif;
 font-size:11px;
}

.nav_left-content a{
 display:block;
 border-bottom:1px solid transparent;
}

.nav_left-content a:hover{
 background:#e7f7cd;
 color:#000000;
 border-bottom:1px solid #000000;
}

.nav_left-headline{
 font:15px "trebuchet ms",sans-serif;
 padding:0px 0px 5px 5px;
 font-weight:bold;
 color:#527b12;
 display:block;
}

/* ############  ############*/

#content{
 float:left;
 width:610px;
 padding:10px;
 text-align:justify;
 line-height:20px;
}

/* ############  ############*/

#nav_right{
 float:left;
 width:150px;
 font-family:verdana,arial,sans-serif;
 font-size:11px;
}

.nav_right-headline{
 font:15px "trebuchet ms",sans-serif;
 padding:7px;
 font-weight:bold;
 color:#527b12;
 background:#b8e76e;
 display:block;
}

#nav_right a{
 display:block;
 padding:3px;
 color:#000000;
 background:#e7f7cd;
 border-bottom:1px solid #b1c9e8;
}

#nav_right a:hover{
 background:#90cf30;
 font-weight:bold;
 color:#ffffff;
}

/* ############  ############*/

#footer{
 width:920px;
 padding:5px;
 font:12px arial,sans-serif;
 font-weight:bold;
 color:#ffffff;
 text-align:center;
 background: url(images/style/nav_head-background.jpg) repeat-x;
}

#footer a{
 color:#ffffff;
}

#OfflineContent{
	float:left;
	width:100%;
	margin-left:3%;
	text-align:center;
}

/* Tabellen */
table {
	border-collapse:collapse;
	border: solid 1px #000000;
}

td{
	border: solid 1px #000000;
}

.tblhead{
	background:#b8e76e;
}

.tblsubhead{
	background:#e7f7cd;
}

