@charset "utf-8";
/* CSS Document */
* {padding: 0; margin: 0;}

body{
	color: #000000;
	background-color:#ebe0ac;
	text-align: center;
	font-family: sans-serif;
	font-size:12pt;
	}
body.aktuelles{
	color: #ffffff;
	background-color:#66ccff;
	text-align: left;
	font: normal 10pt Arial, Helvetica, sans-serif;
	line-height:1.0em;
	padding-left: 10px;}

body.workshops{
	color: #ffffff;
	background-color:#ff9900;
	text-align: left;
	font: normal 10pt Arial, Helvetica, sans-serif;
	line-height:1.0em;
	padding: 10px;}

/*Anfang NEU HINZU 20.05.25 */
body.twoColElsRtHdr {
	background-image: url('images/background_verlauf.jpg');
	background-size: cover; /* Optional: passt das Hintergrundbild an die Größe des Elements an */
    background-position: center; /* Optional: zentriert das Hintergrundbild */
    background-repeat: no-repeat; /* Optional: verhindert das Wiederholen des Hintergrundbilds */
}

/*Ende NEU HINZU 20.05.25 */

/*Text Formatierung*/
.center{text-align: center}
.right{text-align: right}
.left{text-align: left;}


/*Formular*/
.gelbbox {background-color:#f2e95f; padding:3px; margin: 0; box-sizing: border-box; }
/*.gelbbox { background-color:#f2e95f; padding:3px; margin:2px; }*/
.ButtonSubmit { background-color:#ffc001; color:#880e4f; width:160px; border:1px solid #880e4f; }
.bsh: hover {color:#670000;text-decoration:underline;}
.ButtonCancel { background-color:#dddddd; color:#000000; width:160px; border:1px solid #000000; }

/*Farbe  # 880e4f war #4f0f0d*/
	
h1, h2 {font-family: sans-serif;}
h1 {font-size: 14pt; letter-spacing: 1px; color: #880e4f; line-height: 3em;}
h2 {font-size: 12pt; letter-spacing: 2px; color: #880e4f; line-height: 2.5em;}
h2, p, ul, ol {margin-bottom: 1em;}
ul ul {margin-bottom: 0;}
html {height: 101%}
a	{text-decoration:none;}
a:hover	{text-decoration:underline;
color:#000000}

a.white{color:#FFFFFF;text-decoration:underline;}
a.white:hover {color:#880e4f;text-decoration:underline;}
a.red{color:#CC0000;text-decoration:none;}
a.red:hover {color:#670000;text-decoration:underline;}

#spacer{width: 970px; height:15px;}
.twoColElsRtHdr #container01 {

	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 970px;
    padding: 0;
    background: #ffffff url(../images/violet.png) repeat-y;
    border: 2px ridge silver;



	border: 1px solid #000000;
	width: 970px;
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColElsRtHdr #header { 
	width: 970px;
	margin: 0 0 0 0px;
	background: transparent; 
	padding-left: 0px; 
	padding-right: 0px; 	
	text-align:right;
	vertical-align:top;
	height: 300px;
} 
.twoColElsRtHdr #headerleiste { 
	width: 970px;
	margin: 0 0 0 0px;
	background: #6c1714; 
	height: 30px;
	border-bottom: 0px solid #ffffff;
} 
.twoColElsRtHdr #header h1 {
	margin: 0; 	
	padding: 10px 0;
}

.twoColElsRtHdr #sidebar1 {
	float: right; 
	width: 200px;
	background-color:#ffffff;
}
.twoColElsRtHdr #sidebar1 h3, .twoColElsRtHdr #sidebar1 p {
	margin-left: 3px; 
	margin-right: 3px;}

.twoColElsRtHdr #mainContent {
	margin: 0 200 0 0px; /* the left margin will look best if you match the padding amount to the header and footer. */
	width: 770px;
	background:#FFFFFF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	font: normal 0.8em Arial, Helvetica, sans-serif;
	line-height: 1.2em;
} 

.twoColElsRtHdr #footer {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	color:#000000;
	font-family: sans-serif;
	font-size: 8px;
}
/*Anfang NEU HINZU 20.05.25 */
.twoColElsRtHdr #footer a:link {
	color: #000000;
	text-decoration: underline;
}
/*Ende NEU HINZU 20.05.25 */ 

.twoColElsRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
<!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColElsRtHdr #sidebar1 { padding-top: 0px; }
.twoColElsRtHdr #mainContent { zoom: 1; padding-top: 0px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

/*Ausklappbox*/

#box {
position:absolute; top:50px; left:50px; 
z-index:3;}

#box a {
color:#ffffff;
background:#b3b06c;
font:bold 16px verdana, sans-serif;
text-decoration:none;
display:block;
padding:5px;
border:1px solid black;}

#box a:hover {
color:black;
background:#ddd8b7;
width:400px;}

#box a span {display:none;}

#box a:hover span {
color:black;
background:#ffffff;
font:normal 16px courier, sans-serif;
border:1px solid black;
display:block;
padding:10px;}




/*MENUE*/	
#menu {
	font-family: sans-serif;
	font-weight:normal;
	font-size:12pt;
	line-height: 1.5em;
	color:#000000;
	text-decoration:none;
	}	
	
li {
	margin-left:25px;
	list-style-type: disc;
	}

li.nobullets {
	font-family: sans-serif;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	}

li.first  {list-style-type:disc;}

p.tar   {               /*  text-align right    */
    text-align: right;
    padding: 0;
    margin: 0 1em;
} 

p.tac   {               /*  text-align center    */
    text-align: center;
    padding: 0;
    margin: 0 1em;
}

dl, dt, dd, ul {
	font-family: sans-serif;
	font-size:12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-type: none;
	}

#menulist {
	width: 200px;
	}
	
#menulist dt {
	cursor: pointer;
	margin: 0px 0;
	text-align: left;
	font-weight: bold;
	height:30px;
	background:#ffffff;
	padding-left:10px;
}
#menulist dd {
	cursor: pointer;
	line-height:1.5em
	margin: 0px 0;
	text-align: left;
	font-weight: normal;
	height:100%;
	color: #624c18;
}
#menulist li {
	text-align: left;
	padding-bottom:5px;
	background: #ffffff;
}
#menulist li a, #menulist dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	border: 0 none;
	line-height:1.5em
	height: 130%;
}
#menulist dd a {
	color: #624c18;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 130%;
	line-height:1.5em;
}
#menulist dt:hover {
	color: #ffffff;
	background-color: #6c1714;
    text-decoration: none;
}
#menulist dt a:hover {
	color: #ffffff;
	background-color: #6c1714;
    text-decoration: none;
}
#menulist dd a:hover {
	color: #000000;
	background-color: #ebe0ac;
    text-decoration: none;
}


#menulist_index {
	width: 200px;
	}
	
#menulist_index dt {
	cursor: pointer;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	height:30px;
	background:#ff6600;
}
#menulist_index li {
	text-align: right;
	background: #ffffff;
}
#menulist_index li a, #menulist_index dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menulist_index dt:hover {
	color: #670000;
	background-color: #FFFFFF;
    text-decoration: none;
}
#menulist_index dt a:hover {
	color: #670000;
	background-color: #FFFFFF;
    text-decoration: none;
}
