  * {
	margin : 0;
	padding : 0;
}
  
  body {
    color: #022B55;
    font-size: 13px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    margin: 0; padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */

  }

a:link { 
	color: #022b55;
	text-decoration: underline;
    }

  a:visited { 
    color: #022b55;
    }

  a:hover {
	color: #cc7400;
	text-decoration: underline;
	}

  a:active { 
    color: #cc7400;
    }

  a:focus {
    color: #cc7400;
    }

a.extern:link { background:   url(images/grau11.gif) no-repeat right center; color:#022b55; text-decoration:underline; padding: 0 1em 0 0; }
a.extern:visited { background:   url(images/grau11.gif) no-repeat center right; color:#022b55; text-decoration:underline; padding: 0 1em 0 0; }
a.extern:hover { background:   url(images/grau12.gif) no-repeat right center; color:#cc7400; text-decoration:underline; padding: 0 1em 0 0; }
a.extern:active { background:   url(images/grau12.gif) no-repeat center right; color:#cc7400; text-decoration:underline; padding: 0 1em 0 0; }

.Seite {
	height:100%;
}

.Innen {
	height:100%;
}

  
  div#Seite {
    text-align: left;    /* Seitencentercolumn wieder links ausrichten */
    margin: 0 auto 25;      /* standardkonforme horizontale Zentrierung */
    width: 904px;
    padding: 0;
	background			:    url(images/bg.gif);
  }

  div#Innen {
    text-align: left;    /* Seitencentercolumn wieder links ausrichten */
    margin: 0 auto 25;      /* standardkonforme horizontale Zentrierung */
    width: 904px;
    padding: 0;
	background			:    url(images/bg_innen.gif);
  }


#navcontainer {
	width: 219px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#navcontainer a.int
{
	display: block;
	width: 100%;
	border-bottom: 1px solid #9C9D9F;
	background:    url(images/navlist.gif) no-repeat 12px 8px;
	text-indent: 32px;
	line-height: 24px;
}

#navcontainer a.inton
{
	display: block;
	width: 100%;
	border-bottom: 1px solid #9C9D9F;
	background:    url(images/navliston.gif) no-repeat 12px 8px;
	text-indent: 32px;
	line-height: 24px;
}


#navcontainer a.ext
{
	display: block;
	width: 100%;
	background:    url(images/grau11.gif) no-repeat 12px 8px;
	text-indent: 32px;
	line-height: 24px;
}


#navcontainer a.anc
{
	display: block;
	width: 185px;
	background:    url(images/down.gif) no-repeat 12px 8px;
	text-indent: 32px;
	line-height: 24px;
	margin-left: 21px;
}

#navcontainer a.anc2
{
	display: block;
	width: 185px;
	background:    url(images/right.gif) no-repeat 20px 8px;
	text-indent: 40px;
	line-height: 24px;
	margin-left: 21px;
}


#navcontainer a.is:link
{
	font-weight:bold;
	display: block;
	width: 100%;
	background:    url(images/right.gif) no-repeat 12px 8px;
	text-indent: 32px;
	line-height: 24px;
}
#navcontainer a.is:visited
{
	font-weight:bold;
	display: block;
	width: 100%;
	background:    url(images/right.gif) no-repeat 12px 8px;
	text-indent: 32px;
	line-height: 24px;
}

#navcontainer a.is:hover
{
	font-weight:bold;
	display: block;
	width: 100%;
	background:    url(images/right.gif) no-repeat 12px 8px;
	text-indent: 32px;
	line-height: 24px;
}


#navcontainer a:link, #navlist a:visited
{
	color: #FCC84E;
	text-decoration: none;
	font-size: 14px;
}

#navcontainer a:hover, #navlist a#current:hover
{
	background:    url(images/navliston.gif) no-repeat 12px 8px;
}

#navcontainer a.ext:hover, #navlist a#current:hover
{
	background:    url(images/grau12.gif) no-repeat 12px 8px;
}

#navcontainer a.anc:hover, #navlist a#current:hover
{
	background:    url(images/downon.gif) no-repeat 12px 8px;
}

#navcontainer a.anc2:hover, #navlist a#current:hover
{
	background:    url(images/righton.gif) no-repeat 20px 8px;
}



#navcontainer a:focus
{
	color: #FCC84E;
	background:    url(images/navliston.gif) no-repeat 12px 8px;
}

#navcontainer a.ext:focus
{
	color: #FCC84E;
	background:    url(images/grau12.gif) no-repeat 12px 8px;
}

#navcontainer a.anc:focus
{
	color: #FCC84E;
	background:    url(images/downon.gif) no-repeat 12px 8px;
}
#navcontainer a.anc2:focus
{
	color: #FCC84E;
	background:    url(images/righton.gif) no-repeat 20px 8px;
}


 h1 {
    font-size: 18px;
    margin: 0.6em 0 ;
    color: #022b55;
  }
  

  p#Fusszeile {
	clear: both;
	color: #FCC84E;
	font-size: 0.83em;
	padding: 0.1em;
	text-align: center;
	background-color: #022b55;
	border-top: 1px solid #022b55;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin-top: -20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  }
  
  p#Fusszeile a { 
	color: #FCC84E;
	text-decoration: underline;
    }  

h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 12px;
}

h3 {
	color: #FCC84E;
	font-size: 16px;
	font-weight: bold;
	margin-left: 8px;
	width: 100%;
	margin-bottom: 6px;
	margin-top: 5px;
}

hr {
	color:  #022b55;
	background-color: #022b55;
	height: 8px;
	margin-top: 20px;
	width: 100%;
	margin-bottom: 10px;
	border-style:none;
}
.columns {
	margin:0px;

}

.leftcolumn	{
	margin: 0px 20px 0px 0px;
	float: left;
}

centercolumn {
	position: static;
	height: 100%;
	left: 260px;
	bottom: 1em;
	color: #21576E;
	margin: 0 240px;
  }
  
  div#centercolumn p {
	font-size: 1em;
	padding: 20px;

  }
  
  * html div#centercolumn {
    height: 1em;  /* Workaround gegen den 3-Pixel-Bug des Internet Explorer bis Version 6 */
    margin-bottom: 0;
  }
  



.rightcolumn	{
	margin				: 0px 0px 0px 20px;
	color				: #022b55;
	width: 210px;
	float: right;
	height: 100%;

}

.infobox {
	padding: 8px;
}




.liste1 {
	list-style-image:  url(images/listpunkt.gif);
}

.liste1 li {
	margin:0px 0px 4px 25px;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}
p {
	margin-bottom: 6px;
	margin-top: 6px;
	line-height: normal;
}

.bildunter {
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	background: #ADD8E6;
	padding: 2px;
	text-align: center;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 0px;
}
.bild {
	border: 1px outset #3270AE;
}
.tabelle {
	font-size: 13px;
	vertical-align: top;
	padding: 10px;

}
.quelle {
	font-size: 10px;
}
.info {
	font-size: 13px;
	background: #ADD8E6;
	width: 560px;
	border: 1px outset #3270AE;
	padding: 6px;
	margin: 20px 0px 20px 280px;

}

.liste {
	font-size: 13px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 240px;
	width: 425px;
}

.broschuere {
	font-size: 13px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #726763;
}
h6 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
}
.infoform {
	font-size: 13px;
	background-color: #ADD8E6;
	padding: 4px;
	width: 425px;
	margin-top: 0px;
	margin-bottom: 40px;
	left: 260px;
	border: 1px outset #3270AE;
}
.tabelle2 {
	font-size: 12px;
	background: #ADD8E6;
	margin-top: 8px;
	margin-bottom: 16px;
	width: 640px;
	border: 1px outset #336699;

}
.tabelle2 td {
	padding: 2px;
	vertical-align: top;
}
.info2 {
	font-size: 13px;
	width: 520px;
	margin: 0px 0px 20px 240px;

}
#linkcontainer { 
	width: 200px;
	margin:4px; 
}

#linkcontainer ul
{
	list-style-type: none;
	line-height: 14px;
}

#linkcontainer a
{
	display: block;
	padding: 3px;
	border-bottom: 1px solid #fdbe56;
	width: 98%;

}

#linkcontainer a:link, #linklist a:visited
{
	color: #022b55;
	text-decoration: none;
}

#linkcontainer a:hover, #linklist a#current:hover
{
	color: #022b55;
	text-decoration: underline;
}

#linkcontainer a:current
{
	color: #022b55;
	text-decoration: underline;
}
.liste2 {
	font-size: 13px;
	margin: 5px 0px 10px 25px;

}
