body {
	margin: 0;
	padding : 0;
	background-color : #ffffff;
	background-image : url(/images/layout/hintergrund_1px.jpg);
	background-repeat : repeat-y;
	background-position : center;
	font-family : "Times", serif;
	font-size : 13px;
}

table , tr , td , th , img , div, p , h1, h2, h3 {
	padding : 0px;
	margin : 0px;
	border : 0px;
}

td, th {
	font-family : Verdana, sans-serif;
	vertical-align : top;
	color : #666666;
	font-size: 11px;
}

h1 { 
	font-size : 21px;
	color : #336633;
	padding-bottom : 10px;
}

h2 { 
	font-size : 13px;
	color : #336633;
	padding-bottom : 5px;
}

h3 { 

}

p {
	font-family : Verdana, sans-serif;
	color : #666666;
	font-size : 11px;
	padding-bottom : 10px;
}

a:link, a:active, a:focus, a:visited {
	color : #336633;
	font-weight : normal;
	text-decoration : none;
}

a:hover {
	color : #336633;
	font-weight : normal;
	text-decoration : none;
	font-weight: bold;
}

/* Ventigo Logo Styles */
.powered {
	color: #000000;
	font-size: 8pt;
	font-weight:normal;
}
.powered a:link, .powered a:hover, .powered a:visited {
	color: #000000;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}
.powered .ven {
	color: #FF9933;
	font-size: 8pt;
	font-weight:bold;
	text-decoration: none;
}

.td_balken_rechts {
	width:89px;
	height:100%;
	background-image:url(/images/layout/rechter_balken_verlauf2.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.td_mitte_inhalt {
	width:630px;  /*  634px insgesammt */
	padding-right : 4px;
	height:100%;
	vertical-align:top;
}

.td_menu_links {
	width:229px;
	height:100%;
	background-image:url(/images/layout/linker_balken_verlauf2.jpg);
	background-position:0px 0px;
	background-repeat:repeat-y;
	vertical-align:top;
}