body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
font-family:arial;
color: #800080;;
font-size:12px;
}

h1{
font-family:arial; 
font-size:44px; 
text-align:center;
color: #fff4cb;
}

h3{
font-family:arial; 
font-size:20px; 
font-weight:normal;
text-align:center;
color: #b69521;
}

h5{
font-family: arial; 
font-size:14px; 
text-align:center;
font-weight:bolder;
color: white;
}

#h a {
float: left;
color: white;
text-decoration: none;
}

#h a:hover {
color: #800080;
}


#bild{
text-align:center;
}

li {
line-height: 1,4em;
}

#framecontent_left, #framecontent_right{
position: absolute; 
top: 0; 
left: 0; 
width: 200px; /*Width of left frame div*/
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color:#d580ff;
color: white;
}

#framecontent_right{
left: auto;
right: 0;
width: 150px; /*Width of right frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/

color: white;
}

#framecontent_top, #framecontent_bottom{
position: absolute;
top: 0; 
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 150px; /*Set right value to WidthOfRightFrameDiv*/
width: auto;
height: 100px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #d580ff;
color: white;
}

#framecontent_bottom{
top: auto;
height: 100px; /*Height of bottom frame div*/
bottom: 0;
}

#maincontent{
position: fixed; 
top: 100px; /*Set top value to HeightOfTopFrameDiv*/
bottom: 100px; /*Set bottom value to HeightOfBottomFrameDiv*/
left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
right: 150px; /*Set right value to WidthOfRightFrameDiv*/
overflow: auto; 
background:#ffffcc;
border: 1px solid #b69521;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

.kontakt{
text-align:right;
font-family: arial; 
font-size:10px; 
color: #800080;
font-weight:bolder;
}

table
{
	margin-top: 40px;
	margin-left:	auto;
	margin-right:	auto;
}



* html body{ /*IE6 hack*/
padding: 100px 150px 100px 200px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv HeightOfBottomFrameDiv WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontent_top, * html #framecontent_bottom{ /*IE6 hack*/
width: 100%;
}

#box{
width: 520px;
text-align: center;
text-decoration: none;
margin-left:9%;
margin-right:9%;
margin-top:8px;
margin-bottom:0px;
padding: 15px;
border-top: 1px solid #b69521;
border-left: 1px solid #b69521;
border-bottom: 3px solid #b69521;
border-right: 5px solid #b69521;
background: #fff;
color: #b5218b;
font-weight: normal;
}


.container {
	padding: 0px;
	margin: 1px 0 1px 0;
	background: #fff;
	}

ul#minitabs{
list-style: none;
margin: 0;
padding: 7px 0;
border-bottom: 1px solid #CCC;
font-weight: bold;
text-align: center;
white-space: nowrap;
font-size:14px; 
color:#b69521;
}

ul#minitabs li{
display: inline;
margin: 0 2px
}

ul#minitabs a{
text-decoration: none;
padding: 0 0 2px;
color: #999
}

ul#minitabs a#current {
color: #b69521;
}
ul#minitabs a:hover{
color: #b69521;
}

ul#nav{
list-style: none;
margin-left: 18px;
padding-top: 85px;
padding-right: 5px;
padding-left: 12px;
padding-bottom: 0px;
font-weight: bold;
text-align: left;
white-space: nowrap;
font-size:12px; 
color: #b69521;
}

#nav a {
display:block;
margin: 1px;
padding: 7px;
background-color:#fff;
height:1em;
text-decoration: none;
border-top:1px solid #b69521;
border-right: 1px solid #b69521;
border-left:2px solid #b69521;
border-bottom: 2px solid #b69521;
color: #999;
}

ul#nav a#current{
border-top:2px solid #ccc;
border-right: 2px solid #ccc;
border-left:1px solid #b69521;
border-bottom: 2px solid #b69521;
background: #ffffcc;
color: #b69521;
}

#nav a:hover {
border-top:2px solid #ccc;
border-right: 2px solid #ccc;
border-left: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #fff;
background-image: url(bilder/spur_kl.gif);
background-repeat: no-repeat;
background-position: right;
color: #b69521;
}