/* Allgemeine Formatierung */

body {
border:0px; padding:0px; margin:0px;
background-color:#FFF;
background-image:url(../style/bg3.png);
background-repeat:repeat; background-attachment:fixed;
color:#222; font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt; text-align: left;
}

#borderleft { position:fixed; left:0px; top:0px;
height:100%; width:13px; background-color:navy; }

/* Links, besuchte Links allgemein */
a:link { color:#000; text-decoration:none; }
a:visited { color:maroon; text-decoration:none; }
a:hover { color:#AAA; text-decoration:underline; }

/* Beginn Menuebox */
#menu {
float:left; width:18%;
margin-top: 110px; margin-left: 22px;
font-weight: bold; }

#menu ul { padding: 0px 0px 0px 20px; margin: 6px 0px 6px 0px; }

#menu li { margin-top: 5px; font-weight: normal; font-size: 8pt; }

#menu a { display:block; }

/* Logo */
.logo { border:0px; height: 90px; margin-left: 23%; display:block;}
/* Ende Menuebox */

/* Beginn Headerbox */
#title {
float:left; width: 72%; height:80px;
background-color: navy;
color: #EEE; font-weight: bold; text-align: right; 
padding-left: 2%; padding-right: 1%; }

#title h1 { font-size: 24pt; margin-top: 20px; margin-right: 20px; }
#title h2 { font-size: 22pt; margin-top: 20px; margin-right: 20px; }
#title h3 { font-size: 14pt; margin-top: 26px; margin-right: 20px; }
/* Ende Headerbox */

/* Beginn Inhaltsbox  */
#inhalt { 
float:left; width: 72%; min-height:600px;
padding-top: 5px; padding-bottom: 50px;
padding-left: 2%; padding-right: 1%;
background-image:url(../style/bg1.png);
background-attachment:fixed;
background-repeat:repeat;
}

#inhalt h3 { font-size: 13pt; font-weight: bold; color: navy; margin-top:28px; }
#inhalt h4 { font-size: 10pt; }

#inhalt img { border: 0px; }

#inhalt a:link { color:navy; text-decoration:underline; }
#inhalt a:visited { color:maroon; text-decoration:none; }
#inhalt a:hover { color:#444; }
/* Ende Inhaltsbox  */

.leftp { clear:left; text-align: left; }
.centerp { text-align: center; } 
.rightp { clear:right; text-align: right; }
.blockp { text-align: justify; padding-right: 15px; padding-left: 15px; }
.blocku { text-align: justify; padding: 6px 10px;
 border-bottom-width: 1px; border-bottom-color:navy; border-bottom-style:solid;}

.largerp{ font-size: 13pt; font-weight: normal; }
.largep { font-size: 16pt; font-weight: normal; }
.smallp { font-size:  8pt; font-weight: normal; }
.xsmallp { font-size: 7pt; font-weight: normal; }

.lastupd { font-size: 7pt; font-weight: normal; text-align: right; padding-right: 8px; 
}


/* Beginn  Menu Footer */
#menufooter{
position:fixed; left:6px; bottom:5px;
width:18%;
margin-left:12px; padding-right: 5px;
font-size: 7pt; font-weight: normal; text-align:right; }

#menufooter hr { border: none; border-top: dotted 2px #666; margin:3px;}

/* Ende  Menu Footer */
