/* allgemeine styles */

body {
	margin: 0px;
	padding: 0px;
	height:100.1%;	/*Scrollbalken erzwingen für Firefox*/
}

body,p,td	{
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 15px;		
}

a {
	color: #B10101;
}


a:hover {
	text-decoration: underline;		
	color: #B10101;
}

a:visited {
	text-decoration: underline;	
	color: #B10101;
}



/* Scrollbars */
BODY{
	scrollbar-face-color:#EEEEEE;
	scrollbar-shadow-color:#5F6465;
	scrollbar-highlight-color:#EEEEEE;
	scrollbar-3dlight-color:#EEEEEE; 
	scrollbar-darkshadow-color:#5F6465; 
	scrollbar-track-color:#EBEDEC; 
	scrollbar-arrow-color:#5F6465;
}	
	
h1 , h2, h3, p , h1.boxh , h1.inst {
	text-align: left;
	margin-left: 11px;
	margin-right: 11px;
	clear: both;
}


h1, span.sh1 {
	/* font-family: "Franklin Gothic Medium"; */
	font-family: "Trebuchet MS" , Verdana , sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #00599e;
	margin-top: 10px;
	margin-bottom: 0px;
}


h2, h3, span.sh2, span.sh3  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #003C69;
	margin-top: 12px;
	margin-bottom: 0px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003C69;
	margin: 0px;
	margin-left: 0px;
	
}

.preis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: White;
	padding: 5px;
}

.fusszeile {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	color: White;	
}

/*
div#clinkb a:hover {
background: #A3C4E7; color: #000000; }
*/

table#sample {
	border: 1px solid #B10101;
	background-color: #B10101;
	padding: 0px;
	width: 250px;
	height: 220px;
}

table#sample td {
   /* padding: 0px; */    

}

.title {
	color: #000000;
	text-align: center;	
	background-color: #B10101;
	padding-left: 5px;	
}

.data {
	color: #000000;
	text-align: left;	
	background-color: White;
	padding: 5px;	
}

.toprow {
	font-family: "Trebuchet MS" , Verdana , sans-serif;
	font-weight: bold;
	font-size: 23px;
	color: White;
	background-color: #B10101;
	padding: 0px;	
}

.leftcol {
	font-weight: bold;
	text-align: left;
	background-color: #4682B4;
	padding: 0px;
	height: 85px;
}



