/* CSS Document */

/* ### ALLGEMEIN ### */

* { margin: 0; padding: 0; }

body {
	background: #787d7a;
	font-size: 1em;
	font-family: 'Lucida Sans','Lucida Sans Unicode','Trebuchet MS','Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
}

/* ### ALLGEMEIN ENDE ### */


/* ### DIVS ### */

#IEcenterDiv {
  text-align: center; 
}

#centerDiv {
  width: 760px;
  margin:30px auto;
  font-size: 1em;
}

#header {
  width: 760px;
  height: 20px;
  text-align: left; 
  color: #FFFFFF;
  font-size: 80%;
}

#main {
  background: #fff url('../img/bg_bogen.gif') no-repeat center bottom;
  height: auto;
  color: #484D4A;
  padding-bottom: 50px;
}
/* IE6 oder kleiner Hack*/
* html #main {
  w\idth: 756px;
}

#logo{
  height: 180px;
  background: #fff url('../img/bg_logo.gif') no-repeat top right;
}

#logo h1{
  margin-left: -4000px;
}

#contentContainer {
  
  height: 100%;
}

#navLeft {
  float:left;
  width: 300px;
  /*background: #FF0000;
  margin-top: 30px;*/
}

/* IE6 oder kleiner Hack*/
* html #navLeft {
  width: 260px;
  w\idth: 264px;
}

*:first-child+html #navLeft {
  width: 270px;
}

#content {
  width: 460px;
  /*background: #00FF00;*/
  margin-left: 300px; /* Standard-Wert */
  padding: 0 0 2em 12px;
  text-align: left;
}

/* IE6 oder kleiner Hack*/
* html #content {
  width: 420px;
  margin-left: 260px;
  marg\in-left: 264px;  
}

*:first-child+html #content {
  width: 420px;
  margin-left: 270px; 
}

#footer {
  padding-top: 3px;
  color: #FFFFFF;
  text-align: left;
  font-size: 80%;
}

/* Clearfix-Hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* ### DIVS ENDE ### */


/* ### LISTEN ### */

#navLeft ul{
  width: 150px;
  list-style: none;
  border-bottom: 1px solid #787d7a;
  float:left;
}

#navLeft ul li{
  display: block;
  text-align: right;
  font-size: 1.1em;
  padding: 6px 6px 6px 0;
  border-top: 1px solid #787d7a;
}

#navLeft ul li.selected{
  background: #54a6ba;
  color: #fff;
}

#content ul{
  list-style: none;
  line-height: 180%;
  display: block;
}



/* ### LISTEN - ENDE ### */

p {
  margin-bottom: 0.8em;
}


/* ### LINKS ### */

a {
	text-decoration: none;
  color: #787D7A;
	}
	
#header a {
  color: #FFFFFF;
}

#footer a {
  color: #FFFFFF;
}

a:focus, a:hover, a:active{
  color: #484D4A;
	}

#header a:hover{
  text-decoration: underline;
	}
	
#footer a:hover{
  text-decoration: underline;
	}

#content a{
	}	

#newsContainer a{
  text-decoration: underline;
	}	
	
/* ### LINKS ENDE ### */

/* ### AUSZEICHNUNEGN/ÜBERSCHRIFTEN ### */

span {
  color: #FAB438;
}

#main h2 {
  font-size: 1.25em;
  font-weight: normal;
  margin-bottom: 15px;
  color: #53a5b9;
}

#main h3 {
  font-size: 1.1em;
  padding-top: 6px;
  margin-bottom: 10px;
}

#content p {
  line-height: 150%;
}

#marginalRight p {
  line-height: 150%;
}

/* ### AUSZEICHNUNEGN/ÜBERSCHRIFTEN ENDE ### */
