/*CSS Reset*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
OL, UL
{
}
BLOCKQUOTE, Q
{
	quotes: none;
}
:focus
{
	outline: 0;
}
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
TD
{
	vertical-align: top;
}
/*Standard*/
.clearL
{
	clear: left;
}
H2
{
	font: normal 23px verdana, sans-serif;
	margin: 25px 0 10px;
}
H3
{
	font: italic normal 20px verdana, sans-serif;
	color: #CF0017;
	letter-spacing: -1px;
	margin: 25px 0 20px;
}
H3.quote
{
	font: italic normal 10px verdana, sans-serif;
	margin: -10px 0 0;
	text-align: right;
	letter-spacing: 0;
}
.red
{
	color: #CF0017;
}
/*Template*/
BODY
{
	background-color: #FEE5C7;
	text-align: left;
	font: normal 14px Verdana, Sans-Serif;
	color: #58585A;
}
#site
{
	width: 930px;
	margin: 0 auto 30px;
	background-color: #FFF;
}
#head
{
}
#left-head
{
	float: left;
	width: 290px;
	background: #FFF4E0 url(../img/schriftzeichen.png) no-repeat center;
	height: 200px;
}
#right-head
{
	float: left;
	padding: 29px 0 0 85px;
}
#head H1#logo
{
	background: transparent url(../img/logo-neu.jpg) no-repeat center;
	height: 150px;
	width: 500px;
}
#head H1#logo A
{
	display: block;
	height: 110px;
	width: 404px;
}
#head H1#logo A SPAN
{
	display: none;
}
#allcont
{
	clear: left;
	background: url(../img/allcont-bg.png) repeat-y left top;
	height: 1%;
}
#left
{
	float: left;
	width: 290px;
	overflow: hidden;
}
#left H2
{
	color: #ED850C;
	font-style: normal;
	font: normal 20px/2.5em verdana, sans-serif;
}
#nav
{
	background-color: #D00018;
	padding: 15px 0;
}
#nav UL
{
	list-style-type: none;
}
#nav UL LI
{
	margin: 10px 0;
	padding: 0 0 0 25px;
}
#nav UL LI LI A SPAN
{
	padding-left: 40px;
}
#nav UL LI A
{
	color: #FFF;
	text-decoration: none;
	background: transparent url(../img/menu-ico.png) no-repeat left center;
	display: block;
}
#nav UL LI LI A
{
	font-size: 13px;
	height: 14px;
}
#nav UL LI A:hover
{
	color: #FBBA00;
	background: url(../img/cur-ico.png) no-repeat left center;
}
#nav UL LI LI A:hover
{
	color: #FBBA00;
	background: url(../img/cur-ico-li.png) no-repeat left center;
}
#nav UL LI.cur A
{
	color: #FBBA00;
	background: url(../img/cur-ico.png) no-repeat left center;
}
#nav UL LI.cur LI A
{
	color: #FFF;
	background: url(../img/menu-ico-li.png) no-repeat left center;
}
#nav UL LI.cur LI A:hover
{
	color: #FBBA00;
	background: url(../img/cur-ico-li.png) no-repeat left center;
}
#nav UL LI.act LI A:hover
{
	color: #FBBA00;
	background: url(../img/cur-ico-li.png) no-repeat left center;
}
#nav UL LI.act A
{
	background: url(../img/cur-ico.png) no-repeat left center;
}
#nav UL LI.act LI.cur A
{
	background: url(../img/cur-ico-li.png) no-repeat left center;
}
#nav UL LI.act LI A
{
	background: url(../img/menu-ico-li.png) no-repeat left center;
}
#nav UL LI A SPAN
{
	padding-left: 45px;
}
#left DIV#aktuell
{
	width: 240px;
	margin: 25px;
}
#left DIV#aktuell UL
{
	list-style-type: none;
}
#left DIV#aktuell LI
{
	margin: 10px 0;
	background: url(../img/eck.png) no-repeat left center;
	padding-left: 12px;
}
#left DIV#aktuell A
{
	color: #58585A;
	text-decoration: none;
}
#left DIV#aktuell A:hover
{
	text-decoration: underline;
}
#left DIV#termin
{
	background-color: #D00018;
	text-align: center;
	color: #FFF;
	margin: 50px 0;
	overflow: hidden;
	padding-bottom: 5px;
	height: 125px;
	width: 290px;
}
#left DIV#termin A
{
	color: #FFF;
	font: 20px verdana, sans-serif;
	text-decoration: none;
}
#left DIV#termin A SPAN
{
	margin-top: 3px;
	display: inline-block;
}
#left DIV#termin A:hover SPAN
{
	text-decoration: underline;
}
#cont
{
	float: left;
	width: 640px;
	overflow: hidden;
}
#cont DIV#cont-head
{
	height: 155px;
	width: 640px;
	overflow: hidden;
	margin-bottom: 20px;
}
#cont DIV#text
{
	padding: 0 30px 30px;
	line-height: 1.6em;
}
#cont P
{
	margin: 20px 0;
}
#cont P SPAN
{
	display: block;
}
#cont LI
{
	margin: 10px 0 0 15px;
}
#cont IMG
{
	/*[disabled]margin:15px 0;*/
}
#foot
{
	clear: left;
}
#foot P
{
	margin: 10px 0;
}
#foot DIV#address
{
	float: left;
	background-color: #D00018;
	width: 280px;
	margin-right: 3px;
	color: #FFF;
	height: 105px;
	font: normal 11px/1.5em verdana, sans-serif;
	padding-left: 10px;
}
#foot DIV#address A
{
	color: #FFF;
	text-decoration: none;
}
#foot DIV#address A:hover
{
	text-decoration: underline;
}
#foot DIV#quote
{
	float: left;
	background-color: #D00018;
	width: 344px;
	margin-right: 3px;
	color: #FFF;
	text-align: center;
	font: italic normal 11px/1.5em verdana, sans-serif;
	letter-spacing: 1px;
	height: 105px;
	padding-top: 0;
	overflow: hidden;
}
#foot DIV#copy
{
	float: left;
	background-color: #D00018;
	width: 280px;
	color: #FFF;
	text-align: right;
	font: normal normal 11px/1.5em verdana, sans-serif;
	height: 105px;
	padding-right: 10px;
}
#foot DIV#copy A
{
	color: #FFF;
	text-decoration: none;
}
#foot DIV#copy A:hover
{
	text-decoration: underline;
}
#foot DIV#copy SPAN.tel
{
	font-size: 22px;
	margin-top: 5px;
	display: block;
}
#foot DIV#homepage
{
	clear: left;
	background-color: #FEE5C7;
	padding-top: 10px;
	text-align: right;
	color: #7C7C7C;
	font-size: 12px;
}
#foot DIV#homepage A
{
	color: #7C7C7C;
	text-decoration: none;
}
#foot DIV#homepage A:hover
{
	text-decoration: underline;
}
/*Kontakt*/
#contactform DIV.contactdata LABEL
{
	width: 120px;
	display: inline-block;
}
#contactform DIV.contactdata DIV.field
{
	height: 35px;
}
#contactform DIV.message LABEL
{
	display: block;
}
#contactform DIV.message DIV.field
{
	margin-bottom: 15px;
}

