/* Basics */

body {
	margin-top: 0px;
	margin-left: 30px;
	text-align: center;
	font-size: 100.1%;
	vertical-align : middle;
	background-color : White;
}

/* Haupttabelle für Formatierung */

#main
{
	width: 850px;
	height : 560px;
	background-color : White;
	font-size: 100.1%;
	vertical-align : middle;
	margin-top : 0;
	margin-left : 1%;
}

td.bg_blue
{
	background-color : #DEEAFB;
	font : normal normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	vertical-align : top;
}

td.bg_line
{
	height : 1px;
	background-image : url(images/bg_line.gif);
	background-repeat : repeat-x;
}

/* diverse Contentbereiche rechts und links*/

#content_left
{
	padding : 0 0 0.5em 0;
	height : 400px;
}

#content_left td
{
	height : 2.0em;
}

#content_start
{
	width: 98%;
	height : 400px;
}

#content_start td
{
	font : normal normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	vertical-align : top;
}


#content_start_grau td
{
	font : normal normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	color : #666666;
	vertical-align : top;
}
#content_right
{
	width: 98%;
	height : 290px;
	}
	
	
#content_right td
{
	font : normal normal 0.7em Verdana, Arial, Helvetica, sans-serif;
	color : #333333;
	vertical-align : top;
	}
	
	#content_right_haftung
{
	width: 98%;
	height : 290px;
	}

#content_subtitle
{
	padding : 0 0 0.5em 0;
	height : 290px;
}

/* Bildleiste unten */
#bg_picbar
{
	background-image : url(images/bg_picbar.gif);
	background-repeat : no-repeat;
	height : 75px;
}

/* container   news */
#news
{
	border : 1px solid #CCCCFF;
	text-align : left;
	visibility : visible;
	padding : 10px 15px 10px 15px;
}