body {
	background: url(/img/bg.png) repeat-x #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 0;
}
 
a {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 13px;
	font-weight: bold;*/
	color: #001010;
	text-decoration: none;
}
a:hover {
	color: #001010;
	text-decoration: underline;
}

#menuContainer {
	position: absolute;
	top: 87px;
	left: 0px;
	z-index: 9999;
}

.menu {
	width: 189px;
	border-right: solid 1px #c6c5c8;
	/*border-bottom: solid 1px #c6c5c8;*/
	/*background-color: #f9f9f9;*/
	margin: 0 0 15px 0;
	background: url(/img/menu_bottom_bg.png) bottom no-repeat;
	padding-bottom: 2px;
}

.menuTop {
	margin-left: 27px; 
	height: 19px;
	background-color: #eaf0f4;
	border-right: solid 1px #ffffff;
	font-size: 14px;
	font-weight: bold;
	color: #3dacce;
	padding: 3px 5px 0 5px;
}

.menu1 {
	background: url(/img/menu1bg.png);
	padding: 6px 0 6px 5px;
}

.menu1 a {
	background: url(/img/menu1button.jpg) no-repeat;
	width: 148px;
	height: 21px;
	display: block;
	padding: 4px 0 0 30px;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #2e6488;
}

.menu2 {
	background: url(/img/menu2bg.png);
	padding: 6px 0 6px 5px;
}

.menu2 a {
	background: url(/img/menu2button.jpg) no-repeat;
	width: 148px;
	height: 21px;
	display: block;
	padding: 4px 0 0 30px;
	margin-bottom: 6px;
	font-size: 13px;
	font-weight: bold;
	color: #000101;
}

.menu3 {
	background: url(/img/menu1bg.png);
	padding: 6px 0 6px 5px;
}

.menu3 a {
	background: url(/img/menu3button.jpg) no-repeat;
	width: 148px;
	height: 21px;
	display: block;
	padding: 4px 0 0 30px;
	margin-bottom: 6px;
	font-size: 12px;
	font-weight: bold;
	color: #2e6488;
}

.menu a:hover {
	font-style: italic;
	text-decoration: none;
}

#content {
	margin: 15px 0 15px 92px;
	width: 70%;
	background-color: #FFFFFF;
	/*border-right: solid 3px #bdbdbf;*/
	float: left;
}

#contentTop {
	background: url(/img/content_top_bg.png);
	height: 24px;
	width: 100%;
	padding: 5px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #feffff;
}

#contentTop a {
	font-size: 13px;
	font-weight: bold;
	color: #feffff;
}

#contentLogo {
	text-align: right;
	padding: 5px 12px 0 0;
} 

.contentText {
	padding: 0 35px 0 120px;
	background: url(/img/fueller.jpg) no-repeat #ffffff;
	background-position: 100% 100%;
	font-size: 11px;
	color: #000101;
}

#footer {
	font-size: 9px;
	color: #2e6488;
	text-align: center;
	margin: 200px 0 0 0;
	padding: 3px 120px 8px 0;
}

h1 span,h2 span, h3 span, h4 span, h5 span, h6 span, .grau {
	color: grey;
}

h1 {
	color: #3dacce;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
}

h2 {
	color: #9aa3a3;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 17px;
}

hr {
	color: #9aa3a3;
	width: 100%;
	height: 1px;
	margin: 15px 0 0 0;
}

#teaser {
	margin: 120px 0 0 13px;
	float: left;
}

.clearFloat {
	float: none;
	clear: both;
	width: 0px;
	margin: 0;
	padding: 0;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
}


/* ### Galerie  ##### */
div.image {
	float: left;
	margin: 5px 15px 0 0;
	border: none;
}

div.image img {
	border: none;
}


/* ### Formular ################################################################ */
fieldset.formfield {
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
}

div.formblock {
	padding: 3px 0 2px 0;
}

.formblock label {
	width: 120px;
	display: inline-block;
}

input.formtext {
	width: 250px;
}

textarea.formtextfield {
	display: block;
	width: 370px;
}

div.formheadline {
	padding-top: 10px;
}

.formblock .formsubmit {
	margin: 10px 0 0 300px;
}



.floatLeft { 
	float:left; 
	margin: 5px 15px 5px 0px;
}
.floatRight { 
	float:right; 
	margin: 5px 0px 5px 15px;
}

