
*:focus {outline: none;}
body { 
	color: #333; 
	font-weight: normal; 
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: #ededed; 
	margin: 0; 
	padding: 0; 
	}

h1 { 
	color: #99cc00;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 20px; 
	letter-spacing: 0.1em;; 
	word-spacing: 4px;
	margin: 0; 
	margin-bottom: 12px;
	padding: 0; 
	}

h2 { 
	color: #333; 
	font-size: 0.9em; 
	letter-spacing: 0; 
	margin: 0; 
	padding: 0; 
	}

h3	{
	color: #333; 
	font-size: 0.9em; 
	letter-spacing: 0; 
	margin: 12px 0 0 0; 
	padding: 8px 0 0 0;
	border-top: 1px dotted #333;; 
}


h4 h5 h6 { }

p { 
	font-size: 0.8em;
	line-height: 1.4em; 
	margin: 0; 
	margin-top: 6px;
	padding: 0; 
	}
	



/* ----- Klassen ----- */
	
.fett {font-weight: bold;}
.unterstrichen {text-decoration: underline;}
.gruen {color: #99cc33;}
.legende {color:#99cc33;margin-top:36px;font-style:italic;}
.abstand {margin-top: 12px;}
.abstand_gross {margin-top: 36px;}
.veranstaltung {margin: 86px 18px 0 30px;}
.kompress {line-height: 18px;}
.versal {text-transform: uppercase;} 
.kursiv {font-style: italic;}
.keinetrennung {white-space: nowrap;}
.linie {border-bottom: 1px dotted #999;}
.dottedline {background: url(../img/dot_2x1px.gif) repeat-x bottom;}



/* ----- Mainnavi ----- */


#navi { 
	width: 180px; 
	background-color: #fff;
	margin: 0;
	padding-right: 30px;
	float: left; 
	}

#navi ul {
	font-size: 0.65em;
	line-height: 2.4em;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #333;
	list-style: none;
	margin: 74px 0 36px 0;
	padding: 0;
	border-bottom: 1px dotted #cccccc;
	}
	
#navi li {border-top: 1px dotted #cccccc;}
	
#navi li a {color:#999;text-decoration:none;}
#navi li a:link{}
#navi li a:visited {}
#navi li a:hover {color: #333;text-decoration:none;}
#navi li a:active {text-decoration: underline;}
	


	
/* ----- alle Boxen ----- */

	
#aussencontainer { 
	width: 874px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	margin: 0 auto 36px; 
	padding: 0; 
	}
	
#innencontainer { 
	width: 850px;
	background-color: #fff;
	margin: 12px; 
	padding: 0; 
	}
	
#label {
	width: 874px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}
	
#kopf { 
	background-color: #fff; 
	width: 850px; 
	height: 240px;
	margin: 0;
	padding: 0; 
	}
	
#kopf_titel { 
	background-color: #fff; 
	width: 850px; 
	height: 360px;
	margin: 0;
	padding: 0; 
	}





/* ----- Content ----- */


#textfeld { 
	width: 400px;
	background-color: #fff;
	margin: 0;
	padding: 35px 8px 24px 10px;
	float: left;
	}
	
#textfeld ul {
	font-size: 0.8em;
	margin: 0; 
	margin-top: 3px;
	padding: 0;
	list-style-type: none;
	}

#textfeld li {padding: 0 0 3px 0;}

#textfeld img {padding-right: 6px;}

#textfeld a {color: #999;text-decoration: none;}
#textfeld a:link {}
#textfeld a:visited {}
#textfeld a:hover {color: #333;text-decoration: underline;}	
#textfeld a:active {color: #333;text-decoration: underline;}




	
/* ----- Legendenspalte ----- */


#legendenspalte {
	width: 200px;
	height: 350px;
	background-color: #fff;
	margin: 0;
	margin-top: 40px;
	float: right;
	}
	
#legendenspalte h2 {
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	word-spacing: 0.1em;
	color: #99cc33;
	margin: 0 4px 0 10px;
	}
	
#legendenspalte h3 {
	font-size: 0.8em;
	font-weight: bold;
	margin: 8px 0 3px 10px;
	padding-top: 6px;
	border-top: 1px dotted #666;
	}
	
#legendenspalte p {
	color: #99cc00;
	letter-spacing: 0.05em;
	word-spacing: 0.05em;
	font-size: 0.75em;
	line-height: 1.3em;
	margin: 0 4px 0 0;
	padding: 0;
	}
	
#legendenspalte a {
	color:#99cc33;
	font-weight: bold;
	text-decoration: underline;
}



	
	
/* ----- Footer ----- */
	
#footer {
	width: 874px;
	margin: 0;
	padding: 0;
	background-color: #99cc00; 
	clear: both;
	}
	
#footer p {
	color: #000;
	font-size: 0.6em;
	letter-spacing: 0.1em;
	word-spacing: 0.2em;
	text-align: right;
	margin: 0;
	padding: 2px 12px;
	}	
	
#footer a {color:#fff;text-decoration:none;}
#footer a:link {}
#footer a:visited {}
#footer a:hover {color: #000;}
#footer a:active {color:#000;text-decoration: underline;}	
	
	
