@charset "utf-8";
/* CSS Document */

body {
  padding: 0px;
  margin: 0px;
  background-color: #fff;
  text-align: center;
   font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #808080;
}
img{
border:0px;
}
#container { 
    	width: 912px; 
    	height: 660px;
		background: #FFFFFF;
    	margin: 0 auto; /* Durch automatische Rınder (in Verbindung mit einer Breite) wird die Seite zentriert. */
		
    	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element ıberschrieben. */
}

#kopf {

  width: 912px;
  margin-top: 36px;

   padding-bottom: 32px;
}
#logo {


 }
#menu {
  float: right;
  width: auto;
  margin-left:  250px;
  padding-top: 43px;
	font-size: 0.75em;
	color: #808080;
text-transform: uppercase;
letter-spacing: 0.15em;
}
#main {
  width: 912px;
  height: 610px;
    clear:both;
 position: relative;
}

#inhalt {
  
  width: auto;
  
  margin-left: 212px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  font-size: 0.7em;
  color: #404040;
}

#inhalt table {
 border: 0px;
 border-spacing: 0px;
}

#inhalt td {
padding-right: 22px;
vertical-align: bottom;
}
#inhalt img {
vertical-align:middle;
}

#inhalt .vita{
vertical-align: top;
padding-right: 20px;
}

#inhalt iframe {

margin: 0px;
padding: 0px;
border: 0px;
}

#links {
float: left;
  width: 210px;
  height: 609px;
  background-image: url(img/bg_links.gif);
font-size: 0.75em;
color: #a9d272;
text-transform: uppercase;
letter-spacing: 0.10em;

 }
#links img {
vertical-align:bottom;
padding-left: 3px;
}

#links a.gall:link, #links a.gall:visited {
margin: auto;
background: url('accessoires/img/gallery_off.gif') no-repeat;;
color: #fff;

letter-spacing: 0.00em;
padding-left: 23px;
margin-left:3px;

}
#links a.gall:hover, #links a.gall:active {
background: url('accessoires/img/gallery_on.gif') no-repeat;;
color: #a9d272;
padding-left: 23px;
}

#links  table{
text-transform: none;
font-weight: bold;
//color: #606060;
letter-spacing: 0.06em;
font-size: 0.8em;
line-height: 1.4em;
} 
#links  table th{
padding-bottom: 8px;
padding-top: 8px;
//font-weight: normal;
}
  .clearfloat { 
    	clear:both;
}

#footer{
clear:both;
text-align:right;
margin-top: 10px;
font-size: 0.65em;
}



/* Links -----------------------------------------------------------------*/
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #808080;
}
a:hover, a:active {
	color: #a9d272;
}
a.selected{
 color: #a9d272;
}


.menuitem {
margin-left: 33px;
color: #a9d272;

}



#menu a {
	text-decoration: none;
}
#menu a:link, #menu a:visited {
	color: #808080;
}
#menu a:hover, #menu a:active {
	color: #a9d272;
}



#footer a:link, #footer a:visited {
	color: #888;

}
#footer a:hover, #footer a:active {
	color: #a9d272;
}

.bald {
	color:#aaa;
	//font-family: Verdana, Helvetica, sans-serif;
	//font-size: 0.7em;
	//font-weight: bold;
	//letter-spacing: 0.2em;
	//text-transform:uppercase;
}


