body {
	font-family: 			arial, Times New Roman;
	font-size: 				11pt;
	color:					#515151;
	overflow-x: 			hidden;
}

#container{
	position: 				absolute;
	float: 					left;	
	width:					950px;
	min-height:				580px;
	left: 					50%;
	margin-left: 			-475px;
}

#header{
	position: 				relative;
	width: 					950px;
	height:					120px;
}

#logo{
	float: 					right;
	width: 					380px;
	height: 				80px;
	margin: 				40px 10px 30px 0; 
	background: 			url(img/logo.jpg) no-repeat;
}

#ribbon-wrapper {
	position: 				relative;
	left: 					100px;
	top: 					10px;
	z-index: 				1;
}

#content {
	position: 				relative;
	float: 					left;
	top: 					30px;
	padding:				50px;
	width: 					650px;
	min-height:				580px;
	height:					auto !important;
	height:					580px;
	text-align: 			left;
}

div.nav {
	position: 				relative;
	float: 					right;
	top: 					100px;
	width: 					200px;
	height:					450px;
}

#nav{
	position: 				relative;
	float:					right;
	width: 					200px;
	margin-top: 			40px;
	text-align: 			left;
	border-left: 			1px solid #C1C0BD;
}

#footer{
	position: 				relative;
	float: 					left;
	width: 					100%;
	height:					20px;
	background: 			url(img/verlauf_mini.jpg) repeat-x;
	text-align:				left;
}
/******************* Textformatierung************************/
h1{
	font-family: 			arial;
	font-size: 				20pt;
	font-weight:			normal;
	text-align: 			center;
	color:					#982648;
	margin:					0 0 20px 0;
}

h2{
	font-family: 			arial;
	font-size: 				14pt;
	font-weight:			normal;
	color:					#982648;
}

h3{
	font-family: 			arial;
	font-size: 				14pt;
	font-weight:			normal;
	color:					#000;
	margin-top:				-2px;
}
h4{
	font-family: 			arial;
	font-size: 				11pt;
	font-weight:			bold;
	color:					#982648;
}

h5{
	font-family: 			arial;
	font-size: 				12pt;
	font-weight:			bold;
	color:					#C1C0BD;
	margin-top: 			0.3em;
	margin-left: 			-45px;
}

h6{ /***Text Footer***/
	font-family: 			arial;
	font-size: 				11pt;
	font-weight:			normal;
	color:					#fff;

}
div.box {
	background-color: 		#fff;
	position: 				absolute;
	margin: 				0 auto;
	-moz-border-radius:		0px; /* Firefox */
	-webkit-border-radius: 	0px; /* Safari and Chrome */
	border-radius: 			0px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	-moz-box-shadow: 		0px 0px 15px #838280; /* Firefox */
	-webkit-box-shadow: 	0px 0px 15px #838280; /* Safari and Chrome */
	box-shadow: 			0px 0px 15px #838280; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
	behavior: 				url(/ie-css3.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
}
.textshadow {
	text-shadow: 			#000 1px 1px 0px;
width:100%;
filter:dropshadow(color=#00000, offx=1, offy=1);

}
/*****************************************************************
						Ribbon
*****************************************************************/
div.ribbon-front {
	position: 				absolute;	
	background: 			url(img/verlauf.jpg) repeat-x;
	height:					50px;
	width:					980px;
	position: 				absolute;	
	left: 					-115px;
	top: 					0;
	z-index: 				2;
}

div.ribbon-back-left {
	position: 				absolute;
	top: 					10px;
	right:					1050px;
	width: 					50px;
	height: 				50px;
	background: 			url(img/verlauf.jpg) repeat-x;
	z-index: 				0;
}

div.ribbon-back-right {
	position: 				absolute;
	top: 					10px;
	left: 					850px;
	width: 					50px;
	height: 				50px;
	background: 			url(img/verlauf.jpg) repeat-x;
	z-index: 				0;
}

div.ribbon-edge-bottomleft{
	position: 				absolute;
	border-style: 			solid;
	height: 				0px;
	width: 					20px;
	top: 					50px;
	left: 					-135px;
	border-color: 			transparent #292726 transparent transparent;
	border-width: 			0 15px 10px 0;
	z-index: 				1;
}

div.ribbon-edge-bottomright{
	position: 				absolute;
	border-style: 			solid;
	height: 				0px;
	width: 					12px;
	top: 					50px;
	left: 					850px;
	border-color: 			transparent transparent transparent #292726;
	border-width: 			0 0 10px 15px;
	z-index: 				1;
}

/*****************************************************************
						Ribbon-Mini
*****************************************************************/
div.ribbon-wrapper-mini {
	position: 				relative;
	left: 					300px;
	top: 					150px;
	z-index: 				1;
}

div.ribbon-front-mini {
	
	background: 			url(img/verlauf_mini.jpg) repeat-x;
	height:					30px;
	width:					210px;
	position: 				absolute;	
	float: 					right;
	left: 					0px;
	top: 					0;
	background-color: 		#838280;
	z-index: 				2;
}

div.ribbon-edge-bottomright-mini{
	position: 				absolute;
	z-index: 				1;
	border-style: 			solid;
	height: 				10px;
	width: 					10px;
	top: 					20px;
	left: 					200px;
	border-color: 			transparent transparent transparent #292726;
	border-width: 			0 0 10px 10px;
}

div.ribbon-back-right-mini {
	position: 				absolute;
	top: 					10px;
	left: 					200px;
	width: 					20px;
	height: 				30px;
	background: 			url(img/verlauf_mini.jpg) repeat-x;
	z-index: 				0;
}
/*****************************************************************
						Navi Formatierung
*****************************************************************/
div.menu_list li{
	list-style-type: 		none;
}

a:link , a:visited{
	text-decoration: 		none;
	color: 					#982648;
	line-height: 			30px;
	text-align: 			left;
}
a:hover{
	text-decoration: 		none;
	color: 					#838280;
}

/*****************************************************************
						Inhalt/Text Formatierung
*****************************************************************/

#text_footer{
	text-align: 			left;
	margin: 				0px 0 0 20px;
}
.logo_wolfcomp{
	float:right;
	border: 				0;
	-moz-box-shadow: 		0 0;
	-webkit-box-shadow: 	0 0;
}
#img_flyer{
text-align:center;
margin-top:30px;
}

img { 
	border: 				2px solid #838280;
	-moz-box-shadow: 		3px 3px 7px #464241;
	-webkit-box-shadow: 	3px 3px 7px #464241;
} 
#faq{
	margin-top:				80px;
}
hr{
	height: 				0.1em;
	background-color: 		#505255;
	margin: 				50px 0;
}
.table_hr{
	height: 				0.1em;
	background-color: 		#505255;
}
li{
	list-style-type: 		circle;
}

.thermografiebilder{
	width: 					100%;
	margin: 				25px;
}
.leckageortungbilder{
	width: 					100%;
	margin: 				25px;
}
