/*
Stylesheet
*/
body {
background-image: url(../images/bg-main.gif);
background-repeat: repeat;
padding: 1% 0;
font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-size: 86%;
line-height: 1.4;
background-color: #FFE6C4;
color: #fff;
}
#wrapper {
background-color: #0083ae;
color: #000;
}
#header {
	min-height: 70px;
	background-image: url(../images/bg-head.gif);
	background-repeat: repeat-x;
	background-color: #09c;
	color: #fff;
}

/* UEBERSCHRIFTEN */
h1 {
font-family: Georgia, 'Trebuchet MS', Helvetica, Arial, sans-serif;
font-style: italic;
letter-spacing: 1.8pt;
font-size: 200%;
padding: 15px 0 10px 15px;
background-color: transparent;
color: #FFFFFF;
}

h3, h4 {
padding: 10px 0 10px 10px;
}
h2 {
background-color: #d9f1ff;
color: #000;
font-size: 160%;
letter-spacing: 0.8pt;
margin-bottom: 30px;
padding: 30px 0 20px 10px;

}

h3 {
font-size: 130%;
border-bottom: 1px solid #cef;
}
h4 {
font-size: 110%;
border-bottom: 1px solid #cef;
}

/* === ALLGEMEINE Formate  === */
p {
margin-top: 10px;
padding: 0 10px;
line-height: 1.2em; 
}

img {
position: relative; 
float: left;
padding-top: 5px;
padding-left: 13px;
padding-right: 10px;
}

a {
text-decoration: none;
background-color: transparent;
color: #013650;
}

/* HORIZONTALES MENUE im Kopfbereich */
#mainmenu {
background-color: #0083ae;
color: #000;
}
#mainmenu ul {
list-style-type: none;
margin-left: 5px;
}
#mainmenu ul li {
float: left;
width: auto;
margin: 0 5px;
background-color: #0083ae;
color: #fff;
}
#mainmenu ul li a {
display: block;
padding: 5px 10px;
background-color: #0083ae;
color: #fff;
text-decoration: none;
font-weight: bold;
border-top: 1px solid #014465;
border-right: 1px solid #014465;
border-left: 1px solid #014465;
border-bottom: 1px solid #014465;
}
#mainmenu ul li a:hover {
background-color: #3cf;
color: #013650;
}
#mainmenu ul li a.on {
border-bottom: 1px solid #a9e2fe;
background-color: #a9e2fe;
color: #014465;
cursor: default;
}

/* === CONTENT Formate  === */
#mainbox {
background-color: #e8f7ff;
color: #000;
}

#content ul {
list-style-type: circle;
margin: 5px 0px 10px 30px;
}
#content ul li {
padding: 5px 0 0 0;
}
#content p {
padding-left: 15px;
}
#content p.topper {
margin-top: 20px;
padding-bottom: 30px;
}
#content a {
background-color: transparent;
color: #0083ae;
border-bottom: 1px solid #0083ae;
}
#content a:hover {
background-color: transparent;
color: #000;
border-bottom: 1px solid #000;
}

/* === LINKESPALTE Formate  === */
#linkespalte {
background-image: url(../images/bg-left.gif);
background-repeat: repeat-y;
background-position: top right;
background-color: #a9e2fe;
color: #000;
}
/* Formate fuer Submenue in linker Spalte */
#linkespalte ul {
list-style-type: none;
margin: 20px 20px 0 10px;
}
#linkespalte ul li {
margin: 2px 0;
background-color: #09c;
color: #fff;
border: 1px solid #013650;
}
#linkespalte ul li a {
display: block;
padding-left: 5px;
text-decoration: none;
font-weight: bold;
background-color: #09c;
color: #e8f7ff;
}
#linkespalte ul li a:hover {
background-color: #3cf;
color: #013650;
}
#linkespalte ul li a.aktiv {
text-align: right;
background-color: #0083ae;
color: #fff;
cursor: default;
border-left: 10px solid #013650;
padding-right: 10px;
}

/* === RECHTESPALTE Formate  === */
#rechtespalte {
background-image: url(../images/bg-right.gif);
background-repeat: repeat;
background-color: #a9e2fe;
color: #000;
}
/* Formate fuer 'Teaser' */
#rechtespalte p {
font-size: 90%;
margin: 10px 5px;
padding: 10px;
background-color: #ece1cc;
color: #009;
border: 1px solid #e0d0b0;
border-top: 10px solid #e0d0b0;
}

#rechtespalte img {
padding-top: 25px;
padding-left:10px;
padding-right: 20px;
padding-bottom:15px;
}

#rechtespalte a {
background-color: transparent;
color:#009;
border-bottom: 1px solid #0083ae;
}
#rechtespalte a:hover {
background-color: transparent;
color:#FF0000;

border-bottom: 1px solid #000;
}

/*#rechtespalte p.copyright {
position: absolute;
bottom: 40px;
border: 0 none;
background-color: transparent;
color: #666;
}*/

/* === FOOTER Formate  === */
#footer {
text-align: center;
border-top: 1px solid #00769d;
background-color: #09c;
color: #fff;
}
#footer p {
padding: 10px 0;
}
#footer a {
padding: 0 10px;
background-color: #0083ae;
color: #fff;
text-decoration: none;
border: 1px solid;
border-color: #a9e2fe #014465 #014465 #a9e2fe;
}
#footer a:hover {
border: 1px solid;
border-color: #014465 #a9e2fe #a9e2fe #014465;
}

/* === Sonstiges === */
code {
font-size: 120%;
background-color: transparent;
color: #c39;
}

hr, .un, .copyright {
display: none;
}

acronym.first {
cursor: help;
}
