/* CSS Document */
body{
	background-color:#3A4862;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;

}
h1{
	margin-top:20px;
	color:#346290;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}


h2{
	margin-top:20px;
	color:#346290;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}



.navigation{
	margin:0px;
         padding:10px;
         padding-top:40px;
	width:180px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
         line-height: 200%;
         background-color:#B3C3D7;
         text-align: left;
}
.content{
	margin:0px;
         padding:10px;
	width:600px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
         line-height: 170%;
         background-color:#CDD9E8;
         text-align: justify;

}
.ausgabe_verzeichnis {
	margin-left:5px;
     	margin-right:5px;
         padding:10px;
	width:600px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
         line-height: 200%;
         background-image: url(/img/ausgabe-verlauf.jpg);
	background-repeat: repeat-x;


}






.fehler{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:red;
	background-color: #FFFFFF;
	margin:0px;
	padding:5px;
	width:98%;
	border: 1px inset #000000;
	float: none;
	clear: none;
	text-align: justify;
	background-position: center center;

}
.header {
	margin:0px;
	padding:0px;
	width:780px;
	height:150px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: none;
	border-left-style: inset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.content_table{
	margin:0px;
	padding:0px;
	width:780px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.eintragen{
	margin:0px;
	padding:0px;
	width:600px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.fehler_eintrag{
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:red;
}
.footer{
         margin:0px;
         padding:10px;
	width:600px;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#DEE2EA;
         line-height: 170%;
         text-align: center;

}


blockquote {
   font-family: "Arial", "MS Sans Serif", "Verdana";
   color: #000000;
   font-size: 10pt;
   text-align: left;
   margin-left: 10px;
   margin-right: 10px;
   padding:5px;
   background-color: #B3C3D7;
   line-height: 120%;
   }


a:link { font-weight:bold; color:#346290; text-decoration:none; }
a:visited { font-weight:bold; color:#346290; text-decoration:none; }
a:active { font-weight:bold; color:#346290; text-decoration:none; }
a:hover { font-weight:bold; color:#1D2D4B; text-decoration:none; }
a:focus { font-weight:bold; color:#346290; text-decoration:none; }

.footer a:link { font-weight:normal; color:#DEE2EA; text-decoration:none; }
.footer a:visited { font-weight:normal; color:#DEE2EA; text-decoration:none; }
.footer a:active { font-weight:normal; color:#DEE2EA; text-decoration:none; }
.footer a:hover { font-weight:normal; color:#B3C2DD; text-decoration:none; }
.footer a:focus { font-weight:normal; color:#BFCEE9; text-decoration:none; }


a.mailto:link { color:#3A4862;
                font-size: 13px;
                font-weight:normal;
                text-decoration:underline;

                  }