@charset "UTF-8";
/* CSS Document */


body {
	background-color: #dfc0c7;
	font-size: 15px;
	line-height: 20px;
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;

}

td{
	font-size: 15px;
	line-height: 20px;
	color: #660000;
}

.black{ color: #000;}

a, a:visited, a:active {color: #660000;}
a:hover {color: #000; text-decoration:none;}

a.weiss, a.weiss:visited, a.weiss:active {color: #fff;}
a.weiss:hover {color: #fff; text-decoration:none;}


a.titels, a.titels:visited, a.titels:active{
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding:0px;
	background-color: #f3e6e9;
	color: #660000;
	text-decoration:none;
}

a.titels:hover{
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding:0px;
	background-color: #660000;
	color: #f3e6e9;
	text-decoration:none;
}


.border {
	border-bottom: dotted 1px #660000;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight:bold;
	color: #76444f;
}

h1 {
	font-size: 41px;
	line-height: 39px;
	font-weight: normal;
	margin: 15px 0px 30px 0px;
	padding:0px;
}

h2 {
	font-size: 31px;
	color: #fff;
	font-weight: normal;
	margin: 5px 0px 17px 0px;
	padding:0px;
}

.titels_tab{
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding:0px;
	background-color: #f3e6e9;
	color: #660000;
}

.tab{
	border-bottom: 1px solid #660000;
	padding-top: 5px;
	padding-bottom: 5px;
}
