/*Normalisiert margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Normalisiert font-size für Überschriften */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

/* Entfernt list-style aus Listen */
ol, ul {
	list-style: none;
}
/* Entfernen von User- und Browserstylesheets */

/* Normalisiert font-style und font-weight auf normal */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/*Entfernt Zwischenräume aus Tabellen */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Entfernt border aus fieldset und img */
fieldset, img {
	border: 0;
}

/* Richtet Text in caption und th links aus */
caption, th {
	text-align: left;
}

/* Entfernt Anführungszeichen aus q */
q:before, q:after {
	content: '';
}

/* ------------------------------ */


/* Definition der Container 
    body {
	background: #fbf4da url(../images/bg2-trans.png) repeat-y ;
	text-align: center;
}    

*/

body {
	background: #f1f0e8  url() repeat;
	text-align: center;
}

div#container {
	position: relative;
	margin:  0 auto;
	width: 980px;
	overflow: auto;
	background: url(../images/container-trans.png) no-repeat;
	text-align: left;
}

div#branding {
	position: relative;
	height: 166px;
	background: url(../images/branding-trans3.png) no-repeat bottom right;
}

div#nav_main {
	position: relative;
	width: 180px;
	float: left;
	z-index: 50;
}

div#content {
	position: relative;
	width: 800px;
	float: right;
	z-index: 0;
}

div#nav_sub {
	width: 800px;
	height: 35px;
	background: url(../images/nav_sub.jpg) no-repeat top;
}

div#content_main {
	width: 770px;
	background: url(../images/content.jpg) repeat-y;
	padding: 5px 15px;
	overflow: auto;
}

div#site_info {
	width: 800px;
	height: 80px;
	background: url(../images/site_info.jpg) no-repeat bottom;
}

/* ------------------------------ */


/* Gestaltung der Elemente (Farben, Größe, Ausrichtung etc.) */

body {
	font-size: 100.01%;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
}

/* Styling für h1 im Branding nach der Phark-Methode */
h1 {
	background: url(../images/h1-trans.png) no-repeat;
	text-indent: -9999px;
	width: 378px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 590px;
}

/* Styling für die Navigation */
#nav_main ul {
	position: absolute;
	width: 165px;
	top: 33px;
	right: -3px;
	text-align: right;
}

#nav_main li {
	font-size: 1.1em;
}

#nav_main li.imp {
	margin-top: 60px;
}

#nav_main a {
	display: block;
	height: 40px;
	padding: 8px 15px 0 0;
	text-decoration: none;
	font-size: 1em;
	color: #667924;
}

#nav_main a:hover {
	text-decoration: none;
	color: #000;
}

#nav_main a.aktiv {
	color: #db5f16;
	background: url(../images/aktiv.jpg) no-repeat 38px 0px;
}

#nav_sub ul {
	position: absolute;
	right: 15px;
	top: 10px;
}

#nav_sub li {
	float: left;
	margin-left: 2px;
}

#nav_sub a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: .9em;
	color: #ffffcf;
	background-color: #667924;
	padding: 5px 10px;
}

#nav_sub a:hover {
	color: #f4b721;
}

#nav_sub a.aktiv {
	color: #f4b721;
}

/* Styling für den Inhalt */
h2 {
	font-size: 1.3em;
	margin-bottom: .5em;
	color: #667924;
}

h3 {
	font-size: 1em;
	margin-bottom: .5em;
}

h4 {
	font-size: .8em;
}

p {
	font-size: .8em;
	margin-bottom: 1em;
	text-align: left;
}

p.haftung {
	font-size: .6em;
}

em {
	font-weight: bold;
}

img.map {
	float: left;
}

acronym {
	cursor: help;
	border-bottom: 1px dotted #667924;
}   

a {
	text-decoration: none;
	color: #667924;
	
}

a:hover {
	text-decoration: none;
	color: #8b3333;
}

a.logo {
	margin-right: 2em;
}

img.rechts {
	float: right;
	margin: 0 0 2px 10px;
	
	-moz-box-shadow: 3px 3px 3px silver;
	-webkit-box-shadow: 3px 3px 3px silver;
	box-shadow: 3px 3px 3px silver;
}

img.left {
	float: left;
	margin: 0 0 2px 0px;
}

ul.imp {
	font-size: 0.9em;
	margin-bottom: 1em;
}

ul.decimal {
	font-size: .8em;
	margin-bottom: 1em;
	margin-left: 3em;
  	list-style-type: decimal;
 }
  
ul.bullet {
	font-size: .8em;
	margin-bottom: 1em;
	margin-left: 3em;
  	list-style-image: url(../images/bullet.jpg);

}

ul.norm {
	font-size: .8em;
	margin-bottom: 1em;
	margin-left: 3em;
  	list-style-type: disc;
}

.img200
{
float: left;
padding: 10px;
margin: 5px 5px 5px 0;
font-size: 0.7em;
border: 1px solid grey;
} 

.img200 img {
width: 220px;
height: 170px;
}

