/* CSS Document */

/*----------------------------------------*
**  Global
**----------------------------------------*/

body { font: 12px verdana, helvetica, sans-serif; color: #000000; text-align: left; line-height: 17px; margin-top: 0px; padding-top: 0px;  background-color: #FF6002; }
	
H1 { font-size: 14px; color: #339999; padding-bottom: 0px; margin-bottom: 0px;  padding-top: 5px; margin-top: 5px; } 

H2 { font-size: 11px; font-style: italic; font-weight: normal; color: #49f; padding-bottom: 0px;  margin-top: 0px; padding-top: 0px; } 

H3 { font-size: 10px; } 

ul { font-size: 11px; }

/*----------------------------------------*
**  Layout
**----------------------------------------*/
#container { margin: 0 auto; width: 800px; margin-top: 10px; background-color: white; height: 100%px; border:#cccccc solid 1px; }		
	
#header { width: 800px;  height: 200px;  text-align: right; }

#left { float: left; width: 130px; margin-left: 20px;  margin-top: 0px; }

#content { float: left; padding: 0px; width: 400px; text-align: justify;  border:#339999 solid 1px;  border-top: none; padding-top: 0px; margin-top: 0px; margin-left: 20px;  padding-left: 20px;   margin-right: 20px;  padding-right: 20px; background-color: #ffffff; }

#right { float: left; width: 110px; text-align: right; padding-top: 0px; margin top:0px; margin-right: 10px;  padding-right: 10px; }

#foot { clear: both; padding-top: 0px; margin-top: 0px;  padding-bottom: 0px; margin-bottom: 0px;  background: url(botton.jpg); background-repeat: no-repeat;  height: 154px; }
  

/*----------------------------------------*
**  Links
**----------------------------------------*/

a:link,
a:visited { color: #FFA500; text-decoration: none; }
a:hover   { color: #339999; text-decoration: none; }

a.block { color: #339999; display: block; text-decoration:none; line-height: 15px; }
a.block:visited { color: #339999; display: block; text-decoration:none; line-height: 15px; }
a.block:hover { color: #FFA500; margin-right: 10px; background-color: #FFF7EA;  }

* html ul#left a.block {  /* Breitenangaben nur fuer IE */
    width: 80%;
  }

/*----------------------------------------*
**  #content
**----------------------------------------*/
#content p.bild { float: left; padding: 20px; text-align: top; } 

/*----------------------------------------*
**  #left
**----------------------------------------*/
#left ul {margin-left: 0px;  padding-left: 0px; list-style-type: none; } 

/*----------------------------------------*
**  #right
**----------------------------------------*/

#right ul li {margin-right: 0px;  padding-right: 0px; list-style-type: none; text-align: right; font-size: 10px; line-height: 15px;  } 

#right a.blok { color: #339999; display: block; text-decoration:none; }
#right a.blok:visited { color: #339999; display: block; text-decoration:none; }
#right a.blok:hover { color: #FFA500; background-color: #FFF7EA;  }



 

