@charset "utf-8";
/* CSS Document */
* {padding: 0; margin: 0;}

body{
	color: #000000;
	background-color:#ffffff;
	text-align: center;
	font-family: sans-serif;
	font-size:12pt;
	}
body.aktuelles{
	color: #000000;
	background-color:#ffffff;
	text-align: left;
	font: normal 10pt Arial, Helvetica, sans-serif;
	line-height:1.0em;
	padding-left: 5px;}

body.workshops{
	color: #000000;
	background-color:#ffffff;
	text-align: left;
	font: normal 10pt Arial, Helvetica, sans-serif;
	line-height:1.0em;
	padding-left: 5px;}
	
h1, h2 {font-family: sans-serif;}
h1 {font-size: 14pt; letter-spacing: 1px; color: #4f0f0d; line-height: 3em;}
h2 {font-size: 12pt; letter-spacing: 2px; color: #4f0f0d; 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;}

a.white{color:#000000;text-decoration:underline;}
a.white:hover {color:#000000;text-decoration:underline;}
a.red{color:#000000;text-decoration:none;}
a.red:hover {color:#000000;text-decoration:underline;}

#spacer{width: 970px; height:15px;}
.twoColElsRtHdr #container01 {
	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;
} 
.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]-->



/*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: square;
	}

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;
	}

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: right;
	font-weight: bold;
	height:30px;
	/*background: #ebe0ac;*/
	background:#ffffff;
}
#menulist dd {
	cursor: pointer;
	line-height:1.5em
	margin: 0px 0;
	text-align: right;
	font-weight: normal;
	height:100%;
	color: #624c18;
}
#menulist li {
	text-align: right;
	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;
	/*border-bottom: 1px dotted #624c18;*/
}
#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;
	/*border-bottom: 1px dotted #ebe0ac;*/
}


#menulist_index {
	width: 200px;
	}
	
#menulist_index dt {
	cursor: pointer;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
	height:30px;
	background:#ec008c;
}
#menulist_index li {
	text-align: right;
	background: #ffffff;
}
#menulist_index li a, #menulist_index dt a {
	color: #000000;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menulist_index dt:hover {
	color: #000000;
	background-color: #FFFFFF;
    text-decoration: none;
}
#menulist_index dt a:hover {
	color: #000000;
	background-color: #FFFFFF;
    text-decoration: none;
}
