/* grundeinstellungen layout */
body 
  {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(http://www.archibel.com/fileadmin/grafik/bg-main.jpg) no-repeat fixed #fff;
  }
  
.clear 
  {
  height: 0;
  line-height: 0;
  clear: both;
  }

/* positionen */  
#container-main 
  {
  width: 990px;
  float: left;
  }
  
#left 
  {
  width: 200px;
  min-height: 800px;
  float: left;
  }
  
#top
  {
  width: 760px;
  height: 115px;
  float: left;
  background: url(http://www.archibel.com/fileadmin/grafik/bg-main.jpg) no-repeat fixed top  #fff;
  z-index: 100;
  }
  
/* objekte logos*/  
#logo
  {
  margin-top: 30px;
  width: 200px;
  text-align: center;
  position: fixed;
  }

/* objekte oben */
#navi-meta 
  {
  color: #346699;
  float: right;
  padding-top: 10px;
  margin-top: -10px;
  } 

#header-title 
  {
  margin: 10px 20px;
  font-size: 18px;
  letter-spacing: 3px;
  color: #346699;
  }

#header-subtitle 
  {
  margin: 10px 20px;
  font-weight: bold;
  color: #000;
  }

/* objekte links */  
#navi 
  {
  position: fixed;
  top: 150px;
  left: 10px;
  }

#powered-by 
  {
  margin-top: 300px;
  width: 200px;
  text-align: center; 
  }


#container-bottom .container-content 
  {
  padding: 20px 0px 20px 250px;
  border-top: 1px solid #808080;
  } 

/* formate navi left*/

#navi ul 
  {
  list-style-type: none;
  margin-left: 10px;
  }

#navi li
  {
  margin-bottom: 10px;
  }  

#navi a 
  {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding-left: 18px;
  width: 180px;
  height: 20px;
  background: url(http://www.archibel.com/fileadmin/ftp/button-no.gif) left no-repeat;
  }
  
#navi a:hover 
  {
  color: #1A73B0;
  text-decoration: none;
  display: block;
  padding-left: 18px;
  background: url(http://www.archibel.com/fileadmin/ftp/button-ro.gif) left no-repeat;
  }


/* formate navi meta*/

#navi-meta ul 
  {
  list-style-type: none;
  }  
  
#navi-meta li 
  {
  display: inline;
  }  
 
#navi-meta a
  {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  }

#navi-meta a:hover
  {
  color: #d58f5c;
  text-decoration: underline;
  }

/* formate headlines */

h1
  {
  color: #346699;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 3px;
  margin: 30px;
  margin-top: 75px;
  }
  
h2
  {
  color: #346699;
  font-size: 13px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  }

/* formate content */

table#table-main
  {
  width: 680px;
  border: 0px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #000;
  margin: 20px 0 0 20px;
  float: left;
  background-color: #fff;
  }

table#table-main img
  {
  height: 14px;
  }
  
table#table-main td
  {
  padding: 3px;
  }

a, table#table-main td a
  {
  color: #000;
  text-decoration: underline;
  }

a:hover, table#table-main td a:hover
  {
  color: #346699;
  }

