/* Generelle Css-Definitionen für Seite mit absoluter Breite am linken Rand ausgerichtet */
body
{
 margin-left:				0px;
 margin-right:				0px;
 margin-top:				0px;
 margin-bottom:				0px;
 
 padding-left: 0px;
 padding-right: 0px;
 padding-top: 0px;
 padding-bottom: 0px;
 
 background-color:			 #b0b0b0;
 font-family:				Arial, Helvetica, sans-serif;
 font-size:					12px; 
 color:						#000000; 
 text-align:center;
}

/* Links:*/

a:link
{
	color:#003300; /*Ändern?*/
}

a:hover
{
	color:#003300; /*Ändern? */
}

a:visited
{
	color:#003300; /*Ändern?*/
}


.text_just_100_perc
{
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	
}


.table_header /* Banner & Menü & Logo*/
{
 width: 758px;
 text-align:left;
 
 border-left: 0px solid #FFFFFF;
 border-right: px solid #FFFFFF;
 border-top: 0px solid #FFFFFF;
 border-bottom: 0px solid #FFFFFF;
 
 margin-bottom:0px;
 margin-top:0px;


 
 padding-left: 0px;
 padding-right:0 px;
 padding-top: 0px;
 padding-bottom: 0px;
}

.table_h_row
{
 vertical-align:bottom;
}

.content_holder /* Zentriert den Inhalts-Div */
{
 width:756px;
 text-align:center;
 border-left: 0px solid #FFFFFF;
 border-right: 0px solid #FFFFFF;
 border-top: 0px solid #FFFFFF;
 border-bottom: 0px solid #FFFFFF;
font-size: 12px;
 

}

/*Inhalts div*/
.content_div
{
 width:610px;
 
 font-family: Arial, Helvetica, sans-serif;
 text-align:center;
 
 margin-left: auto;
 margin-right:auto;

font-size:12px;
}

.center_all
{

 height:560px;
 width:758px;
 
 margin-left:auto;
 margin-right:auto;
 text-align:center;
 border-left: 1px solid #FFFFFF;
 border-right: 1px solid #FFFFFF;
 border-top: 1px solid #FFFFFF;
 border-bottom: 1px solid #FFFFFF;

}