/*  body und tml deffinitionen */
html { 
  padding:0px;
  margin:0px;
}

body {
  background-color: #99cc33;
  font-size: 12px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  color:#564b47;  
  padding:0px;
  margin:0px;
}

p, h2, pre {
margin: 0px; 
padding: 5px 20px 5px 20px; 
}

a.Dark { 
color: #564b47;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}

a { 
color: #ffcc00;
font-size: 12px;
background-color:transparent;
text-decoration: none; 
}

a:hover { 
text-decoration: underline; 
}
 
pre { 
color: #564b47;
font-size: 11px;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}

.alignright {
margin-top: 0; 
text-align: right;
font-size: 10px;
}

h3 {
font-size:14px;
padding-top:10px;
color: #ffcc00;
background-color: transparent;
	}
	
h2 {
font:bold 80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;	}

h1 {
font-size: 11px;
text-transform:uppercase;
text-align: right;
color: #ffcc00;
background-color: #90897a;
padding:5px 15px;
margin:0px
}

.h1Title {
font-size: 15px;
text-transform:uppercase;
text-align: left;
color: #90897a;
background-color: #ffcc00;
padding:5px 15px;
margin:0px
}

strong { 
font-size: 13px;
}

/*  positioning-layers statisch und absolut */

#left {
position: absolute;
left: 0px;
width: 190px;
color: #564b47;
margin: 0px; 
padding: 0px;
}

#content {
margin: 0px 190px 0px 190px;
border-left: 2px solid #564b47;
border-right: 2px solid #564b47;
border-bottom: 2px solid #564b47;
padding: 0px;
background-color: #ffffff;    
min-height:1000px;
height:auto; 
height:1000px;
}

#right {
position: absolute;
right: 0px;        
width: 190px;
color: #564b47;
background-color: #ffcc00;
margin: 0px; 
padding: 0px;
}

#bottom {
margin: 0px 190px 0px 190px;
border-left: 2px solid #564b47;
border-right: 2px solid #564b47;
border-bottom: 2px solid #564b47;
padding: 0px;
background-color: #ffcc00;    
}

/* menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowgreen{
	width: 180px; /*width of menu*/
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
}

.arrowgreen ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.arrowgreen li a{
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	background: transparent url(images/arrowgreen.gif) 100% 0;
  height: 24px; /*Set to height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	padding: 4px 0 4px 10px;
	line-height: 24px; /*Set line-height of bg image- padding within link (ie: 32px - 4px - 4px)*/
	text-decoration: none;
}	
	
.arrowgreen li a:link, .arrowgreen li a:visited {
	color: #5E7830;
}

.arrowgreen li a:hover{
	color: #26370A;
	background-position: 100% -32px;
}

	
.arrowgreen li a.selected{
	color: #26370A;
	background-position: 100% -64px;
}
