@charset "UTF-8";

/*generelle Schrift und Farbeinstellungen*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.3;
	color: #000000;
	background-color:#FFFFFF;
	font-size: 75%;
}



/* Fonts + Links*/


/*Überschrift 1*/
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:90%;
	font-weight: bold;
	color: #781316;
	text-transform: uppercase;
}

/*Überschrift 2*/
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:90%;
	font-weight: bold;
	color: #781316;
}

/*Links generell*/
a:link, a:visited, a:active{
	font-style: normal;
	font-weight: bold;
	color: #797974;
	text-decoration: none;
}

a:hover{
	font-style: normal;
	
	font-weight: bold;
	color: #797974;
	text-decoration: underline;
}


/*rote Überschrift fett*/
.headlinerot{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size:90%;
	font-weight: bold;
	color: #781316;
}





/* Navigationslinks*/

/* Hauptnavi*/
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: bold;
	color: #781316;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}



a:link.nav, a:active.nav, a:visited.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: bold;
	color: #781316;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}


a:hover.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: bold;
	color: #781316;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;

}

/* Untergeordnete Navigationslinks*/

.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: normal;
	color: #781316;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

a:link.subnav, a:active.subnav, a:visited.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: normal;
	color: #781316;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	
}


a:hover.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5;
	font-style: normal;
	font-weight: normal;
	color: #781316;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;

}


/*zusätzliche Tabellen im Text*/
.tabelle {
	padding: 1px;
	vertical-align: top;
	border: solid #781316 1px;	
	width: 700px;
	border-spacing: 7px;0px;
	
}

td{
	vertical-align: top;
}