#content a[href$=".xls"] {
display: block;
background: url(../img_site/symbol_xls.gif) no-repeat left top;
padding-left: 20px;
}
#content a[href$=".pdf"] {
display: block;
background: url(../img_site/symbol_pdf.gif) no-repeat left top;
padding-left: 20px;
}
#content a[href$=".mp3"] {
display: block;
background: url(../img_site/symbol_cd.gif) no-repeat -2px -1px;
padding-left: 20px;
}
#content a {
	font-weight: bold;
	text-decoration: none;
	color: #00507d;
}
/* CSS Document */

#content p {
	margin: 0px;
}
#content p.autor {
	font-size: 11px;
}
#content ul {
	margin: 0px;
	list-style-type: square;
}
#content img.portrait {
	width: 180px;
	margin: 10px;
	float: right;
}
#archiv #content.plakatgalerie img,
#content img.plakatgalerie {
	height: 165px;
	margin: 0px 15px 15px 0px;
	border: 1px solid #333333;
	float: left;
}
#content img.bildergalerie {
	height: 85px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #333333;
	float: left;
}
#content h1 {
	margin: 0 0 6px 0;
	font-size: 16px;
}
#content h2 {
	clear: left;
	margin: 12px 0 6px 0;
	font-size: 12px;
}
#content h3,
#content h4,
#content h5,
#content h6 {
	clear: left;
	margin: 0px;
	font-size: 12px;
}
#content ul {
	padding: 0px;
	margin-left: 17px;
	list-style-type: square;
}
#content table {
	margin: 0px;
	padding: 0px;
}
#content table.chornologie td {
	padding: 5px;
}
#content table.chornologie td.tabellentitel {
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
}

/*------------------------------------------------------------

allg. Tabellenformattierungen 

------------------------------------------------------------*/
#content table td {
	padding: 1px;
}
#content table th {
	text-align: left;
	margin: 0;
	padding: 0;
}

/*------------------------------------------------------------

Kontaktformular 

------------------------------------------------------------*/
fieldset {
	margin: 10px 0px 0px -12px;
	border: none;
	width: 100%;
}
legend {
	font-weight: bold;
}
label {
	margin-left: 2px;
	float: left; 
	width: 130px;
}
textarea {
	border: #00507d 1px solid;
	width: 220px;
	margin-top: -15px;
	margin-left: 132px;
	height: 55px;
	color: #0e689b;
} 
input {
	border: #00507d 1px solid;
	width: 220px;
	margin-bottom: 3px;
	color: #0e689b;
} 
input[name="PLZ"] {
	width: 80px;
	margin-right: 18px;
}
input[name="Ort"] {
	width: 140px;
}
input[type="submit"], input[type="reset"] {
	font-weight: bold;
	background-color: #FFFFFF;
	border: #0e689b 1px solid;
	width: 103px;
	margin: 10px 10px 0px 0px;
	color: #0e689b;
}
input[type="submit"] {
	margin-left: 230px;
}
.warnung, #warn_vorname, 
#warn_name,
#warn_address,
#warn_ort,
#warn_mail,
#warn_message {
	position: absolute;
	left: 395px;
	width: 130px;
	font-size: 10px;
	line-height: 10px;
	color: #0e689b;
	padding-left: 14px;
	visibility: hidden;
}
#warn_agb {
	top: 0px;
	left: 350px;
}

