@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;
background-image:url(/grafik/bg_stripes.jpg);
background-repeat:repeat-x;
background-position:bottom;
background-attachment:fixed;
}


* html #content {
top:0; 
bottom:0; 
height:100%;
max-height:100%;
width:820px;
border-top:#fff 190px solid; 
border-bottom:#fff 34px solid;
background-image:none;
background-color:#FFF;
} 

#content {
background:#fff url(../grafik/BG_content.jpg) top center repeat-y fixed; 
display:block; 
overflow:auto; 
position:absolute;
z-index:3;
top:193px;
bottom:36px;
width:815px; 
margin-left:-413px; 
left:50%;
padding:15px;
background-image:url(/grafik/bg_stripes.jpg);
background-repeat:repeat-x;
background-position:bottom;
background-attachment:fixed;
}

#mitte {
position:relative;
bottom:-20px;
padding:25px;
padding-top:0px;
margin:0px;
background-color:#FFF;
border-left:45px #090;
min-height:100%;
}

*html #nav{ 	top:150px; height:30px;}

#nav { 
width:100%;
height:30px;
text-align:center;
vertical-align: bottom;
top:150px;
margin:0;
padding:0;
position: absolute;
font-size:1.2em;
	 }

*html #head {
	top:0px; height:190px;
	}
#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:191px; 
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_bottom2.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%}
