html, body {
    height: 100%;
}

body {
    margin: 0;
	padding: 0;
    font-size: 11px;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	color: #515151;
	background: #575b5d none scroll no-repeat 0 0;
}

#site {
    position: relative;
	background: #fff url(../img/bg_border_left.gif) scroll repeat-y 0 0;
    width: 926px;
	float: right;
}

#headline, #navi, #logo, #img-header {
    position: absolute;
	z-index: 2;
}

#headline {
	top: 35px;
	left: 263px;	
}

#navi {
	top: 104px;
	left: 263px;
}

#logo {
	top: 22px;
	left: 800px;
	width: 93px;
	height: 79px;
	background: #fff url(../img/logo.gif) scroll no-repeat 0 0;
}

#logo a {
    height: 100%;
	width: 100%;
	display: block;
}


#img-header {
	top: 129px;
	left: 243px;
	width:452px;
	position: relative;
	height: 180px;
}

#content {
	width: 270px;
	/* padding: 142px 0 50px 440px; */
	margin-left: 427px;
	margin-top: 162px;
	margin-bottom: 53px;
}

#footer {
    position: relative;
    float: right;
    background: #575b5d url(../img/bg_footer.jpg) scroll no-repeat 0 0;
	width: 662px;
	height: 90px;
    padding: 65px 0 0 264px;
	color: #bfbfbf;
}

#footer-link {
    position: absolute;
	top: 107px;
	left: 700px;
	
}

#footer #footer-link a:link, 
#footer #footer-link a:visited, 
#footer #footer-link a:hover, 
#footer #footer-link a:active {
    text-transform: none;
	color: #a9a9a9;
}



#agb {
    display: block;
    position: absolute;
	top: 132px;
	left: 177px;
	color: #cacaca;
	font-weight: bold;
	font-family: Verdana,Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
}

#kontakt #agb,
#kontakt #agb a:link, 
#kontakt #agb a:visited, 
#kontakt #agb a:hover, 
#kontakt #agb a:active {
    text-transform: none;
	color: #cacaca;
	text-decoration: none;
}

#kontakt-agb #agb,
#kontakt-agb #agb a:link, 
#kontakt-agb #agb a:visited, 
#kontakt-agb #agb a:hover, 
#kontakt-agb #agb a:active {
    text-transform: none;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#kontakt-agb #content {
    margin-top: 0px;
}

#kontakt-agb #img-header {
    height: 142px;
}



ul#navi {
    margin: 0;
	padding: 0;
}


ul#navi li {
    float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#navi li a {
    text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

ul#navi li a.active {
    text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	color: #ff8200;
}












label {
    width: 130px;
	display: block;
	float: left;
	margin-bottom: 10px;
}


a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #515151;
    font-size: 10px;
	
}




#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
	color: #bfbfbf;
    font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Verdana, Arial, Geneva, Helvetica, SunSans-Regular;
}

#footer a:hover, #footer a:active  {

}




h1 {
    margin: 0;
	font-size: 23px;
	color: #cacaca;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1em;
    margin-bottom: 5px;
	letter-spacing: 0.02em;
}

h2 {
    margin: 0;
	color: #676767;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1em;
	letter-spacing: 0.02em;
}

h3 {
    margin: 20px 0px 27px 0px;
	color: #727272;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Arial,Helvetica,sans-serif;
}

#kontakt h3 {
    text-transform: none;
}


h4 {
    margin: 0 0px 10px 0px;
	color: #515151;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.2em;
}

p  {
   margin: 0px 0px 10px 0px;
   font-size:10px;
   line-height: 1.4em;
   color: #515151;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   line-height: 1.2em;
}

p.indent {
    margin: 0 0 4px 22px;
}

p.indent-2 {
    margin: 0 0 4px 40px;
}

p.indent-3 {
    margin: 0 0 4px 60px;
}

#content ul, #content li {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    line-height: 1.2em;
    font-size: 10px;
}

#content ul {
    margin-top: 20px;
}

