/*Formatierung der Texte im gesamten body Bereich innerhalb der jeweiligen td*/

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232628;
	padding: 5px; 

}

/* der header Bereich*/

.head  { 
	background-image: url(/images/fahrrad-log.jpg); 
	background-repeat: repeat-x; 
	width: 740px;
	height: 120px;
 }

/* die Linien*/

.line	{
	size: 10px;
	width: 740px;
	color: #000000;
}
	
		
	
/* die Haupttabellen*/

.tableborder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-color: #000000 ;
	border-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;

	
}

/*Formatierung der Hintergrundfarbe in den Headerbereichen der Tabellen*/

.td-head {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E9E9E9;
	
}

/*Formatierung der Hyperlinks, hover etc*/


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}

h1 { 
color : #232628; 
font-size : 12px; 
text-decoration : bold;
margin-top:0px; 
margin-right:0px; 
margin-bottom:0px; 
margin-left:0px; 
display:inline

} 	



a:link {  color: #232628; text-decoration: underline;}
a:visited {  color: #FE790F; text-decoration: underline;}
a:hover {  color: #FE790F; text-decoration: underline;}
a:active {  color: #FE790F; text-decoration: none;}

