/* ==========================================
   1. Kalibrierung
   ========================================== */
*{
	margin:0;
	padding:0;
	border:0;
}
html{
	height:101%;
	margin-bottom:1px;
}
body{
	height:100%;
	width:100%;
}
/*****Abstand nach unten****/
h1,h2,h3,p,ol, ul{
	margin-bottom:0.8em;
}
/****Verschachtelte Listen**********/
ul ul, ol ol{
	margin-bottom:0;
}
/*****Liste****/
li{
	margin-left:1em;
}	

img {border:none;
}

/* ===========================================
   2. Allgemeine Definitionen
   =========================================== */
html {
	font-size:80%
}

*{
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-align:left;
	font-size:1em;
    text-decoration:none;
	font-style:normal;
	color:#3e3e3e;
} 
body{
	background-color:#fff;

}
.clear{
	clear: both;
}
h1,h2,h3{
    font-family:Verdana;
	font-weight:bold;
	color:#3e3e3e;
	margin: 0;
}
h1{ font-family: verdana, serif;
	font-size:2.33em;
	
}

h2{
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:1em;
	padding:10px 0 5px 0px;
}
h3{ font-size:1.1em;
	font-weight:bold;
	margin-bottom:.75em;
}

h4{
	font-size:1.33em;
	font-weight:bold;
	padding:0.25em 0 0 0.75em;
}
p{ 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;	
}
strong{
	color:#000;
	font-weight:bold;
}
em{
	font-style:italic;
	color:#000;
}

a{
	color:#eea332;
	text-decoration:underline;
}
a hover{
	color:#3e3e3e;
	text-decoration:none;
}
address{
	font-size:10px;
	color:#333333;
	text-align:center;
	padding: 12px 0px 12px 0;
}
blockqoute{
}
q{
}
.clear{
	clear:both;
}

/* ===========================================
   3. Anchors
   =========================================== */


a{
	color:#505050;
	text-decoration:none;
	
	
}

#footer a{
	color:#000;
	text-decoration:none;
	
}

/* ===========================================
   4. Screendesign
   =========================================== */
#wrapper{
	width: 960px;
	margin:auto;
}

/*Formatierungen Header
************************/

header{
	width: 960px;
	height: 120px;
	margin: 20px 0 0 0;
	background-color: #eee;
	/*background-color: transparent;*/
	
	cursor: pointer;
	
}
header img{
	margin:6px 0 0 20px;
	
}
#boxbildheader{
	height: 108px;
	width: 210px;
	float: left;
}

#boxheader{
	height: 108px;
	width: 745px;
	padding: 10px 0px  0 0;
	/*background-color: #fff;*/
	background-color: transparent;
	float: right;
}
header h1, h2, h3{
	
	margin:0;

}
header h1{
	font-family: verdana, serif;
	font-size: 40px;
	font-weight: 400;
	text-align: right;
	padding: 10px 80px 0 0;

}

header h2{
	font-family: verdana, serif;
	font-size: 25px;
	font-weight: 400;
	text-align: right;
	padding: 0px 80px 0 0;

}

/*Formatierungen Startseite
***************************/
article{
	width: 960px;
	
	background-color: #eee;
	padding: 0;
	margin:0x;
	
}
#textstart{
	padding: 30px 200px 0px 30px;
}
#textstart p{
	font-size: 13px;
	line-height: 18px;
}

.boxstartseite{
	width: 410px;
	height: 400px;
	
	float: left;
	margin: 20px 0 0 20px;
	padding: 20px;
	cursor: pointer;
}
/*Formatierung Folgeseiten
********************/

#team, .ofenbau{
	width: 880px;
	margin:20px 0 0 20px;
	padding: 20px;
	background-color: transparent;
	float: left;
}
.portrait{
	float:left;
	width: 200px;
	height: 400px;
	background-color: #ddd;
	margin: 20px 20px 0 0px;
}
.portrait p{
	padding:5px 0 0 10px;
}
section p{
	padding: 10px 130px 10px 0;
}

section img{
	float: left;
	padding: 0 38px 30px 0;
}

.tel{
	display: block;
	float:left;
	width: 60px;
}

/*Formatierung Tabelle Referenzen
*********************************/

.ofenbau table{
	width: 700px;
	margin:20px 0 0 0;
	border-collapse:collapse;
}
.ofenbau table td{
	line-height: 1.5em;
	padding: 0 0 0 5px;

}


.ofenbau table .tablehead{
	padding: 0 0 0 5px;
	color:#000;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.7em;
}
.zeilehell{
	background-color: #f2f2f2;
}






footer{
	margin-bottom: 20px;
	
	background-color:#ddd;
}

/* ===========================================
   5. Navigation
   =========================================== */
nav{
	
	padding:0 0 0 25px;
	margin:0;
	overflow: hidden;
	/*padding: 15px 0 15px 15px;*/
	background-color:#ddd;
}





nav ul{
	list-style-type: none;
}
nav li{
	float:left;
	
}

.short{
	width:50px;
}
.medium{
	width:90px;
}

.long{
	width:160px;
}

nav a{
	text-decoration: none;
	line-height: 22px;
	padding:5px;

}
nav a:link{


}
nav a:visited{

}
nav a:hover{
	color:#000;
	background-color:#eee;
	font-weight:bold;

}
nav a:active{

}
.hier a{
	color:#000;
	font-weight: bold;

}