/* CSS Document */

/* ### ALLGEMEIN ### */

* { margin: 0; padding: 0; }

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

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


/* ### DIVS ### */

#IEcenterDiv {
  text-align: center; 
}

#centerDiv {
  width: 800px;
  margin:30px auto;
  font-size: 0.8em;
}

#header {
  width: 800px;
  height: 20px;
  text-align: right; 
  color: #FFFFFF;
}

#main {
  background: #FBFCFE; 
  border: 2px solid #fab438;
  height: auto;
  color: #1E2C85;
}
/* IE6 oder kleiner Hack*/
* html #main {
  w\idth: 796px;
}

#logo{
  height: 120px;
  background: url('../img/logo.gif') no-repeat #FBFCFE;
  background-position: 125px 35px;
}

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

#contentContainer {
  
  height: 100%;
}

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

#marginalRight {
  float: right;
  width: 230px;
  margin-top: 30px;
  text-align: left;
}

#newsContainer {
  float: left;
  width: 177px;
  background: #FBF3E6;
  padding: 0 .5em 0.5em .5em;
}

/* IE6 oder kleiner Hack*/
* html #newsContainer {
  width: 190px;
  w\idth: 178px;
}
/* IE7 Hack*/
*:first-child+html #newsContainer {
  width: 178px;
}

#imgContainer {
  float: left;
  width: 230px;
  background: #fab438;
  margin-bottom: -14px;
}

/* IE6 oder kleiner Hack*/
* html #imgContainer {
  margin-bottom: -12px;
  marg\in-bottom: -12px;
}

/* IE7 Hack*/
*:first-child+html #imgContainer {
  margin-bottom: -12px;
}

#content {
  width: auto;
  /*background: #00FF00;*/
  margin-left: 130px; /* Standard-Wert */
  margin-right: 230px; /* Standard-Wert */
  padding: 0 3em 2em 3em;
  text-align: left;
}

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

.spacer {
  width: 130px;
  height: 80px;
}

#mapConatiner {
  background: url('../img/karte.gif') no-repeat #FBFCFE;
  width: 331px;
  height: 265px;
  margin: -4px 0 10px -10px;
}


/* 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{
  list-style: none;
  border-bottom: 1px solid #19216B;
}

#navLeft ul li{
  display: block;
  text-align: right;
  font-weight: bold;
  padding: 6px 0 6px 0;
  border-top: 1px solid #19216B;
}

#navLeft ul li.selected{
  color: #FAB438;
}

#content ul{
  list-style-image:url('../img/list.gif');
  list-style-position:inside;
  line-height: 150%;
}

/* IE6 oder kleiner Hack*/
* html #content ul {
  list-style-image:url('../img/list_ie.gif');
  marg\in-left: -7px;
}
/* IE7 Hack*/
*:first-child+html #content ul {
  list-style-image:url('../img/list_ie.gif');
  margin-left: -7px;
}

#content ul.reflist{
  list-style: none;
  list-style-type: none;
}

/* IE6 oder kleiner Hack*/
* html #content ul.reflist {
  list-style-image:url('../img/list_none.gif');
  margin-left: -13px;
  marg\in-left: -13px;
}
/* IE7 Hack*/
*:first-child+html #content ul.reflist {
  list-style-image:url('../img/list_none.gif');
  margin-left: -16px;
}

#content li.refselected{
  font-weight: bold;
  color: #FAB438;  
}

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


/* ### LINKS ### */

a {
	text-decoration: none;
  color: #1E2C85;
	}
	
#header a {
  color: #FFFFFF;
}

#footer a {
  color: #FFFFFF;
}

a:focus, a:hover, a:active{
  color: #FAB438;
	}

#header a:hover{
  color: #FAB438;
	}
	
#footer a:hover{
  color: #FAB438;
	}

#content a{
  text-decoration: underline;
	}	

#content a.reflinks{
  text-decoration: none;
  font-weight: bold;
	}	

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

/* ### BILDER ### */

#marginalRight img {
  float: left;
  border-bottom: 1px solid #FAB438;
}

/* IE6 oder kleiner Hack*/
* html #marginalRight img {
  margin-left: -3px;
  marg\in-left: 0;
}

#content img.map{
  margin: -4px 0 10px -10px;
}

/* ### BILDER ENDE ### */


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

span {
  color: #FAB438;
}

#main h2 {
  font-size: 1.25em;
  margin-bottom: 15px;
}

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

#content p {
  line-height: 150%;
  margin-bottom: 5px;
}

#marginalRight p {
  line-height: 150%;
  margin-right: 1.25em;
}

.abstract{
  font-weight: bold;
}

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

/* ### FORMULARE ### */

.csc-mailform {
  padding: 20px;
  border: 1px solid #135592;
}

.csc-mailform-field label {
  float: left;
  margin-bottom: 3px;
  width: 100px;
}

.csc-mailform-field input {
  background-color:#FFFFFF;
  border: 1px solid #135592;
  float: left;
  margin-bottom: 3px;
}

.csc-mailform-field textarea {
  background-color:#FFFFFF;
  border: 1px solid #135592;
  float: left;
  width: 202px;
  margin-bottom: 10px;
}

/* IE6 oder kleiner Hack*/
* html .csc-mailform-field textarea {
  width: 221px;
  w\idth: 209px;
}

/* IE7 Hack*/
*:first-child+html .csc-mailform-field textarea {
  width: 209px;
}

.csc-mailform-check {
  float: left;
  margin: 0 190px 10px 0;
}

.csc-mailform-submit {
  margin-top: 30px;
}

/* ### FORMULARE ENDE ### */

