html, body		{ 	
					width: 100%;
				  	height: 100%;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 12px;
					background-color: #999;
					color: #fff;
					padding: 0;
					margin: 0;
				}
				
#header			{ 	
					width: 925px;
					height: 15px;
				}
				
#fahrbarlogo		{ 	
					width: 120px;
					height: 550px;
					background-image: url(../images/style/logo_1.gif);
					background-repeat:no-repeat;
				}
				
#banner			{ 	
					width: 575px;
					height: 300px;
					background-image: url(../images/style/banner.jpg);
					background-repeat:no-repeat;
				}
				
#navigation		{ 	
					width: 344px;
				}
				
#content		{ 	
					width: 555px;
					/*background-image: url(../images/style/background.jpg);
					background-repeat: repeat-y;*/
					padding: 10px;
				}
				
#footer			{ 	
					height: 30px;
				}
				
.first_bold		{ 	
					font-family: Arial, Helvetica, sans-serif; /* <----- entspricht im standard (html, body) eifach wägloh */ 
					font-size: 24px;
					font-weight: bold;
					color: #fff;
				}
				
.second_bold	{ 	
					font-family: Arial, Helvetica, sans-serif; /* <----- entspricht im standard (html, body) eifach wägloh */ 
					font-size: 24px;
					font-weight: bold;
					color: #c70f21;
				}
				
.first			{ 	
					font-family: Arial, Helvetica, sans-serif; /* <----- entspricht im standard (html, body) eifach wägloh */ 
					font-size: 14px;
					font-weight: bold;
					color: #fff; 
				}
				
.second			{ 	
					font-family: Arial, Helvetica, sans-serif; /* <----- entspricht im standard (html, body) eifach wägloh */ 
					font-size: 14px;
					font-weight: bold;
					color: #c70f21;
				}
				
a				{ 	
					text-decoration: none;
					color: #c70f21;
				}
				
h1				{ 	
					font-family: Arial, Helvetica, sans-serif; /* <----- entspricht im standard (html, body) eifach wägloh */ 
					font-size: 20px;
					font-weight: 300;
					color: #c70f21;
					text-decoration: none; 
				}

.box  
				{
					margin: 0 0 0 5px; 
					padding: 0;
				}

.box h2
				{
					color: #c70f21;
					height: 15px; 
				}

#navigation ul
				{
					list-style-type: none;
				}

#navigation ul li 
				{
					display: block; 
					width: 150px;
					border-bottom: 0px solid #fff; 
					margin: 0 0 0 -40px; padding: 0;
				}

/* HIER */
/* __titel */
#__ess_und_drinkbar #banner { background-image: url(../images/style/essbarbanner.jpg); }
#__spielbar #banner { background-image: url(../images/style/spielbarbanner.jpg); }
#__kontaktierbar #banner { background-image: url(../images/style/kontakt_2.jpg); }
#__sichtbar #banner { background-image: url(../images/style/banner_1.jpg); }
