/*********************************   ALLGEMEIN *************************/

html {
margin: 0;
padding: 0;
/*width: 100%;
height: 100%; */
/*overflow: hidden;*/
}

body{
    font: 8pt Verdana; 
	color: #000000;
    /*width:100%;
    height:100%;*/
    margin: 0px;
    padding: 0px;
}
  
* {
  margin                : 0;
  padding               : 0;
}



.image{
  border:0 none transparent;
  }  

img
{border:0;}


a {
	border: none;
	text-decoration: none;
}


.a {
	border: none;
	text-decoration: none;
}

a img { color: #fff; } /* hide the border in Netscape 4 */
@media all { /* hide from Netscape 4 */
a img { color: inherit; /* undo the rule above */
border: none; /* hide from Netscape 4 */
}
}

br.clearer {
	clear: both;
}


/*  DIVS */


/*********************************** WRAPPER ********************************************/
#container1 {
	margin: 0px;
	width: 1000px;
	height: 768px;
	background:  url(images/bg1.gif) no-repeat top left; 
	position:absolute;
	z-index: 1;
}

#container2 {
	margin: 0px;
	width: 1000px;
	height: 768px;
	background:  url(images/bg2.jpg) no-repeat top left; 
	position:absolute;
	z-index: 1;
	overflow: hidden;
}

#container3 {
	margin: 0px;
	width: 1000px;
	height: 768px;
	background:  url(images/bg3.jpg) no-repeat top left; 
	position:absolute;
	z-index: 1;
	overflow: hidden;
}

#container4 {
	margin: 0px;
	width: 1000px;
	height: 768px;
	background:  url(images/bg4.jpg) no-repeat top left; 
	position:absolute;
	z-index: 1;
	overflow: hidden;
}

#container5 {
	margin: 0px;
	width: 1000px;
	height: 768px;
	background:  url(images/bg5.gif) no-repeat top left; 
	position:absolute;
	z-index: 1;
	overflow: hidden;
}

#container6 {
	margin: 0px;
	width: 1000px;
	height: 768px;
	background:  url(images/bg6.jpg) no-repeat top left; 
	position:absolute;
	z-index: 1;
	overflow: hidden;
}
/********************************** HEADER *******************************/
#pageHeader {
	margin: 0px;
	}

	/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
	#pageHeader h1 { 
	/*background:  transparent url(images/logo.jpg) no-repeat top left;*/
	margin-top: 22px;
	margin-left: 199px; 
	width: 350px; 
	height: 51px; 
	z-index: 2;
	}

	#pageHeader h1 span {
	display:none
	} 
	

/************************************ TOPMENU ***********************************/

ul#Navigation {
	font-size: 7pt;
/*	float: left; */
	width: 770px;
	height: 30px;
	list-style: none;
	margin-left: 150px;
	margin-top: 19px;
	text-align: center;
	z-index: 4;
/*border:1px solid #000;*/
	
  }
  ul#Navigation li {
	list-style: none;
	float: left;
	padding: 0.1em;
	display: block;
  }
  
  ul#Navigation a {
    padding-right: 15px; 
	padding-left: 15px; 
	text-decoration: none;
	width: auto;
	float: left;
	border-right: 1px solid #669933;
	
  }
  ul#Navigation a:link {
    color: #333333; /*background-color: #FFFFFF;*/
  }
  ul#Navigation a:visited {
    color: #333333; /*background-color: #FFFFFF;*/
  }
  ul#Navigation a:hover {
    color: #999999; /*background-color: #FFFFFF;*/
  }
  ul#Navigation a:active {
    color: #999999; /*background-color: #FFFFFF;*/
  }


  
/*********************     STARTSEITE (3 Farbflaechen)    ***************************/ 

div#Startseite {
margin-left: 105px;
/*min-width: 16em;*/
margin-top: 25px;
z-index: 5;
}
  
	div#Startseite h1 {
	font-size: 8pt;
	background: url(images/blaue_flaeche.gif) no-repeat 0px 0px; 
	width: 258px;
	height: 537px;
	float: left;
	color: #FFFFFF;
	margin-right: 38px;
	}

    div#Startseite h2 {
	font-size: 8pt;
	background: url(images/rote_flaeche.gif) no-repeat 0px 0px;
	width: 260px;
/*	height: 537px; */
	height: 538px;
	float: left;
	margin-right: 38px;
	}
	
	div#Startseite h3 {
	font-size: 8pt;
	background: url(images/gruene_flaeche.gif) no-repeat 0px 0px;
	width: 257px;
	height: 537px;
	float: left; 
	}

  	div#Startseite p {
	font-size: 8pt;
	font-weight: normal;
	color: #FFFFFF;
	margin: 180px 10px 0 20px;
  	}
  
  	div#Startseite a {
	text-decoration: none;
	text-align: center;
	float: left;
/*	margin-left: 55px;
	margin-top: 40px; */
  	}

div#Startseite h1 a {
	text-decoration: none;
	text-align: center;
	float: left;
	margin-left: 38px;
	}

	div#Startseite img {
	border: 0px;
	text-decoration: none;
	}    

	div#Startseite a:link {
  	border: 0px;
	}
  	
	div#Startseite a:hover{
  	}
	
	.links {
	text-align: right;
	line-height: 15px;
	padding-right: 10px;
	}

	.blocksatz {
	text-align: justify;
	line-height: 15px;
	padding-right: 19px;
	padding-left: 8px;
	}

	.rechts {
	text-align: left;
	line-height: 15px;
	}
	

/******************************      INHALT      **********************************/

#Inhalt {
	margin-left: 240px;
	margin-right: 155px;
/*	overflow: hidden;
border: 2px dotted #FF0000;*/
	}
 
	#Inhalt div.kasten {
	margin-top: 60px;
/*	border: 1px dashed silver;*/
	float: left;
	overflow: hidden;
	}

	#Inhalt div.kasten_links {
	/*background: #ffc;*/
	min-width: 480px;
	}
	
	#Inhalt div.kasten_rechts {
	float: left;
	position:relative;
	width:50px;
	/*background: #eee;*/
	margin-bottom: -2000px; padding-bottom: 2000px;
	overflow: hidden;
	}
	
	div#Inhalt h1 {
   	font-size: 2.5em;
	font-weight: normal;
	/*padding-left: 0px;
	padding-right: 0px;
	margin: 0 0 0.5em;*/
  	}
  
   	div#Inhalt h3 {
	font-size: 1em;
	/*margin-top: 1em;*/
	font-style: italic;
	text-align: left;
  	}
	
  	div#Inhalt a { 
	text-decoration: none;
	font-weight: normal;
	line-height: 150%;
	}	

	div#Inhalt h2 {
	font-size: 2em;
	font-weight: bold;
    /*margin: 10 0 0 0em;*/
	text-align: left;
	letter-spacing: -0.1em;
	vertical-align: bottom;
  	}
	
	div#Inhalt ul {
    font-size: 1.2em;
	text-align: left;
	font-weight: bold;
	margin-left: 45px;
	margin-bottom: 15px;
	}
	
	div#Inhalt li {
	margin-top: 10px;
	} 
	
	.clear { clear: both; padding-top: 8px;}

/******************************     INHALT 2    ****************************/

div#Inhalt2 {
margin-top: 55px; 
margin-left: 240px;
margin-right: 195px;
min-width: 200px;
padding: 0px;
/*border: 1px dashed red;*/

}
  
	div#Inhalt2 h1 {
   	font-size: 2.5em;
	font-weight: normal;
	/*    margin: 0 0 0.5em; */
	padding-right: 30px;
	/*margin: 0 0 0.5em;*/
  	}
  
  	div#Inhalt2 h2 {
	font-size: 1.5em;
	font-weight: bold;
    margin: 0 0 1em;
	text-align: justify;
  	}
  

	div#Inhalt2 ul {
    font-size: 1.2em;
	text-align: left;
	margin-left: 47px;
	margin-bottom: 20px;
/*	border: 1px dashed red;*/
	
	}
	
	div#Inhalt2 li {
	margin-top: 10px;
	}  
	  
  	div#Inhalt2 p {
    font-size: 1.2em;
	text-align: justify;
    margin-bottom: 1.3em;
	}

  	div#Inhalt2 a { 
	/*text-align: right;*/
	color: #000066;
	font-weight: normal;
	line-height: 150%;
	}	
	
	
	div#Inhalt2 img {
	margin-left: 20px;
	}

	div#Inhalt2 a:link { font-weight: bold; text-decoration:none; }
	div#Inhalt2 a:visited { font-weight: bold; text-decoration:none; }
	div#Inhalt2 a:hover { font-weight: bold; color:#000000; text-decoration: underline; }
	div#Inhalt2 a:active { font-weight: bold; text-decoration:none; }
	div#Inhalt2 a:focus { font-weight: bold; text-decoration:none; }

	.blau	{
	list-style-image: url(images/blauer_pfeil.gif);
/*	margin-right: 30px;*/
	margin-right: 10px;
	}
	
	.rot	{
	list-style-image: url(images/roter_pfeil.gif); 
	margin-right: 0px;
	}
	
	.gruen	{
	list-style-image: url(images/gruener_pfeil.gif);
	margin-right: 48px;
	}
	
	.map {
	float: left;
	margin-right: 65px;
	line-height: 10px;
	}
	
	.ziffer {
	font-size: 0.8em;
	text-align: left;
	}
	
/***************************    FOOTER (Aktuell)    *****************************/  

div#Aktuell {
	margin-left: 235px;
	margin-right: 150px;
	margin-top: 30px;
	padding-top: 10px;
	z-index: 6; 
} 


/**************************      POPUP       *******************************/  
div#Popup {
/*	margin: 10px;*/
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	} 
 
div#Popup h1 {
   	font-size: 1.5em;
	font-weight: bold;
  	}

div#Popup h2 {
   	font-size: 1em;
	font-weight: bold;
  	}
	
div.paddingtext div.beta-shadow {
	float: left;
	margin:3px 4px 3px 0px;

}

div.beta-shadow div.box, div.beta-shadow div.box_profil {
	border: 1px dashed silver;
	float: left;
	padding: 0px 2px 2px 0px;
}

div.box, div.box_profil {
	background: #fff;
	width:250px;
	min-width: 260px;
	height:118px;
}

div.box_profil {
	height:220px;
	/*margin-right:-2px;*/
}

div.boxtext {
	/*font-size:0.75em;*/
	margin: 12px;
}

div.boxtext h2{
	font-size:1em;
}

div.boxtext img {
	float: left;
	margin: 0px 10px 10px 0px;
}

div.boxtext div.absatz, div.boxtext div.link div.titel{
	margin-top:0.85em;
	line-height: 15px;
}

div.boxtext a:link { font-weight: bold; color:#990000; text-decoration:none; }
div.boxtext a:visited { font-weight: bold; color:#990000; text-decoration:none; }
div.boxtext a:hover { font-weight: bold; color:#990000; text-decoration: underline; }
div.boxtext a:active { font-weight: bold; color:#990000; text-decoration:none; }
div.boxtext a:focus { font-weight: bold; color:#990000; text-decoration:none; }
