
/* CSS Document */

/* 	1.basics 
	2.layout
	3.content
*/



/* 1.basics*/
*{
margin: 0px;
padding: 0px;

		
} 
body {
	background-color: #e2d4b9;
	background-image: url(images/hg.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px 0 0px 0;
	}

h1{
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	color:#0f1313;
	font-size: 18px;
	line-height: 22px;
}

h2 {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color:#a80303;
	font-size: 16px;
	line-height: 20px;
	font-weight: lighter;
}

h3{
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color:#841161;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	
}

.blau {
	font-family: "Arial", Helvetica, sans-serif;
	color:#658997;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	
}

.gelb {
	font-family: "Arial", Helvetica, sans-serif;
	color:#f4a600;
	font-size: 12px;
	line-height: 18px;
	
}
.rot{
	font-family: "Arial", Helvetica, sans-serif;
	color:#ac0201;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.grau {
	font-family: "Arial", Helvetica, sans-serif;
	color:#666;
	font-size: 12px;
	line-height: 18px;

}

.strichel {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size: 11px;
	line-height: 40px;
}

.sloganblau {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color:#09509d;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

.sloganbraun {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color:#f59600;
	font-size: 16px;
	font-weight: bold;
	font-weight: 18px;
}



a:link {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	font-size:12px;
	color: #dc5d30;
	text-decoration: none;
}
a:visited {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color: #dc5d30;
	font-size:12px;
	text-decoration: none;
}
a:hover {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color: #333;
	font-size:12px;
	text-decoration: none;
}
a:active {
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color: #dc5d30;
	font-size:12px;
	text-decoration: none;
}		

/*---------------------------WEBSITE AUFBAU-------------------------	*/	

#all {
	
	position: relative;
	margin: 0px auto 0px auto;
	width: 946px;
	}
	
#slidehg{
	position: absolute;
	z-index: 2;
	width: 100%;
	padding:165px 0 0px 0px;
	overflow:hidden;
}	

#blockhg {
	width: 690px;
	height:220px;
	margin:0 auto;
	padding: 0 0 0 256px;
	overflow:hidden;
}

#blockimg {
	width: 678px;
	height:220px;
	margin:0 auto;
	background-image: url(images/blockhg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 0px;
	
}

	
/*---------------------------TOP BEREICH-------------------------	*/	
#top {
	width: 946px;
	height: 462px;
	padding: 0px 0 0 0px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color:#4e2d0f;
	font-size: 12px;
	}
			#top a:link, #top a:visited, #top a:active{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			font-size:12px;
			color:#4e2d0f;
			font-weight: bold;
			padding: 0 0px 0 0px;
			text-decoration:none;
			}
		
			#top a:hover{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			color:#841161;
			}
			
			#top img {
			border: none;
			}
			
			#top ul {
			padding:0 0 0 0px;
			list-style-type: none;
			
			}
		
			#top li{
			font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 18px;
			padding:0 6px 0 6px;
			list-style-type: none;
			float: left;
			}
			

#top0 {
	width: 1026px;
	height: 1860px;
	padding: 0px 0 0 0px;
	background-image: url(images/screen2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	color:#dd1a22;
	font-size: 12px;
	}			
#top1 {
	width: 209px;
	height: 180px;
	padding: 0px 0 0 0px;
	float: left;
	}
	
#top2 {
	width: 151px;
	height: 180px;
	padding: 0px 0 0 0px;
	float: left;
	}
	
#top3 {
	width: 256px;
	height: 170px;
	padding: 10px 0 0 400px;
	float: left;
	}
	

/*---------------------------TOP BEREICH ENDE-------------------------	*/	

/*---------------------------HEADER BEREICH-------------------------	*/	

			

/*---------------------------HEADER BEREICH ENDE-------------------------	*/


#log {
	width: 431px;
	height: 66px;
	padding: 41px 0 0 515px;
	background-image: url(images/login.jpg);
	font-family: " Arial", Verdana, Helvetica, sans-serif;
	color:#2b2b2b;
	font-size: 12px;
	line-height: 18px;
	float: left;
	}
	
	#log img {
	border: none;
	}
		
	

/*---------------------------NAVI BEREICH-------------------------	*/	


#navi {
	width: 950px; 
	height: 66px;
	padding: 0px 0px 0px 0px;
	background-image: url(img/navi.jpg);
	line-height: 22px;
	float: left;
	}
			#navi a:link, #navi a:visited, #navi a:active{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			font-size:17px;
			line-height: 22px;
			color:#fff;
			font-weight: bold;
			padding: 0 0px 0 0px;
			Text-decoration:none;
			}
		
			#navi a:hover{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			color:#f59600;
			font-weight: bold;
			}	
			
			#navi ul {
			padding:0 0 0 0px;
			list-style-type: none;
			}
		
			#navi li{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			font-size:17px;
			line-height: 22px;
			color:#fff;
			font-weight: bold;
			padding: 0 21px 0 0px;
			list-style-type: none;
			float: left;
			}
			

/*---------------------------NAVI BEREICH ENDE-------------------------	*/


/*---------------------------MAIN BEREICH-------------------------	*/

		

	
		
#main {
	width: 946px; 
	min-height: 597px;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color:#4e2d0f;
	font-size: 12px;
	line-height: 16px;
	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	float: left;
	}
* html #main {
	height: 597px;
		}	
			#main a:link, #main a:visited, #main a:active{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			font-size:12px;
			line-height: 16px;
			color:#ac0201;
			text-decoration:underline;
			font-weight: bold;
			}
		
			#main a:hover{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			color:#851161;
			}	
			



	#mainleft {
	width: 248px; 
	min-height: 597px;
	padding: 0px 0px 0px 8px;
	background-image: url(images/mainleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	
	}
	
	*html #mainleft{
	height: 597px;
		}	
		
			
			
			#mainleft ul {
			padding:0 0 0 0px;
			list-style-type: none;
			}
		
			#mainleft li{
			font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
			font-size:12px;
			line-height: 18px;
			color:#2b2b2b;
			list-style-type: none;
			}
			
			
			
	#warenkorb {
	width: 248px; 
	height: 290px;
	padding: 36px 0px 0px 0px;
	float: left;
	}
	
	#fragen {
	width: 248px; 
	height: 121px;
	padding: 59px 0px 0px 0px;
	float: left;
	}
			
			
	#mainright {
	width: 690px; 
	min-height: 597px;
	margin: 0px 0px 0px 0px;
	float: left;
	
	}
	
	*html #mainright{
	height: 597px;
		}	
		
			#mainright a:link, #mainright a:visited, #mainright a:active{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			font-size:12px;
			line-height: 18px;
			color:#a80303;
			text-decoration:none;
			font-weight: bold;
			}
		
			#mainright a:hover{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			color:#658997;
			}	
			
			#mainright ul {
			padding:0 0 0 0px;
			list-style-type: none;
			}
		
			#mainright li{
			font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
			font-size:12px;
			line-height: 18px;
			color:#2b2b2b;
			list-style-type: none;
			}	
			
			#mainright img{
			border:none;
			}	



#ueberschrift {
	width: 432px; 
	min-height: 57px;
	background-image: url(images/ueber.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 0px 258px;
	float: left;
	}
	
* html #ueberschrift {
	height: 57px;
		}
		
#block {
	width: 690px; 
	min-height: 220px;
	background-image: url(images/block.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 51px 0px;
	float: left;
	}
	
	#block img{
	border: none;
	}
	
#blockrallipan {
	width: 690px; 
	min-height: 220px;
	background-image: url(images/blockrallipan.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 51px 0px;
	float: left;
	}
	
	#blockrallipan img{
	border: none;
	}
	
#blockralf {
	width: 690px; 
	min-height: 220px;
	background-image: url(images/blockralf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 51px 0px;
	float: left;
	}
	
	#blockralf img{
	border: none;
	}
	
#blockleer {
	width: 690px; 
	min-height: 220px;
	background-image: url(images/blockleer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 51px 0px;
	float: left;
	
	}
	
	#blockleer img{
	border: none;
	}
	
#blockshirt {
	width: 690px; 
	min-height: 220px;
	background-image: url(images/blockleer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 51px 0px;
	float: left;
	text-align: right;
	}
	
	#blockshirt img{
	border: none;
	}
	
#blockcontent {
	width: 690px; 
	min-height: 220px;
	background-image: url(images/blockcontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 51px 0px;
	float: left;
	text-align: right;
	}
	
	#blockcontent img{
	border: none;
	}
	
#contentstand {
	width: 690px; 
	min-height: 220px;
	background-image: url(images/blockcontent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0px 51px 0px;
	float: left;
	
	}
	
	#contentstand img{
	border: none;
	}
	

		
#content {
	width: 678px; 
	min-height: 70px;
	padding: 0px 0px 0px 12px;
	float: left;
	}
	
* html #content {
	height: 70px;
		}
		
		
	#content table img {
	border: 0px solid #f1e9d8;
	}
	
	#content img {
	border: none;
		}
	


	
	
			
#bottom {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 946px; 
	height: 208px;
	font-family: "Arial", Verdana, Helvetica, sans-serif;
	color:#55340f;
	font-size: 12px;
	line-height: 18px;
	padding: 62px 0px 0px 0px;
	float: left;
	}

			#bottom a:link, #bottom a:visited, #bottom a:active{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			font-size:12px;
			line-height: 18px;
			color:#55340f;
			text-decoration:none;
			border: none;
			}
			
			#bottom a:hover{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			color:#aa0403;
			border: none;
			}	
			
			#bottom ul {
			padding:0 0 0 0px;
			list-style-type: none;
			
			}
		
			#bottom li{
			font-family: "Arial", Verdana, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 18px;
			background: url(images/pfeil.gif) 0px 5px no-repeat;
			padding:0 0 0 12px;
			list-style-type: none;
			float: left;
			}
			
			#bottom img {
			border: none;
			}
			
			
			
#bottom1 {

	width: 293px; 
	height: 208px;
	float: left;
	}
	
#bottom2 {

	width: 113px; 
	height: 115px;
	float: left;
	}
	
#bottom3 {

	width: 120px; 
	height: 115px;
	float: left;
	}
	
#bottom4 {

	width: 121px; 
	height: 115px;
	float: left;
	}
	
#bottom5 {

	width: 267px; 
	height: 115px;
	float: left;
	}
			
		
/*---------------------------MAIN BEREICH ENDE-------------------------	*/	



#fixfloat {
	clear: both;
	float: none;
	}
