 /* Block-Darstellung für HTML5-Elemente im IE8 */
 header, nav, footer {
     display: block;
 }
 
 /************************************************/
 
 body {
   background: transparent url("../../../../../bg.jpg") repeat-x scroll center top;
    color: #000000;
    font-family: arial,verdana,helvetica,sans-serif;
    margin: 0 auto;
 }
 
 
 a {
	font-family: arial,verdana,helvetica,sans-serif;
	text-decoration:none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #000000;
}

a.agb:link {
	color: #8F8F8F;
  font-style: italic;
}

a.agb:visited {
	color: #8F8F8F;
  font-style: italic;
}

a.agb:active {
	color: #8F8F8F;
  font-style: italic;
}

 
 #wrapper {
     max-width: 960px;
     margin: 0px auto;
  /*   background-color: #FFFFFF;  */
     margin-top: 20px;
     padding: 20px;
 }
 
 header {
    width: 100%;
    height: auto;
 /*   background-color: #DF7401;    */
    margin-bottom: 20px;
 }
/* 
.row {
    clear: both;
    min-height: 20px;
    padding: 10px;
    width: 100%;
}
*/ 
 #content {
     display:block;
    margin: auto;
    width: 100%;
    max-width:900px;
    min-width:310px;
  /*  border: 2px solid #a1a1a1;
    border-radius: 10px;
    box-shadow:0px 0px 10px black;*/
    /*background: #E6E6E6;*/
 
 
/* 
 
   width: 100%;
   height: 520px;
   background-color: #808080;   
   float: right;  */
   margin-bottom: 20px;
 }

.vorschau-bild {
    background-color: #ffffff;
    border: 2px solid #a1a1a1;
    border-radius: 10px;
    margin-top: 15px;
    padding: 30px 5px 5px;
}

.ausgabe {
	border: 2px solid #a1a1a1;
    border-radius: 10px;
    box-shadow:0px 0px 10px black;
	padding: 5px;
}
	

.label {
    float: left;
    padding-right: 15px;
    text-align: right;
    width: 110px;
}

.formfeld {
    float: left;
    min-width: 200px;   
}
 
 .inhalt-links {
	float: left;
	width: 50%;
	 }
	 
 .inhalt-rechts {
	float: right;
	width: 50%;
	 }
 
 nav {
    height: auto;
  /*  background-color: #FACC2E;    */
    margin-bottom: 20px;
    text-align: center;
 }                   
 
 footer {
    clear: both;
    width: 100%;
    height: 50px;
  /*  background-color: #FA5858;  */
}
  
.text-center {
    text-align: center;
}


.fussnote {
  font-size: 0.75em;
}

.fussnote ul {
  list-style:decimal;
}

.fussnote ul li{
  font-size: 1em;
}
