@charset "utf-8";

/* ###################################################### */
/* ############## general html structur ################# */
/* ###################################################### */
html, body, div, p, td, a, input, textarea, select {
	font-family:Verdana, Tahoma, Arial, sans-serif;
	color:#606060;
}
html, body {
	margin:0;
	padding:0;/*overflow:auto;*/
}
html {
	height:100%;
	background-color:#e49a43;
	background-image:url(../images/bg_verlauf.jpg);
	background-repeat:repeat-x;
	overflow:-moz-scrollbars-vertical;
	min-width:960px;
	overflow:auto;
}
body {
	/*font-size:0.75em;*/
}
form {
	margin:0;
	padding:0;
}
textarea {
	width:418px;
	height:85px;
}
img {
	border:0;
}
/* ###################################################### */
/* ####################### MAIN BODY #################### */
/* ###################################################### */
#Container,#outerContainer {	font-size:0.75em;}
#Container {
	position:absolute;
	top:248px;
	border-top:2px solid #edbe60;
	min-height:400px;
	width:100%;
	background-image:url(../images/navi_shdw_abschluss.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}
#nonContainer {
	width:100%;
	background-color:#8dbbcb;
	margin-bottom:4px;
}
#nonContentContainer {
	width:960px;
	margin:0px auto;
	text-align:left;
}
#n_left, #nonContentContainer #n_right {
	width:50%;
	min-height:400px;
}
#nonContentContainer #n_left {
	float:left;
	text-align:right;
}
#nonContentContainer #nn_left {
	width:209px;
	text-align:left;
	right:0px;
}
#nonContentContainer #n_right {
	float:right;
}
#nonContentContainer #teasersRight {
	width:200px;
	height:100%;
	margin-left:280px;
	color:white;
}
/* Opera this is just for you */
html:first-child>b\ody #Container {
	background-color:#8dbbcb;
}
#outerContainer {
	/*background-image:url('../images/pattern_contenido.gif');*/
    position:absolute;
	width: 552px;
	margin:0 0 0 -276px;
	text-align:right;
	margin-top:0px;
	left: 50%;
}
* html #outerContainer {
/*height:100%;*/
}
#contentContainer {
	width:552px;
	background-image:url(../images/bg_content.png);
	background-repeat:repeat-y;
	text-align:left;
}
#whiteBg {
	padding:0;
	margin:0;
	height:100%;
}
#navigation, #content {
	padding-top:30px;
	margin-bottom:4px;
	right:0px;
}
#content {
	background-color:#f2e6ce;
	min-height:380px;
	width: 504px;
	margin:0 0 0 10px;
	padding:25px 14px 7px 14px;
	text-align: justify;
}
#contentContainer #navigation {
	width:180px;
	background-color:transparent;
}
#outerContainer #head {
	height: 246px;
	width: 552px;
	padding-top:5px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/bg_content.png);
	background-repeat:repeat-y;
}
#outerContainer #header {
	width: 532px;
	height:243px;
	margin:0px 10px;
}
#outerContainer #header .poser { /* Div-Tag zur Positionierung des Kind-Div-Tags damit dieser bei gro&#65533;en Schriftarten korrekt expandiert */
	width:532px;
	min-width:532px;
	margin:auto;
	position:absolute;
	height:243px;
}
#outerContainer #headertext {
	width: 524px;
	min-width:524px;
	margin:0px;
	position:absolute;
	bottom:0px;
	background-color:#e6ab35;
	text-align:center;
	padding:4px;
}
#outerContainer #headertext h1 {
	margin-bottom:0px;
	color:white;
	text-align:center;
	padding:0px;
	font-size:2em;
	font-weight:bold;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background-image:none;
}
#outerContainer #headertext h1 em {
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:1.3em;
}
#outerContainer #headergrafik {
	width: 532px;
	height:242px;
	margin:0px;
}

/* ####################### STARTSEITE ################### */
.sleft {
	width:252px;
	float:left;
	margin-bottom:20px;}
.sright {
	width:215px;
	float:right;}
.sfull {
	width:100%;
	margin-top:0px;
	clear:both;
	}

/* ###################################################### */
/* ####################### FOOTER ####################### */
/* ###################################################### */
#footer {
	width:552px;
	background-image:url(../images/end_content.png);
	background-position:top;
	background-repeat:no-repeat;
	marign:0;
}
#footerContainer {
	width:542px;
	margin: 0px 5px 10px 5px;
	padding-top:10px;
}
#footer a#logoBottom {
	display:block;
	float:left;
}
#footer #footerContentContainer {
	float:left;
	width:542px;
	text-align:left;
}
#footer input#loginBtn {
	background-color:#F9FBDD;
	border:0;
	color:#0060b1;
	padding:0 20px 0 0;
	background-image:url(../images/link_pfeil_klein.gif);
	background-repeat:no-repeat;
	background-position:right 6px;
	font-size:12px;
	width:auto;
	height:auto;
	float:right;
	margin:0 10px 0 0;
}
* html #footer input#loginBtn {
	margin:0 14px 0 0;
}
ul#metaNavigation {
	margin:5px 0 20px 0;
	padding:0px;
	font-size:0.8em;
}
ul#metaNavigation li {
	margin:0;
	padding:0 2px 0 2px;
	display:inline;
}
ul#metaNavigation li a {
	color:black;
	padding:2px;
	text-decoration:none;
}
ul#metaNavigation li a:hover {
	color:black;
	background-color:#e6ac37;
}
#logoutText {
	position:relative;
	height:70px;
}
#logoutText a {
	position:absolute;
	right:10px;
	bottom:10px;
	text-decoration:none;
}
/* ###################################################### */
/* ####################### FLIP NAVIGATION ############## */
/* ###################################################### */
#navigation_flip_poser { /* Div-Tag zur Positionierung des Kind-Div-Tags damit dieser bei großen Schriftarten korrekt expandiert */
	width:200px;
	min-width:200px;
	margin:auto;
	position:absolute;
	height:20px;
	top:-30px;
}
#navigation_flip {
}
#navigation_flip ul {
}
#navigation_flip li {
	display: inline;
	padding: 0 1em;
}
/* ###################################################### */
/* ####################### NEWSLETTER ################### */
/* ###################################################### */
#newsletter { /* Div-Tag zur Positionierung des Kind-Div-Tags damit dieser bei großen Schriftarten korrekt expandiert */
	width:200px;
	min-width:200px;
	margin:auto;
	position:absolute;
	height:20px;
	top:-247px;
	background-color:#FF0000;
	left: 204px;
}
#newsletter ul {
}
#newsletter li {
	display: inline;
	padding: 0 1em;
}
/* ###################################################### */
/* ####################### HAUPTNAVIGATION ############## */
/* ###################################################### */
#navigation {
	width: 210px;
	margin-top:25px;
	padding:0px;
	margin-left:0px;
}
#navigation ul, #navigation ul ul {
	margin:0;
	padding:0;
}
#navigation li, #navigation li li {
	list-style-type: none;
	margin:0;
	padding:0;
}
#navigation li a,#fastjump .Ebene1 {
	display: block;
	background-image:url(../images/menu_verlauf.jpg);
	background-repeat:repeat-y;
	line-height:1.5em;
	border-bottom:1px;
	text-transform: uppercase;
	color: white;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	text-decoration:none;
	font-size:1.2em;
	padding-left:10px;
}
#navigation li a:hover, #navigation li a.active{
	background-image:url(../images/menu_verlauf_on.gif);
	background-repeat:repeat-y;
	}
#navigation li li a:hover, #navigation li li a.active{
	background-image:url(../images/menu_verlauf_on_e02.gif);
	background-repeat:repeat-y;
	color:#606060;
	}
#navigation li li li a:hover, #navigation li li li a.active{
	background-image:url(../images/menu_verlauf_on_e03.gif);
	background-repeat:repeat-y;
	color:#606060;
	}
#navigation li li li li a:hover, #navigation li li li li a.active{
	background-image:url(../images/menu_verlauf_on_e04.gif);
	background-repeat:repeat-y;
	color:#606060;
	}
#navigation ul ul {
	margin-bottom:15px;
}
#navigation ul ul ul {
	margin-bottom:0px;
}
#navigation li li a {
	color: white;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;

	background-image:url(../images/menu_verlauf_e02.jpg);
	font-size:1em;
	display: block;
	line-height:1.3em;
	border-bottom:1px;
	text-transform: none;
	background-image:none;
}
#navigation li li li a {
	padding-left:25px;
}
#navigation li li li li a {
	padding-left:35px;
}
#navigation li li li li li a {
	padding-left:40px;
}
/* ###################################################### */
/* ################### UNTERSCHIEDLICH ##########'####### */
/* ###################################################### */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.mr20 {
	margin-right:20px;
}
.more { /* Positioniert die "Mehr"-links für die Newsartikle auf der Startseite*/
    display: block;
    text-align:right;
}
#Pages { /* Pageflipp bei News */
    display: block;


	text-align:center;


}
.artikle_top {
	margin: 0 0 15px 0;
	display: block;
	text-align:right;
	font-size: 0.8em;
clear:both;
}
.artikle_top .gruppe { display:block;text-align:left;}
.news_date {
	font-size: 1em;
	font-weight:normal;
}
.hidden {visibility: hidden;}
/* ###################################################### */
/* ####################### HYPERLINKS ################### */
/* ###################################################### */
a:link { text-decoration:none;color:#606060;}
a:visited { text-decoration:none;}
a:hover { text-decoration:underline;color:black;}

#content a:link {color:black;}
.wrapper_termin li a:link span, a.back:link {color:#606060;}
#content a:visited {color:black;}
.wrapper_termin li a:visited span, a.back:visited {color:#606060;}
#content a:hover {text-decoration:underline;}
/* ###################################################### */
/* ####################### HEADLINES #################### */
/* ###################################################### */
h1, h2, h3, h4, h5 {
	display:block;
	color:#826020;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1, h1.flex {
	font-size:1.4em;
	line-height:1.3em;
	margin-bottom: 0.8em;
	background-image:url(../images/h1_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	font-weight:bold;
}
h2, h2.flex {
	font-size:1.0em;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom: 0.3em;
	font-weight:bold;
}
h3, h3.flex {
	margin-bottom: 0.0em;
}
#teasersRight h1 {
	background-image:url(../images/h1_t_bg.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	margin-top:20px;
	color:white;
	font-size:1.2em;
	line-height:1.5em;
	margin-bottom:0.8em;
}
#teasersRight h2 {
	font-size:1.1em;
	font-weight:normal;
	line-height:1.0em;
	margin-bottom: 0;
	color:#3d3d3d;
}
/* ###################################################### */
/* ####################### FLEXEDITOR ################### */
/* ###################################################### */
#teasersRight .wrapper_flex p {
	color:white;
}
strong, .wrapper_flex strong, .wrapper_flex b {
	font-weight:bold;
}
.wrapper_flex em, .wrapper_flex i {
	font-style:italic;
}
.wrapper_flex .ileft, .wrapper_flex .iright, div.imagelightbox {
	margin:0 0 15px 0;
}
h3.flex {}
#wrapper_content p.flex, .wrapper_flex p {
	margin:0 0 20px 0;
	text-align: justify;
}
.wrapper_flex .ileft p, .wrapper_flex .iright p{
	margin:0 0 0 0;
}
div.zweipaar p {
	margin:0 0 10px 0;
	text-align: left;
}
#teasersRight .wrapper_flex p {
	margin:0 0 20px 0;
	text-align: left;
}
p.flex_flash {}
img.flex_float_right, a.flex_float_right {
	float:right;
	margin:0 0 10px 20px;
	padding: 0px;
	border:2px solid #e6ab35;
}
img.flex_float_left, a.flex_float_left {
	float:left;
	margin: 0 20px 10px 0;
	padding: 0px;
	border:2px solid #e6ab35;
}
a.bildlink{border:0px;}
/*
.wrapper_flex ul {
	margin:-20px 0 20px 0px;
}*/
ul.flex {
	margin:-5px 0 20px 15px;
}
#anzeige_produktdetails .wrapper_flex ul {
	margin:0 0 10px 15px;
}
ul.flex li, ol.flex ol {

}
.wrapper_flex ul li, ul.flex li {
	list-style-type:circle;
	list-style-position:outside;
	padding-left:0;
	margin-left:15px;
	margin-bottom:10px;
	width: 93%;
}
ol.flex {
	margin:0 0 10px 0;
}
ol.flex li, ol.flex ul {
	margin:0;
}
.wrapper_flex ol li, ol.flex li {
	list-style:decimal;
	list-style-position:inside;
	padding-left:15px;
}
hr.flex, hr.news, hr {
	display: block;
	border: 0px;
	border-bottom: 1px solid #e5cfa3;
	margin: 0px 0px 15px 0px;
	height: 1px;
	clear:both;
}
hr.news {
	margin: 0;
	border-bottom: 1px solid white;
}
hr.galeriefix {
	margin: 0;
	border-bottom: 1px solid #f2e6ce;
}
img.flex, .inline {
	margin:0 0 10px 0;
	padding: 0px;
	border:2px solid #e6ab35;
}
a.flexlink { display:block;}
.wrapper_flex div.left {
	float:left;
	width:48%;
	padding-left:1%;
	}
.wrapper_flex div.right {
	float:right;
	width:49%;
}
.wrapper_flex div.bgalerie {
	float:left;
	width:147px;
	height:124px;
	margin:0 20px 0 0;
}
.wrapper_flex div.bgalerie a:link img, a:link.bildlink img, .wrapper_flex div.bgalerie a:visited img, a:visited.bildlink img, div.imagelightbox a:link img, div.imagelightbox a:visited img{
	border:2px solid #e6ab35;
}
.wrapper_flex div.bgalerie a:hover img, a:hover.bildlink img, div.imagelightbox a:hover img {
	border:2px solid #8dbbcb;
}
.flexbox{
	width:100%;
	background-color:#f4d5b2;
	margin:0 0 20px 0;
}
.flexbox p {
	text-align:left;
}
.flexbox_simple{
	padding:2%;
	width:96%;
	background-color:#f4d5b2;
	margin:0 0 20px 0;
}
.flexbox_simple ul{ margin:0px;}
.flexbox div{
	width: 94%;
	margin:0 2% 0 4%;
	text-align:left;
}
.flexbox h1 { 
	color:white;
	font-size:1.0em;
	display:block;
	background-color:#e6ab35;
	text-indent:4%;
	padding-bottom:2px;
	padding-top:2px;
	background-image:none;
	}
.flexbox strong, .flexbox b {
	color:#826020;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.fleximagebox {
	font-size:0.85em;
	width:100%;
	margin-bottom:20px;
}
.fleximageboximg{
	padding: 0px;
	margin-bottom:4px;
}
.fleximagebox a:link img, .fleximagebox a:visited img{border:2px solid #e6ab35;}
.fleximagebox a:hover img {border:2px solid #8dbbcb;}
.fleximagebox .imageboxleft {
	width:77%;
	float:left;
	text-align:left;
}
.fleximagebox .imageboxright {
	width:23%;
	float:right;
	text-align:right;
}	
.fleximagebox a:hover .imageboxleft, .fleximagebox a:hover .imageboxright{
	color:#3d3d3d;
	}
div.imagelightbox {margin: 0 0 20px 0;}
/* ###################################################### */
/* ##################### KONTAKTEDITOR ################## */
/* ###################################################### */
form {
	margin:0px;
	padding:0px;
}
.kontaktformular {
	width: 430px;
	margin-left:30px;
}
.kontaktformular ol {
	margin-bottom:20px;
	margin-top:10px;
}
.kontaktformular ol li {
	padding:2px 0px;
	text-indent:5px;
}
.kontaktformular input {
	border:1px solid #826020;
	padding: 3px 2px;
	color: #a6a6a6;
	background-color:#fbf8f1;
}
.kontaktformular input.pflicht, .kontaktformular textarea {
	background-color:#fbf8f1;
	color:#606060;
}
.kontaktformular input.eingabe {
	width: 276px;
}
.kontaktformular input.strasse {
	width: 225px;
	margin-right:10px;
}
.kontaktformular input.nr {
	width: 35px;
}
.kontaktformular input.ort {
	width: 215px;
}
.kontaktformular input.plz {
	width: 45px;
	margin-right:10px;
}
.kontaktformular textarea {
	width: 396px;
	height:150px;
	border:1px solid #826020;
	padding: 3px 2px;
}
.kontaktformular .button {
	border:0px solid #826020;
	background-color:#e6ab35;
	margin-left:-5px;
	margin-right:10px;
	color:white;
}
.kontaktformular .button:hover {
	background-color:#8dbbcb;
	color:#606060;
}
.kontaktformular .dissi {   /*background-color:#0d0d0d;*/
}
.kontaktformular label {
	display:block;
	width:119px;
	float:left;
	line-height:1.4em;
}
.kontaktformular label.pflicht, .kontaktformular span.pflicht, .kontaktformular em {
	color:#826020;
	font-weight:bold;
}
.kontaktformular legend {
	font-size: 1.09em;
	font-weight:normal;
	margin:4px 0;
	text-indent:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#e6ab35;
}
.kontaktformular #person {
	margin:0 0 20px 0;
}
/* ###################################################### */
/* ##################### NEWSLETTER ##################### */
/* ###################################################### */
form {
	margin:0px;
	padding:0px;
}
.newsletter {
	width: 430px;
	margin:auto;
}
.newsletter ol {
	margin-bottom:10px;
	margin-top:0px;
}
.newsletter ol li {
	padding:5px 0px;
	text-indent:0px;
}
.newsletter input, .newsletter select  {
	border:1px solid #826020;
	padding: 3px 2px;
	color: #a6a6a6;
	background-color:#fbf8f1;
	float:left;
}
.newsletter input.eingabe {
	width: 240px;
}
.newsletter .button {
	border:0px solid #826020;
	background-color:#e6ab35;
	margin-right:10px;
	color:white;
}
.newsletter .button:hover {
	background-color:#8dbbcb;
	color:#606060;
}
.newsletter .dissi { /*  background-color:#e7d9bc; */ }
.newsletter label {
	display:block;
	width:110px;
	float:left;
	line-height:1.4em;
	text-indent:20px;
}
.newsletter em {
	color:#826020;
	font-weight:bold;
}
.newsletter legend {
	font-size: 1.09em;
	font-weight:normal;
	margin:4px 0;
	text-indent:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#e6ab35;
}
.newsletter fieldset{
	border: 1px dashed #e6ab35;
	background-color:#ede0c6;
}
.newsletter #nletter {
	margin:0 0 20px 0;
}
/* ###################################################### */
/* ####################### SITEMAP ###################### */
/* ###################################################### */
ul#sitemap {
    margin:0px;
    padding:0px;
}
/* Ebene 0 */
ul#sitemap li {
    list-style-type: none;
    font-weight:bold;
    line-height: 1.5em;
    float:left;
    width:49%;
    padding:0px;
    text-indent:0px;
}
ul#sitemap li a {
    text-decoration:none;
    font-size: 1.08em;
    margin-top: 20px;
    line-height: 0.7em;
    width: 85%;
    display:block;

    margin-bottom:10px;
	color:#555;
}
ul#sitemap li a:link {
    padding-left: 12px;
}
ul#sitemap li a:visited, ul#sitemap li a:active {
    padding-left: 12px;
    text-decoration:underline;
}
ul#sitemap li a:hover {
    padding-left: 12px;
    text-decoration:underline;
}
/* Ebene 1 */
ul#sitemap li li {
    list-style-type: none;
    font-weight:normal;
    margin-left:20px;
    padding:0px;
    float:none;
    white-space: nowrap;
    width: 100%;
    display:block;
}
ul#sitemap li li a {
    text-decoration:none;
    border-bottom:none;
    margin-bottom:5px;
	color:#826020;
}
ul#sitemap li li a:link {
    background-image:url(../images/pfeil_braun.gif);
    background-position: left 60%;
    padding-left: 12px;
    background-repeat:no-repeat;
}
ul#sitemap li li a:visited, ul#sitemap li li a:active {
    background-image:url(../images/pfeil_braun.gif);
    background-position: left 60%;
    padding-left: 12px;
    text-decoration:underline;
    background-repeat:no-repeat;
}
ul#sitemap li li a:hover {
    background-image:url(../images/pfeil_braun.gif);
    background-position: left 60%;
    padding-left: 12px;
    text-decoration:underline;
    background-repeat:no-repeat;
}
/* Ebene 2 */
ul#sitemap ul ul ul {
	margin-bottom:10px;
}
ul#sitemap li li li {
    list-style-type: none;
    font-weight:normal;
    margin-left:20px;
    padding:0px;
    float:none;
    width: 100%;
    display:block;
}
ul#sitemap li li li a {
    text-decoration:none;
    border-bottom:none;
    color:#444444;
	margin-top:8px;
}
ul#sitemap li li li a:link {
    background-image:url(../images/linie_dunkelgrau.gif);
    background-position: left 60%;
    padding-left: 12px;
    background-repeat:no-repeat;
}
ul#sitemap li li li a:visited, ul#sitemap li li li a:active {
    background-image:url(../images/linie_dunkelgrau.gif);
    background-position: left 60%;
    padding-left: 12px;
    text-decoration:underline;
    background-repeat:no-repeat;
}
ul#sitemap li li li a:hover {
    background-image:url(../images/linie_dunkelgrau.gif);
    background-position: left 60%;
    padding-left: 12px;
    text-decoration:underline;
    background-repeat:no-repeat;
}
/* Ebene 3 */
ul#sitemap ul ul ul ul{
	margin-bottom:10px;
}
ul#sitemap li li li li {
    list-style-type: none;
    font-weight:normal;
    margin-left:20px;
    padding:0px;
    float:none;
    width: 100%;
    display:block;
}
ul#sitemap li li li li a {
    text-decoration:none;
    border-bottom:none;
    line-height: 0.6em;
	color:#717171;
}
ul#sitemap li li li li a:link {
    background-image:url(../images/linie_grau.gif);
    background-position: left 60%;
    padding-left: 12px;
    background-repeat:no-repeat;
}
ul#sitemap li li li li a:visited, ul#sitemap li li li li a:active {
    background-image:url(../images/linie_grau.gif);
    background-position: left 60%;
    padding-left: 12px;
    text-decoration:underline;
    background-repeat:no-repeat;
}
ul#sitemap li li li li a:hover {
    background-image:url(../images/linie_grau.gif);
    background-position: left 60%;
    padding-left: 12px;
    text-decoration:underline;
    background-repeat:no-repeat;
}
/* Ebene 3 */
ul#sitemap ul ul ul ul ul{
	margin-bottom:5px;
}
ul#sitemap li li li li li{
    list-style-type: none;
    font-weight:normal;
    margin-left:20px;
    padding:0px;
    float:none;
    width: 100%;
    display:block;
}
ul#sitemap li li li li li a {
    text-decoration:none;
    border-bottom:none;
    line-height: 0.6em;
	color:#919191;
}
ul#sitemap li li li li li a:link {
    background-image:url(../images/linie_hellgrau.gif);
    background-position: left 60%;
    padding-left: 12px;
    background-repeat:no-repeat;
}
ul#sitemap li li li li li a:visited, ul#sitemap li li li li li a:active {
    background-image:url(../images/linie_hellgrau.gif);
    background-position: left 60%;
    padding-left: 12px;
    text-decoration:underline;
    background-repeat:no-repeat;
}
ul#sitemap li li li li li a:hover {
    background-image:url(../images/linie_hellgrau.gif);
    background-position: left 60%;
    padding-left: 12px;
    text-decoration:underline;
    background-repeat:no-repeat;
}
/* ###################################################### */
/* ####################### KALENDER ##################### */
/* ###################################################### */
/* ##################### sKalender  ##################### */
.kalender_navigation {
	width:100%;
}
.kalender_navigation #navi_links{
	width:20%;
	float:left;
	text-align:center;
}
.kalender_navigation #navi_mitte{
	width:60%;
	float:left;
	text-align:center;
}
.kalender_navigation #navi_rechts{
	width:20%;
	float:right;
	text-align:center;
}
.kalender_anzeige {
	text-align:center;
	width:100%;
}
.kalender_anzeige .belegt {
 	background-color: #e6ab35;
 	color: white;
 }
.kalender_anzeige .kalenderfelder {
	width:11.5%;
	float:left;
	margin:1%;
	text-align:center;
	line-height: 1.5em;
}
.kalenderfelder a {
 	display:block;
 	border:1px solid;
	border-color:white;
}
.kalenderfelder a:hover {
 	display:block;
 	border:1px solid;
	border-color:#606060;
}
.heute a {
	border-color:black;
	font-weight:bold;
}
.belegt a {
	border-color:#e6ab35;
	background-color:#e6ab35;
	font-weight:bold;
}
.belegtwe a	{
	border-color:#e67c35;
	background-color:#e67c35;
	font-weight:bold;
	}
.tangiert a {
	border-color:#e6ab35;
	font-weight:bold;
}
.tangiertwe a {
	border-color:#e67c35;
	font-weight:bold;
}
.bold {font-weight:bold;}
.gross {text-transform: uppercase;}

#mod_sK a { 
 font-family: sans-serif;
 text-decoration: none; 
 color: #444444;
}
.kalenderfelder em {
	font-weight: normal;
	background: url(../upload/img/tooltip.gif) no-repeat;
	width: 135px;
	height: 38px;
	padding:10px;
	position: absolute;
	top: -85px;
	left: -90px;
	text-align: center;
	font-style: normal;
	z-index: 2;
	display: none;
}

/* ##################### Terminliste  ################### */
#wrapper_termin {
	width:100%;
}
.wrapper_termin {
	margin-bottom:40px;
}
.wrapper_termin a { 
	display: block;
}
#wrapper_termin h2{
	margin-bottom:5px;
	padding-bottom:0px;
	border-bottom:1px dashed white;
}
.wrapper_termin ul {
        list-style-type: none;
        width: 100%;
		border-top:1px dotted white;
} 
.wrapper_termin li {
        border-bottom: 1px dotted white;
        margin:0;
}
.wrapper_termin li a { 
	text-decoration: none;
}
* html .wrapper_termin li a {  /* make hover effect work in IE */
	width: 100%;
}
.wrapper_termin li.dunkel a:hover 	{ background-color:#a5bec7;color:white;}
.wrapper_termin li.hell a:hover 	{ background-color:#e9c784;color:white;}

.kalender_wtag {
	width:11%;
	min-width:11%;
	float:left;
	text-align:left;
}
.kalender_datum {
	width:12%;
	min-width:12%;
	float:left;
	text-align:left;
	font-weight:bold;
	margin-left:1%;
}
.kalender_zeit {
	width:15%;
	min-width:15%;
	float:left;
	text-align:left;
}
.kalender_details {
	width:61%;
	min-width:61%;
	/*float:left;
	left:44%;*/
	float:left;
	text-align:left;
	font-weight:bold;
}
/*.kalender_ort {
	width:21%;
	min-width:21%;
	float:right;
}*/
.kalender_wtag, .kalender_datum, .kalender_zeit, .kalender_details, .kalender_ort {
	line-height: 2em;
}
.abstandshalter {height:5px;}
.wrapper_termin .hell { background-color:#ede0c6;}
.wrapper_termin .dunkel { background-color:#e7d9bc;}
.wrapper_termin .achtung {color:red;}

#mod_tlh {
   text-align: left;
}

#mod_tlf {
   text-align: left;
}

#mod_tl a .highlight {
   color: red;
}

#mod_tl .border { 
	border-top:1px solid #000000; 
	border-bottom: 1px solid #000000; 
}

#mod_tl .hell { background-color: #ffffff; }
#mod_tl .dunkel { background-color: #dfdfdf; }
#mod_tl .sp0 { width: 60px; }
#mod_tl .sp1 { width: 85px; }
#mod_tl .sp2 { width: 90px; }
#mod_tl .sp3 { width: 300px; }
#mod_tl .sp4 { width: 100px; }
#mod_tl .einrueck { padding-left: 15px; }

/* #################### Terminanzeige  ################## */
#mod_te .infobox{
	width:200px;
	float:right;
	background-color:#f4d5b2;
	margin:0 0 20px 10px;
}
#mod_te .infobox p{
	text-align:left;
}
#mod_te .infobox div{
	margin:0 7px;
}
#mod_te .infobox h1 { 
	color:white;
	font-size:1.0em;
	display:block;
	background-color:#e6ab35;
	text-indent:7px;
	padding-bottom:2px;
	padding-top:2px;
	background-image:none;
	}
#mod_te a.back {
	display:block;
	font-weight:bold;
	width:284px;
	line-height:1.8em;
	text-indent:5px;
}
#mod_te a.back:link, #mod_te a.back:visited{
	background-color:#e7d9bc;
}
#mod_te a.back:hover{
	background-color:#a5bec7;
	color:white;
	text-decoration:none;
}
/* ##################### Terminliste  ################### */
#mod_ts label { 
	display:inline;
	width:inherit;
	line-height:1em;
	margin:2px 0;
}
#mod_ts input {
	float:left; 
	line-height:1em;
	margin:2px 2px 2px 0;
}
#mod_ts table { width:100%;margin-bottom:15px;font-size:0.85em;}
#mod_ts tr {width:60%;}
#mod_ts input.button {
	border:0px solid #826020;
	background-color:#e6ab35;
	margin-right:10px;
	padding:2px 3px;
	color:606060;
}
#mod_ts input.button:hover {color:white;}

/* ###################################################### */
/* ####################### SUCHE ######################## */
/* ###################################################### */
#search {	
	margin:auto;
	position:absolute;
	height:20px;
	top:-245px;
	margin-left:280px;
	width:180px;
}
#sitesearch{	
	border: solid 1px #a9a9a9;
	background-color:white;
}
#input {	
	width: 160px;
	height: 16px;
	padding:0;
	margin:0;
	border: 0;
	float:left;
}
#gosearch {
	float:right;
	background-color:#8dbbcb;
	border-left: solid 1px #a9a9a9;
	height: 100%;
	width: 16px;
	padding:0;
	margin:0;
}
#searchterm { 
	width: 158px;
	height: 16px;
	padding:0;
	margin:0;
	border: 0;
	background-color:white;
}
#search_send { 
	margin-left:0px;
	padding-top:0px;
	margin-bottom:0px;
}
/* ###################################################### */
/* ################### FONTSIZESWITCH ################### */
/* ###################################################### */
#switcher {	
	margin:auto;
	position:absolute;
	height:20px;
	top:-30px;
	margin-left:280px;
	width:180px;
 }
#switcher li{ display:inline;}
#switcher img { margin-bottom:-2px;}
 
/* ###################################################### */
/* ###################### FASTSTART ##################### */
/* ###################################################### */
#fastjump { 
	margin:0;
	padding:0;
	text-indent:0;
}
select#jumpMenu {
	border:1px solid #826020;
	color: #3d3d3d;
	background-color:#fbf8f1;
}
#fastjump .Ebene1{
	background-image:none;
	background-color:#e49a43;
	padding-left:1px;
}
#fastjump .Ebene2, #fastjump .Ebene3{
	background-color:#8dbbcb;
	font-size:0.8em;
}
#fastjump .Ebene2{
	color:white;
	padding-left:2px;
}
#fastjump .Ebene3{
	color:#808080;
	padding-left:4px;
}