body, table, td {
	font-family: verdana, arial, helvetica, sans-serif; 	
	font-size:10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	}
	
p {padding:5px;}	
	
/*Der Textlink */
	a, a.link, a:link, a.forumlink{ font-family: Verdana, Arial, Helvetica, sans-serif;	
			 font-style: normal;
			 text-decoration:none;
			 color:#000000; } 

/*Der Hover Link */				
    a:hover { font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-style: normal;
			  text-decoration:none; 
			  font-weight:none;
			  color:#CC3300;
		     }
			 
h1  { font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-style: normal;
			  text-decoration:none; 
			  font-weight:none;
			  font-size:13px;
		     }
			 
h5 { font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-style: normal;
			  text-decoration:none; 
			  font-weight:none;
			  font-size:12px;
		     }

.miniverdana001 { font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-style: normal;
			  text-decoration:none; 
			  font-weight:none;
			  font-size:11px;
		     }			 	
	
/* Dotted Box */
.box001 {
border-top: 1px dotted rgb(0, 0, 0); 
border-left: 1px dotted rgb(0, 0, 0); 
border-right: 1px dotted rgb(0, 0, 0); 
border-bottom: 1px dotted rgb(0, 0, 0);
}

/* Non Dotted Box */
.box002 {
border-left: 1px solid rgb(0, 0, 0); 
border-right: 1px solid rgb(0, 0, 0); 
border-bottom: 1px solid rgb(0, 0, 0);
}

/* Trying to make a line  */

.line001 {
border-bottom: 1px solid rgb(0, 0, 0);  
}


/*Umrandung*/
.rundrum {
border-right: 1px solid #D8D7D6;
	font-family: verdana, arial, helvetica, sans-serif; 	
	font-size:11px;
  }
  
/*für logo*/
.top{
  border-top: 1px solid #D8D7D6;
  border-right: 1px solid #D8D7D6;
  border-left: 1px solid #D8D7D6;
  	}
	
.top2{
  border-top: 1px solid #D8D7D6;
  border-bottom: 1px solid #D8D7D6;
  border-right: 1px solid #D8D7D6;
  border-left: 1px solid #D8D7D6;
  	font-family: verdana, arial, helvetica, sans-serif; 	
	font-size:11px;
  	}
	
/*link*/
.right{
  border-right: 1px solid #D8D7D6;
  	}
	
/*navi container*/
.navi001{
  border-right: 1px solid #D8D7D6;
  border-left: 1px solid #D8D7D6;
  	font-family: verdana, arial, helvetica, sans-serif; 	
	font-size:11px;
  	}
	
/*navi container*/
.navi002{
  border-right: 1px solid #D8D7D6;
  border-left: 1px solid #D8D7D6;
  	font-family: verdana, arial, helvetica, sans-serif; 	
	font-size:11px;
  	}
/*navi container*/
.navi003{
  border-top: 1px solid #D8D7D6;
  border-right: 1px solid #D8D7D6;
  border-left: 1px solid #D8D7D6;
  border-bottom: 1px solid #D8D7D6;
  	font-family: verdana, arial, helvetica, sans-serif; 	
	font-size:11px;
  	}  
   
  
/* Navi Box */
.buttonscontainer {width: 200px;}

.buttons a {color: #000000;
background-color: #66CC66;
padding: 2px;
padding-left: 3px;
display: block;
border-left: 10px solid #CCFF66;
font: 10px Verdana, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;}

.buttons a:hover {
border-left: 10px solid #FF6633;
background-color: #FFCC66;
text-decoration: none;
color: #000000;}

/*Netscape Dotte Box*/
.netscape-dotted {
	background: #eee;
	border: 1px dashed #000;
	margin: 0px 0px 0px 0px;
	}

/*1 Orange Dotted Line - working with Netscape */
.littleConsume {
	border-top: 1px dashed #f00;
	padding: 6px 0px 0px;
	margin: 6px 0px 0px;
	}
	
