html {
 overflow-y: scroll;
}

body {
 color: #281A8A;
}

h1 {
 margin-bottom: 10px;
 text-align: center;
 color: #0E00FD;
 font-size: 25px;
 font-weight: bold;
 font-family:  papyrus,Arial, sans-serif;
}

a:link {
 color: #0E00FD;
 font-weight: bold;
 text-decoration: none;
 font-family:  Arial, sans-serif;

}

a:visited {
 color: #0E00FD;
 font-weight: normal;
 text-decoration: underline;
 font-family:  Arial, sans-serif;
}

/*=============================== Rahmen ===========================================*/

div.rahmen {
 width: 995px;
 margin-left: auto;
 margin-right: auto;
}


/*=============================== Content ===========================================*/

div.content {
 background-image: url("bilder/content.png");
 border: 1px solid #091E1E;
 border-radius:15px;          /* CSS3 */
 behavior:url(border-radius.htc); /* InternetExplorer */
 -moz-border-radius: 15px;     /* Firefox */
 -khtml-border-radius: 15px;   /* Konqueror */
 -webkit-border-radius: 15px;  /* Safari, Chrome */
 width: 768px;
 min-height: 750px;
 float: left;
 margin-top: 20px;
 margin-left: 20px;
}

div.content .text {
 padding-top: 20px;
 padding-left: 20px;
 padding-right: 20px;
 width: 727px;
 font-size: 15px;
 font-weight: 600;
 color: #000033;
 font-family:  Arial, sans-serif;
}

div.content a:link {
 color: #0E00FD;
 font-weight: bold;
 text-decoration: none;
 font-family:  Arial, sans-serif;
}

div.content a:visited {
 color: #0E00FD;
 font-weight: normal;
 text-decoration: underline;
 font-family:  Arial, sans-serif;
}

div.bilder {
 margin-top: 40px;
 text-align: center;
 font-size: 13px;
 font-weight: normal;
 color: #000033;
 font-family:  Arial, sans-serif;

}

div.quellenangabe {
 text-align: center;
 font-size: 10px;
 color: #000000;
 font-weight: lighter;
 font-family:  Arial, sans-serif;
}

/*=============================== NaviTop ===========================================*/

div.navi-top {
 width: 500px;
 height: 20px;
 margin-top: 5px;
 float: right;
}

div.navi-top .aussehen {
 float: right;
 margin-top: 75px;
 margin-right: 7px;
 width: 150px;
 height: 15px;
 text-align: center;
 border: 1px solid #091E1E;
 border-radius:15px;          /* CSS3 */
 behavior:url(border-radius.htc); /* InternetExplorer */
 -moz-border-radius: 15px;     /* Firefox */
 -khtml-border-radius: 15px;   /* Konqueror */
 -webkit-border-radius: 15px;  /* Safari, Chrome */
 background-image: url("bilder/navi-balken.png");
}

div.navi-top .text-pos {
 text-align: center;
 margin-top: 0px;
}

div.navi-top a:link {
 color: #1E1A79;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 font-family: papyrus, lucida console;
}

div.navi-top a:visited {
 color: #1E1A79;
 font-size: 13px;
 font-weight: bold;
 text-decoration: none;
 font-family: papyrus, lucida console;
}


/*=============================== Left ===========================================*/

div.left {
 width: 205px;
 float: left;
 margin-top: 20px;
 margin-left: 0px;
}


/*=============================== NaviLeft ===========================================*/

div.navi-left {
 background-image: url("bilder/navi.png");
 border: 1px solid #091E1E;
 border-radius:15px;          /* CSS3 */
 behavior:url(border-radius.htc); /* InternetExplorer */
 -moz-border-radius: 15px;     /* Firefox */
 -khtml-border-radius: 15px;   /* Konqueror */
 -webkit-border-radius: 15px;  /* Safari, Chrome */
 width: 200px;
 min-height: 400px;
 float: left;
}

div.navi-left .button {
 background-image: url("bilder/navi-balken.png");
 width: 180px;
 height: 20px;
 margin-top: 15px;
	margin-bottom: 15px;
 margin-left: 9px;
 border: 1px solid #061513;
 border: 1px solid #091E1E;
 border-radius:15px;          /* CSS3 */
 behavior:url(border-radius.htc); /* InternetExplorer */
 -moz-border-radius: 15px;     /* Firefox */
 -khtml-border-radius: 15px;   /* Konqueror */
 -webkit-border-radius: 15px;  /* Safari, Chrome */
}

div.navi-left .button-open {
 width: 180px;
 background-color: #FFFFCC;
 margin-top: 30px;
 margin-left: 9px;
 border-left: 1px solid #061513;
 border-right: 1px solid #061513;
 border-bottom: 1px solid #061513;
 border: 1px solid #091E1E;
 border-radius:15px;          /* CSS3 */
 behavior:url(border-radius.htc); /* InternetExplorer */
 -moz-border-radius: 15px;     /* Firefox */
 -khtml-border-radius: 15px;   /* Konqueror */
 -webkit-border-radius: 15px;  /* Safari, Chrome */
}

div.navi-left .text-open {
 background-image: url("bilder/navi-balken.png");
 text-align: center;
 border: 1px solid #061513;
 border: 1px solid #091E1E;
 border-radius:15px;          /* CSS3 */
 behavior:url(border-radius.htc); /* InternetExplorer */
 -moz-border-radius: 15px;     /* Firefox */
 -khtml-border-radius: 15px;   /* Konqueror */
 -webkit-border-radius: 15px;  /* Safari, Chrome */
}

div.navi-left .text-pos {
 text-align: left;
 margin-left: 20px;
}

div.navi-left .text-poss {
 text-align: center;
 margin-top: 3px;
}

div.navi-left .text-open a:link {
 color: #1E1A79;
 font-size: 15px;
 font-weight: bold;
 text-decoration: none;
 font-family: papyrus, lucida console;
}

div.navi-left .text-open a:visited {
 color: #1E1A79;
 font-size: 15px;
 font-weight: bold;
 text-decoration: none;
 font-family: papyrus, lucida console;
}

div.navi-left .text-poss a:link {
 color: #1E1A79;
 font-size: 15px;
 font-weight: bold;
 text-decoration: none;
 font-family: papyrus, lucida console;
}

div.navi-left .text-poss a:visited {
 color: #1E1A79;
 font-size: 15px;
 font-weight: bold;
 text-decoration: none;
 font-family: papyrus, lucida console;
}

div.navi-left a:link {
 color: #000000;
 font-size: 12px;
 font-weight: normal;
 text-decoration: underline;
 font-family: time, droid sans;
}

div.navi-left a:visited {
 color: #000000;
 font-size: 13px;
 font-weight: bold;
 text-decoration: underline;
 font-family: time, droid sans;
}
/*=============================== Werbung ===========================================*/

div.werbung {
 background-image: url("bilder/navi.png");
 border: 1px solid #091E1E;
 border-radius:15px;          /* CSS3 */
 behavior:url(border-radius.htc); /* InternetExplorer */
 -moz-border-radius: 15px;     /* Firefox */
 -khtml-border-radius: 15px;   /* Konqueror */
 -webkit-border-radius: 15px;  /* Safari, Chrome */
 width: 200px;
 min-height: 330px;
 float: left;
 margin-top: 20px;
}

div.werbung .text-pos {
 float: left;
 margin-left: 10px;
 margin-top: 10px;
}

div.werbung .kasten {
 width: 180px;
 min-height: 200px;
 background-color: #FFFFCC;
 border-left: 1px solid #061513;
 border-right: 1px solid #061513;
 border-bottom: 1px solid #061513;
 border-radius:15px;          /* CSS3 */
 behavior:url(border-radius.htc); /* InternetExplorer */
 -moz-border-radius: 15px;     /* Firefox */
 -khtml-border-radius: 15px;   /* Konqueror */
 -webkit-border-radius: 15px;  /* Safari, Chrome */
}

div.werbung .bannner {
 background-image: url("bilder/navi-balken.png");
 text-align: center;
 border: 1px solid #061513;
 border: 1px solid #091E1E;
 border-radius:15px;          /* CSS3 */
 behavior:url(border-radius.htc); /* InternetExplorer */
 -moz-border-radius: 15px;     /* Firefox */
 -khtml-border-radius: 15px;   /* Konqueror */
 -webkit-border-radius: 15px;  /* Safari, Chrome */
 color: #1E1A79;
 font-weight: bold;
 text-decoration: none;
 font-family: papyrus, lucida console;
}


/*=============================== Footer ===========================================*/

div.footer {
 border: 1px solid #091E1E;
 border-radius:15px;          /* CSS3 */
 behavior:url(border-radius.htc); /* InternetExplorer */
 -moz-border-radius: 15px;     /* Firefox */
 -khtml-border-radius: 15px;   /* Konqueror */
 -webkit-border-radius: 15px;  /* Safari, Chrome */
 width: 995px;
 height: 20px;
 float: left;
 margin-top: 10px;
 background-image: url("bilder/footer.png");
}

div.footer .text-pos {
 float: left;
 margin-left: 30px;
 margin-top: 3px;
 color: #000000;
 font-size: 10px;
 font-weight: bold;

}

div.footer a:link {
 color: #1E1A79;
 font-size: 12px;
 font-weight: normal;
 text-decoration: none;
}

div.footer a:visited {
 color: #1E1A79;
 font-size: 12px;
 font-weight: lighter;
 text-decoration: none;
}
