body {
  padding:0px;
  margin:0px;
  background-image: url(hintergrund.jpg);
  
  background-repeat: no-repeat;
  background-position: top center;
background-color: #ffffff;
  font-family:Verdana,Arial,Helvetica,sans-serif;
  color:#000000;
  text-align: center;
}

#container {
	
	margin: -100px auto;
	width: 1024px;
	/*height: 900px;*/
        background-color: #c7dbe3;
}


#menue {
  font-size:12px;
  /*background:#ffffff;*/
  height:20px;
  margin:0px 50px;
  max-width:inherit;
  text-align:left;
  list-style-type:none;
    
}

#menue li
	{
		font-weight: bolder;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-decoration: none;
		color: #000000;
		display: inline;
		float:left;
		margin-left:10px;
		
		
	}
	
#menue li a
	{
		text-decoration: none;
		color: #297795;
	}
	
#menue li a:hover
	{
		text-decoration: none;
		color: #000;
		}

#menue ul {
  margin:0;
  padding:0;
  float:left; 
  list-style-type:none;
 
}


#mitte {
  position:relative;
  width:100%;
}
#inhalt {
  min-width:120px;
  max-width:1000px;
  padding:5px;
  margin:0px 50px;
  background-color:#ffffff;
  border: solid #287795 1px;
  text-align:left;
}
#links {
  position:absolute;
  top:0px;
  left:10px;
  width:160px;
  height:300px;
  text-align:center;
  background-color:#fc0;
}
#rechts {
  position:absolute;
  top:0px;
  right:10px;
  width:160px;
  height:300px;
  text-align:center;
  background-color:#fc0;
}
#fuss {
  color:#000;
  height:20px;
  margin:5px 50px;
  /*background-color:#000;*/
  max-width:inherit;
  text-align:right;
  font-size:12px;
}
p {
  font-size:0.8em;
  padding:10px 15px;
}
pre {
  font-size:12px;
  padding:10px 15px;
}
/*#back {
  padding:15px;
  text-align:center;
}
#back a {
  color:white;
  font-size:0.8em;
  font-weight:600;
}*/
.rot {
  color:red;
  font-size:1.3em;
  font-weight:bold;
}

/*-------Anfang_____Menue der Bilder----------*/

#bilder {
  width: 820px;
  height: 30px;
  margin: 200px auto;
  /*background-color: #ff0;*/
}

#bilder ul {
  margin:0;
  padding:0;
  float:right; 
  list-style-type:none;
}
#bilder li {
		text-decoration: none;
		color: #000000;
		display: inline;
		float:left;
		margin:10px;

}
#bilder a {
display:block;
margin:0px;
padding:0px 0px 80px 0px;
height:0px;
width:100px;
}



a.feinmechanik:link, a.feinmechanik:visited
{
background-image: url(feinmechanik-h.jpg);
background-repeat: no-repeat;

}

a.feinmechanik:hover
{
background-image: url(feinmechanik.jpg);
background-repeat: no-repeat;

} 

a.mim:link, a.mim:visited
{
background-image: url(mim-h.jpg);
background-repeat: no-repeat;
}

a.mim:hover
{
background-image: url(mim.jpg);
background-repeat: no-repeat;
} 

a.kunststoff:link, a.kunststoff:visited
{
background-image: url(kunststoff-h.jpg);
background-repeat: no-repeat;
}

a.kunststoff:hover
{
background-image: url(kunststoff.jpg);
background-repeat: no-repeat;
} 

a.formenbau:link, a.formenbau:visited
{
background-image: url(formenbau-h.jpg);
background-repeat: no-repeat;
}

a.formenbau:hover
{
background-image: url(formenbau.jpg);
background-repeat: no-repeat;

}

/*-------Ende_____Menue der Bilder----------*/


