/* CSS für Ullmanns-Site www.wiley-vch.de/vch/software/ullmann/ */



* {
   margin: 0;
   padding: 0;
   font-family: Arial, Helvetica, sans-serif;
}

body, table, tr, td, p {
   margin: 0px;
   background-color: #EEEEEE;
   font-size: 101%;
}

a:link {
   color: blue;
   background-color: #EEEEEE;
   text-decoration: underline;
}

a:visited {
   color: #551A8B;
   background-color: transparent;
   text-decoration: underline;
}

a:hover {
   color: #339999;
   background-color: #BDD6D6;
   text-decoration: underline;
}

a:active {
   color: #339999;
   background-color: #BDD6D6;
   text-decoration: underline;
}


h1 {
   font-size: 1.5em;
   color: #339999;
   background-color: transparent;
   margin: 0px 60px 30px 0px;
   border-bottom: 1px solid #339999;
   width: 620px;
}

h2 {
   font-size: 1.0em;
   color: #339999;
   margin: 0px 60px 30px 0px;
}

ul.body { 
	margin: 0 0 1.5em 1em; 
	} 
li.body {
 margin-left: 1.5em; line-height: 1.5em;	
}


#platzhalter {
        position:absolute;
	top:0px;
        left:0px;
	}

#logo {
	position:absolute;
        top:0px;
        left:9px;
	}

#head {
	position:absolute;
        top:0px;
        left:126px;
	}

#tellafriend {
        font-size: 8pt;
	position:absolute;
        top:350px;
        left:360px;

}



div#inhalt{
        padding: 25px 0px 0px 7px;
        margin: 50px 0px 0px 140px;
        width: 623px;
        font-size: 10pt;
}


* html div#inhalt{
        width: 630px;
}

div#footer p { 
	float: left;
        font-size: 8pt;
	padding: 25px 0px 0px 7px; 
	margin: 20px 0px 0px 146px;
	width: 620px;
   	border-top: 1px solid #339999;
	}

* html div#footer p { 
	float: left;
        font-size: 8pt;
	padding: 25px 0px 0px 7px; 
	margin: 20px 0px 0px 73px;
   	border-top: 1px solid #339999;
	width: 620px;
	}

div#navi ul {
	position: absolute;
	border: 1px solid #749DAC;
	border-top: 0;
	color: black;
	background-color: #BDD6D6;
	list-style: none;
	padding: 0px 0px 0px 7px; 
	margin: 50px 0px 0px 9px;
	width: 108px;   
        font-size: 9pt;
	top: 78px; 
}

* html div#navi ul {
        border: 1px solid #749DAC;
        border-top: 0;
	color: black;
        background-color: #BDD6D6;
        list-style: none;
        padding: 0px 0px 0px 7px; 
        width: 117px; 
        font-size: 9pt;
        position:absolute;
        top:78px;
        left:0px;
}

div#navi li {
	display:inline;
}

div#navi a {
    color: black; 
    background-color: #BDD6D6;
    display: block;
    text-decoration: none;
    padding: 0.3em;
  }


  div#navi a:link {
    color: black; background-color: #BDD6D6;
    text-decoration: none;
  }
  div#navi a:visited {
    color: black; 
    text-decoration: none;
  }
  div#navi a:hover {
    color: black; background-color: #8CCCCA;
    text-decoration: none;
    padding: 0.3em;
  }
  div#navi a:active {
    color: white; background-color: #CCCCCC;
    text-decoration: none;
  }

div#navi a.black {
    color: black; background-color: #8CCCCA;
    text-decoration: none;
  }

div#img {
	float: left;
        background-color: #D9D9D9;
        border: 1px solid #749DAC;
        width: 200px;
}

div#kasten1 ul {
	float: left;
        background-color: #D9D9D9;
        list-style: none;
        padding: 2px 2px 2px 2px;
        margin: 0px 0px 0px 0px;
        font-size: 1.0em;
}   

div#kasten1 a:link {
   color: blue;
   background-color: #D9D9D9;
   text-decoration: underline;
}

div#kasten1 a:visited {
   color: #551A8B;
   background-color: transparent;
   text-decoration: underline;
}

div#kasten1 a:hover {
   color: #339999;
   background-color: #BDD6D6;
   text-decoration: underline;
}

div#kasten1 a:active {
   color: #339999;
   background-color: #BDD6D6;
   text-decoration: underline;
}


h3 {
   	font-size: 1.0em;
	font-weight: bold;
	color: white;
	background-color: #009999;
        padding: 1px 1px 1px 4px;
	margin: 0;
   }

p.small {
        font-size: 0.8em;
  }

div#kasten2 {
        padding: 2px 2px 2px 2px;
        margin: 0px 0px 0px 230px;
        width: 389px;
        font-size: 0.9em;
}


