html{
	min-height: 101%;
}
body {
	font: 13px/1.5 Arial,'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
	background: #BBB;
	color: #333;
	font-size: 11px;
	padding:0;
}
.container_12 {
  position: relative; 
  background-color: #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
	padding-bottom: 30px;
}
/* ------------------------------------------------------ */
#themenbild{
  position:absolute;
  top: 0;
  left: 0px;
  z-index:100;
}
#kopfbereich{
  position: relative;
  margin-top: 20px;
  margin-bottom: 30px;
  height: 140px;
}
#logo{
  position: absolute; 
  right: 0;
}
/* ------------------------------------------------------ */
#sprache{
  position: absolute;
  top:0px;
  left: -10px;
	padding-left: 10px;
}
#sprache li{
  list-style-type: none;
  float: left;
  padding-right: 20px;
  font-size: 11px;  
}
#sprache li a{
  font-size: 11px;  
  color: #666;
  text-decoration: none;
}
#sprache li a:hover{
  color: #ff0000;
  text-decoration: underline;
}
#sprache li a.active{
  color: #ff0000;
}
/* ------------------------------------------------------ */
#startseite .grid_9{margin-top: 20px;}


#menu{
  position: absolute;
  top:100px;
  left: -10px;
  height: 40px;
  width: 720px;
	background: #fff url(../img/bg.menu.png) no-repeat;
	padding-left: 10px;
}
#menu li{
  list-style-type: none;
  float: left;
}
#menu li a{
  display: block;
  height: 29px;
  padding: 6px 25px 0 25px;
  font-size: 14px;  
  margin-top: 1px;
  color: #fff;
  text-decoration: none;
  background: #aaa url(../img/bg.a.menu.png) no-repeat;
}
#menu li a:hover,
#menu li a.active{
  text-decoration: none;
  background: #ff0000 url(../img/bg.a.menu.png) no-repeat bottom left;    
}
/* ------------------------------------------------------ */
#linkeSpalte{
  margin-top: 100px;
}
.submenu{
  position: relative;
  width: 200px;
	border: 1px solid #CCC;
	overflow: hidden;
	padding-bottom: 10px;
  margin-bottom: 20px;
}
.submenu dt{
  background: #ccc url(../img/bg.dt.png) repeat-x; 
  color: #fff;  
  font-family: Arial;
  font-size: 14px;
  padding: 0 0 2px 15px;  
  font-weight: bold;
  margin-bottom: 10px;
}
.submenu dd{
  padding-left: 15px;
}
.submenu a{
  display: block;
  padding-bottom: 5px;
  color: #333;
  font-size: 13px;
  text-decoration: none;
}
.submenu a:hover{
  color: #ff0000;
  text-decoration: underline;
}
.submenu .active{
  color: #ff0000;
  font-weight: bold;
}
/* ------------------------------------------------------ */
h1 {
  font-family: 'Lucida Sans Unicode', 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
	font-size: 20px;
	line-height: 23px;
	color: #aaa;
	margin-bottom: 15px;
}
p{
  font-size: 12px;
  color:#666;
  margin-bottom: 10px;
}
h2{
  font-size: 14px;
  line-height: 17px;
  color: #666;
  margin-bottom: 5px;
}
h3{
  font-size: 12px;
  color: #666;
}
a{
color: #ff0000;
font-size: 12px;
}
a:hover{text-decoration:underline;}

ul{ 
  font-size: 12px;
  color: #666;
  list-style-type: square;
  padding-left: 14px;
  margin: 10px 0;
}
li{ 
  list-style-type: square;
}
/* ------------------------------------------------------ */
#details h1 {
	font-size: 30px;
	line-height: 120%;
	margin-bottom: 10px;
  color: #ff0000;
}
#details h2 {
	font-size: 16px;
	line-height: 19px;
	color: #888;
	margin-bottom: 10px;	
}
#details p {
	font-size: 12px;
	line-height: 15px;
	color: #666;
}
#details h3 {
	font-size: 14px;
	margin-bottom: 10px;
		color: #ff0000;
}
#details hr {
	border: 0 #ccc dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 15px 0;
}
/* ------------------------------------------------------ */
#pluspunkte{
list-style-image: url(../img/plus.png);
padding-left: 22px;
width: 300px;
}
#pluspunkte li{
font-size: 12px;
line-height: 100%;
margin-bottom: 15px;
}
#pluspunkte em{
vertical-align: top;
font-style: normal;
}
#downloads{
list-style-image: url(../img/pdf.png);
padding-left: 22px;
}
#downloads a{
color: #333;
text-decoration: none;
vertical-align: top;
font-size: 12px;
}
#downloads a:hover{
color: #ff0000;
text-decoration: underline;
}
/* ------------------------------------------------------ */
.produkt{
  background: #fff url(../img/bg.produkt.png) no-repeat; 
	overflow: hidden;
	height: 330px;
	margin-bottom: 20px;
}
.produkt h2{
  font-family: Trebuchet MS;
  font-size: 20px;
  line-height: 24px;
  padding: 5px 0 0 10px;
  margin: 0;
  color: #333;
}
.produkt h3{
  font-size: 12px;
  padding: 0 0 0 10px;
  color: #666;
}
.produkt hr {
	border: 0 #ccc dotted;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 0;
}
.produkt img{
  margin:0;
  padding: 0;
  margin-left: 40px;    
}
.produkt p{
  position: relative;
  top: 3px;
  font-family: arial;
  font-size: 12px;
  padding: 0 2px 0 5px;
  line-height: 115%;
  color:#666;  
}
*+ html .produkt p{
  top: -5px;
}
.produkt .linkRot{
  position: absolute;
  top: 0;
  right: 0;
  color: #ddd;
  background: #F89948 url(../img/link_rot.png) no-repeat; 
  width: 20px;
  height: 20px;
  text-indent: -9000px;
}
.produkt .linkGelb{
  position: absolute;
  top: 0;
  right: 0;
  color: #ddd;
  background: #F89948 url(../img/link_gelb.png) no-repeat; 
  width: 20px;
  height: 20px;
  text-indent: -9000px;
}
.produkt .linkOrange{
  position: absolute;
  top: 0;
  right: 0;
  color: #ddd;
  background: #F89948 url(../img/link_orange.png) no-repeat; 
  width: 20px;
  height: 20px;
  text-indent: -9000px;
}
.produkt .linkBlau{
  position: absolute;
  top: 0;
  right: 0;
  color: #ddd;
  background: #F89948 url(../img/link_blau.png) no-repeat; 
  width: 20px;
  height: 20px;
  text-indent: -9000px;
}
/* ------------------------------------------------------ */
#artikelliste table{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
font-size: 12px;
margin-top: 15px;
margin-bottom: 30px;
}
#artikelliste tr{
border-bottom: 1px dotted #ccc;
}
#artikelliste td{
padding: 5px;
}
#artikelliste h2{
	font-size: 14px;
	color: #ff0000;
}
