/*
--------------------------------------------------------
 Allgemeine Styles
--------------------------------------------------------
*/

/*@charset "utf-8";*/

#imagezoom {
	width				: 100%;
	height				: 100%;
	position			: absolute;
	top					: 0px;
	left				: 0px;
	background-color	: black;
	-moz-opacity		: 0.75; 
	filter				: alpha(opacity=75);
	opacity				: .75;
	visibility			: hidden;
	z-index				: 100;
}

#imagezoom_img {
	width				: 500px;
	height				: 500px;
	position			: absolute;
	top					: 30px;
	left				: 100px;
	background-color	: #fff;
	border				: solid 1px #c00;
	visibility			: hidden;
	z-index				: 101;
}

*{
	font-family						: verdana;
	font-size						: 10pt;
	color							: #868488;
	font-style						: italic;
}

#fade {
	overflow						: hidden;
	width							: 698px;
	height							: 158px;
	position						: absolute;
}
#fade img {
	display 						: none;
	position						: absolute;
	width							: 698px;
	height							: 158px;
	z-index							: 1;
}

img {
	border							: 0px;
}

h1 {
	text-decoration					: none;
	font-size						: 15pt;
	font-weight						: bold;
	font-style						: italic;
	margin							: 0px;
	margin-top						: 0px;
	margin-bottom					: 5px;
}

h2 {
	text-decoration					: none;
	font-size						: 13pt;
	font-weight						: normal;
	font-style						: italic;
}

p {
	margin							: 0px;
	margin-bottom					: 1px;
}

.articlegreen {
	color							: #92D02F !important;
	font-size						: 12pt;
}

body {
	margin				: 0px;
	background-color	: #ECECED;
}

.breaker {
	clear				: both;
}

hr,
.hr {
	clear				: both;
	height				: 7px !important;
	background-image	: url('images/dottedline.png');
	border				: 0px;
	margin-top			: 10px;
}

.projektbeispiele {
	border				: 0px;
	border-top			: solid 1px #6E6D72;
	width				: 318px;
	padding-top			: 10px;
	margin-top			: 5px;
	margin-bottom		: 13px;
}

.content_element {
	margin-bottom		: 20px;
}

.content_element_zweispalten {
	margin-bottom		: 20px;
	width				: 312px;
}



.imagebar_contact {
	width				: 137px;
	float				: left;
	margin-bottom		: 10px;
	margin-right		: 15px;	
}

.textbar_contact {
	width				: 150px;
	height				: 185px;
	float				: left;
	margin-right		: 0px;	
}

.textbar_partner {
	width				: 290px;
	height				: 70px;
	float				: left;
	margin-right		: 10px;	
}


a {
	text-decoration		: none
}

a:hover {
	text-decoration		: underline;
	color				: #92D02F;
}

#full_page_area {
	width				: 888px;
	background-image	: url('images/bg.png');
	border				: solid 1px #6E6D72;
	margin				: 35px auto;
	padding-bottom		: 30px;
}

#hleft {
	width				: 190px;
	height				: 158px;
	float				: left;
	border-right		: solid 1px #5F5F61;
}

#hright {
	width				: 697px;
	height				: 158px;
	float				: right;
	
	overflow			: hidden;
}

#left {
	width				: 190px;
	float				: left;
}

#right {
	width				: 630px;
	padding-left		: 31px;
	padding-right		: 31px;
	padding-top			: 20px;
	float				: left;
}
#naturstein {
	margin-top			: 180px;
	margin-bottom		: 20px;
}

.imagebar {
	width				: 137px;
	float				: left;
	margin-bottom		: 10px;
}




.imagebar_text {
	width				: 348px;
	float				: left;
	margin-bottom		: 10px;
}

.imagebar_detail {
	width				: 338px;
	float				: left;
	margin-bottom		: 10px;
}

.textbar_detail {
	width				: 290px;
	float				: left;
	margin-bottom		: 10px;
}

.textbar_detail p {
	margin-bottom		: 15px;
}

.prod_imagebar {
	width				: 127px;
	float				: left;
	margin-bottom		: 20px;
}

.prod_left {
	display 			: block;
	background-color	: #ECECED;
	width				: 183px;
	padding-top			: 14px;
	padding-left		: 17px;
	float				: left;
	height				: 108px;
}

.prod_right {
	display 			: block;
	background-color	: #ECECED;
	width				: 290px;
	padding-top			: 14px;
	padding-left		: 5px;
	float				: left;
	height				: 108px;
}
.smallh2,
.prod_right h2,
.prod_left h2 {
	text-decoration					: none;
	font-size						: 11pt;
	font-weight						: bold;
	font-style						: italic;
	margin							: 0px;
	margin-bottom					: 5px;
}

/*
--------------------------------------------------------
 menu Styles
--------------------------------------------------------
*/

#menul1 {
	
	white-space						: nowrap; 
	padding							: 0px;
	border							: 0px;
	margin							: 0px;
	list-style-type					: none;
}

#menul1 a {
	display							: block;	
	padding-top						: 9px;
	padding-left					: 31px;
	border-bottom					: solid 1px #5C5B5E;
	color							: #d3d2d5;
	text-decoration					: none;
	font-size						: 10pt;
	font-weight						: bold;
	font-style						: italic;
	white-space						: nowrap; 
	height							: 23px;
}

#menul1 .menu_active,
#menul1 li ul li a,
#menul1 a:hover {
	color							: #fff;
}

#menul1 li ul {
	list-style-type					: none;
	white-space						: nowrap; 
	padding							: 0px;
	padding-left					: 0px;
	border							: 0px;
	margin							: 0px;
	
}

#menul1 li ul li a {
	
	display							: block;	
	padding-top						: 9px;
	padding-left					: 50px;
	border-bottom					: solid 1px #5C5B5E;
	color							: #d3d2d5;
	text-decoration					: none;
	font-size						: 10pt;
	font-weight						: normal;
	font-style						: italic;
	white-space						: nowrap; 
	height							: 23px;
}

#menul1 li ul li ul li a {
	
	display							: block;	
	padding-top						: 9px;
	padding-left					: 50px;
	border-bottom					: solid 1px #5C5B5E;
	color							: #d3d2d5;
	text-decoration					: none;
	font-size						: 9pt;
	font-weight						: normal;
	font-style						: italic;
	white-space						: nowrap; 
	height							: 23px;
}
/*
--------------------------------------------------------
 Kontaktformular
--------------------------------------------------------
*/
.content_element input {
	width					: 380px;
}

.content_element textarea	{
	width					: 380px;
	height 					: 100px;
}
.content_element #submit	{
	width					: 150px;
}

ul {
 margin-left	: 0px;	
 padding-left	: 13px;	
}
