/* Anordnung der Boxen
##################################################################*/	
	#out {
		margin: 0 8% 0 8%;
		border: thin none ;
		position: static;
	}
	#oben {
		border: thin none Aqua;
		padding: 10px 0px 10px 40px;
		background-color: red;
	}
	

	
#nav1   {
		background: #ffff80;
		border: thin none Red;
		margin: 0;
		padding: 2.5em 0 1.5em 0;
		float: left;
		width: 13em;
		left: 0;
		text-align: left;
		border-right-style: solid;
		border-right-width: thick;
		font-size: 90%;
	}
#nav1 ul    {
		list-style : none;
		margin:  0;
		padding: 0;
	}

#nav1 a:link, #nav1 a:visited {
		display: block;
		margin: 0;
		height: 1em;
		padding: 0.2em 0em 0.2em 1.0em;
		background-color: #ffff80;
		text-decoration: none;
		font-weight: normal;
		color: #03c;
		/* damit die Navi wg rotem Balken nicht hüpft: */
		border-width: thin 0 thin thick;
		border-style: solid none solid solid;
		border-color:#ffff80;
	}
#nav1 a:hover, #nav1 a:active {
		background-color: #ff0;
		text-decoration: none;
		font-weight: bold;
		color: #03c;
		border-width: thin 0 thin thick;
		border-style: solid none solid solid;
		border-color: Red;
	}

/*Texteigenschaften aktueller Punkt    */	
#nav1   span { 
	margin-left: 0px;
	padding-left: 1.0em;
	text-decoration: none; 
	color: #03c;	
	font-weight: bold;
  	text-transform: none; 	
  	border-color: red;
	border-style: none none none solid;
	border-width: 0 0 0 thick;
} 
/*blauer Balken  durchgehend*/
#nav1 .active {
		background-color:#b6c5f2;	
	}
/*übergeordneter Menüpunkt hervorgehoben, gilt für alle Ebenen darunter*/
#nav1 .level_1 .trail {
		background-color:#b6c5f2;
		font-weight: bold;
	}
	
/*** Second level */
/*roter Balken ganz links*/
#nav1  .level_2 span { 
	display: block;
} 
/*Einrückung*/
#nav1 .level_2 li
{
	padding:0em 0em 0em 0em;
	border-top:0px;
	text-indent: 1.0em;
}	
/*übergeordneter Menüpunkt ab Ebene 2 auch hervorgehoben*/
#nav1 .level_2 .trail {
		background-color:#b6c5f2;
		font-weight: normal;
	}
/*** Third level */
/*roter Balken ganz links*/
#nav1  .level_3 span { 
	display: block;  	
	text-transform: none; 
} 
/*Einrückung*/
#nav1 .level_3 li
{
	padding:0em 0em 0em 0em;
	border-top:0px;
	text-indent: 2.0em;
}	
/***  footernav */
.navunten li {
	display: inline;
	}
/*übergeordneter Menüpunkt hervorgehoben*/
.navunten .level_1 .trail {
		color: black;
	}
	
/* ########  div Inhalt/main   ########## */

	#krum {
		border: thin none Lime;
		margin: 0 0 0 0;
		color: #03c;
		text-align: left;
		padding-left: 20px;
		font-size: 80%;
		text-indent: 10px;
		line-height: 2em;
	}	
	#krum a{
		color: #03c;
	}
/*letzter Punkt*/
	.krum span{
		color: black;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#inhalt{
		border: thin none Blue;
		margin: 0 0 0 12.5em;
		padding: 0 0px 0 20px;
		background-color: #ffffbf;
		line-height: 1.4em;

	}
	.textbox {
		border: medium dotted Red;
		margin: 3em 3em 3em 3em;
		padding: 0em 1em 0em 1em;
		font-size: 90%;
	}
	
/* ########  aktuellbox   ########## */
	#aktuell {
		border: medium solid #f00;
		width: 19em;
		float: right;
		text-align: left;
		background-color: #ffff80;
		margin: 1em 0 1em 1em;
	}
	.aktuellkopf  {
		background-color :#f00;
		color : White;
		line-height : 2em;
		padding : 0 0 0 -10px;
	}	
	.aktuellkopf h3 {
		background-color :#f00;
		color : White;
		line-height : 2em;
		padding : 0 0 0 10px;
		}
	.aktuelltxt    {
		line-height: 1.9em;
		padding: 0px 5px 3px 10px;
		font-size: 90%;
	}
	.aktuelltxt a {
		font-weight: bold;
	}	
	.aktuelltxt a:hover {
		font-weight: bold;
	}	
	.aktuelltxt h2   {
	margin: 0.5em 0 ;
	font-size: 125%;
	}
	.aktuelltxt p   {
	margin: 0.5em 0 ;
	}

	.aktuelltxt  ul li  {
	margin-left: -1.4em;
	padding-left: 0;
	}
	.aktuelltxt  li  {
	margin-bottom: 0.5em;
	}	
			
#archiv {
		border: thin solid #f00;
		text-align: left;
		background-color: #ffff80;
		margin: 0em 0 1em 1em;
	}
#unten {clear:both; 
		border: thin none Aqua;
		margin: 10px 0 0 0;
		font-size: 80%;
		text-align: center;
	}
/* Additional classes für typolight */
.clear {
	height: 0.1px; overflow: hidden; font-size:0.1px; line-height: 0.1px; clear: both;
}
.invisible {
	width: 0px; height: 0px; left: -1000px; top: -1000px; position: absolute; overflow: hidden; display: inline;
}

