/*- MISC STYLE -*/
*
{
	margin: 0px;
	padding: 0px;
}
HTML
{
	width: 100%;
	height: 100%;
}
BODY
{
	text-align: center;
	color: #545248;
	background: #999999 url(../images/background.png) repeat-x fixed top;
	font-family: Tahoma, Arial, "MS Sans Serif";
	font-size: 11px;
	line-height: 18px;
	margin: 20px;
}
.clear
{
	clear: both;
	height: 0px;
	font-size: 0px;
	display: block;
	width: 100%;
}
TD
{
}
TD.my
{
	background-color: #F0E4CF;
}
TD.my IMG
{
	float: left;
	margin-left: 4px;
	border: 0px none #000000;
}
UL
{
	margin: 0px;
	padding: 0px;
}
LI
{
	list-style: none;
}
FORM
{
	margin: 0px;
	padding: 0px;
}
IMG
{
	border: 1px solid #B90003;
	float: right;
	margin: 0px;
}
A
{
	color: #545248;
	text-decoration: none;
}
A:hover
{
	color: #545248;
	text-decoration: underline;
}
/*- LAYER + CONTAINER  + WRAPPER -*/
#layer
{
	text-align: left;
	margin: 0px auto;
	width: 943px;
	position: relative;
	background: #FFF2DA url(../images/content_background.png) repeat-x top;
}
#content
{
	width: 823px;
	overflow: hidden;
	padding: 40px 60px;
	position: relative;
	background: #FFF2DA url(../images/content_background.png) repeat-x top;
	float: left;
}
/*- HEADER -*/
#header
{
	position: relative;
	width: 100%;
	height: 128px;
	margin: 0px;
	padding: 0px;
	background: #FFF url(../images/logo_header.png) repeat-x;
}
/*- MENU -*/
#menu
{
	width: 943px;
	height: 56px;
	margin: 0px;
	padding: 0px;
	background: #FFDBAB url(../images/menu_list_A.png) repeat-x top;
	color: #FFF;
	position: static;
	font-family: Tahoma;
	font-weight: bold;
	border-bottom: 1px solid #B90003;
}
#menu UL
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	padding: 0px;
	margin: 0px;
}
#menu UL LI
{
	float: left;
	list-style: none;
	margin: 0px;
	position: relative;
	z-index: 100;
	border-right: 1px solid #FFF2DA;
}
#menu LI A
{
	display: block;
	padding: 6px 21px 0px;
	text-decoration: none;
	font-size: 11px;
	color: #B90003;
	background: transparent repeat-x top;
	margin: 0px;
	line-height: 50px;
}
#menu LI A:hover
{
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #B90003;
	background: #FFF2DA;
	margin: 0px;
	line-height: 50px;
}
#menu LI A.aktiv
{
	display: block;
	padding: 6px 26px 0px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	background: #B90003;
	margin: 0px;
	line-height: 50px;
}
#menu LI A.aktiv:hover
{
	display: block;
	padding: 6px 26px 0px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	background: #B95D5E;
	margin: 0px;
	line-height: 50px;
}
/*- DROPDOWN SETTINGS -*/
#menu TABLE
{
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
	border: none;
}
#menu UL LI UL
{
	visibility: hidden;
	position: absolute;
	top: 56px;
	left: 0px;
	width: 140px;
	text-align: left;
	border-bottom: 1px solid #FEF1D9;
	margin: 0px;
	padding: 0px;
}
#menu UL LI UL LI
{
	height: 26px;
	border: none;
	border-bottom: 1px solid #BBB5A7;
	margin: 0px;
	padding: 0px;
}
#menu UL LI:hover UL, #menu UL A:hover UL
{
	visibility: visible;
}
#menu UL LI UL LI A
{
	width: 140px;
	display: block;
	padding: 0px 16px;
	text-decoration: none;
	line-height: 35px;
	font-size: 11px;
	color: #B00;
	background: #FEDBAC;
	margin: 0px;
}
#menu UL LI UL LI A:hover
{
	width: 140px;
	display: block;
	padding: 0px 16px;
	text-decoration: none;
	line-height: 35px;
	font-size: 11px;
	color: #FFF;
	background: #B80002;
	margin: 0px;
}
#menu UL LI UL LI A.aktiv
{
	width: 140px;
	display: block;
	padding: 0px 16px;
	text-decoration: none;
	line-height: 35px;
	font-size: 11px;
	color: #B00;
	background: #FEF1D9;
	margin: 0px;
}
#menu UL LI UL LI A.aktiv:hover
{
	width: 140px;
	display: block;
	padding: 0px 16px;
	text-decoration: none;
	line-height: 35px;
	font-size: 11px;
	color: #777;
	background: #FEF1D9;
	margin: 0px;
}
/*- SITE + TIME -*/
#sitelayer
{
	position: relative;
	float: left;
	width: 943px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background: #B90003;
	color: #FFF;
}
#sitelayer #seite
{
	position: relative;
	float: left;
	width: 220px;
	left: 26px;
	margin: 0px;
	line-height: 28px;
	color: #FFF;
	background: transparent;
	font-size: 11px;
	font-weight: bold;
}
#sitelayer #seite A
{
	text-decoration: none;
	color: #FFF;
}
#sitelayer #seite A:hover
{
	text-decoration: none;
	color: #FFF;
}
#sitelayer #timedate
{
	position: relative;
	float: right;
	padding: 0px 26px 0px 0px;
	line-height: 28px;
	color: #FFF;
	font-size: 11px;
}
/*- CONTENT ... TEXT -*/
#content #text
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #545248;
	background: transparent url(../images/text_background.png) no-repeat bottom right;
	line-height: 22px;
	font-size: 13px;
}
#content #text H1
{
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 12px;
	color: #B90003;
	font-family: Tahoma;
	text-transform: none;
	letter-spacing: 0px;
	font-variant: small-caps;
}
#content #text H2
{
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 12px;
	color: #A99479;
	font-family: Tahoma;
	letter-spacing: 0px;
	line-height: 28px;
}
#content #text H3
{
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px;
	color: #7D7D7D;
	font-family: Tahoma;
	letter-spacing: 0px;
}
#content #text H4
{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 15px;
	color: #545248;
	font-family: Verdana;
	letter-spacing: 0px;
}
#content #text H5
{
	font-size: 13px;
	font-weight: bold;
	margin: 24px 0px 8px;
	color: #545248;
	letter-spacing: 0px;
	padding: 0 8px;
	text-transform: uppercase;
	border-left: 4px solid #B90003;
	border-bottom: 1px solid #B90003;
}
#content #text H6
{
	font-size: 13px;
	font-weight: bold;
	margin: 3px 0px;
	color: #777;
	font-family: Tahoma;
	letter-spacing: 0px;
	background: url(../images/pfeil_h6.png) no-repeat left 6px;
	padding: 0px 16px;
}
#content #text P
{
	margin: 0px 0px 15px;
}
#content #text HR
{
	border-top: 1px solid #D7D7D7;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 0px 0px 15px;
	height: 2px;
}
#content #text A
{
	color: #B90003;
	text-decoration: none;
}
#content #text A:hover
{
	color: #111;
	text-decoration: underline;
}
#content #text UL
{
	margin: 0px 0px 0px 15px;
}
#content #text UL LI
{
	list-style: square;
	line-height: 22px;
}
#content #text UL LI UL LI
{
	list-style: square;
	line-height: 22px;
	margin: 0px 0px 0px 5px;
}
/*- FOOTER -*/
#footer
{
	clear: both;
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #A99479;
	line-height: 15px;
	background: #FFDBAB url(../images/footer_background.png) repeat-x top;
	border-top: 1px solid #B90003;
	border-bottom: 10px solid #B90003;
}
#footer #seitenanfang
{
	position: relative;
	float: left;
	padding: 15px 0px 0px 26px;
	margin: 0px;
	width: 200px;
}
#footer #footercontent
{
	position: relative;
	float: right;
	margin: 0px;
	padding: 15px 15px 0px 0px;
	width: auto;
	text-align: right;
}
#footer A
{
	text-decoration: none;
	color: #A99479;
	font-weight: bold;
	font-size: 10px;
}
#footer A:hover
{
	text-decoration: none;
	color: #707070;
	font-weight: bold;
	font-size: 10px;
}

