BODY {
	font-family: Arial;
	font-weight: bold;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

BODY, TH, TD {
	font-size: 12px;
}

#plate,
#nakedplate {
	position:absolute; top:50%; left:50%;
	margin-top: -296px; /* 592/2 */
	margin-left: -446px; /* 892/2 */
	width: 892px;
	height: 592px;
}

#plate {
	background: #ddeeff url('styleimg/bg_kellers.jpg');
}

#plate A,
#nakedplate A {
	font-size: 12px;
	text-decoration: none;
	color: #999999;
}

#plate A:HOVER,
#nakedplate A:HOVER {
	color: #666666;
}

#arealogo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 222px;
	height: 151px;
	border: 1px solid #666666;
	text-align: left;
}

#areamenu {
	position: absolute;
	top: 152px;
	left: 0px;
	width: 222px;
	height: 430px;
	border: 1px solid #666666;
	text-align: left;
}

#areacontent {
	position: absolute;
	top: 0px;
	left: 223px;
	width: 659px;
	height: 582px;
	border: 1px solid #666666;
	text-align: left;
}

#menu {
	text-align: right;
	margin-top: 30px;
	margin-right: 35px;
}

#menu UL {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	/* line-height: 26px; */
}

#menu LI {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 8px; 
	padding-bottom: 6px; 
}

#menu LI  .facebookicon{
	position: absolute;
	left: 20px; 
	bottom: 4px;
}

#menu A {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0.3em;
}

#menu A:HOVER {
	color: #666666;
}

#slogan {
	position: absolute;
	top: 35px;
	left: 35px;
	color: #999999;
	font-size: 10px;
}

#headline {
	position: absolute;
	/* top: 100px; */
	bottom: 445px;
	left: 35px;
	color: #653104;
	font-size: 28px;
}

#content {
	position: absolute;
	top: 190px;
	left: 35px;
	color: #000000;
	font-size: 12px;
	padding-right: 30px;
}

#content A {
	color: #999999;
	text-decoration: none;
}

#content A.redlink {
	color: #653104;
}

#content A:HOVER,
#content A.redlink:HOVER {
	color: #666666;
}

#contentoversizescrollbox {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 530px;
	width: 600px;
	overflow: auto;
}

.highlight {
	color: #653104;
}

.tablelist_brands TD {
	padding: 0 0 8px 0;
	vertical-align: top;
}

.tablelist_links TD {
	padding: 0 0 36px 0;
	vertical-align: top;
}


.spacedlines {
	line-height: 20px;
}

.subheadline {
	color: #653104;
	font-size: 16px;
}

.smalltext {
	font-size: 10px;
}


