/* CSS Document */
<style type="text/css">

/*
<rdf:RDF xmlns="http://web.resource.org/cc/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<Work rdf:about="">
   <license rdf:resource="http://creativecommons.org/licenses/by/1.0/" />
</Work>

<License rdf:about="http://creativecommons.org/licenses/by/1.0/">
   <permits rdf:resource="http://web.resource.org/cc/Reproduction" />
   <permits rdf:resource="http://web.resource.org/cc/Distribution" />
   <requires rdf:resource="http://web.resource.org/cc/Notice" />
   <requires rdf:resource="http://web.resource.org/cc/Attribution" />
   <permits rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
</License>
*/

/*  body */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #b3b38c;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#333300;  
  padding:0px;
  margin:0px;
}

.title {
	font-size: 16px;
}

a.title, a.title:visited{
  	color:#333300;
}

a.title:hover{
	text-decoration:none;
}

p, h2, pre {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}

.breadcrumb {
font-size: 11px;
padding-right: 10px;
}

a { 
color: #003366;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
a:hover{
text-decoration:underline;
}

.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}

h2 {
font-size:14px;
padding-top:10px;
text-transform:uppercase;
color: #333300;
background-color: transparent;
	}

#top{
border-top: 1px solid #FFFFFF;
}

#menu {
font-size: 11px;
 font-weight: bold;
text-transform:uppercase;
text-align: right;
color:#ffffff;
background-color: #333300;
padding:5px 15px;
margin:0px;
border:#ffffff;
border-bottom: 1px solid;
border-top: 1px solid;
}

#divider {
font-size: 10px;
text-transform:lowercase;
text-align: right;
color:#ffffff;
background-color:#003366;
padding:5px;
margin:0px;
border-bottom: 1px solid #ffffff;
}

#greenbox {
color:003366;
outline-color:003366;
}

#bottom {
font-size: 10px;
text-transform:lowercase;
text-align: right;
color:#ffffff;
background-color: #333300;
padding:5px 15px;
margin:0px;
border:#ffffff;
border-bottom: 1px solid;
border-top: 1px solid;
}

a.glink, a.glink:visited{
  	color:#FFFFFF;
}

a.glink:hover{
	color:#66CC33;
	text-transform:lowercase;
	text-decoration:none;
}

h1 {
font-size: 12px;
text-transform:uppercase;
color:#333300;
padding:5px 15px;
margin:0px

}

h2 {
font-size: 11px;
color:#003366;
}


strong { 
font-size: 13px;
}

/*  positioning-layers statisch und absolut */

#links {
position: absolute;
left: 0px;
width: 190px;
color: #564b47;
background-color:#999999;
margin: 0px; 
padding: 0px;
height:400px;
}

#inhalt {
margin: 0px 190px 0px 190px;
padding: 0px;
background-color:#FFFFFF;
height:400px; 
border-left: 1px solid #333300;
border-right: 1px solid #333300;
}

div.scroll {
 height: 370px;
  width: inherit;
   overflow: auto;
 padding: 8px;
}

#rechts {
position: absolute;
right: 0px;        
width: 190px;
height:400px;
color: #564b47;
background-color:#999999;
margin: 0px; 
padding: 0px;
}
 
 /************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #666666;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #564b47;
}

#sectionLinks a:hover{
	border-top: 1px solid #66CC33;
	background-color: #DDEEFF;
	font-weight: bold;
	text-decoration: none;
	color: #66CC33;
}
 
 </style>
