@charset "utf-8";
/* CSS Document */
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

html {
height:100%; 
max-height:100%; 
padding:0; 
margin:0; 
border:0; 
background:#fff; 
font-size:80%; 
font-family: "trebuchet ms", vardana, tahoma, verdana, arial, sans-serif;
/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: visible; 
/* */ 
}

body {
height:100%; 
max-height:100%; 
overflow:hidden; 
padding:0; 
margin:0; 
border:0;}


* html #content {
top:0; 
bottom:0; 
height:100%;
max-height:100%;
width:820px;
border-top:#fff 130px solid; 
border-bottom:#fff 34px solid; 
} 

#content {
background:#fff; 
display:block; 
overflow:auto; 
position:absolute;
z-index:3;
top:133px;
bottom:36px;
width:810px; 
margin-left:-410px; 
left:50%; 
}

#mitte {
padding:15px;}

*html #nav{ 	top:90px; height:30px;}
#nav { 
width:100%;
height:30px;
text-align:center;
vertical-align: bottom;
top:90px;
margin:0;
padding:0;
position: absolute;
font-size:1.2em;
	 }

*html #head {
	top:0px; height:130px;
	}
#head { 
background:#fff url(../grafik/BG_top.jpg) top center no-repeat fixed; 
position:absolute;
margin:0; 
top:0; 
display:block; 
width:100%; 
min-width:100%;
height:131px; 
font-size:.7em; 
z-index:5; 
color:#000; 
border-bottom:1px solid #fff; }

*html #foot {
	bottom:0px; height:37px; overflow: hidden;}
#foot { 
background:#fff url(../grafik/BG_bottom.jpg) bottom center no-repeat fixed; 
position:absolute; 
margin:0; 
bottom:0px; 
display:block; 
width:100%; 
height:35px; 
color:#000; 
text-align:left; 
font-size:.8em; 
z-index:5; 
border-top:1px solid #fff;
line-height:200%}