/* -- Zentrales Layout -- */

body {
	margin: 0em 0em 0em 0em;
	padding: 0px;
	font-family: verdana, sans-serif;
	font-size: 1em;
	background-color: #F3F3F3;
	text-align: center;
	font-style: normal;
	border-bottom: 0px solid #EEEEEE;
}

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

/* -- Kopf  -- */

#header {
  float: left;
  width: 100%;
  height: 7em;
  background: #435464 url(../icon/hdr2.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: #435464;
  border-left: 2px solid #FFFFFF;
}

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

#header a.lastMenuItem {
  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 -- */

.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: #92AEB2;
}

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

/* -- Inhalt -- */

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

#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;
	background-color: #FFFFFF;
}

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

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

#content a:hover {
	color: #FFFFFF;
	background-color: #A92B2C;
	border-bottom: 1px solid #EEEEEE;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
}

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

.subHeader {
  border: 0px;
}

/* -- Content links -- */

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

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

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

/* -- 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;
  }
#contentRight div p {
	text-align: left;
}
