/*Allgemeine Definitionen*/

  body{
    border:0;
    padding:0;
    margin:0;
    font-family: Verdana,Arial,Helvetica, Sans-Serif;
  }
  
  img{
    border:none;
  }
  
  div#header{
    background:url("../img/BGHP.png") left top repeat-x #FFFF00;
  }
  
  div#header div{
    height:40px;
    background:url("../img/TitelbildHP.png") left top no-repeat;
    font-weight:bold;
    font-size:1em;
    padding:110px 0 0 260px;
    color:#FFF;
    border-bottom:2px solid #53b9ec; 
  }
  
  ul#leftnav{
    float:left;
    width:14em;
    font-size:0.8em;
    list-style-type:none;
    margin:0;
    padding:2em 1em;
    color:#0000FF;
  }

  ul#leftnav ul{
	list-style-type:none;
	margin:0;
	padding:0 0 0 1em;
  }
  
  ul#leftnav li{
    margin-bottom:0.5em;
  }
  
  ul#leftnav a:link, ul#leftnav a:visited{
    text-decoration:none;
    color:#0000ff;
  }
  
  ul#leftnav a:hover, ul#leftnav a:active,ul#leftnav a:focus{
    text-decoration:underline;
  }
  
  div#maincontent{
    margin:0px 200px 0em 0px;
    padding:1em 2em 2em 2em;
    border-right:2px dotted #53b9ec;
    border-left:2px dotted #53b9ec;
  }

  div#borderleft{
	border-left:16.1em solid #d7e5ec;
	font-size:0.8em;
  }
  
  div#buch{
    float:right;
    padding:40px 30px 0 40px;
	background: url('../img/bgmain.png') left top no-repeat;

  }
  
  .clearer{
    clear:both;
  }

  /*Text*/
  
  h1{
    font-size:1.4em;
    font-weight:normal;
	margin:0;
	padding-top:0.5em;
  }

  fieldset.csc-mailform {    padding: 1em;    margin-top:1em;  }    fieldset.csc-mailform label {    float:left;    width:20%;    margin-right:0.5em;    padding-top:0.2em;    text-align:right;  }

