/*
   ######################################################
   ##
   ##  css für Dissertation Eizellspende
   ##
   ##  (C) 2008, by Mike Küster, www.xantiva.de
   ##
   ##  10.1.2008
   ##
   ######################################################
*/


body, h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, #menu, #content, #picture {
     margin: 0;
     padding: 0;
}

h1, h2, h3, h4, h5, h6 {
     font-weight: normal;
}

body {
     font-family: Tahoma, "Times New Roman", Arial, Helvetica, sans-serif;
     font-weight: normal;
     font-size: 1em;
     color: #309;
     background: #fc6;
}


#menu {
     float: left;
     width: 20%;
     font-family: Tahoma, Arial, Helvetica, sans-serif;
     font-size: 0.8em;
}

#menu ul {
     border-width:2px;
     border-style:solid;
     border-color: #309;
     margin:20px;
     padding:10px 10px 10px 20px;
}

#menu li {
     margin-bottom: 0.5em;
}



#content {
     float: left;
     width: 59.9%;
     padding: 30px 0 10px 0;
}

#content h1 {
     margin-bottom: 1em;
}

#content h2 {
     margin-bottom: 0.4em;
}

#content p {
     line-height: 1.3em;
     margin-bottom: 1em;
}

#content ul {
     margin-left:20px;
}

#content li {
     margin-bottom: 0.5em;
     font-size: 0.9em;
     line-height: 1.2em;
}

#content li a {
     font-size: 1.1em;
}


#content hr {
     border:1px solid #309;
     margin-top: 1em;
     margin-bottom: 1em;
}

#content form td {
     vertical-align: top;
}


#picture {
     float: right;
     text-align: center;
     width: 20%;
     padding-top: 20px;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: normal;
     font-size: 0.5em;
}

#picture img {
     padding: 2px;
     border-width:2px;
     border-style:solid;
     border-color: #309;
}


.clearer{
     height: 1px;
     overflow: hidden;
     margin-top: -1px;
     clear: both;
}


#footer {
     width: 100%;
     border-top-width:2px;
     border-top-style:solid;
     border-top-color: #309;

     text-align: center;
     margin-top: 150px;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: normal;
     font-size: 0.7em;
}