/* Allgemeine Stile */

* {
margin: 0;
padding: 0;
}
html {
height: 100%;
margin-bottom: 1px;
}
h1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.4em;
font-weight: bold;
color: #cc3300;
margin: 0 15px 10px 0;
background: none;
}
h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
color: #fff;
background: #002247;
display: block;
}
h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: normal;
color: #002247;
}
p, a, li {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
line-height: 1.2em;
padding: 0;
margin: 0;
}
li {
indent: -25px;
}
a img {
background: transparent;
border: 0 none;
}
a:link, a:visited {
color: #cc3300;
font-size: 100%;
font-weight: bolder;
text-decoration: none;
background-color: transparent;
}
a:hover, a:active, a:focus {
color: #002247;
font-size: 100%;
font-weight: bolder;
background: none;
text-decoration: none;
}
#logo a, 
#bild a {
display: block;
margin: 0;
padding: 0;
background: transparent;
border: 0 none;
}


/* Inhaltsstile für linke Spalte */

a img {
border: none;
}
.clr{
clear: both;
}
.module_menu h3, .module h3{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.2em;
font-weight: bold;
color: #cc3300;
margin: 0;
padding: 0;
}
.module_menu, .module {
float: left;
background: transparent;
margin-bottom: 10px;
}
.module_menu ul, .module ul {
width: 120px;
list-style: none;
padding: 0;
margin: 0;
}
.module_menu ul li, .module ul li {
color: #fff;
font-weight: bold;
background:#002247;
margin: 15px 0;
display: block;
}
.module ul li {
color: #000;
font-weight: bold;
padding: 5px;
margin: 15px 0;
display: block;
background: transparent; 
}
.module_menu ul li a, .module_menu ul li a:link, .module_menu ul li a:visited {
color: #fff;
font-weight: bold;
padding: 5px;
display: block;
background: #002247;
text-decoration: none;
}
.module ul li a:link, .module ul li a:visited {
font-size: .8em;
font-weight: bold;
list-style: none;
padding: 0;
}
.module_menu ul li a:hover, .module_menu ul li a:active {	
font-weight: bold;
list-style: none;
color:#002247;
text-decoration: none;
display: block;
background: #cc3300;
}
.module ul li a:hover, .module ul li a:active {	
font-size: .8em;
list-style: none;
color:#002247;
text-decoration: none;
font-weight: bold;
font-style: oblique;
border-bottom: 1px dotted #002247;
display: block;
width: 98%;
}
.module_menu ul li#current a, a#active_menu.mainlevel {	
font-weight: bold;
display: block;
text-decoration: none;
background: #cc3300;
color:#002247;
}
.module_menu ul li#current li a, 
.module_menu ul li li#current a {
text-align: right;
color: #002247;
font-style:oblique;
text-decoration: none;
background: #cc3300;	
}
.module_menu ul li li a {
color: #002247;
font-weight: bold;
font-size: .8em;
text-decoration: none;
}
.moduletabletop ul, .moduletop ul {
text-align: left;
list-style-type: none;
margin: 0;
padding: 7px 0 7px 7px;
border: 0;
font-weight: bold; 
font-size: 1em; 
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
.moduletabletop ul a, .moduletop ul a {
font-weight: bold; 
font-size: 1em; 
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
.moduletabletop li, .moduletop li  {
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0 15px 0 0;
}
.moduletabletop li a:link, .moduletabletop li a:visited, .moduletop li a:link, .moduletop li a:visited, {
display: block;
text-align: center;
font-weight: bold; 
font-size: 1em; 
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
background: transparent;
text-decoration: none;
padding: 0;
border: 0;
}
.moduletabletop li a:hover, .moduletop li a:hover, .moduletabletop li a:active {
display: block;
text-align: center;
font-weight: bold; 
font-size: 1em; 
font-family: Arial, Helvetica, sans-serif;
color: #e1e2e4;
text-decoration: underline;
padding: 0;
border: 0;
}


/* Inhaltsstile für rechte Spalte */

#rechte_spalte p {
line-height: 150%;
margin: 0 10px 15px 0;
text-align: left;
font-size: .7em;
}
#rechte_spalte ul, 
#rechte_spalte ol {
margin: 0;
padding: 0;
}
#rechte_spalte ul li {
list-style: square outside;
margin-left: 20px;
padding: 3px 0;
}
#rechte_spalte ol li {
list-style: decimal inside;
margin-left: 10px;
padding: 3px 0;
}


/* Inhaltsstile für das Inhaltsfenster */

#inhalt h2 {
margin: 20px 15px 7px 0;
font-weight: normal;
}
#inhalt h3, 
#inhalt h4, 
#inhalt h5, 
#inhalt h6 {
margin: 20px 15px 7px 0;
}
#inhalt p {
line-height: 1.4em;
margin: 10px 15px 10px 0;
}
#inhalt p.teaser {
font-weight: bold;
line-height: 1.5em;
margin: 15px 15px 15px 0;
}
#inhalt ul,
#inhalt ol {
margin: 10px 15px 10px 0;
padding: 0;
}
#inhalt ul li {
list-style: disc outside;
margin-left: 25px;
padding: 2px 0;
}
#inhalt ul li ul {
margin: 5px 0 10px 10px;
}
#inhalt ul li ul li {
padding: 1px 0;
}
#inhalt ol li {
list-style: decimal inside;
margin-left: 10px;
padding: 3px 0;
}
#inhalt ol li ul li {
list-style: outside circle;
margin-left: 35px;
}
#inhalt ul h2, #inhalt ol h2, 
#inhalt ul h3, #inhalt ol h3,
#inhalt ul h4, #inhalt ol h4,
#inhalt ul h5, #inhalt ol h5,
#inhalt ul h6, #inhalt ol h6 {
margin: 0;
}
#inhalt ul p {
margin: 0;
padding: 0;
}
#inhalt ol p {
margin: 5px 0 5px 15px;
padding: 0;
}
#inhalt ul img {
vertical-align: middle;
}
#inhalt ul.nodisc li {
list-style-type: none;
padding: 5px 0;
margin-left: 0;
}
.datum {
font-size: 0.70em;
}

/* Inhaltsstile für Breadcrumbs */

#pathway {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #002247;
font-weight: bolder;
font-size: 100%;
line-height: 1.5em;
background: none;
}



/* Allgemeine Stile */

h2.componentheadingsuche {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.4em;
font-weight: bold;
color: #cc3300;
margin: 0 15px 10px 0;
}

fieldset {
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 20px 0;
border: none;
}

.contentheading {
background: none;
}
