/* CSS Document */

		html {
			height:100%;
			}


		body {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;
			background-color: rgb(40,0,0);
			background-image: url(pics/background.jpg);
			background-repeat:repeat-x;
			padding:0px;
			margin:0px;
			/*height:100%;*/
			}
			
		/*#body2 {
			background-image: url(pics/transp_bg.png);
			padding:0px;
			margin:0px;
			height:100%;
			}*/
 	
		#alles {
			color: black; /*Schriftfarbe*/
			 /*background-color:white; Hintergrundfarbe*/
			width:900px; /*Breite des Wrappers*/
			/*border:8px solid #ffffff;*/
	
			margin-right:auto; /*Der Wrapper wird zentriert! Probleme bei IE 5.x*/

			margin-left:auto;
			}
			
			
			
		#home_kopf {
			/*padding-left: 10px;
			padding-top: 10px;*/
			height:300px;
			background-image:url(pics/hc_header.png);
				}
				
		#home_kal {
			/*padding-left: 10px;
			padding-top: 10px;*/
			height:300px;
			background-image:url(pics/hc_header_kal.png);
				}
				
		#home_konz {
			/*padding-left: 10px;
			padding-top: 10px;*/
			height:300px;
			background-image:url(pics/hc_header_konz.png);
				}			


		#home_party {
			/*padding-left: 10px;
			padding-top: 10px;*/
			height:300px;
			background-image:url(pics/hc_header_party.png);
				}	

			
		#footer_2 {
			height:91px;
			background-image:url(pics/hc_footer_2.png);
				}

			
			
		#footer_1{
			padding: 0pt;
			background-image: url(pics/hc_footer_1.png);
			background-position: bottom;
			background-repeat: no-repeat;
			width: 900px;
			}
			
		
		
		#white {
			background-color:#FFFFFF;
			margin-left:99px;
			margin-right:100px;
			}
		
	
		
		
		
		#navibereich {
		
			float:left;
			padding-left: 0px;
			padding-top: 0px;
			width:100px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size:12px;


			}
			
			
	
		#navibereich a {
			text-align:center;
			text-decoration:none;
			font-weight:bold;
			color:#cccccc;

			}		
			
		#navibereich li {
			list-style-type: none;
			list-style: none;
			height: 22px;
			}



			
		/*
		#menue ul {
			list-style-type:none;
			text-align:center;
			padding-top:7px;
			font-size:12px;
			margin:0;
			}*/
			
	
			
		#navibereich a:hover {
			text-decoration:none;
			color: #663333;	
			font-weight:bold;
			}
			
		#navibereich a.active {
			text-decoration:none;
			color:#663333;	
			font-weight:bold;		
			}	
			
		#navibereich a.active:hover {
			text-decoration:none;
			color:#663333;
			font-weight:bold;			
			}		
	
	
		
			
			
		#inhalt {
			padding-left: 0px;
			padding-top: 1px;
			padding-right: 5px;
			padding-bottom:30px;
			margin-left: 170px;
			margin-right: 40px;
	
			}	
		

		#preisliste td {
			border:1px solid #cccccc;
			padding:10px;
			margin:0;
			}
			
		h1 {	
			font-size:18px;
			line-height:1px;
			font-style:normal;
			font-weight:800;
			color: #663333 			
			}
			
		h3 {	
			font-size:14px;
			line-height:15px;
			font-style:normal;
			font-weight:800;
			}	
			
		h6 {	
			font-size:12px;
			line-height:24px;
			font-style:normal;
			font-weight:400;
			}	
		

			
		
		img {
		border-style:hidden;
		outline-style:hidden;
		
		}
			
		.leerzeile {
			font-size:0;
			line-height:0;
			margin:0;
			padding:0;
		 	
			}		

		/*================================================================ KONTAKTFORMULAR*/
		form {
		background-color:#eee;
		width:400px;
		padding:20px;
		border:1px solid #8c8c8c;
		}
		
		label {display: block;}
		
		#absender, textarea {
		width: 300px;
		border: 1px solid #8c8c8c;
		margin-bottom: 1em;
		}
		
		textarea {height:7em;}
		input:focus, textarea:focus
		
		{
		background-color:#d9d9d9;
		}
		
		
		
		
		
		
		div.clear {
			clear: both;
			}

			
		
			
		.a {
			text-decoration:none;
		}	