@CHARSET "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* *********************************************************************************** */


.beige {
	color: #cbbfa1;
}

.rot {
	color: #b00057;
}

.gelb {
	color: #bfbd00;
}

.hellgelb {
	color: #ffc;
}

.zitronengelb {
	color: #dbf204;
}

.braun {
	color: #624120;
}

.tuerkis {
	color: #0C6F7D;
}

html,body {
	width: 100%;
	height: 100%;
}

body {
	background-color: #0C6F7D;
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 11px;
	color: #624120;
	line-height: 1.2em;
	overflow: auto;
}


#container {
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 1166px;
	height: 100%;
	background-color: #fff;
}

#oben {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 161px;
	z-index: 2;
}

#unten {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 161px;
	bottom: 0px;
	z-index: 1;
}

#seitenkopf {
	position: absolute;
	left: 0px;
	width: 100%;
	top: 0px;
	height: 133px;
	overflow: hidden;
	z-index: 2;
}

#fotos {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 133px;
	overflow: hidden;
	z-index: 2;
}

#logo {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 245px;
	height: 133px;
	padding: 20px 10px 0 10px;
	background-color: #fff;
	border-left: 3px solid #bfbd00;
	z-index: 2;
}

#navigation, #navigation2 {
	position: absolute;
	height: 28px;
	bottom: 0px;
	padding: 0px;
	background-color: #bfbd00;
	font-weight: bold;
}

#navigation {
	left: 0px;
	right: 265px;
	z-index: 2;
}

#navigation2 {
	right: 0px;
	width: 265px;
	z-index: 2;
}

#links {
	position: absolute;
	left: 0px;
	right: 265px;
	top: 0px;
	bottom: 0px;
	z-index: 2;
}

#breadcrumbs {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 15px;
	padding: 5px 10px;
	font-size: 1em;
	background-color: #ffc;
	z-index: 1;
}

#content {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 25px;
	bottom: 0px;
	overflow: auto;
	border: 0px solid #000;
	overflow: auto;
}

.content_text {
	position: relative;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	padding: 30px 70px 0px 70px;
	overflow: hidden;
}

.contentblock {
	float: left;
	max-width: 440px;
	border: 0px solid magenta;
}

.contentimage {
	width: 300px;
}

#rechts {
	position: absolute;
	right: 0px;
	width: 265px;
	top: 0px;
	bottom: 0px;
	background-color: #b00057;
	overflow: auto;
}

#termine, #aktuelles, #newsletter {
	position: relative;
	width: 205px;
	height: auto;
	margin: 20px auto;
	background-color: #ffc;
	padding: 10px;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #bfbd00;
	padding-bottom: 20px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #b00057;
	padding-bottom: 10px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	color: #0C6F7D;
	padding-bottom: 10px;
}

b {
	font-weight: bold;
}

p {
	padding-bottom: 10px;
}

hr {
	color: #b00057;
	height: 1px;
	border: 0px solid #b00057;
	background-color: #b00057;
}

a {
	color: #624120;
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

a[href $='.pdf'] {
	background: url(/images/pdf_16x16.png) right no-repeat;
	padding-right: 20px;
}


a[href ^='mailto'] {
/*	background: url(/images/email_19x16.png) left no-repeat;
	padding-left: 25px;*/
	text-decoration: none;
	color: #b00057;
}

a[href ^='http'] {
/*	background: url(/images/email_19x16.png) left no-repeat;
	padding-left: 25px;*/
	text-decoration: none;
	color: #808000;
}


.phone {
	background: url(/images/mobile_phone_16x16.png) left no-repeat;
	padding-left: 25px;
}

.kopfzeilenfotorahmen {
	position: relative;
	float: left;
	height: 133px;
	width: auto;
	border-right: 3px solid #bfbd00;
	overflow: hidden;
}

.kopfzeilenfoto {
	width: 897px; /* 177px bei Einzelbildern */
	height: 133px;

}


.linksbuendig {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.rechtsbuendig {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.ausrichtung {
	text-align: left;
}

.noborder {
	border: 0px solid #000;
}

.breadcrumbs {
	font-weight: bold;
}

.abstract {
	font-weight: bold;
}

.linkbox {
	position: relative;
	width: 100%;
	height: 110px;
	border: 0px solid #000;
}

.linkbox_logo {
	position: absolute;
	left: 0px;
	width: 260px;
	top: 0px;
	height: 100px;
	border: 0px solid #ccc;
	padding-right: 20px;
}

.linkbox_text {
	position: absolute;
	left: 280px;
	right: 0px;
	top: 0px;
	height: 100px;
	border: 0px solid #999;
}

.border {
	border: 1px solid #cbbfa1;
}

.noborder {
	border: 0px;
}


/* ****************************************************** */
/* Styles für die Aktuelles-Box                           */
/* ****************************************************** */

.newstitle {
	font-size: 0.9em;
	padding-bottom: 0px;
}

.newsabstract {
	font-size: 0.9em;
}

/* ****************************************************** */
/* Styles für die Terminvorschaubox                       */
/* ****************************************************** */

.terminvorschau_datum {
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
}

.terminvorschau_kategorie {
	font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
	color: #0C6F7D;
}

.terminvorschau_titel {
	font-size: 0.9em;
	font-weight: bold;
}

.terminvorschau_leer {
	font-size: 1em;
	font-weight: normal;
}

/* ****************************************************** */
/* Styles für die Terminübersicht                         */
/* ****************************************************** */
.termin_monatsnamebox {
	position: relative;
	float: left;
	width: 100%;
	padding: 5px;
	border: 1px solid #b00057;
	margin-bottom: 10px;
	background-color: #b00057;
}

.termin {
	position: relative;
	float: left;
	width: 100%;
	padding: 10px 5px;

}

.termin_links {
	position: relative;
	float: left;
	width: 49%;
	border-right: 0px solid #cbbfa1;
}

.termin_rechts {
	position: relative;
	float: left;
	width: 49%;
	padding-left: 10px;
}

.termin_monatsname {
	font-family: Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-variant: normal;
	font-style: italic;
	font-size: 1.4em;
/*	color: #b00057;*/
	color: #ffc;
}

.termin_datumzeile {
	font-size: 1em;
	font-weight: normal;
	padding-top: 3px;
	background-color: #ffc;
}

.termin_datum {
	font-weight: bold;
}

.termin_zeit {
	font-weight: bold;
}

.termin_titel {
	font-size: 1.2em;
	font-weight: bold;
}

.termin_titel a:hover {
	color: #624120;
}

.termin_titel a:hover {
	color: #b00057;
}

.termin_uebertitel {
	font-size: 1em;
	font-weight: normal;
}

.termin_anmerkung {

	font-style: italic;
}

.termin_preis {
	font-weight: bold;
}



/* ****************************************************** */

ul {
	display: table;
	list-style: disc outside;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
/*	float: left;*/


}
ul ul {
	margin-bottom: 0px;
	margin-top: 0px;
}

li {
	padding-bottom: 3px;
}

ul + * {
/*	clear: left;*/
}




.u1 li {
	list-style-type: none;
	line-height: 3em;
}

.u1 li li {
	line-height: 1.5em;
}

.u1 li a {
	font-size: 1.5em;
	font-weight: bold;
	color: #bfbd00;
	font-style: normal;
}

.u1 li li a {
	font-size: 1.2em;
	font-weight: bold;
	color: #b00057;
	font-style: normal;
}

.u1 li li li a {
	font-size: 1em;
	color: #624120;
	font-weight: normal;
	font-style: normal;
}

/* ********************************************************* */


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}




/*****************/
/*** DEMO SKIN ***/
/*****************/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	0px solid #624120;
	border-top:		0px solid #CFDEFF;
	padding: 		.75em 0.75em;
	text-decoration:none;
}

.sf-menu ul a {
	font-weight: normal;
	padding: 		.5em 0.75em;
	border-top:		0px solid #FFF;
}

.sf-menu ul li:last-child {
	border-bottom:	1px solid #624120;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#624120;
}
.sf-menu li {
	background:		transparent;
}
.sf-menu li li {
	background:		#dbf204;
}
.sf-menu li li li {
	background:		#dbf204;
}

.sf-menu ul li:hover, .sf-menu ul li.sfHover, .sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
	background:		#bfbd00;
	outline:		0;
}

.sf-menu > li:hover, .sf-menu > li.sfHover, .sf-menu > a:focus, .sf-menu > a:hover, .sf-menu > a:active {
	background:		#dbf204;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-b00057.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
