/* CSS Document */


* { margin: 0; padding: 0; }

* { font-size: 100% }

.clear { clear:both; }
	
.flash {
	clear:both;
	margin:15px 0px 15px 0px;
	height: 350px;
	width: 615px;
}	
		
.orange { color: #EF9103; }
	
.dunkelorange { color: #CC6600; }	
	
.grau { color: #E9EAD6; }
	
.mittelgrau {
	color:#999;
	text-decoration: none;
	}
	
.dunkelgrau {
	color: #333333;
	}	
	
.schwarz {
	color: #000000;
	}	
	
.weiss {
	color: #ffffff;
	}	
	
.rot {
	color: #990000;
	}	
	
.fettorange {
	color: #CC6600;
	font-weight: bold;
	}	
	
.right {
	float:right;
	}
	
.left { float:left; }	

.img {border:#FFFFFF 3px solid;}
	
.imgleft {
	float:left;
	margin: 4px 15px 10px 0px;
	border: 3px solid #fff;
	}
	
.spalte1 {
	float:left;
	width: 300px;
	padding:15px 0px 0px 0px;
	margin: 0px 15px 0px 0px;
}

.spalte1-2 {
	float:left;
	width: 300px;
	padding:15px 0px 0px 0px;
}			
	
.spalte2 { width:615px;	float:left; }

.spalte3 {
	width: 593px;
	padding:0px 10px 0px 10px;
	background: #dedfcd;
	border: 1px solid #d3d4c4;
	margin: 0px 0px 15px 0px;
	float: left;
}
	
a {
	color: #333333;
	}			
	
	
body {
	font-size: 62.5%;
	background: #e7e7d8;
	font-family: Arial, Helvetica, sans-serif;
	height: 1000px;
	}


	
/* Kopfbereich */	

#containerhead {
	width: 100%;
	height: 80px;
	background: #636363;
	}
	
#head {
	width: 930px;
	margin: auto;
	}
	
#head h1 {
	font-size: 200%;
	padding: 32px 0px 0px 0px;
	font-weight: bold;
	}
	
/* Kopfbereich Ende */




/* Navigation */	

#containernav {
	background: url(../bilder/nav_bg.gif) repeat-x;
	width: 100%;
	height: 50px;
	}
	
#nav {
	width: 930px;
	list-style-type: none;
	font-size: 120%;
	margin: auto;
	}
	
#nav a {
	text-decoration: none;
	display: block;
	width: auto;
	}		
	
#nav li {
	display: inline;
	float: left;
	}
	
#nav li a {
	padding: 7px 30px 0px 0px;
	list-style-type: none;
	color: #333333;
	}	
	
#nav li a:hover {
	color: #CC6600;
	}
	
#nav li#active {
	color: #669900;
	padding: 7px 30px 0px 0px;
	list-style-type: none;
	}	
	
/* Navigation Ende */
	

/* Inhalt */

.containercontent {
	width: 100%;
	color: #555;
	margin: 0px 0px 15px 0px;
	clear: both;
	}
	
.content {
	width: 930px;
	margin: auto;
	border-top: 1px solid #999;
	}
	
.content h1 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4em;
	color: #669900;
	}
	
.content p {
	padding: 0px 0px 7px 0px;
	font-size: 130%;
	line-height: 1.4em;
	}
	
.content a {
	width: auto;
	color: #669900;
	}	
	
.content li {
	width: 285px;
	margin: 0px 0px 10px 0px;
	list-style-type: none;
	border-top: 1px solid #999;
	}	
	
.content li a {
	display: block;
	padding: 5px 5px 5px 0px;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
	color: #669900;
	}					
	
/* Inhalt Ende */


/* Shop */


.img_shop {
	border: 3px solid #fff;
	margin: 0px 10px 10px 0px;
	float: left;
	}
		
	

/* Footer */

#containerfooter {
	background: url(../bilder/nav_bg.gif) repeat-x;
	width: 100%;
	clear: both;
	margin: 0px 0px 40px 0px;
	}
	
#footer {
	width: 930px;
	margin: auto;
	padding: 15px 0px 0px 0px;
	height: 100px;
	}
	
#footer h1 {
	font-size: 120%;
	font-weight: bold;
	padding: 10px 0px 0px 0px;
	}
	
#footer p {
	font-size: 110%;
	line-height: 1.4em;
	color: #999;
	}
	
#footer a {
	text-decoration:none;
	display: block;
	color: #666666;
	font-size: 120%;
	line-height: 1.4em;
	}		
