body {
	background-color: #B9BDC0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	font-size: 28px
}

h2 {
	font-size: 22px;
}

img	{
	border-width: 0px;
}

.text {
	font-size: 14px;
}

.fett {
	font-size: 14px;
	font-weight: bold;	
}

.fettgross {
	font-size: 16px;
	font-weight: bold;	
}

.klein {
	font-size: 11px;
}



p,td {
	font-size: 12px;
}

hr {color: #ffffff;}

a:link {text-decoration: none; color: red} 
a:visited {text-decoration: none; color: red} 
a:active {text-decoration: none; color: red} 
a:hover {text-decoration: underline; color: red} 

.kursiv {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;	
}

.menu {
	font-size: 16px;
	font-weight: bold;
}

.form {
	font-size: 12px;
	color: #D1DFED;
	text-decoration: none;
	background-color: #FBFAF9;
	border: 1px solid #666666;
	width: 100%;
}



