* {
margin:0;
padding:0;
}

.text {
margin-top: 0px;
padding-top:0px;
}

html, body {
height: 100%;
font-size: 11px;
line-height: 19px;
color: #353d3f; 
font-family: "Verdana";
background: #f0ebe1;
}

#header {
width: 100%;
height: 75px;
padding-top: 20px;
text-align: center;
}

#container {
width: 800px;
margin:0 auto;
}

.leftCol {
width: 200px;
float:left;
}

.rightCol {
width: 580px;
float:right;
}

.menu {

	width: 200px;
	margin: 0px 10px 0px 0px;
	float: left;

}

.menu ul {

	margin: 0px 0px 20px 0px;

}

.menu ul li.main {

	width: 190px;
	height: 28px;
	padding: 0px 0px 0px 10px;
	line-height: 27px;
	margin: 20px 0px 0px 0px;
	color: #fff;
	font-weight: bold;
	background: #262626 url(../images/menu_main.gif) no-repeat; 
	border-bottom: 1px solid #d7e5ee;

}

.menu ul li {

	width: 200px;
	/* height: ;27px; */
	margin: 0px;
	overflow:hidden;

}

.menu ul li a {

	width: 193px;
	/* height: ;26px; */
	padding: 0px 0px 0px 10px;
	line-height: 25px;
	display: block;
	margin: 0px;
	color: #353d3f;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #d7e5ee;

}

.menu ul li a:hover, #menu ul li a.aktiv {

	width: 193px;
	/* height: ;26px; */
	padding: 0px 0px 0px 10px;
	line-height: 25px;
	display: block;
	margin: 0px;
	color: #353d3f;
	text-decoration: none;
	background: #cabb98 url(../images/menu_hover.gif) no-repeat;
	border-bottom: 1px solid #d7e5ee;

}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* FIELDSET */
div.fieldset {
position:relative;
margin:2em 0;
width:588px;
padding:0.8em 0 0 0;
border:1px solid #c2cfd7;
color:#000;
background:#fff;
}

div.fieldset h1 {
position:absolute;
top:-0.5em;
left:1em;
margin:0;
padding:0;
font-size:1.2em;
font-weight:normal;
}

div.fieldset h1 span {
margin:0;
padding: 1px 25px 1px 25px;
color:#fff;
background:#262626;
font-weight:bold;
}

div.fieldset p {
margin:0;
padding:1em 1em 1em 1.5em;
color:#000;
font-size:1.2em;
background:#fff;
}
/* FIELDSET ENDE */

