/* CSS Document */

html, body{
  width: 100%
  height: 100%;
  color:#666666;
  line-height:25px; 
  margin: 0;
  padding: 0;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:14px;
}

body{
  background-color: #fbf7c4;
  background-image:url(images/wallpaper.jpg);
  background-repeat:repeat-x repeat-y;
}

#header{
  background-image:url(images/header.jpg);
  background-position:center;
  background-repeat:no-repeat;
  height: 150px;
  background-color:#8nC8c8c;
  text-align: right;
  position:relative;
}

div#header a{
  color: #FF9900;
  text-decoration: none; 
  font-weight: bold;
  font-size:12px;
}

#content{
  width: 880px; 
  margin: 70px auto;
  text-align:justify;

}

h1{
  color: #666666;
  font-size:14px;
}

h2{
  color: #cc6600;
  font-size:16px;
}

img{
  margin: 15px;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.highlight {
  color: #cc6600;
}

.clear {
  clear: both;
  color: #666666;
  background-color:#666666;
  height: 1px; 
  border: 0;
  width: 100%;

}

/*#######################################*/
/*               NAVIGATION              */
/*#######################################*/

#meta-navigation{
  padding: 10px; 
}

div#navigation
{
  width: 100%;
  clear: both; 
  float: left;
  background-color: #8C8C8C;
  margin: 0 auto;
/*  position: absolute; */
/*  bottom: 0px;*/
  overflow:hidden;
}

#navigation ul{
   padding:0; 
   margin: 0 auto; 
   list-style-type:none;
   float:left;
   position:relative; 
   left:50%;
}

#navigation ul li {
  float:left; position:relative; right:50%;
}

#navigation ul a{
  text-decoration: none; 
  font-size:12px;
  width:auto;
  display:block;
  padding:2px 8px;
  color:#fff; 
  text-decoration:none;
}

* html div #navigation ul a, * html div #navigation ul span {
  width: 1em;    /* nur fuer IE 5.0x erforderlich */
  w/idth: auto;  /* sicherheitshalber fuer IE 6 zurueckgesetzt */
}

#navigation ul a:hover, #navigation ul span {
  color: white; background-color: #666666;
}

.img_right {
  float:right; 
  margin: 0 0 15px 15px;
}

.img_left {
  float:left; 
  margin: 0 15px 15px 0;
}

.img_right {
  float:right; 
  margin: 0 0 15px 15px;
}

.img_center {
  float:none;
  text-align:center; 
  margin: 15px ;
}

.small{
  font-size: small;
}
