   html { 
      color: #000; 
      font-size: 11px; 
      font-family: Verdana, Arial, Helvetica, sans-serif; 
      line-height: 14px;
	  height: 100%;
      }

    body { 
      margin: 0;
      padding: 0;
      border: 0;
      background-color: #696C77; 
	  scrollbar-3dlight-color: #C5C5C5;
	  scrollbar-arrow-color: #626262;
	  scrollbar-base-color: #CC0000;
	  scrollbar-darkshadow-color: #C5C5C5;
	  scrollbar-face-color: #E7E7E7;
	  scrollbar-highlight-color: #E7E7E7;
	  scrollbar-shadow-color: #E7E7E7;
	  scrollbar-track-color:#fff;
      } 
      
   td {
      color: #000;
      font-size: 11px;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      line-height: 14x;
      }
      
   img {
      border: 0;
      } 
  
   p {
     font-size: 11px;
     line-height: 15px;
     margin-top: 15px;   
     }

   a {
	color:#64B100;
    text-decoration: none;    
    }

   a:hover {
	color:#000;
    text-decoration: none;    
    }

   h1 {
      font-size: 15px;
	  font-weight: bold; 
      line-height: 19px;
   }

   h2 {
      color: #E15F11;
      font-size: 0.9em; 
	  font-weight: bold; 
      line-height: 1.4;
   }

input	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		background: #fff;
		border: solid 1px;
		}

textarea 	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		background: #fff;
		border: solid 1px;
		}

select	 	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #000;
		background: #fff;
		border: solid 1px;
		}

.context p {
		color: #000;
		font-size: 10px;
		line-height: 14px;
		margin-left: 20px;
		margin-right: 10px;
		}
		
.context h1 {
		font-size: 10px;
		display: block;
		color: #305812;
		line-height: 21px;
		padding-left: 20px;
	    height: 22px;  
	    width: 191px;
	    background-color: #BDE5A0;
      	background-image: url("../images/pfeil.gif");
      	background-repeat: no-repeat;      		
		}
		
* html .context h1 {
		line-height: 19px;
		width: 211px;
		}
		
		
.contextnews {
//		display: block;
		color: #305812;
		line-height: 21px;
//		margin-left: 69px;
		padding-left: 20px;
	    height: 22px;  
	    width: 191px;
	    background-color: #BDE5A0;
      	background-image: url("../images/pfeil.gif");
      	background-repeat: no-repeat;
      	font-weight: bold;
		}
		
* html .contextnews {
		line-height: 19px;
		width: 211px;
		}		

.footer {
		color: #9A9CA3;
		padding-bottom: 30px;
		background-image: url("../images/balken_bottom.gif");
		background-repeat: no-repeat;
		}

.footer p {
		font-size: 10px;
		text-align: center;
		margin-top: 5px;
		}

a.footer  {
		font-weight: bold;
		text-decoration: none;
		background-image: none;
		}

a:hover.footer  {
		color: #fff;
		}

		
/* Horizontales Menü */
		
#nav, #nav ul {
	font-size: 10px;
	font-weight: bold;
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 11px;
	}

*html #nav, #nav ul {
	margin-left: -9px;
	}


#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	}

#nav a:hover {
	color: #BDE5A0;
	}	

#nav li {
	display: block;
	line-height: 20px;
	height: 22px;
	margin-left: 20px;
	float: left;
    }

#nav li ul {
	background-color: #BDE5A0;
	width: 220px;
	margin-top: 2px;
	margin-left: -14px;
	position: absolute;
	left: -999em;
	}

#nav li ul li {
	margin-left: 0;
	width: 220px;
	height: 25px;
	}

#nav li ul li a {
	color: #305812;
	display: block;
	padding-left: 14px;
	height: 25px;
	line-height: 24px;
	}

#nav li ul li a:hover {
	background: #A6C094;
	color: #000;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}
 
 #surftipps {
	width: 321px;
	/* width: 480px; */
	
	margin-top: 25px;
	margin-left: 25px;
	padding: 0;
	margin-bottom: 25px;
	
	border: 3px solid #BDE5A0;
	background-color: #fff;
 }
 
 #surftipps h1 {
 	padding-left: 0;
 	width: 321px;
 	/* width: 480px; */
 	margin-top: 0;
 }
