/* Layout Stylesheet */ 

body {
	margin:0px;
	padding:0;
	background:#1A4Ea0;
	color: #FFFFFF;
	text-align:center;
  }

#container {
 text-align:left;

 margin:auto;
 }

#head {
 height:252px;
 background:#eeeeee;
 background-image:url(images/header2.jpg)
 }

#navigation {
 height:25px;
 background:#DF0006;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }
#balkenOben{
height:26px;
background:url(images/rez2.jpg) top left repeat-x;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
}
#balkenUnten{
height:26px;
background:url(images/rez4.jpg) top left repeat-x;
 color: #333333;
 border:solid #000000;	
 border-width:1px 0 1px 0;
}
#bodyblock {
 position:relative;
 background: #FFF;
 padding:0;
 }
#roteBox{

 width:700px;
 background:#DF0006;
 color: #333333;
 text-align:center;
}

#footer {
 height:25px;
 background:#1A4EA0;
 color: #FFF;
 margin:0;
 }
