html, body {  
  height:100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

body.yellow {
	background: url(../images/bg_yellow02_b.jpg) no-repeat top center #e6a704;
}

body.red {
	background: url(../images/bg_red02_b.jpg) no-repeat top center #e8771d;
}

body.blue {
	background: url(../images/bg_blue02_b.jpg) no-repeat top center #6a88ea;
}

body.green {
	background: url(../images/bg_green02_b.jpg) no-repeat top center #5ab342;
}

h1 {

}

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 14px;
	padding: 0;
	margin: 0;
}

a {
	color: #000;
	text-decoration: none;
}

hr {
	border: 1px solid #000;
	height: 1px;
}

.hidden {
	display: none;
}

.nomargin {
	margin: 0;
}

div#container {
	position: relative;
	left: 0px;
	width: 960px;
	font-size: 13px;
	line-height: 20px;
	
	height: auto !important;
	height: 100%;
	margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */
	padding-bottom: 10px;

}

/* HEADER */

div#header-container {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 360px;
}

	#header-container #logo {
		position: relative;
		left: 18px;
		top: 32px;
		/*background: url(../images/logo.png) no-repeat left top;*/
		width: 237px;
		height: 286px;
		float: left;
	}

		#header-container #logo a{
			display: block;
			width: 200px;
			height: 200px;
		}
	
	/* animation */
	
	#header-container #animation {
		position: relative;
		float: left;
		top: 0px;
		width: 477px;
		height: 360px;
		z-index: 100;
		overflow: hidden;
	}
	
	#personen {
		width: 100%;
		height: 360px;
		position: relative;
		z-index: 1;
		left: 0px;
	} 
	
	.flash-replaced {
		position: absolute;
		top: 1px;
		z-index: 10000;
	}
	
	#header-container #animation #div {
		display: none;
	}

		#header-container #animation.green #personen  {
			background: url(../images/animation_green02.jpg) no-repeat center top;
		}
	
		#header-container #animation.red #personen {
			background: url(../images/animation_red02.jpg) no-repeat center top;
		}
	
		#header-container #animation.blue #personen {
			background: url(../images/animation_blue02.jpg) no-repeat center top;
		}
	
		#header-container #animation.yellow #personen {
			background: url(../images/animation_yellow02.jpg) no-repeat center top;
	}

	/* right header-container */
	
	#header-container #header-right {
		position: relative;
		float: left;
		width: 246px; 
		height: 360px;
	}
	
		#header-container #header-right a {
			color: #000;
		}
		
			#header-container #header-right a:hover {
				font-weight: bold;
			}
	
		/*#header-container #header-right.green {
			background: url(../images/headerright_green02.jpg) no-repeat top left;
		}
		
		#header-container #header-right.red {
			background: url(../images/headerright_red02.jpg) no-repeat top left;
		}
		
		#header-container #header-right.blue {
			background: url(../images/headerright_blue02.jpg) no-repeat top left;
		}
		
		#header-container #header-right.yellow {
			background: url(../images/headerright_yellow02.jpg) no-repeat top left;
		}*/
	
		#header-container #header-navigation {
			position: relative;
			top: 137px;
			left: 0;
			height: 115px;
			width: 246px;
			z-index: 0;
			font-size: 12px;
		}
		
			#header-container #header-navigation li {
				border-top: 1px solid #000;
				width: 216px;
			}
			
				#header-container #header-navigation li#first {
					border-top: 0px solid #000;
				}
			
					#header-navigation li.active {
						font-weight: bold;
					}
				
				#header-navigation li a {
					width: 100%;
				}
		
		#header-container #newsletter {
			position: absolute;
			top: 247px;
			left: 0;
			height: 113px;
			width: 246px;
		}
		
			#header-container #newsletter input {
				color: #ffc932;
			}
		
				#header-container #newsletter input#email {
					position: relative;
					top: 34px;
					left: 6px;
					height: 16px;
					width: 163px;
					border: 0px solid #000;
					background: #000;
				}
				
				#header-container #newsletter input#NL_submit {
					position: relative;
					top: 36px;
					left: 9px;
					height: 23px;
					width: 32px;
					border: 0px solid #000;
					background: #cd2a2f;
					font-weight: bold;
				}
			
div#content-container {
	position: relative;
	width: 960px;
	top: 0px;
}

	#content-container #content-left {
		position: relative; 
		top: -38px;
		float: left;
		width: 230px;
	}
	
	#content-left #navi li {	
	}
	
		#content-left #navi a {
			border-bottom: 1px solid #000;
			width: 180px;
		}
		
			#content-left #navi a:hover {
				font-weight: bold;
			}
		
			#content-left #navi #last a {
				border: none;
			}
	
		#content-left #navi ul li {
			margin-left: 33px;
			list-style: url(../images/list.gif);
			list-style-image: url(../images/list.gif);
			font-size: 12px;
		}
		
		#content-left #navi .inactive ul li {
			display: none;
		}
		
		#content-left #navi ul li a {
			border: none;
			width: 147px;
		}
	/* Active */
	
		#content-left #navi a.active {
			font-weight: bold;
		}
		
	#content-container #content-main {
		position: relative;
		float: left;
		width: 447px;
		padding-right: 36px;
	}
	
		#content-main a {
			text-decoration: underline;
		}
		
			#content-main a:hover {
				text-decoration: none;
			}
	#content-main img {
		border: none;
	}
				
			
			#content-main ul li {
				list-style: url(../images/list.gif);
				list-style-image: url(../images/list.gif);
				font-size: 12px;
				margin-left: 33px;
			}
			
			#content-main ul li a {
				display: inline;
				width: auto;
			}
			
			#content-main div.flaschenuebersicht {
				width: 445px;
				height: 144px;
				text-indent: -4000px;
			}
			
			#content-main div.flaschenuebersicht ul.drei {
				margin: 0 auto;
				width: 350px;
			}
			
				div.flaschenuebersicht ul li a, div.flaschenuebersicht ul li {
					display: block;
					height: 132px;
					width: 111px;
					float: left;
				}
				
				#content-main div.flaschenuebersicht ul li {
					margin: 0;
					font-size: 10px;
					text-align: center;
					line-height: 10px;
				}
				
				#starkbiere {
					background: url(../images/starkbiere/starkbiere-flaschen.jpg) no-repeat;
				}
				
				#tagesbiere {
					background: url(../images/tagesbiere/tagesbiere-flaschen.jpg) no-repeat;
				}
				
				#trendbiere {
					background: url(../images/trendbiere/trendbiere-flaschen.jpg) no-repeat;
				}
				
				#spezialbiere {
					background: url(../images/spezialbiere_und_ales/spezialbiere-flaschen.jpg) no-repeat center ;
				}
				
				#content-main div.flaschenuebersicht a {
					width: 111px;
				}
	#content-container #content-right {
		position: relative;
		float: left;
		width: 246px;
	}
	
		#content-right p {
			padding-top: 2px;
			margin-top: 2px;
			border-top: 1px solid #000;
		}
		
		#content-right a {
			text-decoration: underline;
		}
		
		#content-right a:hover {
			text-decoration: none;
		}
		
		#content-right h3 {
			font-size: 12px;
			font-weight: normal;
		}
	
	
#footer {
	width: 731px;
	margin: 0 auto;
	position: relative;
	left: 115px;
	display: block;
	font-size: 12px;
	height: 50px; 
}

	#footer-left {
		float: left;
		width: 125px;
	}

	#footer-col2 {
		float: left;
		width: 170px;
	}

	#footer-col3 {
		float: left;
		width: 182px;
	}

	#footer-col4 {
		float: left;
	}
	
	#footer a {
		text-decoration: underline;
	}
	
	#footer a:hover {
		text-decoration: none;
	}
	
#content-main .bildergalerie {
	text-align: center;
}
	
#content-main .bildergalerie img {
	border: 7px solid #fff;
	margin-right: 30px;
}

div#link {
	position: absolute;
	left: 345px;
	width: 126px;
	height: 126px;
	top: 228px;
	background: url(../images/online-bestellung.gif) no-repeat center;
	z-index: 20000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-indent: -4000px;
}

div#link a {
	margin: 0 auto;
	display: block;
	width: 70px;
	height: 70px;
	margin-top: 30px;
}

div#link.visible {
	display: block;
}

div#link.invisible {
	display: none;
}
/* li, ul */
	
ul
{
	list-style: none;
	margin: 0px 0;
	padding: 0;
}

ul li h3,
ul li a
{
	display: block;
	margin-left: -28px;
	margin: 0;
	margin-bottom: 1px;
}

ul li a
{
	color: #000;
	text-decoration: none;
}


#divalert {
	display:none;
	font-size: 12px;
	color: #FF0033;
	line-height: 9px;
}

.table-container {
	width: 100%;
	clear: left;
}

.table-container div {
	float:left;
	border-left: 1px solid #000;
	padding: 5px;
	padding-right: 4px;
	padding-left: 4px;
}

.table-container .first {
	border: none;
}

.clear {
	clear: both;
}

.underline {
	border-bottom: 1px solid #000;
}

.content-main-left {
	float: left;
	position: relative;
	display: block;
	width: 223px;
	border-right: 1px solid #E7A803;
}


.content-main-right {
	float: right;
	position: relative;
	display: block;
	width: 218px;
}


/*---------------- CLEARFIX ----------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */







.img-right {
	float:left;
	margin: 0 10px 5px 0;
}

#content-right-corner {
    height: 210px;
    left: 738px;
    top: 136px;
    width: 230px;
}
