/* -- Zentrales Layout -- */

body {
	margin: 1em 1em 1em 1em;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 100.01%;
    background-image: url(../Bilder/bilder-online/jpg-online/bg-ueberg-01.jpg);
    background-repeat: no-repeat;
	text-align: center;		
}

#siteBox {
   width: 920px;
  color: #FFFFFF;
  text-align:  left;
  margin:  0 auto;
}

/* -- Kopf  -- */

#header {
	float: left;
	width: 100%;
	height: 155px;
	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;
}

/* -- Kopfzeile Titel und Untertitel -- */



/* -- Inhalt -- */

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

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

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

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

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

#content a:hover {
	color: #FFFFFF;
	background-color: #FF9900;
	border-bottom: 1px solid #EEEEEE;
	font-style: normal;
	font-weight: bold;
}
.title {
  float: left;
  padding: 1em 30px 0 2em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FF6633;
}

.subTitle {
  display: block;
  font-size: 0.4em;
  line-height: 1.2em;  
  letter-spacing: 0.01em;
}

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

.subHeader {
  border: 0px;
}



/* -- Content links -- */

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

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

/* -- Fusszeile -- */

#footer {
	float: left;
	width: 920px;
	height: 25px;
	font-size: 0.6em;
	background-color: #FFFFFF;
}
	
/*----------------------
#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.8em;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.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: 50px;
}

/* -- Image alignment classes -- */

.Bildmitte {
	left: 50%;
	right: 50%;
 }

.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;
  }
.h1rot {
	font-size: 120%;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	background-color: #FFFFFF;
}
.h1rot-gruen {
	font-size: 120%;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	background-color: #00FF00;
}
.rot-gruen-big {
	font-size: 160%;
	color: #FF0000;
	text-align: left;
	font-weight: bolder;
	background-color: #00FF00;
}
.black-big {
	font-size: 130%;
	color: #000000;
	text-align: center;
	font-weight: bolder;
}
.big-bg-red {
	font-size: 130%;
	font-weight: bold;
	text-align: center;
	background-color: #FFFF00;
	color: #000000;
}