/* CSS Document */
BODY{
  background-color: #F7F4F1;
  margin:0;
  margin-top: 5px;
}
DIV, TABLE, P, A{
 font-family:Verdana, Tahoma, Arial;
 font-size: 12px;
 color: black;
 text-decoration: none;
 margin: 0px;
 padding: 0px;
 border: 0px;
}
A{
 font-size: 12px;
 color: #711616;
 text-decoration: underline;
}
p{
	padding-left: 10px;
         padding-right: 10px;
}
#whole_table{
	width: 750px;
         background-color: white;
	border-left: 1px solid #D4D1A6;
         border-right: 1px solid #D4D1A6;
         border-bottom: 1px solid #D4D1A6;
}
#navi{
 	float: left;
}
#header{
 	width: 750px;
}
#title{
 	width: 750px;
         height: 21px;
}
#navigation{
 	width: 750px;
         height: 40px;
         vertical-align: bottom;
         background-image:url(http://82.165.28.209/typo3cms/gestuet-forstwald.de/fileadmin/files/img/layout/navi_bg.jpg);
         background-repeat: repeat-x;
         background-color: #E8E8CC;
}
#content{
 	/*width: 540px;*/
         /*height: 257px;*/
         background-color: white;
         border-right: 1px solid #D4D1A6;
         padding: 20px;
}
#contentimage{
 	border-right: 1px solid #E0B88B;
         border-bottom: 1px solid #EAE9D2;
}
#rightcontent{
 	width: 209px;
         vertical-align: top;
}
#footer{
 	width: 750px;
         height: 20px;
         text-align: right;
         vertical-align: middle;
         background-color: #EAE9D2;
         border-top: 1px solid #F7F4F1;
}
.aFooter{
 	font-size: 9px;
}
.newstable{
 	width: 209px;
         font-size: 11px;
}
.newstitle{
         color: #384B34;
         text-align: right;
         font-size: 11px;
         font-weight: bold;
         background-color: #EAE9D2;
         border-bottom: 1px solid #969A55;
}
