/* -- Zentrales Layout -- */

body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #09599B;
  text-align: center;  
}

#siteBox {
	width: 920px;
	color: #FFFFFF;
	margin:  0 auto;
}

/* -- Kopf  -- */

#header {
  float: left;
  width: 100%;
  height: 7.2em;
  background: #09599B url(../icon/hdr.jpg) no-repeat bottom left;
}

#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #053358;
  border-left: 2px solid #FFFFFF;
}

#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #FF9933;
}

#header a.lastMenuItem {
  background-image: url(../icon/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}

a .desc {
  display: none;
  color: #000000;  
}

a:hover .desc, .active .desc {
  display: block;
}


/* -- Inhalt -- */

#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #053358;
}

#contentLeft {
  float: left;
  width: 23.0%;
  margin-bottom: 1em;
  background: #FFFFFF url(../icon/corner_sub_tr.gif) no-repeat top right;  
}

#contentRight {
  float: right;
  width: 75%;
  background: #FFFFFF url(../icon/corner_sub_tl.gif) no-repeat top left;
  color: #000000;
}

#content p {
	margin: 2em 2em 2em 2em;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: left;
}

#content a {
	text-decoration: none;
	color: #F09100;
	border-bottom: 1px solid #AAA;
	
}

#content a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
	border-bottom: 1px solid #EEEEEE;
	font-style: normal;
	text-align: left;	
}

.header, .subHeader {
	display: block;
	clear: both;
	font-weight: bold;
	font-size: 1.0em;
	color: #FF9900;
	border-bottom: 1px solid #666666;
	text-align: left;
}

.subHeader {
  border: 0px;
}

/* -- Content links -- */

#content a.menuItem {
  display: block;  
  padding: 3px 0 3px 25px;
  background: url(../icon/icn_plus.gif) no-repeat left;
  border: 0px;
  color: #333333;
}

#content a:hover.menuItem { 
  color: #FFFFFF;
  background: #FF9900 url(../icon/icn_plus_on.gif) no-repeat left;
  border: 0px;
}

/* -- Fußzeile -- */

#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  line-height: 2.6em;
  color: #000066;
  background: #25509F url(../icon/hdr2.jpg) repeat-y top left;
}

#footerLeft {
  float: left;
  width: 60%;
  height: 3em;
  text-align: left;
  background: url(../icon/corner_bl.gif) no-repeat bottom left;
}

#footerRight {
  float: right;
  width: 35%;
  height: 3em;
  text-align: right;
  background: url(../icon/corner_br.gif) no-repeat bottom right;
}

#footer a {
  color: #FFFFFF;
}

#footer a:hover {
  color: #666666;
}

/* -- Display formatting styles -- */

.grau {
  font-size: 0.9em;
  color: #666666;
}

.white {
  color: #000000;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}

/* -- <ul> tag styles -- */

ul{
  font-size: 0.8em;
  line-height: 1.8em;
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-image: url(../icon/li_bullet.gif);
}

li {
  margin-left: 30px;
}

/* -- Image alignment classes -- */

.Bildlinks, .Bildrechts {
  margin: 5px;
}

.Bildlinks {
  float: left;
  margin-left:0px;
  padding-right: 20px;
}

.Bildrechts {
  float: right;
  margin-right: 0px;
  padding-left: 20px;
}

/* -- Utility classes to create the bottom rounded corners -- */

.bottomCorner {
  text-align: right;
}

.vBottom {
  vertical-align: bottom;
}
     
.Mauszeiger {
  cursor: pointer;
  }
