body{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-image: url(../static/metall.jpg);
  font-size: 12px;
}

a:link{
  text-decoration: none;
  color: #1661AE;
}

a:visited{
  text-decoration: none;
  color: #0066B4;
}

a:hover{
  text-decoration: underline;
  color: blue;
}

#aussen{
  position: absolute;
  background-image: url('../static/bg.png');
  background-repeat: no-repeat;
  top: 25px;
  left: 50%;
  width: 968px;
  height: 750px;
  margin-left: -484px;
}

#innen{
  position: relative;
  top: 140px;
  left: 0px;
  width: 917px;
  height: 600px; 
  margin-left: 36px;
  margin-right: 15px;
}

.left{
  width: 450px;
  min-height: 100%;
  float: left;
  padding-bottom: 15px;
}

.right{
  width: 380px;
  min-height: 100%;
  float: right;
  padding-bottom: 15px;
}



/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(../static/menue2.png) no-repeat;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 131px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

ul.tabs a:hover {
	background: url(../static/menue3.png) no-repeat;
	color:#fff;	
}

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: url(../static/menue1.png) no-repeat;		
	cursor:default !important; 
	color:#000 !important;
}

div.inhalt div {
	display: block;		
	padding: 15px;
	border: 1px solid #999;
	border-top: 0;
	height: 465px;
	font-size: 12px;
	background-color: #fff;
  overflow: auto;
  background-image: url(../static/bg_content.png);
}

.image_klein{
  display: block;
  position: relative;
  border: 1px dashed #1661AE;
}
