﻿html { 
  padding:0px;
  margin:0px;
  height: 100%;
}

body {
  background-color:#eee;
  font-size: 14px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;	
    height: 100%;
}


a { 
color: #FF9966;
font-size: 14px;
background-color:transparent;
text-decoration: none; 
}

a.nav {
    display: block;
    padding:0px 15px 0px 10px;
    font-size: 16px;
font-weight: bold;
text-align:right;
}

a:link { color:#993300; background-color: #eee;}
		
a:visited { color:#993300; background-color: #eee;}
			
a:active { color:blue;
		text-decoration:underline; background-color:grey;}
		
a:hover { color:blue; 
		text-decoration:underline;background-color:white; text-align: center;}

a.here-i-am {  
	display:block;
	text-align:left;
	padding-right:10px;
    font-size: 16px;
	font-weight: bold; 
	color: #9900CC; 
	font-style:italic; 
	background-color: #ffffff;}

h1 {
 padding: 5px 15px;
 margin: 0px;
}

h1 {
font-size: 28px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}

h1.top {
	margin-top:60px;
	text-align:right;
}

h2 {
 padding: 15px 15px;
  margin:0;
}

h3.content {
	padding: 10px 15px;
	margin: 0px;
	font-size:20px;
	color: #993333;	
	}
h3.contextarea {
padding: 10px 15px;
	margin: 0px;
	font-size:14px;
	color: #993333;	
	}

p {
 padding: 5px 15px;
 margin: 0px;
}

p.caption {
font-size:10px;
 padding: 0px 0px 5px 35px;
 margin: 0px;
 text-align:left;
}

#fusszeile {
	position:relative; 
	height: 30px;
	bottom: 5px;	
    margin-left: 15px;
    margin-top: 15px;
    text-align: center;
    background-color: #fed; 
/*<!--    border: 1px solid silver;-->*/
    }

IMG.displayed {
	margin-top: 20px;
	margin-bottom: 5px;
    margin-left: 20px;
    margin-right: auto;
    border:10px solid #993333;
    }

    
#logo { 
position: absolute;
left: 2%; 
width: 19%; 
text-align: right;
top: 5px;
background-color: #ffffff;  
/* border: 1px dashed #564b47; */
padding:0px;
margin:0px;

	}

#header {
   position: absolute; 
	left: 20%;
	width: 55%; 
	top: 5px;
	height: 100px;
	background-color:#fff;
	margin:0px;
	padding: 0 15px 0 0;
/*			background-color: #d5fcf4;	
			background-color: transparent;	
			border: 1px solid #0c9; */
   }

#headpic { 
position: absolute;
left: 77%; 
width: 21%; 
text-align: center;
top: 5px;
background-color: #fff;
padding:0px;
margin:0px;
}

#nav { 
position: absolute; 
left: 2%; 
width: 19%;
top: 110px; 
background-color: #eee;
overflow: auto;
padding: 15px 0 0 0;
margin:0px;
min-height:80%;
}

#content { 
position: absolute; 
left: 20%; 
width: 55%;
top: 110px; 
background-color: #ffffff;
overflow: auto;
/* border: 1px dashed #564b47;*/
padding:0px 15px 0 0;
margin:0px;
min-height:82%;
} 

#iframe {
	position:absolute;
	left: 20%;
	width: 84.5%;
	top:110px;
}
#iframe.2 {
	position:absolute;
	left: 20%;
	width: 84.5%;
	}


#context { 
position: absolute; 
left: 77%; 
width: 23%;
top: 110px; 
background-color: #ffffff;
overflow: auto;
padding:0px 0px 2% 0px;
margin:0px;
}  

#contextpic {
position:relative; 
left: 2%;
top:2%;
width:80%;
background-color: #ffffff;
}

li {
	margin-left:15px;
	padding-bottom:5px;
/*	list-style-image:url(list_style_image.gif)*/
	}


/* iframe {
padding:10px	
}
*/

/*
css:
#menu li a {
	background:#11bbff;
	color:#000000;
}

#menu li.current a{
	background:#ACC4D0;
	color:#000000;
}




html:
	<ul id="menu">
		<li><a href="index.html">Home</a></li>
		<li class="current"><a href="faq.html">FAQ</a></li>
		<li><a href="links.html">Links</a></li>
		<li><a href="about.html">About</a></li>
	</ul>
*/