body {
	font-family: verdana;
	font-size:11px;
	background-color: #999;
	padding-top:5px;
	padding-bottom:5px;	
}

hr {
	color:#999;
}

a:link {
	color:#039; /*dunkles Blau*/
	text-decoration: none;
}
a:visited {
	color: #039; /*dunkles Blau*/
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #c00; /*rot*/
}
a:active {
	text-decoration: underline;
	color: #c00; /*rot*/
}

a.menu:link {
  text-decoration:none;
  color:#000;
  border-bottom:1px solid #999;
  display:block;
  padding:5px;
}

a.menu:visited {
  text-decoration:none;
  color:#000;
  border-bottom:1px solid #999;
  display:block;
  padding:5px;
}

a.menu:hover {
  display:block;
  color:#c00; /*rot*/
  text-decoration:none;
  border-bottom:1px solid #999;
}

a.menu:active {
  display:block;
  color:#c00; /*rot*/
  text-decoration:none;
  border-bottom:1px solid #999;
}


#main {
	background-color: #E0EEFE; /*hellblau*/
	width:1000px;
}

#header {
	background-color:#999;
	height:170px;
	width:1000px;	
}

#middle {
	margin-top:14px;
	margin-bottom:14px;	
}

.caption {
	text-align:left;
	left:13px;
	top:12px;
	position:relative;
	font-weight:800;
}

.leftbox {
	width:160px;	
	margin-bottom:14px;
	margin-left:14px;
}

.boxheader_left {
	background-color:#E0EEFE;/*hellblau*/
	background-image:url(../images/menu_head_left.gif);
	height:30px;
	width:160px;
}

.boxcontent_left {
	background-image:url(../images/menu_main_left.gif);
	background-repeat:repeat-y;
	/*padding:2px;*/
	/*padding-left:13px;*/
	text-align:left; 
	text-indent:8px
}

.boxfooter_left {
	background-color:#E0EEFE; /*hellblau*/
	background-image:url(../images/menu_foot_left.gif);
	height:20px;
	width:160px;
}

.rightbox {
	width:160px;
	margin-bottom:14px;
	margin-right:14px;
}

.boxheader_right {
	background-color:#E0EEFE;/*hellblau*/
	background-image:url(../images/menu_head_right.gif);
	height:30px;
	width:160px;
}

.boxcontent_right {
	background-image:url(../images/menu_main_right.gif);
	background-repeat:repeat-y;
	/*padding:2px;*/
	padding-left:13px;
	text-align:left;
}

.boxfooter_right {
	background-color:#E0EEFE;/*hellblau*/
	background-image:url(../images/menu_foot_right.gif);
	height:20px;
	width:160px;
}

#contentheader {
	background-color:#E0EEFE;/*hellblau*/
	background-image:url(../images/content_head.gif);
	height:30px;
	width:624px;
}

#content {	
	background-image:url(../images/content_main.gif);
	background-repeat:repeat-y;
	width:624px;
	margin-left:14px;
	margin-right:14px;
}

#contentcontent {
	padding-right:12px;
	padding-left:12px;	
	text-align:left;
}

.contentfooter {
	background-color:#E0EEFE;
	background-image:url(../images/content_foot.gif);
	height:20px;
	width:624px;
}

#footer {
	background-color: #929292;	
	background-image:url(../images/footer.gif);
	height:64px;
	line-height:600%;
	color:#FFFFFF;
	font-weight:800;
}

#bottom {
	background-color: #999;
	height:39px;
	line-height:340%;
	width:auto;
	padding-left:2px;
	padding-right:2px;
}

/*rot: #c00*/
/*hellblau #E0EEFE; */
/*ladies blau: #0075b8*/
/*helles blau: #06c*/
/*dunkles blau: #039*/
/*Background grau #999;*/
/*dunkles Grau #666;*/
