HTML, BODY{
      height: 100%;
     /* background: #ffffff url(../images/bg.gif) 50% repeat-y;*/
	background: #e0ebf2 url(bgheadertop.gif) repeat-x;
      color: #000000;
      font-family: Arial, helvetica, sans-serif;
      font-size: 11px;
      font-weight: normal;
      text-align: center;
      padding: 0px;
      margin: 0px;
}

a{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}

h1{
	font-weight: bold;
         font-size: 20px;
         color: #4A88AF;

}

h2{
	font-size: 16px;
         font-weight: bold;
         color: #4A88AF;
}

h3{
	font-size: 12px;
         font-weight: bold;
         color: #4A88AF;
}

#wrap{
      width: 704px;
      height: 100%;
      background: #ffffff;
      margin-left: auto;
      margin-right: auto;
      padding: 0px;
      text-align: left;
}

#bgWrap{
	width: 730px;
	background: transparent;
	margin-left: auto;
	margin-right: auto;

}

#header{
        width: 704px;
        height: 85px;
        background: transparent url(header.jpg) no-repeat;
}
/*
#flag_DE{
	width: 16px;
         height: 10px;
	background: transparent url(DE.gif) no-repeat;
         float: right;
         margin-top: 70px;
         margin-left: 5px;
         margin-right: 5px;
}*/

/*
#flag_EN{
	width: 16px;
         height: 10px;
	background: transparent url(EN.gif) no-repeat;
         float: right;
         margin-top: 70px;
}*/

#ADeutsch{
	display: block;
	width: 16px;
         height: 10px;
	float: right;
         margin-top: 70px;
         margin-left: 5px;
         margin-right: 5px;
}



#AEnglisch{
	display: block;
	width: 16px;
         height: 10px;
	float: right;
         margin-top: 70px;
}

/*content*/

#content{
         width: 684px;
         height: auto;
         padding: 10px;
	background: #ffffff;
}

.listitemProduct{
	margin-left: 30px;
}

.itemImage{
	width: 200px;
	height: 219px;
	background: #e5e5e5;
	float: left;
}

.itemDetails{
	width: 445px;
	background: #e0ebf2;
	vertical-align: top;
}

.itemDetailsContent{
	width: 100%;
         height: 100%;
         background: green;
         margin-top: 0px;
}

/* navigation */
#navigation{
            /*width: 704px;*/
			width: 704px;
            height: 20px;
            padding-top: 5px;
            background: transparent url(bgpattern.gif);
			/*padding-left: 60px; */
			
}

#nav{
	width: 92%;
	margin: auto !important;
	text-align:left;
}

#nav, #nav ul { /* all lists */
        padding: 0px;
        margin: 0px 0px -5px 10px;
		/*margin-bottom: -5px;*/
        list-style: none;
        line-height: 1;
        background: transparent;
}


#nav a {
        display: block;
        width: auto;
		padding: 0px 32px 0px 0px;
}

#nav li ul li a {
	width: 120px;
	background: transparent;
}

#nav a:hover {
	color: #4A88AF;
}

#nav li { /* all list items */
        float: left;
/*        width: 12em;*/
        padding: 2px;
}

#nav li ul { /* second-level lists */
        position: absolute;
        background: #ffffff;
        border: 1px solid #98BFD4;
        width: 15em;
        left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
        margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
        left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
        left: auto;
}



.itemBox{
        	margin-left: 50px;
         margin-top: 20px;
}

.itemImageWrap{
	width: 200px;
         height: 219px;
}

.itemDataWrap{
	width: 450px;
         background: #e0ebf2;
         vertical-align: top;
         padding: 5px;
}

.itemTable{
	padding: 5px;
}

.itemLineTitle{
	width: 80px;
	font-weight: bold;
}

.itemLineEinheit{
	width: 30px;
}

.itemLineWert{
	width: 300px;
}

.itemPDF A{
display: block;
width: 110px !important;
height: 18px;
background: transparent url(PDF_icon.jpg) right no-repeat;
padding-top: 4px;
}

.itemPDF{
height: 22px;
vertical-align: middle;

}