/* Layout
-------------------*/
body {
 margin: 0;
 padding: 0;
 font-family: Georgia, Times, "Times New Roman", serif;
 color: black;
 width: 730px;
background-color: #000; 
 }
#frame {
background-color: #fff;
float: left; 
margin-left: 130px;
 width: 730px;
height: 800px;
 }
#header {
 background-color: #fff;
 }
#nav {
background-color: #fff; 
float: left;
 width: 140px;
 margin-left: 10px;
 padding-top: 1em;
height: 640px;
}
#content {
background-color: #fff;
float: left;
width: 500px;
padding-top: 1em;
 margin: 0 2em 0 10px;
 margin-right: 10px;
height: 640px;
}
#contentl {
background-color: #fff;
float: left;
width: 350px;
padding-top: 1em;
 margin: 0 2em 0 10px;
 margin-right: 10px;
height: 640px;
}
#right {
background-color: #666; 
float: right;
 width: 140px;
 margin-right: 10px;
 padding-top: 1em;
height: 640px;
}
#footer {
 clear: both;
background-color: #fff;
 border-top: 1px solid #333;
 padding-left: 20px;
padding-bottom: 1em;
}  


/* End Layout
-------------------*/

/* Text
-------------------*/

.text { 
 font-family:  Georgia, Times, "Times New Roman", serif;
 text-align: justify;
 font-size: 14px; 
font-style: normal; 
line-height: normal;
 font-weight: normal;
 color: #000000
}

.textf { 
 font-family:  Georgia, Times, "Times New Roman", serif;
 text-align: center;
 font-size: 10px; 
font-style: normal; 
line-height: normal;
 font-weight: normal;
 color: #000000
}

/* End Text
-------------------*/

/* Headers
-------------------*/


.head1 { 
 font-family: Georgia, Times, "Times New Roman", serif;
 font-size: 18px; 
font-style: normal; 
line-height: normal;
 font-weight: bold; 
color: #000000
}

.head2 { 
 font-family: Georgia, Times, "Times New Roman", serif;
 font-size: 16px; 
font-style: normal; 
line-height: normal;
 font-weight: bold; 
color: #000000
}


/* End Headers
-------------------*/
/* Links
-------------------*/
a:link, a:visited {
 text-decoration: none;
color: #000;
font-style: italic;
}

/* End Links
-------------------*/


/* Navigation
-------------------*/
#navsite p {
 display: none;
}
#navsite {
 font-family: Georgia, Times, "Times New Roman", serif;
 font-size: 0.7em;
 font-weight: bold;
 width: 12em; 
 border-right: 1px solid #666; 
 padding: 0; 
 margin-bottom: 1em; 
 background-color: #9cc; 
 color: #333; 
}
#navsite ul {
 list-style: none; 
 margin: 0; 
 padding: 0; 
}
#navsite ul li {
 margin: 0; 
 border-top: 1px solid #003;
}
#navsite ul li a {
 display: block; 
 padding: 2px 2px 2px 0.5em; 
 border-left: 10px solid #5c5c5c; 
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999;
 background-color: #000; 
 color: #fff; 
 text-decoration: none; 
 width: 100%; 
}
html>body #navsite ul li a { 
 width: auto; 
}
#navsite ul li a:hover {
 border-left: 10px solid #999999;
 border-right: 1px solid #999999;
 border-bottom: 1px solid #999999; 
 background-color: #5c5c5c; 
 color: #fff; 
}


/* End Navigation
-------------------*/

/* Figures
-------------------*/


div.figure {
  float: left;
  width: 25%;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.7em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: 8px;
  text-indent: 0;
}

div.figuren {
  float: left;
  padding-top: 32em;
}
div.figuren p {
  text-align: center;
  font-style: italic;
  font-size: 8px;
  text-indent: 0;
}
div.figurec {
  float: left;
  padding-top: 1em;
}
div.figurec p {
  text-align: center;
  font-style: italic;
  font-size: 8px;
  text-indent: 0;
}


/* End Figures
-------------------*/


