/* - - - - - - - - - - - - Allg. Vorgaben - - - - - - - - - - - - */
html {
overflow-y:auto;
overflow-x:hidden;
}
html, body {
font-family: Verdana, Arial, Helvetica, sans-serif;
margin:0 0 10px 0 ;
padding:0;
color:#004990;
height:auto;
font-size:100.1%;
}
#typo,
#typoPop {
font-size:0.70em;
width:84.8em;
margin-top:0;
/*margin-left:30px;*/
margin:auto;
padding:0;
line-height:130%;
}

/*Fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
#typo {
width:86.4em;
}
}

/* Hides from IE-mac \*/
* html #typo {
width:84.8em;
}
/* End hide from IE-mac */

#typoPop {
width:99%;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li, input {
	font-family: Verdana, Arial,Helvetica, sans-serif;
	margin:0;
	padding:0;
}
dl, dt, dd, img, li {margin:0; padding:0; border:0;}
form {display:inline;}

/* Unsichtbare Elemente ausserhalb des Bildschirms */
.ubar, .nurDruck {
position:absolute;
left:-1000px;
top:-1000px;
width:0px;
height: 0px;
overflow:hidden;
display:inline;
}

a:link {text-decoration: none; color : #ee0101;}
a:visited {text-decoration: none; color:#ee0101;}
a:hover {text-decoration: underline; }
a:active {text-decoration: underline; }
a:focus {text-decoration: underline;  }

.clear {
clear:both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	*display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.visual {
max-width:680px;
width:expression(this.width > 680? 680: true);
margin-top:26px;
}

/* - - - - - - - - - - - - Meta - - - - - - - - - - - - */
.meta {
display:block;
width:100%;
height:80px;
}
.logo {
float:left;
width:auto;
}
* html .logo {
width:173px;
height:80px;
}
ul.metaleiste {
float:right;
width:auto;
list-style-type:none;
margin-top:9px;
}
ul.metaleiste li {
display:inline;
color:#6d6d6d;
padding:0 3px 0 7px;
border-left:1px solid #6d6d6d;
}
ul.metaleiste li.first {
border:none;
}
.metaleiste a,
.metaleiste a:visited {
color:#6d6d6d;
}
/* - - - - - - - - - - - - Raster - - - - - - - - - - - - */
.content {
display:block;
float:left;
width:60.75em;
margin:2px 0 0 10px;
background-color:transparent;
}

/*fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
.content {
width:61.8em;
}
}
/* Hides from IE-mac \*/
* html .content {
margin:2px 0 0 0;
position:relative;
left:10px;
width:60.75em;
}
/* End hide from IE-mac */

.contentLarge {
width:84.0em;
}
/*fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
.contentLarge {
width:85.5em;
}
}
/* Hides from IE-mac \*/
* html .contentLarge {
width:84.0em;
}
/* End hide from IE-mac */

.links {
float:left;
width:13.8em;
margin-top:28px;
}

/*fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
.links {
width:14.15em;
}
}
.inhalt {
vertical-align:bottom;
margin-top:28px;
}
.zweiSpalten {
float:right;
width:45.15em;
vertical-align:bottom;
margin-top:28px;
}
/*fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
.zweiSpalten {
width:46.0em;
}
}
.inhaltLarge {
float:right;
width:68.3em;
vertical-align:bottom;
margin-top:28px;
}
/*fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
.inhaltLarge {
width:69.50em;
}
}
.rechts {
float:right;
width:21.4em;
}
/*fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
.rechts {
width:21.8em;
}
}
/* - - - - - - - - - - - -  Firstlevel Navigation  - - - - - - - - - - - - */
.nav {
display:block;
width:100%;
height:auto;
}
.nav .modulBorder {
display:block;
height:4px;
background-image:url(/cms-layout/img/border-nav.png);
background-repeat:repeat-x;
background-position:left top;
border-left:1px solid #f2f2f2;
border-right:1px solid #f2f2f2;
padding:0;
overflow:hidden;
}
/* Hides from IE-mac \*/
* html .nav .modulBorder {
filter:alpha(opacity=50);
}
/* End hide from IE-mac */
.nav ul#Navigation {
display:block;
background-color:#fff;
list-style-type:none;
margin:0 0 0 0;
border:1px solid #dedcdc;
border-bottom:0;
background-image:url(/cms-layout/img/bg-nav.gif);
background-repeat:repeat-x;
background-position:left bottom;
position:relative;
}
.nav ul#Navigation li {
float:left;
width:auto;
padding:3px 0 3px 0;
}
.nav ul#Navigation li a {
color:#004990;
font-weight:bold;
font-size:110%;
line-height:140%;
/*border-right:1px solid #afbbcb;*/
padding:5px 14px 5px 14px;
}

.nav ul#Navigation li a.aktiv {
color:#fff;
background-color:#004990;
}
.nav ul#Navigation li img {
position:absolute;
margin-top:0px;
*margin-top:3px;
}
/* - - - - - - - - - - - - - - - - - - - - senkrechte Navigation  - - - - - - - - - - - - - - - - - - - - */
#senkrMenu {
margin:0 0 20px 0;
font-size:95%;
border-top:1px solid #b7b7b7;
}
/* - - - - - Allgemein - - - - - - -*/
#senkrMenu ul {
list-style: none;
text-align:left;
padding:0;
margin:0 0 0 0;
width:auto;
color: #004990;
}
#senkrMenu ul ul  {
margin:0 0 0 0;
}

/*
  nur fuer PC IE wegen Mac IE
\*/
* html #senkrMenu ul li  {
height:21px;
margin-top:-2px;
margin-bottom:0;
padding:0;
}
/*
*/
/* - - - - - - In dieses LI wird die naechste Liste eingeschachtelt - - - - - - -*/
#senkrMenu ul li.ohne  {
margin:0 0 0 0;
padding:0;
color: #000;
border: 0 none;
min-height:1px;
}
#senkrMenu ul li.ohne ul  {
background-color:#fff;
}
#senkrMenu ul ul li.ohne  {
margin-top:0;
}
/* - - - - - -  Allgemeines Aussehen der Links - - - - - - -- */
#senkrMenu ul a {
display: block;
color: #004990;
padding: 3px 3px 4px 7px;
*padding: 4px 3px 4px 7px;
font-weight: normal;
text-decoration: none;
position:relative;
border-bottom:1px solid #b7b7b7;
*margin-top:-1px;
}
/*
  nur fuer PC IE wegen Mac IE
\*/
* html #senkrMenu ul li a   {
height:21px;
margin-top:-2px;
margin-bottom:0;
padding-bottom:2px;
vertical-align:bottom;
padding-top:10px;
}
* html #senkrMenu ul ul li a {
height:auto;
margin-top:-1px;
padding-bottom:4px;
padding-top:4px;
}
/*
*/
#senkrMenu ul ul a {
background-color:#ddeffc;
padding: 3px 3px 4px 11px;
*padding: 4px 3px 4px 11px;
}
/* - - - Anzeige der  Rubrik mit Mouseover - - - */
#senkrMenu ul a:hover,
#senkrMenu ul a:focus {
text-decoration:underline;
}
/*- - - Anzeige der aktuellen Rubrik - - - */
#senkrMenu ul li a.aktuell {
color: #fff;
background-color:#004990;
}
#senkrMenu ul ul li a.aktuell {
color: #004990;
background-color:#c4e6ff;
}
/* - - - Anzeige der oberen Rubrik mit Highlight - - - */
#senkrMenu ul li a.high {
color: #fff;
background-color:#004990;
}
/* - - - - - - - - - - - - zweispaltiges Modul - - - - - - - - - - - - */
.box {
margin-top:3px;
}
.home {
margin-top:-23px;
}
.boxLeft {
float:left;
width:49%;
overflow:hidden;
}
.boxRight {
float:right;
width:49%;
text-align:right;
overflow:hidden;
}
.box img {
margin-bottom:3px;
}
.inhalt .modul .box h2 {
font-size:120%;
color:#004990;
margin-bottom:2px;
}
.inhalt .modul .box h2 a,
.inhalt .modul .box p a {
color:#004990;
}
.inhalt .modul .box .main h2 a,
.inhalt .modul .box .main p a {
display: inline-block;
}
.inhalt .modul .box p {
margin-bottom:5px;
text-align:left;
}
.main {
width:330px;
max-width:330px;
text-align:left;
margin-bottom:11px;
}
.main img {
width:330px;
max-width:330px;
width:expression(this.width > 330? 330: true);
}
* html .main img {
position:relative;
}
* html .main h3 {
position:relative;
}
.news {
text-align:left;
margin-bottom:14px;
padding-bottom:10px;
border-bottom:2px dotted #b2b2b2;
display: block;
}
.box .news {
width:330px;
max-width:330px;
padding-top:6px;
border-top:2px dotted #b2b2b2;
padding-bottom:0;
border-bottom:0;
}
.news img,
.bereich img {
border:1px solid #b2b2b2;
width:129px;
max-width:129px;
width:expression(this.width > 129? 129: true);
position:relative
}

/* - - - - - - - - - - - - Inhalt - - - - - - - - - - - - */
.inhalt .modul {
display:block;
width:100%;
margin-bottom:10px;
}
.inhalt .modul p,
.inhalt .news p {
display:inline;
margin-bottom:7px;
}
.inhalt .modul .pText {
margin-bottom:7px;
}
.inhalt .Border {
border-bottom:2px dotted #b2b2b2;
padding-bottom:5px;
}
a.mehr {
margin-left:3px;
}
span.mehr {
	margin-left:3px;
	color:#EE0101;
}
a.mehr2 {
background-image:url(/cms-layout/img/icon-mehr2.gif);
background-repeat:no-repeat;
background-position:left 0.45em;
padding-left:13px;
}
.inhalt .einleitung {
margin-bottom:12px;
}
.einleitung .datum {
display:block;
margin-bottom:10px;
}
.inhalt h1 {
font-size:150%;
color:#004990;
margin-bottom:6px;
margin-left:-1px;
line-height:130%;
}
.inhalt h2 {
font-size:120%;
line-height:130%;
color:#004990;
margin-bottom:3px;
}
.inhalt .modul h3,
.inhalt .news h3 {
font-size:100%;
color:#878787;
margin-bottom:5px;
text-align:left;
text-transform:uppercase;
min-height:1.3em;
*height:1.3em;
}
.inhalt .modul h4,
.inhalt .zweiSpalten h4 {
font-size:100%;
/*color:#004990;*/
color:#004990;
margin-bottom:2px;
margin-top:2px;
text-align:left;
}
.inhalt .news h4 {
font-size:100%;
margin-bottom:0;
/*color:#004990;*/
color:#004990;
line-height:110%;
}
.inhalt div.top {
text-align:right;
margin-bottom:4px;
}
.inhalt div.topZwei {
margin-bottom:-5px;
}
.inhalt div.top a {
background-image:none;
display:block;
color:#717070;
}
.kommbox {
border-top:2px dotted #b2b2b2;
border-bottom:2px dotted #b2b2b2;
}
/* - - - - - - - - - - - - Bereichsstartseite - - - - - - - - - - - - */
.bereich {
padding-bottom:10px;
*padding-bottom:5px;
}
.bereich dl.spalteLeft dt {
width:129px;
max-width:129px;
width:expression(this.width > 129? 129: true);
padding-bottom:10px;
*padding-bottom:5px;
}
.bereich dl.spalteLeft .pText {
display:inline-block;
}
/* - - - - - - - - Bildpositionen - - - - - - - - - */
.modul dl {
margin-bottom:7px;
margin-top:5px;
display:block;
width:100%;
}
.module dt {
position:relative;
}
dl dt img {
display:block;
border:1px solid #b7b7b7;
}
dl dt img.lupe {
position:absolute;
z-index:8;
width:auto;
height:auto;
left:5px;
bottom:5px;
border:0!important;
}
.modul dl dd {
background-color:#edf7fd;
/*color:#004990;*/
color:#color:#004990;
padding:5px 7px 6px 7px;
}
/* Bild links */
dl.left {
float:left;
padding:0;
margin:3px 10px 3px 0;
position:relative;
left:0;
}
dl.left dd,
dl.right dd {
margin:0 -2px 0 0;
}
dl.spalteLeft {
background-color:#edf7fd;
}
dl.spalteLeft dt {
float:left;
padding:0;
margin:0 0 0 0;
position:relative;
left:0;
}
dl.spalteLeft dd {
margin:0;
vertical-align:top;
width:auto;
text-align:left;
border-left:5px solid #edf7fd;
}
.bereich dl.spalteLeft {
margin-bottom:0;
background-color:transparent;
}
.bereich dl.spalteLeft dt {
margin:2px 0 -3px 0;
*margin:2px 0 -2px 0;
}
.bereich dl.spalteLeft dd {
background-color:transparent;
padding:0 0 0 6px;
border-left:5px solid #fff;
}

/* Bild rechts */
dl.right {
float:right;
padding:0;
margin:3px 2px 3px 10px;
*margin:0 0 0 10px;
}
.modul .textLeft {
margin:0;
padding:0 10px 0 0;
vertical-align:top;
width:auto;
text-align:left;
}
/* Hides from IE-mac \*/
* html .modul .textLeft {
display:inline-block;
}

dl.spalteRight {
background-color:#edf7fd;
}
dl.spalteRight dt {
float:right;
padding:0;
margin:0 0 0 0;
}
dl.spalteRight dd {
margin:0 0 0 0;
vertical-align:top;
width:auto;
text-align:left;
border-right:5px solid #edf7fd;
}
/* Bereichsstartseite */
.bereich dl.spalteRight {
margin-bottom:0;
background-color:transparent;
}
.bereich dl.spalteRight dt {
float:right;
padding:0;
margin:2px 0 -2px 0;
*margin:2px 0 -2px 0;
}
.bereich dl.spalteRight dd {
background-color:transparent;
padding:0 0 0 6px;
border-right:5px solid #fff;
}
/* Kommunikationsbox */
dl.kommbox  {
background-color:#d5e6f3;
}
dl.kommbox dt {
margin-top:-1px;
}

dl.kommbox dd {
position:relative;
left:2px;
}
/* Hides from IE-mac \*/
* html dl.kommbox dd {
left:-3px;
margin-right:-4px;
}
/* End hide from IE-mac */

dl.kommbox dd table {
margin:0;
width:auto;
border-collapse:collapse;
}
dl.kommbox table td {
padding:0 15px 2px 0;
}
/* Bild mittig */
dl.mitte {
padding:0;
background-color:#edf7fd;
margin:auto;
}
dl.mitte dt img {
max-width:504px;
width:expression(this.width > 504? 504: true);
margin:auto;
}
dl.mitte dd {
margin-right:-3px;
}
/* - - - - - - - - - - - - Listen - - - - - - - - - - - - */
.modul ul {
list-style-type:none;
display:block;
}
* html .modul .news ul.linkLi {
border:1px solid #fff;
}
.modul ul li {
background-image:url(/cms-layout/img/icon-liste.gif);
background-repeat:no-repeat;
background-position:left 0.45em;
padding-left:10px;
padding-bottom:3px;
margin-left:5px;
*display:inline-block;
}
.modul ul ul li {
margin-left:15px;
*margin-left:5px;
}
.modul ul li a,
.modul ul.linkLi li,
.modul ul.linkliste li  {
background-image:url(/cms-layout/img/icon-linkliste.gif);
background-repeat:no-repeat;
background-position:left 0.35em;
padding-left:13px;
}
.inhalt .modul .pText ul li a {
background-image:none;
}
.modul ul.linkLi li {
margin-left:5px;
padding-left:0;
}
.anker ul li {
background-image:url(/cms-layout/img/icon-linklisteBlue.gif);
padding-left:13px;
}
.anker ul li a {
background-image:none;
padding-left:0;
}
.anker {
border-top:2px dotted #b2b2b2;
border-bottom:2px dotted #b2b2b2;
}
.anker h2 {
margin:5px 12px 3px 12px;
}
.anker ul {
margin:7px 7px 7px 7px;
}
.modul ul.linkliste li  {
margin-bottom:7px;
margin-top:4px;
line-height:150%;
margin-left:5px;
padding-left:0;
*background-position:left 0.45em;
}
.modul ul.linkliste li a {
background-image:none;
font-weight:bold;
*display:inline-block;
}
.modul ul.ListenLinks {
margin-top:5px;
}
.modul ul.ListenLinks li  {
line-height:150%;
margin-left:5px;
background-image:url(/cms-layout/img/icon-linkliste.gif);
background-repeat:no-repeat;
padding-left:13px;
background-position:left 0.45em;
}
.modul dl.kommbox ul.ListenLinks li  {
background-image:url(/cms-layout/img/icon-linklisteBlue.gif);
position:relative;
}
.modul ul.ListenLinks li a {
background-image:none;
*display:inline-block;
padding-left:0;
}
/* - - - - - - - - - - - - Blaettern - - - - - - - - - - - - */
.inhalt .blaettern {
padding:3px 0 3px 0;
*padding:5px 0 2px 0;
margin-bottom:10px;
text-align:right;
}
.inhalt .blaettern ul {
list-style-type:none;
font-size:95%;
display:block;
margin:0 5px 0 0;
padding:0;
vertical-align:middle;
*display:inline-block;
position:relative;
float:right;
width:auto;
}
.inhalt .blaettern ul li {
width:auto;
display:inline;
background-image:none;
padding:0 0 0 0;
}
.inhalt .blaettern ul.left {
float:left;
width:auto;
*position:relative;
*top:-3px;
}
.inhalt .blaettern ul li.right {
float:right;
width:auto;
}
.inhalt .blaettern ul li a {
padding:0 0 0 0;
background-image:none;
vertical-align:middle;
color:#004990;
margin:0;
*position:relative;
*top:-1px;
}
.inhalt .blaettern ul li .trennstrich {
padding:0 0 0 0;
vertical-align:middle;
color:#004990;
margin:0 0 0 5px;
*position:relative;
*top:-1px;
}
.inhalt .blaettern ul li a:hover {
text-decoration:none;
}
.inhalt .blaettern ul li.left a {
border:0;
padding:0 5px 0 0;
}
.inhalt .blaettern ul li a img {
vertical-align:top;
*vertical-align:middle;
margin:0 0 0 0;
}
.inhalt .blaettern ul li span.high {
font-weight:bold;
padding:0 0 0 0;
position:relative;
vertical-align:middle;
*top:-1px;
}
.inhalt .blaettern a.pageBack {
border:0;
padding:0;
*padding:0 0 2px 0;
*position:relative;
*top:-3px;
}
.inhalt .blaettern a.pageStart {
border:0;
margin:0 0 0 0;
padding:0;
*padding:0 0 2px 0;
position:relative;
*top:-3px;
}
.inhalt .blaettern ul li a.pageVor {
border:0;
margin:0;
padding:0;
*padding:0 0 2px 0;
*position:relative;
*top:-3px;
}
.inhalt .blaettern li a.pageEnd {
border:0;
margin:0 0 0 0;
padding:0;
*padding:0 0 2px 0;
position:relative;
*top:-3px;
}
/* - - - - Personenliste - - - - - - - */
table.zweiSpalten {
table-layout:fixed;
padding: 0 0 0 0 ;
margin:0 0 10px 0;
border-collapse: collapse;
float:none;
clear:both;
width:100%;
}
table.zweiSpalten caption {
font-size:100%;
color:#878787;
border-bottom:5px solid #fff;
text-align:left;
text-transform:uppercase;
font-weight:bold;
}
table.zweiSpalten th,
table.zweiSpalten td {
border-top:2px dotted #b2b2b2;
border-bottom:2px dotted #b2b2b2;
vertical-align:top;
}
table.zweiSpalten th {
width:52px;
padding:0;
background-color:#d5e6f3;
}
table.zweiSpalten img {
border:1px solid #b2b2b2;
margin-top:-1px;
}
table.zweiSpalten td {
background-color:#edf7fd;
padding:7px;
}
table.zweiSpalten td.abstand {
width:20px;
border:0;
background-color:transparent;
padding:0;
 }
table.zweiSpalten th.leer,
table.zweiSpalten td.leer {
background-color:transparent;
border:0;
}
.inhalt .zweiSpalten h4 {
margin-bottom:0;
}
/* - - - - - - - - - - - - - - - - - -  Bildergalerie  - - - - - - - - - - - - - - - - - - */
.galerie {
display:block;
width:70.00em;
margin-top:12px;
*margin-top:7px;
margin-right:-20px;
margin-bottom:-8px;
*margin-bottom:10px;
}
/* fuer IE 7 und 8; nicht valide */
.galerie {
	width /*\**/: 70.5em\9; /* für IE7 und 8 */
}

/* Hides from IE-mac \*/
* html .galerie {
width:70.5em;
}
/* End hide from IE-mac */
/*fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
.galerie {
width:71.15em;
}
}
.inhalt .galerie dl {
position:relative;
z-index:8;
float:left;
width:21.55em;
border-right:20px solid #fff;

margin-top:0;
background-color:#edf7fd;
}

/* End hide from IE-mac */
/*fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
.inhalt .galerie dl {
width:21.9em;
}
}
.galerie dl dt {
border-top:2px dotted #b2b2b2;
*border-top:2px dotted  #b2b2b2;
height:11.75em;
margin:0;
overflow:hidden;
background-color:#ddeffc;
}
 .inhalt .galerie dl dt img {
max-width:241px;
width:expression(this.width > 241? 241: true);
border:0;
}
.galerie dl dd {
display:inline-block;
height:3.75em;
overflow:hidden;
border-bottom:2px dotted #b2b2b2;
}
html:first-child>b\ody .galerie dl dd {
display:block;
}
.galerie dl dd.download {
border-top:1px solid #fff;
height:auto;
max-height:2.55em;
margin-top:-2px;
}
a.lupe,
a.download {
display:block;
background-image:url(/cms-layout/img/icon-lupe.gif);
background-repeat:no-repeat;
background-position:left 0.25em;
padding-left:13px;
position:relative;
}
a.download {
background-image:url(/cms-layout/img/icon-download.gif);
background-position:left 0.5em;
}
/* - - - - - - - - - - - - rechte + linke Spalte - - - - - - - - - - - - */
.rechts .modul {
display:block;
border:1px solid #e0e0e0;
border-bottom:0;
padding:4px;
}
.rechts .modulBorder,
.links .modulBorder {
display:block;
height:4px;
background-image:url(/cms-layout/img/re-modulBorder.gif);
background-repeat:repeat-x;
background-position:left top;
border-left:1px solid #f8f8f8;
border-right:1px solid #f8f8f8;
padding:0;
overflow:hidden;
margin-bottom:10px;
}
.rechts .divLogin {
margin-bottom:25px;
}
form.suche {
color:#004990;
font-size:93%;
}
/* neu */
form.login {
color:#004990;
font-size:93%;
}
form.login span.logName {
display: block;
font-weight:bold;
padding-left: 0;
}
form input,
form select  {
font-size:93%;
width:6em;
padding:2px 1px 2px 2px;
*padding:1px 1px 1px 2px;
border-top:1px solid #b2b2b2;
border-left:1px solid #b2b2b2;
border-bottom:1px solid #dbe1e7;
border-right:1px solid #dbe1e7;
vertical-align:middle;
margin-right:3px;
}
.rechts form.login input.suchfeld {
width:3.75em;
}
/*fuer Opera 7 und Safari*/
@media screen and (min-width: 0px){
.rechts form.login label,
.rechts form.suche label {
clear:both;
float:none;
}
}
/*fuer Opera 7 und Safari*/
@media screen and (min-width: 0px){
.rechts form.login input {
float:left;
}
}
form select  {
padding:0;
}
form input.suchfeld {
width:4.5em;
}
form input.button {
width:auto;
height:auto;
vertical-align:middle;
border:0;
padding:0;
margin-right:0;
}
form.suche input.button {
margin-right:-0px;
*margin-right:0;
}
.rechts form.login {
margin-bottom:5px;
display:block;
}
/*fuer Opera 7 und Safari*/
@media screen and (min-width: 0px){
.rechts form.suche span label {
clear:both;
float:none;
display:block;
}
}
form.suche h3,
form.login h3 {
font-weight:bold;
display:block;
color:#004990;
font-size:93%;
*line-height:100%;
}
form.suche h3 {
margin-top:3px;
*margin-bottom:2px;
*margin-top:2px;
}
form.suche label {
margin-top:-3px;
}
.rechts form.suche label,
.rechts form.login label {
float:left;
margin-top:1px;
width:4em;
}
.rechts form.login label {
width:3.75em;
}
.rechts form.login label.left {
clear:both;
}
form.login span {
display:block;
margin-bottom:3px;
padding-left:3px;
}
.rechts form.suche span {
margin-bottom:3px;
display:block;
}
.rechts form.suche input.suchfeld {
width:14.75em;
}
.rechts form.login input.suchfeld,
.rechts form.login input {
width:14.55em;
*width:14.75em;
}
.rechts form.login input.suchfeld {
margin-top: 3px;
}
form.suche input {
width:18.75em;
}
form.suche select {
width:19.25em;
*width:19.55em;
}
form.suche input.button,
.rechts form.login input.button {
width:auto;
}
.rechts form.login input.button {
margin-top:3px;
margin-left: 3px;
*margin-bottom:0;
}
/* Hides from IE-mac \*/
* html form.suche input.button,
* html form.login input.button {
width:21px;
height:18px;
}
 form.login .logoutButton {
margin-left:6px;
position:relative;
top:-3px;
}
/* End hide from IE-mac */
.formmodul a {
background-image:url(/cms-layout/img/icon-linklisteBlue.gif);
background-repeat:no-repeat;
background-position:left 0.35em;
padding-left:13px;
}
/* - - - - Teaser - - - - */
.rechts .modul,
.links .modul   {
border:1px solid #b2b2b2;
padding:1px;
}
.rechts .formmodul {
border:1px solid #e0e0e0;
padding:4px 4px 3px 4px;

}
.rechts .modul img,
.links .modul img {
max-width:100%;
width:expression(this.width > 237? 237: true);
border:0;
}
.rechts p,
.links p {
display:inline;
}
.rechts .pText,
.links .pText {
display:block;
margin:3px 4px 4px 4px;
}
.rechts .pText a,
.links .pText a {
color:#004990;
display: inline-block;
}
.rechts .imgTeaser .pText a,
.links .imgTeaser .pText a {
display: inline;
}
.rechts h2,
.rechts h3,
.links h2,
.links h3 {
margin-left:3px;
margin-right:3px;
}
.rechts .modul ul,
.links .modul ul {
margin:5px 4px 4px 4px;
padding-top:3px;
border-top:2px dotted #b2b2b2;
}
.rechts .modul ul li,
.links .modul ul li {
margin-left: 0;
}
* html .rechts .modul ul.linkLi li a {
background-image:none;
}

/* - - - - Serviceteaser - - - - - - - */
.rechts .service .headline  {
display:block;
background-color:#b60d39;
color:#fff;
padding:6px 7px;
position:relative;
}
.rechts .service dl.left {
margin-top:0;
min-height: 32px;
display:table-cell;
vertical-align: middle;
}
/* Hides from IE-mac \*/
* html .rechts .service dl.left {
height: 32px;
}
/* End hide from IE-mac */
.rechts .service .textRight {
border-left:5px solid #b60d39;
height:32px;
*height:auto;
*min-height:32px;
display:table-cell;
*display:inline-block;
vertical-align: middle;
*margin-top:3%;
text-align: left
}
.rechts .service .textRight h2 {
font-size:130%;
line-height:130%;
}
.rechts .service .textRight h3 {
font-size:100%;
font-weight:normal;
margin-bottom:3px;
}
.rechts .service .textRight h2 a,
.rechts .service .textRight h3 a {
color: #fff;
}
/* - - - - Infoteaser - - - - - - - */
* html .links .modul {
position:relative;
}
.info h3,
.rechts .imgTeaser h3 {
font-size:115%;
font-weight:bold;
margin:0 0 1px 0;
color:#004990;
}
.info dl {
margin:0;
}
.info img {
margin-bottom:6px;
*margin-bottom:4px;
}
.info .pText {
margin:0 4px 4px 4px;
}
/* - - - - Spaltenteaser - - - - - */
.rechts .imgTeaser {
padding:7px 10px 8px 10px;
}
/* Bild rechts */
.rechts .imgTeaser dl.right {
margin:3px 2px 3px 10px;
*margin:0 0 0 10px;
}
/* - - - - - - Rrss Feed-Teaser - - - - - - - - - */
.rechts .rssFeed {
background-image:url(/cms-layout/img/rssFeed.gif);
background-repeat:repeat-x;
background-position:left bottom;
*border:1px solid #fff;
}
.rechts .modul .rssFeed ul {
padding-top:0;
border-top:0;
margin-bottom:0;
}
.rechts .modul .rssFeed ul li {

border-bottom:2px dotted #b2b2b2;
margin-top:3px;
padding-bottom:3px;
}
.rechts .modul .rssFeed ul li a {
padding-left:13px;
margin-left:-14px;
*display:inline-block;
}
.rechts .modul .rssFeed ul li a span {
color:#004990;
}
.rechts .modul ul.feedAbo {
border-top:0;
}
/* - - - - - - - - - - - - Footer - - - - - - - - - - - - */
.footer {
display:block;
width:100%;
border-top:2px dotted #b2b2b2;
padding-top:5px;
margin-top:0;
}
.footerHome {
width:60.75em;
margin-left:10px;
}
/*fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
.footerHome {
width:61.8em;
}
}
.footerStandard {
width:45.15em;
margin-left:13.8em;
position:relative;
left:30px
}
/*fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
.footerStandard {
left:35px;
width:45.5em;
}
}
.footerLarge {
width:68.3em;
margin-left:13.8em;
position:relative;
left:30px;
}
/*fuer Opera, wird von Safari nicht gelesen*/
@media screen and (min-width: 550px){
.footerLarge {
left:35px;
width:69.0em;
}
}
.footer ul {
list-style-type:none;
}
.footer ul li {
padding:0 0 0 0;
display:inline;
font-size:93%;
}
.footer ul li a,
.footer ul li a:visited {
padding:0 3px 0 10px;
color:#717070;
border-left:1px solid #6d6d6d;
}
.footer ul li.first a,
.footer ul li.first a:visited {
border:none;
}
.footer ul li a img {
position:relative;
top:1px;
}
/* - - - - - - - - - - - - Zoom-PopUp - - - - - - - - - - - - */
#typoPop .inhalt {
margin:0 10px 0 10px;
}
#typoPop .galerie {
display:block;
width:100%;
margin-top:10px;
margin-left:0;
margin-bottom:0;
}
#typoPop .inhalt .galerie dl {
width:100%;
border-left:0;
margin-top:0;
background-color:#edf7fd;
}
#typoPop .galerie dl dt {
height:290px;
}
#typoPop .inhalt .galerie dl dt img {
width:expression(this.width > 464? 464: true);
max-width:464px;
}
#typoPop .galerie dl dd {
height:2.75em;
border-top:1px solid #fff;
}
#typoPop .galerie dl dd.download {
height:auto;
max-height:1.55em;
}
#typoPop .footer ul li {
padding:0 0 0 0;
display:inline;
font-size:93%;
float:left;
width:auto;
}
#typoPop .footer ul li.right {
float:right;
}
#typoPop .footer ul li a,
#typoPop .footer ul li a:visited {
padding:0 3px 0 0;
color:#717070;
border-left:0;
}
/* - - - - - - - - - - - - - - - - - - - - Sitemap  - - - - - - - - - - - - - - - - - - - */
.sitemap {
display:block;
position:relative;
z-index:3;
border-top:1px solid #e8e8e8;
margin-top:-1px;
}
.sitemap h3 {
background-color:#edf7fd;
color:#004990;
padding:4px 7px 4px 7px;
border-bottom:1px solid #e8e8e8;
position:relative;
bottom:-5px;
*bottom:0;
margin-top:-5px;
*margin-top:0;
}
.inhalt .modul .sitemap a {
color:#004990;
padding:0;
}
.sitemap ul {
margin:0 0 0 0;
}
.inhalt .modul .sitemap li {
padding:0 0 0 10px;
border-bottom:1px solid #e8e8e8;
}
.inhalt .modul .sitemap li,
.inhalt .modul .sitemap li a {
background-image:none;
padding-left:0;
margin:0;
}
/* - - - - - -  Allgemeines Aussehen der Links - - - - - - -- */
.inhalt .modul .sitemap ul a {
padding:4px 0 3px 7px;
display:block;
background-image:url(/cms-layout/img/icon-liste.gif);
background-repeat:no-repeat;
background-position:left center;
padding-left:10px;
margin-left:7px;
*height:15px;
}
.inhalt .modul .sitemap ul ul a {
margin-left:14px;
}
.sitemap li a:hover,
.sitemap li a:focus {
text-decoration:underline;
}
/* - - - - - - In dieses LI wird die naechste Liste eingeschachtelt - - - - - - -*/
.sitemap ul li.ohne ul  {
margin:2px 0 -1px 2px;
*margin:-14px 0 -1px 2px;
padding:0;
color: #000;
border: 0 none;
min-height:1px;
*position:relative;
*bottom:-1px;
}
/* Hides from IE-mac \*/
* html .sitemap ul li.ohne ul  {
height:15px;
}
/* End hide from IE-mac */
/* - - - - - - - - - - - - Allgemeine Ergaenzungen - - - - - - - - - - - - */
.inhalt .abstandS {
margin-bottom:7px;
}
.bgBlue {
background-color:#edf7fd;
}
.platzhalter{
padding:40px 0 0px 0px;
}
.bgDBlue {
background-color:#ddeffc;
}
.construction #typo {
width:700px;
width:62.0em;
}
.construction .content,
.construction .contentLarge {
width:98%;
margin:2px 0 0 10px;
}
.construction .inhaltLarge {
float:none;
clear:both;
width:100%;
 }
/* - - - - - - - - - - - -  Tastaturbedienung  - - - - - - - - - - - - */
#typo ul.ubar  {
position:absolute;
top:5px;
z-index:10;
left:0;
width:auto;
height: auto;
overflow:visible;
display:inline;
}
#typo ul.ubar li  {
display:inline;
}
#typo ul.ubar li a {
position:absolute;
z-index:2;
top:-1000px;
left:-1000px;
width:0;
height:0;
overflow:hidden;
}
#typo ul.ubar li a:focus,
#typo ul.ubar li a:active  {
display:block;
top:0;
left:5px;
background-color: #edf5fb;
color:#000;
width:auto;
height:auto;			
overflow:visible;
white-space:nowrap;
text-decoration:none;
}
input:focus, input:active,
select:focus, select:active,
textarea:focus, textarea:active {
background-color: #edf5fb;
}
.meta a:focus .logo,
.inhalt .blaettern ul li a:focus img {
outline:2px dotted #6d6d6d;
}
.inhalt .blaettern ul li a:focus img,
.inhalt dt a:focus img,
table.zweiSpalten a:focus img,
 .inhalt .galerie dl dt a:focus img {
outline:1px double  #666;
}
/* - - - - - - - - - - - -  Teaser FutureShop- - - - - - - - - - - - */
input.future {
background-image:url(/cms-layout/img/icon-mehr2.gif);
background-repeat:no-repeat;
background-position:left 0.45em;
padding-left:13px;

margin-left:5px;
border-bottom:0px;
float:none;
clear:both;
display:block;
width:auto;
border:0;
background-color:#fff;
padding:0px 0px 0px 10px;
*padding:0px 0px 0px 0px;
color:#ee0101;
letter-spacing:0;
font-size:100.1%;
cursor:pointer;
}
input.future:hover {
text-decoration: underline;
cursor:pointer;
}

/* - - - - - - - - Ergaenzung Mai 2009 - - - - - - - - */
.bgLight {
	background-color:#edf7fd;
}
/* - - - - - - - - - Slider Galerie - - - - - - - - */
.slideDiv {
width:45.09em;
padding:10px 0;
border-top:2px dotted #B2B2B2;
border-bottom:2px dotted #B2B2B2;
margin-bottom:20px;
}
div.slideContainer {
float:left;
position:relative;
overflow:hidden;
width:40.18em;
height:auto;
padding:0 0;
background-color:#fff;
}
.slider {
display:block;
width:80000px;
list-style-type:none;
}
.slideDiv .slider li {
float:left;
margin-right:0.64em;
margin-left:0.18em;
text-align:center;
background-color:#edf7fd;
height:13.84em;
position:relative;
}
.slider li a {
padding:0 3px;
text-align:center;
width:12.18em;
height:10.00em;
background-color:#ddeffc;
border-bottom:1px solid #fff;
display:table-cell;
vertical-align:middle;
position:relative;
}
*+html .slider li a {
display:block;
}
* html .slider li a {
display:block;
}
.slider li span {
display:block;
padding:3px;
text-align:center;
width:12.18em;
color:#004990;
font-size:0.90em;
line-height:120%;
}
.slider li img {
max-width:114px;
}
.slider li img.lupe {
position:absolute;
z-index:9;
left:2px;
bottom:4.25em;
}
*+html .slider li img.lupe {
left:5px;
bottom:4px;
}
* html .slider li img.lupe {
left:5px;
bottom:4px;
}
.slideLeft {
float:left;
margin-top:5.25em;
margin-left:4px;
margin-right:4px;
visibility:hidden;
width:19px;
}
.slideRight {
float:right;
margin-top:5.25em;
margin-right:4px;
margin-left:4px;
visibility:hidden;
width:19px;
}
.js .slideLeft,
.js .slideRight {
visibility:visible;
}
/* Feedback Formulat */
dl.feedback  {
margin-bottom:0;
padding-bottom:0;
border-top:2px dotted #b2b2b2;
border-bottom:2px dotted #b2b2b2;
}
dl.feedback dt {
padding:5px 0;
bottom:0;
}
dl.feedback dt .lupe {
bottom:8px;
}
dl.feedback dd {
padding-bottom:0;
}
.feedback h2 {
	margin-bottom:10px;
}
dl.feedback dd p {
padding-bottom:5px;
}
/* - - - - - - - Tag-Cloud - - - - - - */
.tagCloud {
position:relative;
z-index:4;
background-image:url(/cms-layout/img/shadowBottomTagCloud.gif);
background-repeat:repeat-x;
background-position: left bottom;
bottom: 30px;
padding-bottom: 5px;

}
.tagCloud .navText { 
border:1px solid #B2B2B2;
margin: 40px 0 0 0;
padding:7px 10px 10px 10px;
text-align: center;
font-weight:bold;
}
.tagCloud a { 
font-weight: bold;
display:inline;
white-space:nowrap;
margin: 0 10px;

}
.tagCloud .fontSize1 {
font-size:10px;
line-height:150%;
line-height: 20px;
}
.tagCloud .fontSize2 {
font-size:12px;
line-height: 22px;
}
.tagCloud .fontSize3 {
font-size:15px;
line-height: 25px;
}
.tagCloud .fontSize4 {
font-size:17px;
line-height: 27px;
}
.tagCloud .fontSize5 {
font-size:20px;
line-height: 30px;
}
.tagCloud .fontSize6 {
font-size:23px;
line-height:33px;
}
.tagCloud .red {
    color: #9a2341;
}
.tagCloud .blue {
    color: #004990;
}
.tagCloud .grey  {
    color: #9a9a9a;
}

.rahmen_pf{

overflow:hidden;

margin-top:26px;
max-width:680px;
}


.inhalt .modul .box h2 a,
.inhalt .modul .box p a,
.inhalt .news h2 a,
.inhalt .news h4 a,
.inhalt .news p a {
color:#004990;
}