/*

pp_wf2006 v1.0
2006-07-05

template for egocms

site.css

design by jorge obst-wildenhain (http://elevator-dg.de) and pat erler (http://patsplanet.com)
code by pat erler (http://patsplanet.com)

menu system based on suckerfish (http://www.htmldog.com/articles/suckerfish/dropdowns)


*/

html, body{
	margin: 0;
	padding: 0;
	font-size	: 11pt;
}

body{
	color:#000;
	text-align:center;
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size:13px;

	background-color: #191F36;

	background-repeat: no-repeat;
	background-position: right top;
}
a {
	color: #4F7326;
	text-decoration: underline;
}
a:hover {
	color: #4F7326;
}

h1 {
	font-size	: 22px;
	font-weight:normal;
	color: #191F36;
}

h2 {
	font-size	: 22px;
	font-weight:normal;
	color: #4F7326;
}

h3 {
	font-size	: 18px;
	font-weight:normal;
		color: #191F36;
}

h4 {
	font-size	: 13px;
	font-weight:bold;
	color: #191F36;
}

h5 {
	font-size	: 13px;
	font-weight:normal;
}

table {
   color:#000;
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size:13px;
}

ul {
   color:#000;
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size:13px;
}

ol {
   color:#000;
	font-family: verdana, arial, helvetica, sans-serif, serif;
	font-size:13px;
}

#fullpage{
	background:#FFFFFF;
	text-align: left;
	width: 798px;
	margin: auto;
	padding-right: 9px;
	padding-left: 9px;
	padding-bottom: 9px;
	padding-bottom: 9px;
}

#header{
	height:200px;
	background-color: #FFFFFF;
	clear: left;
	position: relative;
	margin-bottom: 9px;
	width: 798px;/* IE needs it */
}

#headerlogo {
	position: absolute;
	top: 0px;
	right: 0px;
}

#headerpic {
	border: 1px solid #4F7326;
	top: 0px;
	left: 0px;
	position: absolute;
}

#navi{
	position: relative;
	left: 0px;
	top: 0px;
	height: 40px;
	font-size: 15px;
	margin-bottom: 9px;
	width: 798px;/* IE needs it */
}

#center{
	color: #000000;
	margin: auto;
}

#content{
	border: 1px solid #4F7326;
	width: 798px; /* IE needs it */
}

#contentbox /* IE hack */{
	margin: 15px;
}

#footer{
	clear:both;
	padding:10px;
	background:#191F36;    
	text-align:center;
	height:100px;  
	color:#fff;
}


#footer a {
	color:#fff;
}

.headline1{
	font-size: 18px;
	color: #191F36;
	}

.headline2{
	font-size: 16px;
	color: #4F7326;
	}
		
.contentimage{
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-top: 8px;
}

#headerlogohack{
	background-image: url('../images/bg_rtop.gif');
	width: 30%;
	height: 200px;
	top: 0px;
	right: 0px;
	position: absolute;
	z-index: 0;
}

/*Marcel Abraham */
/*Bild mit rechts vorbeifliessenden Text*/
.bild_links 
{
float:left;
margin-right:0.3em;
}

/*Marcel Abraham */
/*Bild mit rechts vorbeifliessenden Text*/
.bild_rechts 
{
float:right;
margin-left:0.3em;
}

/*Marcel Abraham*/
/*Eigenschaften der Icons*/
.icon {
vertical-align:middle;
margin-right:0.3em;
}

	
