Structure: 	  1 Kalibrierung
              2 Allgemeine Definitionen
			  3. Anchors
		      4. Screendesign
		      5. Navigation	
			  6. Form
 ======================================================================== */

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


/****verschachtelte Listen***/

ul ul, ol ol, ol ul{
	margin-bottom:0;
}
/***Liste
li{
	margin-left:1em;
}**/
	
	
/* ===========================================
   2. Allgemeine Definitionen
   =========================================== */
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-align:left;
}
body{
	background-color:#fff;
	
}

h1, h2, h3{
	font-weight:bold;
	color:#000;
	margin:5px 0 10px 0;
}
h1{
	font-size:24px;
	margin-bottom:18px;
}
h2{
	font-size:16px;
	margin-bottom:5px;
}
h3{
	font-size:14px;
}

p{ font-size:12px;
	
}
strong{
	font-weight:bold;
	font-size:12px;
}
em{font-style:italic;
}
address{
	color:#000;
	text-align:center;
	padding:10px 0 0 0;
}



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

a{
	color:#505050;
	text-decoration:none;
	
}
a:link{
	color:#505050;
}
a:visited{
	color:#505050;
}
a:hover, a:focus{
	text-decoration:underline;
	color:#ff6600;
}
a:active{
	color:#505050;
}
/*Screendesign
**************/
#wrapper{
	width: 860px;
	margin:20px auto 0 auto;
}
header{
	height: 160px;
	background-color:#fff;
	background-image: url(../design/jundt_logo.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #505050;
}

header section{
	background-color: transparent;
	margin:0 0 0 180px;

}

nav{
	margin: 15px 0;
	height: 25px;
	background-color: #fff;
	overflow: hidden;
	
	
}
section{
	
	padding: 15px 30px 15px 10px;
	margin-bottom: 15px;
	background-color: #fff;
}
footer{
	background-color: #fff;
	border-top: 1px solid #505050;
	margin-bottom: 15px;
	
}

#reflackiererei{
	margin-top:50px;
}
.boxlackieren{
	margin:10px 15px 0 0; 
	width: 180px;
	height: 210px;
	float: left;
}
/*Navigation
*************/


nav ul {
	height: 20px;
	width: 400px;
	margin: 0;
	padding: 3px 0 0 10px;
	

}

nav ul li{
	list-style-type: none;
	float: left;
	width: 80px;
	margin: 0;
}

nav ul li.hier a{
	color:#f00;
}

nav a{
	text-decoration: none;
	color:rgb(80, 80, 80);
}

nav a:link{
	color: #000;

}

nav a:visited{
	color:rgb(80, 80, 80);

}
nav a:hover, nav a:focus{
	color: #f00;
	text-decoration: none;

}
nav a:active{
	color: #000;

}

