
body {
	width:960px;
	margin: 0 auto;
	padding:0;
	height:100%;
	font-family: helvetica;
}

#header_text {
	width:660px;
	height:48px;
	background-image:url('/themes/heinzenberg/images/titel.jpg');
	margin: 0 auto;
}

#header {
	height:425px;
	width:960px;
	background-image:url('/themes/heinzenberg/images/header_background.jpg');
	background-repeat:no-repeat;
}


/******************************* NAVIGATION LEFT start***********************************************/

#navigation {
	margin-top:13px;	
}

#nav ul {
	list-style-type:none;
	width:140px;
	padding-left:10px;
	float:left;
	font-family:helvetica;
	font-weight:bold;
	font-size:14px;
}

#nav li{
	padding:5px 0px 5px 0px;
}

#nav li.level-1.starter_normal a{
	text-decoration:none;
	color:#FF8000;

}

#nav li.level-1.starter_active a{
	text-decoration:none;
	color:#464749;
}

#nav li.level-1.starter_active  {
	text-decoration:none;
	width:140px;
	border-bottom: thin;
	border-bottom-style:dotted;
	color:#464749;

}

#nav li.level-1.starter_normal  {
	text-decoration:none;
	width:140px;
	border-bottom: thin;
	border-bottom-style:dotted;
	color:#FF8000;
	
}

/******************************* NAVIGATION LEFT end***********************************************/

/******************************* CONTENT 	start	***********************************************/


#content_div {
	width:790px;
	padding-left:170px;
	
}
#content_inhalt {
	width:790px;
	padding-left:20px;
	padding-bottom:48px;
	float:right;
	min-height:100%;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position:relative;

}
#content {
	top:0;
}

#fe_PreviewContent {
	width:620px;
	font-family:helvetica;
	font-size:14px;

}

#fe_PreviewContent h3{
	margin:0;
	color:#FF8000;
	font-size:14px;
	font-weight:bold;
}

#fe_PreviewContent a{
	color:#FF8000;
	font-weight:bold;
	text-decoration:none;
}

#fe_PreviewTitle {
	font-family:helvetica;
	font-weight:bold;
	font-size:24px;
	color:#FF8000;

}
address {
	font-style:normal;
	font-family:helvetica;
	font-size:12px;
	
}
.site_title {
	height:35px;
	width:620px;
	margin: 5px 0 0 0;
	padding:0;
	font-family:helvetica;
	font-weight:bold;
	font-size:30px;
	color:#FF8000;
	border-bottom: thin;
	border-bottom-style:dotted;
	color:#FF8000;
}

.first {
	width:620px;
	margin: 5px 0 5px 0;
}
/******************************* CONTENT 	end	***********************************************/
/******************************* FOOTER 	start***********************************************/

.category_image {
	background:#FF8000;
	width:300px;
	height:225px;
	float:left;
  margin-top:5px;
}


.category_image:hover img{
	opacity: 0.5;
	display: block
	visibility:visible; 
}

.category_informations h2 {
	font-weight:bold;
	font-size:14px;
	color:#FF8000;
	margin: 0px 0 5px 0;
	vertical-align:central;
	padding-bottom:5px;
}
.category_informations{
	border-bottom: thin;
	border-bottom-style:dotted;
	color:#FF8000;
	height:25px;
	padding-top:5px;
}

.category.row_2 {
	width:300px;
	float:left;
}


.category.row_1 {
	width:300px;
	float:left;
	padding-left:20px;
}
#footer li.level-1.starter_normal a{
	text-decoration: none;
	color:#FFFFFF;
	font-family:helvetica;
	font-size:12px;
	font-weight:bold;
}

#footer li.level-1.starter_active a{
	text-decoration: none;
	color:#464749;
	font-family:helvetica;
	font-size:12px;
	font-weight:bold;
}

#footer li {
	list-style-type:none;
	float:left;
	padding-right: 20px;
}

#footer ul {
	padding-left:170px;
}
#footer {
	width:960px;
	height:48px;
	background-color:#FF8000;
	color:#FFFFFF;
	position:fixed;
	bottom:0;
	margin-top:-48px;
	clear:both;
	}
fieldset {
	border:0;
}

.contactFormClass_text {
	width:300px;
	border-color:#FF8000;
	border-top-style:solid;
	border-left-style:solid;
	border-right-width:1px;
	border-bottom-width:1px;
}

.contactFormClass_textarea {
	width:620px;
	height:220px;
	border-color:#FF8000;
	border-top-style:solid;
	border-left-style:solid;
	border-top-width:2px;
	border-left-width:2px;
	border-right-width:1px;
	border-bottom-width:1px;
}