/* ----- Schriftformatierungen ----- */

#inhalt p {
	margin: 0px 0px 1em 0px;
}

a:link { 
	color: #009964;
	text-decoration:none;
}

a:visited { 
	color: #009964;
	text-decoration:none;
}
a:hover { 
	color: #000000;
	text-decoration:none;
}

/* ----- Überschriften ----- */

h1 {    font: 130% verdana;
	letter-spacing: 0.2em;
	color: #009964;
}
h2 {    font: 100% verdana;
	font-weight: bold;
	margin: 0px;
}
h3 {    font: 110% verdana;
	letter-spacing: 0.2em;
	color: #009964;
}


/* ----- Positionierung der Layoutelemente ----- */

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e5f4ef;
	background-image: url(grafik/bg.gif);
	background-repeat: repeat-y;
	font: 80% verdana;
}

#logo {
	z-index: 4000;
	position: absolute;
	left: 26px;
	top: 32px;
}

#menuelinie {
	z-index: 30;
	position: absolute;
	top: 0px;
	left: 115px;
}

#menue {
	z-index: 10000;
	position: absolute;
	left: 124px;
	top: 27px;
	font-size: 1px;
}

#kopf {
	z-index: 2000;
	position: absolute;
	left: 322px;
	top: 0px;
	width: 540px;
	height: 150px;
	background-image: url(grafik/zwischenstreifen.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#kopf-ueberschrift {
	position: absolute;
	left: 50px;
	bottom: 34px;
	letter-spacing: 0.2em;
	color: #009964;
}
#kopf-ueberschrift h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 0px;
}

#kopf-foto {
	position: absolute;
	right: 1px;
	top: 0px;
	width: 215px;
	height: 140px;
	overflow: hidden;
}

#rahmen {
	z-index: 2000;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 862px;
	min-height: 100%;
	background-image: url(grafik/fuss.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#rahmen-inhalt {
	margin: 0px 0px 0px 322px;
	width: 438px;
	padding: 183px 50px 50px 50px;
	font-size: 90%;
}

/* ----- Liste Veranstaltungen ----- */

.csc-menu-4 dt{ 
	
}

.csc-menu-4 dd{
	font-size: 90%;
	margin: 0px 0px 10px 12px;
}

/* ----- Kontaktformular ----- */
table.kontaktmaske {
       margin-bottom:20px; 

}

table.kontaktmaske input.text, table.kontaktmaske textarea {
	border: 1px solid #000000;
}
table.kontaktmaske th {
	text-align: right;
	vertical-align: top;
}
table.kontaktmaske input, table.kontaktmaske select, table.kontaktmaske textarea {
	font: 100% verdana;
}
table.kontaktmaske input.text {
	width: 200px;
}
table.kontaktmaske textarea {
	width: 200px;
	height: 120px;
}
table.kontaktmaske tr.fehlt th {
	color: #000000;
	font-weight:bold;
}
table.kontaktmaske tr.fehlt input.text, table.kontaktmaske tr.fehlt textarea {
	border-color: #009964;
}
table.kontaktmaske tr.fehlt input.text_fehler,table.kontaktmaske tr.fehlt textarea.text_fehler  {
	background-color: #E5F4EF;
	border: 1px solid #009964;
	width: 200px;
}

div.kontaktmaske_fehler {
	border: 1px solid #009964;
	color: #B91122;
	font-weight: bold;
	padding: 1em;
	margin: 2em 2em 0px 2em;
}

table.kontaktmaske input.submit {
        border: 1px solid black;
	background-color: #e5f4ef;
	color: #009964;

}

