@page {
  size: auto;   /* auto is the initial value */
  margin: 10%;
}



body,html {
    color: #000000; background-color:#ffffff;
    font-size: 1em;
    font-family: Arial,sans-serif;
    margin-top: 2em; padding-top: 0;
  }

  h1 {
    font-size: 1.5em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
  }

  h3 {
    font-size: 1.1em;
    margin: 0 0 0.7em; padding: 0.3em;
    text-align: center;
    color: #5b82d0;
  }

 /* kopfgrafik*/
div#head {
	display: none;
	float: left;
    	width: 100%;
   	height: 212px;
}


/* obere menü*/
div#mban  {
display: none;
         float: left;
         background-image: url(../img/m_ban.jpg);
         background-repeat: no-repeat;
         width: 100%;
         height: 42px;
         }


/* spacer unter obermenü */
div#subb { display: none;
	float: left;
    	background-image: url(../img/subban.jpg);
         background-repeat: no-repeat;
    	width: 100%;
   	height: 43px;
}

/* menü links*/
div#menu {
display: none;
font-size: 1em;
    float: left;
    background-image: url(../img/menu.jpg);
    background-repeat: no-repeat;
    width: 200px;
    height: 548px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 110px;
}



/*Infobox rechts*/
  div#Info {
  display: none;
    font-size: 0.9em;
    float: right; width: 12em;
    margin: 0 0 1.1em; padding-top: 1.5em; padding-bottom: 1.5em;
    background-color: #ffffff; border: 1px dashed #000000;
  }
  div#Info h2 {
  display: none;
    font-size: 1.33em;
    margin: 0.2em 0.5em;
    color: #ffffff;
  }
  div#Info p {
  display: none;
    font-size: 1em;
    margin: 0.5em;
  }






/* Links   */

a:link {display: none;  background-image: url(../img/butt.gif); width: 120px; height: 25px; text-decoration:none;}
a:visited {display: none;  background-image: url(../img/butt.gif); width: 120px; height: 25px; text-decoration:none;}
a:active {display: none; background-image: url(../img/butt.gif); width: 120px; height: 25px; text-decoration:none;}
a:hover {display: none;  background-image: url(../img/butt_ov.jpg); width: 125px; height: 20px;
background-repeat: no-repeat;  text-decoration:none;}
a:focus {display: none;  background-image: url(../img/butt.gif); width: 120px; height: 25px; text-decoration:none;}



fieldset {
display: none;
float: left;
width: 200px;
padding-top: 4em;
border: 1px dashed #1b3f8a;

}

input {
display: none;
border: 1px dashed #000000;
background: #ffffff;
color: #000000;

}

  div#Inhalt {
    	padding: 5 5 5 5;
  }

  html div#Inhalt {
    height: 1.1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 0.2em 0;
    color: #808080;
  }
  div#Inhalt p {
    font-size: .9em;
    margin: 3em;
  }

  p#Fusszeile {
  display: none;
    clear: both;
    font-size: 0.9em;
    margin: 0; padding: 0.1em;
    text-align: center;
    background-color: #ffffff;
  }






  /* Links de und en*/
div#slink {display: none;
         position: relative;
         top: 400px;
         left: 20px;
         z-index: 1;
 	width: 100px;
         height: 60px;
         padding-top: 2px;
         text-indent: 10px;
         letter-spacing: 20px;
         border: 1px dotted #1b3f8a;
         }

div#top { display: none;
         position: absolute;
         top: 5px;
         left: 40px;
         z-index: 2;
 	width: 660px;
         height: 30px;
         padding-top: 2px;
         text-indent: 10px;
         letter-spacing: 20px;
         }

 /* Navi oben*/
#navi {  display: none;
	position: absolute;
         top: -10px;
         left: 5px;
	margin: 0;
	padding: 5px;
}

#navi ul, #navi li{
display: none;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navi a:link, #navi a:visited {
display: none;
	float: left;
	line-height:14px;
	font-weight: bold;
	padding: 3px 15px;
	margin: 4px;
	text-decoration: none;
	background-color: transparent;
}

#navi a:hover {
display: none;
	margin: 4px 0;
	color: #000000;
         background-image: url(../img/butt_ov_top.jpg);
         width: 125px; height: 25px;
	background-repeat: no-repeat;
}

#navi #akt {
display: none;
	margin: 4px 0;
	color: #000000;
	background-color: transparent;
}

input,textarea {
display: none;
margin-top: 1em;
border: 1px dashed #1b3f8a;
background: #414D7A;
color: #ffffff;

}

.fehler {
display: none;
 color: #FF0000;
 text-align:left;
}

form {display: none;}

img { display: none;}
