body {
	background-image: url(images/bg.jpg);
	font-family: arial;
        text-align: center;
}

/*------------------------------------------------*/

#head {position: absolute; top: 10px; left: 120px;}

#menu_strich {position: absolute; top: 61px; left: 488px;}

#schatten {position: absolute; top: -79px; left: 0px;}

#strich_rot_o {position: absolute; top: 0px; left: 120px;}

#strich_rot_u {position: absolute; top: 640px; left: 120px;}

#foot {position: absolute; top: 590px; left: 120px;}

#schraube {position: absolute; top: 10px; left: 1028px;}

/*------------------------------------------------*/
#menue {

        position: absolute; left: 508px; top: 74px;
	font-family: arial;
	font-size: 22px;
	text-align: left;
}
/*------------------------------------------------*/

A.menulink {
color: #666666;
text-decoration: none;
}

A.menulink:hover {
color: #C5B2B2;
text-decoration: none;
}

A.activelink {
color: #C5B2B2;
text-decoration: none;
}

/*------------------------------------------------*/

#links {
	font-family: arial;
	color: #000000;
	font-size: 14px;
        font-weight:bold;
}


/*------------------------------------------------*/

img {
    border: none;
}

/*------------------------------------------------*/

#haupt {
        height: auto;
	width: 1200px;
        margin-left: auto;
        margin-right: auto;
        line-height: 1.2;
        text-align: left;
}

#inhalt {

        width: 960px;
        height: 650px;
        margin-left: auto;
        margin-right: auto;
	background-color:#ffffff;
        padding:0px;  
        line-height: 1.2;
}

#text {
        margin:0px auto;
	font-family: arial;
	font-size: 16px;
        line-height: 1.2;
        color: #333333;
        text-align: left;
}

p{margin-top:10px; margin-bottom:10px;}

#menu {
  font-family: arial;
  font-size: 14px;
  text-align: left;
  font-weight:bold;
  line-height: 1.5;
  list-style-type:none;  
}

#menu ul {
  list-style-type:none;
  list-style-image:none;
  margin:0px;
  padding:0px;
}

#menu li.topmenu {
  float:left;
}

.topmenu a {
  float:left;
  width:110px;
  text-align:left;
}

.topmenu ul{
  display:none;
}

.topmenu a, .submenu a{
  padding:1px 5px;
  color:#333333;
  font-weight:bold;
  text-decoration:none;
  margin:0;  
}

.submenu a{
  font-size:12px;
  width:120px;
  position:relative;
  background-color:#E8E8BB;
  clear:both; /* special IE6 */
}

#menu a:hover, .topmenu.on a {
  color:#C6BFBF;
}

.topmenu:hover ul {
  display:block;  
  z-index:500;
}