/* Tags definieren  */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	font-style: normal;
	letter-spacing: normal;
	font-variant: normal;
	text-align: left;
	white-space: normal;
}

inhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: inherit;
	font-weight: normal;
	color: #666666;
	text-align: left;
}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #7F7F7F;
	font-style: normal;
	letter-spacing: 2px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	font-style: normal;
	letter-spacing: 2px;
}
	


/* Linkfarben definieren  */

a:link    {	color: #7F7F7F; 
			font-size: 11px;
			font-weight: regular;
			text-decoration: underline; }
a:visited { color: #7F7F7F;
			font-size: 11px;
			font-weight: normal;
			text-decoration: none;}
	
a:hover	{	color: #CB3524;
			font-size: 11px;
			font-weight: regular;
			text-decoration: none; }
			
a:active {	color: #CB3524;
			font-size: 11px;
			font-weight: regular;
			text-decoration: none; }
					

a.navoben:link    {	color: #7F7F7F;
					font-size: 19px;
					font-weight: normal;
					text-decoration: none; }
a.navoben:visited {	color: #7F7F7F;
					font-size: 19px;
					font-weight: normal;
					text-decoration: none; }
a.navoben:hover {	color: #CB3524;
					font-size: 19px;
					font-weight: normal;
					text-decoration: none; }
a.navoben:active {	color: #CB3524;
					font-size: 19px;
					font-weight: normal;
					text-decoration: none; }
.fett {
	font-weight: bold;
}

