html, body {
	width:100%;
	/* Wenn height auch auf 100% ist, geht die Seite ueber den unteren Rand. */
	height:100%;
	/*overflow:hidden;*/ 
}

body {
	background-color: #fff;
}

.webseite {
	position:relative;
	width:1024px;
/*	height:824px;*/
	margin:0px auto;
/*	background-color:blue;*/
}

#logo-red-v {
	position:absolute;
	top:0;
	left:0;
	width:189px;
	height:373px;
	background-color:#990033;
}

#logo-red-v-text {
	position:relative;
	top:248px;
	left:40px;
	width:145px;
	color:#fff;
	font-size:11px;
	line-height:16px;
}
#logo-red-v-text div.red-line {position:relative;}
#logo-red-v-text div.red-line, #logo-red-v-text .red-line span.tab {color:#fff;}
#logo-red-v-text span.tab {position:absolute;top:0;left:15px;}

#logo-red-h {
	position:absolute;
	z-index:20;
	top:71px;
	left:0;
	width:324px;
	height:145px;
	background-color:#990033;
}

#logo {
	position:absolute;
	top:16px;
	left:39px;
	z-index:30;
}

#column-left {
/*	background:gray;*/
	position:relative;
	top:0;
	left:189px;
	width:532px;
	float:left;
	margin-right:13px;
/*	height:900px;*/
}

#slideshow {
	width:532px;
	height:373px;
}

#menue-left {
	position:absolute;
	top:444px;
	left:0;
/*	background:yellow;*/
	width:189px;
}

#menu-center {
	width:532px;
	text-align:center;
	border-bottom: 1px solid #990033;
	overflow:hidden;
}

#content-row1, #news-single, #content-row2, #bestell, #kontakt {margin-left:41px;padding-right:10px;}
#content-row1, #news-single, #bestell, #kontakt {
	margin-top:33px;
	padding-bottom:13px;
	border-bottom:1px solid #990033;
}

#content-row2 {margin-top:31px;}
#content-row2 ul {list-style-type:none;}
#content-row2 li {
	padding-left:24px;
	background-image:url("../img/arrow-double.png");
	background-repeat:no-repeat;
	background-position: 0 5px;
	height:22px;
	vertical-align:middle;
}

#column-right {
	float:right;
	width:290px;
	padding-top:12px;
/*	background-color:green;*/
}
#zitat {height:161px;}
#menu-right {margin-bottom:42px;overflow:hidden;width:100%;}

#video {height:140px;
	width:100%;
	/*background:black;*/
	margin-bottom:13px;
	width:223px;
}

#news {width:199px;overflow:hidden;}
