html, body { 
	font: normal 11px Verdana, Arial, sans-serif;
	color: #545454; /* Dunkelgrau 3 */
	background-color: #cbcbcb;
	height: 100%; /* Layout im Viewport ist mind. 100% */
	margin: 0;
}
/* Code f�r * verhindert die Einr�ckung bei left-nav */
*{
 margin:0;
 padding:0;
 border:0;
}
.print_only{
	display: none;
}
/* Portlet-Row und Portlet-Column definieren die Grundstruktur                                      */
/* ------------------------------------------------------------------------------------------------ */
.portlet-row {
	clear: both;
}
.portlet-column {
	margin-left:15px;
	display:inline;  /* Fix for Doubled Float-Margin Bug in IE5+6 */
	float:left;
}
#portlet-container{
	float:left;
}
/* Website                                                                                          */
/* ------------------------------------------------------------------------------------------------ */
#website {
	min-width:975px;
	max-width: 80em;
	min-height: 100%; /* Mindesth�he in modernen Browsern */
	height: auto !important; /* !important-Regel f�r moderne Browser */
	height:100%; /* Mindesth�he in IE (<7) */
	margin: 0 auto;
	background-color:#FFF;
    border-left: 2px solid #BDBABD;
    border-right: 2px solid #BDBABD;
} 

/* Header                                                                                           */
/* ------------------------------------------------------------------------------------------------ */
#header-box {
	height: 130px;
	width: 975px;
	position: relative;
	clear: both;
    background: #FFFFFF;
}
#logo {
	height: 130px;
	width: 255px;
	float: left;
}
#header{
	height: 130px;
	width: 720px;
	background: url(../images/Header.png) no-repeat; 
	float: left;
}

/* -- Main enth�lt left, content und right und ggf. die 4 Head-Portlets  -- */
#main { 
}

/* Content                                                                                          */
/* ------------------------------------------------------------------------------------------------ */
#content {
}
#content-head {
}
#content-subhead {
}
#content-text { 
}

/* Nachrichten der Startseite                                                                       */
/* ------------------------------------------------------------------------------------------------ */
#nachrichten li {
	display: block;
	padding: 10px;
	border-top: 1px dotted #b4b4b4;
	background: none;
}
#nachrichten li.first{
	border-top: none;
}
#nachrichten li:hover {
	background-color: #f0f0f0;	/* Hellgrau 1 */
}
.n_bild {
	width: 115px;
	float: left;	
}
.n_ort {
	padding-bottom: 5px;
}
.n_text {
	margin-left: 130px;
}
.weiterlesen{	
	background: transparent url(../images/Pfeil.png) no-repeat 5px;
	padding-left: 20px !important;
	text-decoration: none;
}
.weiterlesen a:hover{	
	background: transparent url(../images/Pfeil.png) no-repeat 5px;
	padding-left: 20px !important;
	text-decoration: underline;
}


/* Allgemeine Schriftvorgaben                                                                        */
/* ------------------------------------------------------------------------------------------------ */
h1, h2 {
	font-size:14px;
	font-weight:bold;
	line-height: 1.5em;
}
h1 {
	border-bottom:1px dotted #B8B8B8;
	margin-bottom: 15px;
}
h2 {
/*	padding-top: 15px; */
}
h3, h4, h5 {
	font-size:11px;
	font-weight:bold;
	position: relative;
}
p {
	font-size:11px;
	line-height: 1.5em;
}
a {
	color:#005898;
	text-decoration: underline;
	outline: none;		/* Get rid of dotted border around links */
	cursor:pointer;
}
a:hover {
	outline: none;		/* Get rid of dotted border around links */
}
a:hover,
a:focus {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a.skip {   /* blendet Links aus (Barrierefreiheit) */
  position:absolute;
  left:-1000em;
  top:-1000em;
}


/*  Tabellen                                                                                        */
/* ------------------------------------------------------------------------------------------------ */
table.colored {  
	width: 100%;
	border: 1px solid #B8B8B8;   /* #B8B8B8 ist Hellgrau 4 */
	border-spacing: 0px;
	border-collapse: collapse;
/*	-moz-border-radius: 10px 10px;  funzt nicht wenn border-spacing und border-collapse definiert sind */
	margin-top: 15px;
}

table.colored a{
	background: transparent url(../images/ArrowRightBlack.gif) no-repeat;
	padding-left: 20px;
}
table.colored caption,
caption {
	padding: 3px;
	margin-top: 15px;
	text-align: left;
}
table.colored th,
table.colored td {   
	padding: 3px;
	margin:0;
	text-align: left;
	vertical-align: top;
}
table.colored th,
th {
	text-align: left;
	color: #fff;
	background-color: #a4a4a4; 
	border: none;
}
table.colored td {
	border-top: 1px solid #CCC;  /* #CCC ist Hellgrau 3 */
}
table.colored th,
table.colored td {   
	padding: 3px;
	margin:0;
	text-align: left;
	vertical-align: top;
}
table.colored tr.even td{
	background-color: #f0f0f0;	/* #f0f0f0 ist Hellgrau 1 */
}
table.colored th.empty,
table.colored td.empty {
 /* background-color: #fff; */
}
.px80 {width: 80px;}
.px90 {width: 90px;}
.px100 {width: 100px;}
.px110 {width: 110px;}
.px120 {width: 120px;}

/* Linklisten                                                                                       */
/* Downloads                                                                                        */
/* Nachrichten auf Folgeseiten                                                                      */
/* ------------------------------------------------------------------------------------------------ */
.linklist li,
.downloads li,
.nachrichten li {
	list-style-type: none;
	border-bottom:1px dotted #b4b4b4;
	background-color: #FFF;
}

.nachrichten li{
	padding: 10px 0px 10px 0;
}
.linklist li.first,
.downloads li.first,
.nachrichten li.first{
	border-top:1px dotted #b4b4b4;
}
.linklist p,
.downloads p{
	padding: 0px 0px 3px 20px;
	line-height:1.5em;
}
.linklist a,
.downloads a {
	display: block; 
	font-weight:normal;
	text-decoration: none;
	background: #FFF url(../images/ArrowRightBlack.gif) no-repeat 1px; 
	padding: 3px 2px 3px 20px;
}
.downloads a {
	background: #FFF url(../images/ArrowDownBlack.gif) no-repeat 1px;
	padding: 3px 0px 3px 20px;
}
.downloads a:hover {
	background: #FFF url(../images/ArrowDownBlue.gif) no-repeat 1px;
	padding: 3px 0px 3px 20px;
}
.linklist a:hover,
.linklist a:focus,
.nachrichten li:hover,
.nachrichten li:focus {
	background-color: #F0F0F0;	/* #F0F0F0 ist Hellgrau 1 */	/* F�hrt bei den Nachrichten zu Verwirrung */
}

/* Sonstiges                                                                                        */
/* ------------------------------------------------------------------------------------------------ */
img {
	border:0;
}
div.clearer {
  clear:both;
  line-height:1px;
  height:1px;
}
#white-space {
 height:9px;
 line-height:9px;
 background-color:#fff;  
} 

/* Footer                                                                                           */
/* ------------------------------------------------------------------------------------------------ */
/* Struktur: Links="left-footer" (fix), Mitte+Rechts="main-footer" (fix)                            */
/* ------------------------------------------------------------------------------------------------ */
#footer-box {
	clear: both;
    background: none;
	height: 30px;
	padding-top: 8px;
}
#left-footer, #right-footer, #main-footer {
	background: #fff url(../images/dot.gif) repeat-x;  
}
#left-footer {
	width: 225px;
	margin-left: 15px;
	float: left;
	display: inline; /* Fix for Doubled Float-Margin Bug in IE5+6 */
    background-color: transparent;
}
#main-footer {
	width: 705px;
	margin: 0 15px;
	right:0;
	float: right;
	display: inline; /* Fix for Doubled Float-Margin Bug in IE5+6 */
}
.footer {
  color: #a4a4a4; /* Hellgrau 6 */
  margin-top:9px;
}
.footer li{
	display: inline;
	list-style-type: none;
}
.footer a {
	font-weight: normal;
	text-decoration: none;
	color: #a4a4a4;
	margin: 0 2px;
}
.footer a:hover,
.footer a:focus {
	text-decoration: underline;
}
.footer a:active {
	text-decoration: none;
}

/* Bildpositionierung im ContentBlock */

div.ContentBild {
float:left;
}

div.ContentBildRechts {
float:right;
}

div.ContentBildMitte {
clear:both;
text-align:center;
margin:auto;
}

div.ContentBildRechts img, div.ContentBildRechts div.annotation {
margin-left:5px;
}

/* pictures... */
div.picMini,div.picSmall,div.picMedium,div.picMaxi {
margin-right:2px;
margin-bottom:0.5em;
overflow:hidden;
}

div.picMaxi {
margin-right:0;
width:365px;
}

/* Opera code */
div.picMini > a:first-child,div.picSmall > a:first-child,div.picMedium > a:first-child,div.picMaxi > a:first-child {
display:block;
}

div.picMini {
width:225px;
margin-right:15px;
}

div.picSmall {
width:375px;
}

div.picMedium {
width:465px;
margin-right: 0;
}

div.picMini .annotation,div.picSmall .annotation,div.picMedium .annotation,div.picMaxi .annotation {
padding-top:0.5em;
color:#545454;
}

img.pictureZoom {
margin-left:5px;
float:right;
display:block;
border-width:0 !important;
}

.ContentBild img.bordered, .ContentBildRechts img.bordered, .ContentBildMitte img.bordered,
.ContentBild a img.bordered, .ContentBildRechts a img.bordered, .ContentBildMitte a img.bordered,
.ContentBild a:visited img.bordered, .ContentBildRechts a:visited img.bordered, .ContentBildMitte a:visited img.bordered {
border:1px solid #8ca6a6;
}

#content a:hover img.bordered,#content a:focus img.bordered,#content a:hover img,#content a:focus img,#marginal a:hover img.bordered,#marginal a:focus img.bordered,#marginal a:hover img,#marginal a:focus img {
border:1px solid #2b477f;
}

.annotation {
line-height:120%;
background: #f0f0f0;
padding: 3px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.annotation a:link,.annotation a:visited,.annotation a:focus,.annotation a:hover {
text-decoration:underline;
}

div#popupContent {
background-color:#FFF;
}

#content a img,#marginal a img,#content a:visited img,#marginal a:visited img {
border:1px solid #FFF;
}


