/* CSS Document */

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 18px;
}

#text {
	margin-left: 30px;
}

#content a:link, #content a:visited {
	color: #F60;
	text-decoration: none;
}

#content a:hover {
	color: #dfae00;
	text-decoration: underline;	
}

table {
	border: none;
}

img { border: none; }

.ueberschrift {
	position: relative; 
	left: 0px; 
	font-size: 16px;
	font-weight: bold;	
}

.referent {
	font-style: italic;
	font-size: 14px;
}


/******************************************/
/**************** Impressum ***************/
/******************************************/

#phi {
	position: relative; 
	float: right; 
	margin-top: 0px; 
	margin-right: 20px;
}

#phi .ueberschrift {
	position: relative; 
	left: 0px; 
	font-size: 14px;
	font-weight: bold;
}

#phi .homepage {
	position: absolute; 
	top: 100px; 
	left: 13px;
	font-size: 14px;
}

#phi .adresse {
	position: absolute; 
	line-height: 1.2; 
	top: 45px; 
	left: 82px;
	font-size: 14px;
}

#phi a:link, #phi a:visited, #phi a:active { text-decoration: none; color: #000; }
#phi a:hover { text-decoration: underline; color: #000; }

/******************************************/
/**************** Formular ****************/
/******************************************/

.field {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}

.field:focus {
	background: #FEB78A;
	color: #000000;
	border: 1px solid #E84440;
}

.errorfield {
	background: #f5dfc2;
	border: 1px solid #E84440;
}

.errorfield:focus {
	background: #f5dfc2;
	color: #000000;
	border: 1px solid #E84440;
}

textarea, input { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.star { color: #760d0b; } /* Sternfarbe bei Pflichtfelder */



