.dbg {
	border:1px solid red;
}
* {
	font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
body {
	margin:0px;
	background-color:#FFFFFF;
}
h1 {
	font-size:26px;
	font-weight:normal;
	padding:0px;
	margin-left:8px;
	margin-top:25px;
	
	margin-bottom:5px;
	/*margin-bottom:20px;*/
}
div.sub{
	margin-left:9px;
	/*font-size:12px;*/
}
a {
	color:#000000;
	text-decoration:none;
}
p{
	margin:0px;
}
h2{
	color:#999999;
	margin-top:11px;
	margin-bottom:0px;
	font-size:11px;
	font-weight:normal;
}
ul{
	margin-top:0px;
	/*margin-left:0px;*/
	padding-left:15px;
}
xli{
	padding-left:0px;
	margin-left:0px;
}
div#leftCol{
	position:absolute;
	left:0px;
	top:0px;
}

div#logo{
	margin-left:35px;
	margin-top:120px;
}

div#mainCol{
	margin-left:190px;
	margin-bottom:40px;
	width:780px;
}

/* MENU */

div.menu{
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;*/
	/*font-size:11px;*/
	
	margin-top:36px;
	width:780px;
	overflow:hidden;
}

div.menu_text1, div.menu_text2{
	margin-left:9px;
	margin-bottom:4px;
}
div.menu_text1 a{
	color:#000000;
	text-decoration:none;
}
div.menu_text2 a{
	color:#333333;
	text-decoration:none;
}
/*
div.menu_text a:hover{
	color:#BDBEC2;
}
*/
div.menu_item{
	float:left;
	margin-right:9px;
}

/* BALKEN */

div.menu_line1{
	width:171px;
	height:6px;
}
div.menu_line2{
	width:81px;
	height:6px;
}

.on{
	background-color:#000000;
}
.off{
	background-color:#BDBEC2;
}

.img{
	width:520px;
}

div#content {
	width:780px;
}

.section{
	position:relative;
	left:0px;
	top:0px;
	margin-bottom:20px;
}

div#footer {
	margin-top:10px;
}
div#footer a{
	/*font-size:10px;*/
	color:#000000;
	text-decoration:none;
}
div#footer a:hover{
	color:#BDBEC2;
}

div.box_right {
	/*font-size:11px;*/
	/*margin:20px;*/
}

div.box_right h1{
	margin-left:20px;
}

div.box_left{
	/*font-size:11px;*/
	margin:20px;
}

div.box_left h1{
	margin-top:0px;
	margin-left:-1px;
	margin-bottom:12px;
}

.weiss {
	color:#FFFFFF;
}
.gelb, .gelb a {
	color:#FFEC00;
}
.grau {
	color:#999999;
}
.dunkel {
	color:#333333;
}
.schwarz {
	color:#000000;
}

.bg_dark{
	background-color:#333333;
}

td.label{
	height:25px;
	width:90px;
}
td.field{
	width:250px;
}
td.field input{
	width:200px;
	border:1px solid black;
}
td.field textarea{
	width:200px;
	border:1px solid black;
}
form#kontakt input[type=submit]{
	background-color:#FFFFFF;
	border:1px solid black;
}

table#members div {
	margin:5px 5px 5px 10px;
	vertical-align:middle;
}

div#header {
	margin-top:6px;
	margin-bottom:6px;
}

div.black_line {
	width:780px;
	height:6px;
	background-color:#000000;
}

.breit{
	width:400px;
}
textarea.breit{
	width:610px;
	height:300px;
}
.schmal{
	width:100px;
}

select, input[type=text], input[type=password], textarea{
	border:1px solid black;
}

table.border{
	border-collapse:collapse;
}
table.border td{
	border:1px solid black;
}

div.cms{
	width:760px;
	margin-top:20px;
	margin-left:20px;
}


