﻿body {
    font-family: Tahoma, Verdana, Arial; font-size: 75%; color: #FFFFFF;
    background:url(_style/bg_body.png);
    margin: 10px 10px 0 10px;
}

h1  { font-size: 2em; margin-top: 8px; }
h4  { margin-bottom: 8px; }

p   { margin-top: 8px;
    text-align: left;
}

.clear 
{
    clear: both;
}

Start {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#VertCenterStart {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align:left;
    margin-left: -360px;
    margin-top: -260px;
	width: 720px;
	height: 520px;
    background-color: #AA9C63;
    text-align: center;
    background:url(_images/start_schriftzug.gif) no-repeat;
    font-family: Book Antiqua;
    font-size: 20px;
    font-weight: bold;
}
      
#VerticalCenter {
    /*position: absolute;*/
    /*left: 50%;*/
    width: 962px;
    margin:0 auto;
}

#header {
    width: 724px;
    height: 163px;
    background:url(_style/bg_header.gif) no-repeat;
    color: #ffffff;
    padding: 15px 23px 0px 23px;
}

#middle {
    width: 756px;
    background-color: #AA9C63;
    display: inline-block;
    padding: 6px 7px 2px 7px;
}

#navi {
    float: left;
    width: 160px;
}

#navi .head {
    background: url(_style/bg_head_navi.gif) no-repeat;
}

#navi .head_round {
    background: url(_style/bg_head_navi_round.gif) no-repeat;
    height: 6px;
    margin-bottom: 0px !important;    
    margin-bottom: -8px;
}

#navi .foot {
    background: url(_style/bg_foot_navi.gif) no-repeat;
    height: 6px;
    margin-bottom: 7px !important;    
    margin-bottom: 0px;
}

#navi * a:link 		{ display:block; color: #584807; }
#navi * a:visited 	{ display:block; color: #584807; }
#navi * a:active	{ display:block; color: #584807; }
#navi * a:hover 	{ display:block; color: #584807; }

#content {
    width: 586px;
    margin-left: 170px !important;
    margin-left: 167px;
    /*font-size: 125%;*/
}

#content .head {
    background-image: url(_style/bg_head_content.gif);
}

#content .foot {
    background: url(_style/bg_foot_content.gif) no-repeat;
    height: 6px;
    margin-bottom: 5px;
}

#footer {
    width: 770px;
    height: 31px;
    background:url(_style/bg_footer.gif) no-repeat;
    color: #ffffff;
    padding: 8px 15px 0px 15px;
}

#footer * a:link 	{ color: #ffffff; }
#footer * a:visited { color: #ffffff; }
#footer * a:active	{ color: #ffffff; }
#footer * a:hover 	{ color: #AA9C63; }

#ads {
    float: right;
    width: 180px;
    text-align: center;
    padding-top: 7px;
    display: inline-block;
}

.head {
    line-height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #584807;
    text-align: left;
    padding: 0px 7px 0px 7px;
    border-bottom: 1px solid #584807;
}

#navi .cont {
    border-top: 0px solid #584807;
    border-left: 1px solid #584807;
    border-right: 1px solid #584807;
    border-bottom: 0px solid #584807;
    padding: 5px 5px 0px 5px;
    margin-bottom: 0px;
    display: block; 
}

#content .cont {
    border-top: 0px solid #584807;
    border-left: 1px solid #584807;
    border-right: 1px solid #584807;
    border-bottom: 0px solid #584807;
    padding: 5px 5px 10px 5px;
    margin-bottom: 0px;
    display: block; 
}

.cont1 {
    background-color: #AA9C63;
    border-top: 1px solid #584807;
    border-left: 1px solid #584807;
    border-right: 1px solid #584807;
    border-bottom: 1px solid #584807;
    padding: 5px 5px 0px 5px;
    margin-bottom: 5px;
    text-align: left;
    display: block; 
}

.att 
{
    color: #990000;
}

hr { color:#584807; height:1px; }

/*table {
    border-color: #ffffff;
    border-collapse: collapse;
}*/

td {
    vertical-align:top;
    text-align: left;
}

a:link      { color: #ffffff; }
a:visited   { color: #ffffff; }
a:active    { color: #ffffff; }
a:hover     { color: #584807; }

.validator
{
    background-color: #584807;
    border: 1px solid #ffffff;
    padding: 5px;
    color: #ffffff;
}

#Werbelayer
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-color: #000;
    filter:alpha(opacity=60); /* IE */
    opacity:0.6; /* allgemein */
    -moz-opacity:0.6; /* Mozilla */
    -khtml-opacity:0.6; /* KTHML */
    -opera-opacity:0.6; /* Opera */
    display: block;
}

#Flyer 
{
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

.hlFlyer
{
    border: 2px solid #cccccc;
    display: inline-block;
}

.btnLayerOff
{
    background: url('./_style/bg_head_navi.gif');
    border: 0;
    width: 160px;
    margin-left: 200px;
    cursor: pointer;
}

.info
{
    background-color: #584807;
    color: #ffffff;
    display: block;
    padding: 4px;
    margin-bottom: 10px;
}
