/*
    Autor:      Florian Schneider, Frozen-Media.de
    Datum:      2008-04-08
*/

/*
    Farben:     #614D31 = RGB(97,77,49)    = dunkelbraun
                #A17B4C = RGB(161,123,76)  = goldbraun
                #FFE6C8 = RGB(244,226,199) = beige
*/

html, body, div, ul {
	margin: 0px;
	padding: 0px;
}
html, body, div, table, td {
	font: normal 12px Verdana,Tahoma,Arial,sans-serif;
	color: #614D31;
}
body {
	background: #FFE6C8 url(img/back.gif) repeat-x;
}

a, a:link, a:visited, a:focus, a:active {
	color: #A17B4C;
	text-decoration: underline;
}
a:hover {
	color: #614D31;
	text-decoration: none;
}

div#center {
	z-index: 0;
	position: absolute;
	left: 50%;
	top: 30px;
	width: 720px;
	height: auto;
	margin-left: -360px;
}

div#outline {
	z-index: 0;
	position: relative;
	left: 0px;
	top: 0px;
	width: 720px;
	height: auto;
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
* html div#outline { /* Hack (nur von IEwin bis Version 6 interpretiert) */
	padding-bottom: 0px;
}
*+html div#outline { /* Hack (nur von IEwin Version 7 interpretiert) */
	padding-bottom: 0px;
}

div#banner {
	z-index: 1;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 700px;
	height: 173px;
	background-color: #FFE6C8;
}
div#banner a img {
	/*padding: 10px;*/
	margin: 10px 0px 0px 10px;
}
div#top {
	z-index: 0;
	position: absolute;
	left: 575px;
	top: 25px;
	width: 100px;
	height: 109px;
	background: #FFE6C8 url(img/top.gif) no-repeat;
}
div#hwk {
	z-index: 0;
	position: absolute;
	left: 450px;
	top: 50px; /*70px;*/
	width: 100px;
	height: 60px;
	background: #FFE6C8 url(img/hwk.gif) no-repeat;
}
div#mvlogo {
	z-index: 0;
	position: absolute;
	left: 0x;
	top: 410px;
	width: 200px;
	height: 50px;
}
div#lines {
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 156px;
	width: 700px;
	height: 17px;
	background: #FFE6C8 url(img/lines.gif) repeat-x;
}

div#left {
	z-index: 0;
	position: absolute;
	left: 10px;
	top: 180px;
	width: 200px;
	height: auto;
	padding-top: 20px;
}

div#menu {
	z-index: 0;
	position: relative;
	left: 0px;
	top: 0px;
	width: 180px;
	height: auto;
	padding: 10px;	
	background: #FFE6C8 url(img/menu_back.gif) repeat-x;
}

div#menu ul {
	list-style-type: none;
}
div#menu li.mb {
	margin-bottom: 2px;
}
div#menu li a {
	display: block;
	width: 168px;
	padding: 4px 0px 4px 12px;
	font: bold 13px Tahoma,Verdana,Arial,sans-serif;
	color: #614D31;
	text-decoration: none;
}
html>body div#menu li a { /* Hack (nicht interpretiert von IEwin bis Version 6) */
	width: auto;
}
div#menu li a:hover, div#menu li a.active {
	padding: 4px 0px 4px 8px;
	border-left: 4px solid #A17B4C;
	color: #A17B4C;
	text-decoration: none;
}

div#right {
	z-index: 0;
	position: relative;
	left: 240px;
	top: 0px;
	width: 450px;
	height: auto;
	padding-top: 205px;
}
div#right p, div#right td {
	text-align: justify;
}

div#footer {
	z-index: 0;
	position: relative;
	left: 0px;
	/*top: 0px;*/
	top: 10px;
	width: 720px;
	/*height: auto;*/
	height: 20px;
	/*padding: 20px 0px 20px 0px;*/
	padding: 5px 0px 15px 0px;
	background: #FFFFFF url(img/footer_back.gif) repeat-x 0px 10px;
	/*background: #FFFFFF url(img/lines.gif) repeat-x top left;*/
	/*background-color: #FFFFFF;*/
	text-align: center;
	font-size: 11px;
}

.nojs {
	font-weight: bold;
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
.big {
	font-size: 14px;
}
.small {
	font-size: 11px;
}