input,textarea,select{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color : #FFFFFF;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.impressum,.text {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.head_right {
	padding-right: 32px;
	padding-top:13px;
	padding-bottom:13px;
	text-align:right;
}

.headline {
	padding-bottom: 34px;
	vertical-align: bottom;
	background-image: url(images/header.jpg);
}

.constart {
	background-image: url(images/content_middle.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:238px;
}

.constart2 {
	background-image: url(images/content_middle2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:20px;
	background-color: white;
	height: 400px;
}

.constart3 {
	background-image: url(images/content_middle3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:20px;
	background-color: white;
	height: 400px;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C5B156;
	margin-bottom:0px;
	text-decoration:underline;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom:0px;
	
}


/* links */
a:link,a:visited,a:active
{
	font-family:Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;

}

a:hover 
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: underline;

} 

a.blacklink:link,a.blacklink:visited,a.blacklink:active {
	text-decoration:none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration: none;
	font-weight : normal;
}

a.blacklink:hover {
	text-decoration:none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	text-decoration: underline;
	font-weight : normal;
}

a.blacklink2:link,a.blacklink2:visited,a.blacklink2:active {
	text-decoration:none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-decoration: none;
	font-weight : normal;
}

a.blacklink2:hover {
	text-decoration:none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
	text-decoration: underline;
	font-weight : normal;
}

