/*
----------------------------------------------------------------------
PalmenGras
Start: 18.06.2008
Letzte Aenderung: 26.06.2008
Autor: Schumacher, David & Vendel Michael - www.PalmenGras.de
Medium: Screen
----------------------------------------------------------------------
*/


body {
	background: url(../img/bg-gruen.gif) no-repeat center top;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;

}
#mainContent{
	width:560px;
	height:330px;
	/*overflow:auto;
	position: static;*/
}


table.content {
	background: url(../img/bg-content.gif) no-repeat;
	background-repeat: no-repeat;
	height: 562px;
	width: 800px;	
}


p {	margin-left:15px; margin-right:50px;
	}
	
p.fliesstext {	margin-left:25px; margin-right:50px;
	}

	
h1 {
	margin: 25px 50px 25px 25px;
	color: #66b639;
	}	
h2 {
	margin: 5px 50px 10px 25px;
	color: #66b639;
	}	

a:link { 	font-weight: bold;
			color: #ffffff; 
			text-decoration: none;}
			
a:active { 	font-weight: bold;
			color: #ffffff; 
			text-decoration: none;}


a:visited { 	font-weight: bold;
			color: #ffffff; 
			text-decoration: none;}
			
a:hover { 	font-weight: bold;
			color: #ffffff; 
			text-decoration: none;}
a.footer {
	color: #333333;
	font-weight: lighter;
}
a:hover.footer {
	color: #000000;
}

#ticker {
	color:#FFFFFF;
}

img.header {
	margin-top: 18px;
}
		
/*
----------------------------------------------------------------------
Navigation
----------------------------------------------------------------------	
*/	

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	top: 0px;
	left: 0px;
	background-position: top;
}
#menu dt {
	cursor: pointer;
	margin: 5px 0px 5px 25px;
	height: 10px;
	line-height: 10px;
	text-align: left;
	font-weight: bold;
}



#menu dd { 
}

#menu li {
	text-align: left;
	margin: 5px 0px 5px 35px;
	height: 10px;
	line-height: 10px;
	}

#menu li a, #menu dt a {
	color: #6C6C6C;
	text-decoration: none;
	border: 0 none;
	height: 100%;
}

#menu dt.navigation {
	cursor: pointer;
	margin: 40px 0px 5px 25px;
	height: 10px;
	line-height: 10px;
	text-align: left;
	font-weight: bold;
}

#menu dt a.navigation {
	color: #333333;
}

#menu li a:hover, #menu dt a:hover { 
	color: #ededed;
}

#menu li a.activate, #menu dt a.activate {
	color: #993300;
	font-weight: bold;
         } 
 
#menu li a.inactive{
	color: #6C6C6C;
	font-weight: bold;
         }

#menu dt a.inactive {
	color: #333333;
	font-weight: bold;
 }
 
a.activate{
	color: #993300;
	
         } 
		 
a.inactive {
	color: #333333;
	font-weight: lighter;
}

