Body
{
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	
	/* standard schriftgrösse für das ganze web*/
	/* es sollte von 0.8em ausgegangen werden, das ist ~11px gross
	   und wird in fast allen browsern gleich gross dargestellt. */
	font-size:0.8em; 
	
	
}

p
	{
	margin-top:5px;
	margin-bottom:5px;
	}
td 
	{  
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	color: navy; 
	font-size: 0.8em;
}

.nav 
{
	padding-left:7px;
}

h1
{
font-family: Tahoma, Arial, Verdana;
color:#93070C;
font-size: 1.4em;
margin:0px;
padding-top:1em;
}

h2
{
color:#93070C;
font-size: 12px;
margin:0px;
}

td.content
{
padding-top:30px;
line-height:1.6em;
color:navy;
}
	
.footer
{
	color:#ffffff;
}

td a
{
	color: #93070C;
	text-decoration: none;
}
td a:hover, td a:active, td a:focus
{
	color: #93070C;
	text-decoration: underline;
}

.tdNav a
{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

.tdNav a:hover, .tdNav a:active, .tdNav a:focus
{
	color: #93070C;
	text-decoration: none;
	font-weight:bold;
	
}

.tdNavActive
{
	color: #93070C;
	text-decoration: none;
	font-weight:bold;
	}

.tdSubnav a, .tdSubNavActive
{
	color: #000000;
	text-decoration: none;
	line-height:20px;
}

.tdSubnav a:hover, .tdSubNav a:active, .tdSubNav a:focus
{
	color: #93070C;
	text-decoration: none;
	line-height:20px;
	
}

.tdHeader
{
	background-color: #CBD5DE;
}
