/**
 * Style for PTS
 *
 * font: Verdana
 * base size: 11pt
 * headers: 14pt, 12pt, 11pt
 * colors:
 *   - #036361  dark green
 *   - #A7C520  olive
 *   - #F4F6D4  beige
 *   - #767676  grey
 */

/* overall body area */
body {
	background-color: #a0bac3;
	margin: 0px auto 0px auto;
	padding: 0px;
	padding-bottom:110px;
	background: #a0bac3;
	font-size: 10pt;
	background : #a0bac3 url(../images/background.jpg) repeat;
}

#menu {
	position: absolute;
	width: 150px;
	top: 50px;
	left: 10px;
	padding: 10px;
	float: left;
	border: 1px #a2d481 solid;
	background-color: #f1f1f1;
	opacity: .72;
	filter: alpha(opacity=50);
	z-index: 1;
}

a {
	color: #518160;
}

a.hover {
	color: #72b587;
}

#menu a {
	background-image:url(../images/menulink.gif);
	width:150px; 
	height:17px;
	line-height: 1.4em;
	padding-left: 23px;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
}

#menu a.hover { 
	background-image:url(../images/menulink_hover.gif); 
	color: #A7C520;
}

#menu a.active {
	color: #A7C520;
}

#menu_without_link {
	background-repeat:no-repeat;
	width:150px;
	line-height: 1.4em;
        padding-left: 23px;
        font-size: 11pt;
        text-decoration: none;
        font-weight: bold;
 	color: #518160;

}

#menu_img a {  
	background-image:url();
	width:150px; 
	height:17px;
	line-height: 1.4em;
	padding-left: 0px;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;

} 

#menu_img a.hover { 
	color: #A7C520;
}

#menu_img a.active {
	color: #A7C520;
}
#menu_img img {  
     margin-bottom: 4px;  
     display: block;  
  margin-left: auto;  
  margin-right: auto;  
} 


#menu_sublevel {
	margin-left: 19px;
}


#content {
	position: absolute;
	width: 820px;
	top: 50px;
	left: 200px;
	margin-bottom:110px;
	padding: 10px 20px 10px 20px;
	float: left;
	border: 1px #72B587 solid;
	background-color: #e0f1e4;
	z-index: 1;
	text-align: justify;	
}

/* font family, color and size */
body, td, th, p, a, h1, h2, h3, li, input, textarea, select {
	font-family: Verdana, Helvetica, sans-serif;
	color: #800000;
	font-size: 11pt;
}

h1 {
	font-size: 24pt;
	color: #800000;
	margin-top: -1px;
}

h2 {
	font-size: 20pt;
	font-weight: bold;	
	color: #800000;
}

h3 {
	font-size: 16pt;
	font-weight: bold;	
	color: #800000;
}

h4 {
	font-size: 12pt;
	font-weight: bold;	
	color: #800000;
}



#content img {  
     margin-bottom: 4px;  
     display: block;  
  margin-left: auto;  
  margin-right: auto;  
}   

hr {
	border: 0px; /* Für Firefox und Opera */
	border-top: dashed 1px #2b573e;
	border-bottom: solid 1px #edeeed; /* Für IE (Seiten-Hintergrundfarbe!) */
}


#content p {
	margin-bottom: 10px;
}
