
/* * * * * * * * * * * * * * * * * * */
/* Allgemeine Definitionen * * * * * */
/* * * * * * * * * * * * * * * * * * */
*{
	padding: 0;
	margin: 0;
}

html { height:101%; }

body  { 
	min-height: 101%;
  	font-size: 100.01%;
	text-align: left;
	background-color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/img/jpg/bg.jpg);
	background-repeat: repeat-x;
	background-position: left 130px;
}

h1 {
	font-size:1em;
	color:#404040;
	margin-bottom:1em;
	letter-spacing: 3px;
	border-bottom: 1px dotted #e1dd87;
}
h2 {
	font-size:0.9em;
	color:#606060;
	margin: 1.5em 0em 0em 0em;
}
	#inhalte h2 {
		margin-left:0em;
		margin-top:2em;
	}
h3 {
	font-size:0.8em;
	color:#606060;
	margin: 1.5em 0em 0em 0em;
}
h4 {}

p {
	font-size:0.8em;
	color:#404040;
	margin:0.5em 0em;
	text-align:left;
	line-height:1.5;
}


a:link,
a:visited,
a:focus,
a:hover,
a:active {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#606060;
}
a:focus,
a:hover,
a:active {
	color:#DE4900;
	text-decoration:underline;
}

img, a img {
	border: 0;
}

/* * * * * * * * * * * * * * * * * * */
/* * Allgemeine Klassen  * * * * * * */
/* * * * * * * * * * * * * * * * * * */
.unsichtbar {
  display: block;
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}
.stopFloat{
  display: block;
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
.rightFloat {
	float:right;
	margin:0 0 0 0.5em;
}
.leftFloat {
	float:left;
	margin:0 0.5em 0 0;
}
.rightAlign {
	text-align:right;
}
.leftAlign {
	text-align:left;
}

/* * * * * * * * * * * * * * * * * * */
/* * Ebenen  * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * */

	/* WRAPPER */
	#wrapper {
		position:relative;
		margin: 5px 0 0 10px;
		text-align:left;
		width:990px;

		background-image: url(/img/gif/logo.gif);
		background-repeat: no-repeat;
		background-position: 30px left;
	}

		/* SKIP-NAVIGATION */
		#skipnavigation {
			position:absolute;
			top:0;
			left:-10000px;
		}
		#skipnavigation a {
			display:block;
			width:15em;
			position:absolute;
			left:0;
			top:0;
		}
		#skipnavigation a:focus {
			z-index:100;
			left:10175px;
			top:20px;
		}

		/* SERVICENAVIGATION */
		#servicenavigation1 {
			height:90px;
			
		}
		/* SERVICENAVIGATION */
		#servicenavigation3 {
			height:90px;
		}
		/* BILD */
		#bild {
			height:20.6em;
		}
		
		/* LUECKE */
		.luecke,
		.luecke2 {
			height:30px;
			background:#fff url(../images/layout/bg_unterbild_startseite.gif) repeat-x;
		}
		.luecke2 {
			width:11.9em;
			height:15px;
		}

		.luecke1 {
			margin-top: 0em;
			border: 10px solid #E1DDB7;
		}
		
			/* INHALTSSPALTEN */
			#spalte1,
			#spalte2,
			#spalte3 {
				float:left;
				margin-right:4px;
				width:180px;
			}
			
			#spalte4 {
				float:left;
				width:11em;
				margin-right: 1em;
				text-align:center;
			}
			
		
			#adresse {
				margin:0 0.5em;
			}


		/* SERVICENAVIGATION 2 */
		#servicenavigation1 {
			height:20px;
		}

		#servicenavigation2 {
			height:90px;
		}
		

		#breadcrumb {
			position: relative;
			font-size: 0.7em;
			margin-top:4em;
			margin-left: 0.1em;
			color: #eee;
		}

		/* INHALT */
		#inhalte {
			position: relative;
			float:left;
		        width:580px;
			margin-left: 0.1em;
			margin-top: 2em;
			display:inline;
		
			
		}

		#bildblock {
			float: right; 
			width: 400px; 
			height: 100%;
			margin-top: 2.5em;

		}

		#inhalte_breit {
			position: relative;
			float:left;
		        width:980px;
			margin-left:0.1em;
			margin-top: 2em;
			display:inline;

		
		
			
		}

		#inhalte_spalte1 {
			position: relative;
			float:left;
		        width:470px;
			margin-left: 0.1em;
			margin-top: 2em;
			margin-right: 1em;
			display:inline;
		
			
		}

		#inhalte_spalte2 {
			float: right; 
			width: 470px; 
			height: 100%;
			margin-top: 2em;
		}

		#inhalte2 {
			float:left;
			width:35.7em;
			margin-left:10px;
			display:inline;
		}


/* * * * * * * * * * * * * * * * * * */
/* * Bilder  * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * */

#bild img {
	height:20.6em;
}

#spalte1 img,
#spalte2 img,
#spalte3 img {
	width:11.9em;
}
#unternavigation2 img,
#spalte4 img {
	margin:0.3em 0;
}

#inhalte img {
	
}


/* * * * * * * * * * * * * * * * * * */
/* * Navigationselemente * * * * * * */
/* * * * * * * * * * * * * * * * * * */

#servicenavigation1 ul,
#servicenavigation2 ul,
#servicenavigation3 ul{
	list-style-type:none;
	float:right;
	margin-top:5px;
}
#servicenavigation2 ul {
	margin-top:5px;
}

	#servicenavigation1 li,
	#servicenavigation2 li,
        #servicenavigation3 li	{
		float:left;
		padding-left:8px;
		margin-left:10px;
		display:inline;
		background:url(../img/gif/square.gif) no-repeat 0 50%;
		font-size:0.7em;
	}
		#servicenavigation1 li a:link,
		#servicenavigation1 li a:visited,
		#servicenavigation1 li a:focus,
		#servicenavigation1 li a:hover,
		#servicenavigation1 li a:active,
		#servicenavigation2 li a:link,
		#servicenavigation2 li a:visited,
		#servicenavigation2 li a:focus,
		#servicenavigation2 li a:hover,
		#servicenavigation2 li a:active,
	       	#servicenavigation3 li a:link,
		#servicenavigation3 li a:visited,
		#servicenavigation3 li a:focus,
		#servicenavigation3 li a:hover,
		#servicenavigation3 li a:active	{ 
 			text-decoration:none;
			color:#000;
		}
		#servicenavigation1 li a:focus,
		#servicenavigation1 li a:hover,
		#servicenavigation1 li a:active,
		#servicenavigation2 li a:focus,
		#servicenavigation2 li a:hover,
		#servicenavigation2 li a:active,
		#servicenavigation3 li a:focus,
		#servicenavigation3 li a:hover,
		#servicenavigation3 li a:active	{
			text-decoration:underline;
		}
		#servicenavigation1 li a.aktiv:link,
		#servicenavigation1 li a.aktiv:visited,
		#servicenavigation1 li a.aktiv:focus,
		#servicenavigation1 li a.aktiv:hover,
		#servicenavigation1 li a.aktiv:active,
		#servicenavigation2 li a.aktiv:link,
		#servicenavigation2 li a.aktiv:visited,
		#servicenavigation2 li a.aktiv:focus,
		#servicenavigation2 li a.aktiv:hover,
		#servicenavigation2 li a.aktiv:active,
		#servicenavigation3 li a.aktiv:link,
		#servicenavigation3 li a.aktiv:visited,
		#servicenavigation3 li a.aktiv:focus,
		#servicenavigation3 li a.aktiv:hover,
		#servicenavigation3 li a.aktiv:active	{
			text-decoration:none;
			font-weight:bold;
		}
		

div.nummer_liste ol.nummer_liste {
	margin:10px 10px 0px 30px;
	list-style:decimal inside;
	font-size: 0.8em;
}
div.nummer_liste ol.nummer_liste li {
	font-size:0.8em;
	list-style:decimal outside;
	padding: 5px 0px 0px 15px;
	line-height:1.5;
	margin-top: 3px;
}

#inhalte ul#eins {
	list-style-type:none;
	margin:0.2em 0em 0em 0.3em;
	text-align:left;
}		
	 #inhalte ul#eins li {
		background: url(../images/layout/square.gif) no-repeat 0 0.6em;
		list-style-type:none;
   		padding-left: 10px;
		font-size:0.8em;
		margin:0.3em 0;
		font-weight:normal;
		color:#404040;

	}
		#text_bereich ul#eins li a:link,
		#text_bereich ul#eins li a:visited,
		#text_bereich ul#eins li a:focus,
		#text_bereich ul#eins li a:hover,
		#text_bereich ul#eins li a:active { 
			text-decoration:underline;
			color:#5F5F5F;
		}
		#text_bereich ul#eins li a:focus,
		#text_bereich ul#eins li a:hover,
		#text_bereich ul#eins li a:active {
			color:#5F5F5F;		
			text-decoration:underline;
		}
		#text_bereich ul#eins li a.aktiv:link,
		#text_bereich ul#eins li a.aktiv:visited,
		#text_bereich ul#eins li a.aktiv:focus,
		#text_bereich ul#eins li a.aktiv:hover,
		#text_bereich ul#eins li a.aktiv:active {
			color:#DE4900;
			text-decoration:underline;
			font-weight: bold;
		}

#inhalte_breit ul#eins {
	list-style-type:none;
	margin:0.2em 0em 0em 0.3em;
	text-align:left;
}		
	 #inhalte_breit ul#eins li {
		background: url(../images/layout/square.gif) no-repeat 0 0.6em;
		list-style-type:none;
   		padding-left: 10px;
		font-size:0.9em;
		margin:0.5em 0 1em 0;
		font-weight:normal;
		color:#404040;

	}
		#text_bereich ul#eins li a:link,
		#text_bereich ul#eins li a:visited,
		#text_bereich ul#eins li a:focus,
		#text_bereich ul#eins li a:hover,
		#text_bereich ul#eins li a:active { 
			text-decoration:underline;
			color:#5F5F5F;
		}
		#text_bereich ul#eins li a:focus,
		#text_bereich ul#eins li a:hover,
		#text_bereich ul#eins li a:active {
			color:#5F5F5F;		
			text-decoration:underline;
		}
		#text_bereich ul#eins li a.aktiv:link,
		#text_bereich ul#eins li a.aktiv:visited,
		#text_bereich ul#eins li a.aktiv:focus,
		#text_bereich ul#eins li a.aktiv:hover,
		#text_bereich ul#eins li a.aktiv:active {
			color:#DE4900;
			text-decoration:underline;
			font-weight: bold;
		}

#footer {

	float:left;
	padding-left:0px;
	margin-left:0px;
	display:inline;
	font-size:0.7em;
	}

	/*forms*/
#fieldset_form {

 margin: 1em;
 padding: 0 0 0 1em;
 font-size: 0.8em;
 border-top: 1px solid #c0c0c0;
 border-right: 1px solid #fff;
 border-bottom: 1px solid #fff;
 border-left: 1px solid #c0c0c0;
 text-align: left;


}

.left {
 float: left;
 text-align: left;
 width: 100%;
 margin: 0 0 0 0.5em;
}

.button {
 text-align: left;
 margin: 1em;
 padding: 0.2em;
 font-weight: bold;
}
