@charset "UTF-8";
/* CSS Document */

body {
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color:#F3F3F3;
	background-image:url(images/backgroundsundecken/backbody.gif);
	background-position:center;
	background-repeat:repeat-y;
}
.menuheaderopen{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #FFFFFF;
background: url(images/backgroundsundecken/navimain.jpg) repeat-x center left;
margin-bottom: -12px; /*bottom spacing between header and rest of content*/
margin-top: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
height:50px;
text-align:center;
line-height:40px;
padding-top:0px;
}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
valign:top;
padding:inherit;
margin:0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #FFFFFF;
background: url(images/backgroundsundecken/navimain.jpg) repeat-x center left;
margin-bottom: -12px; /*bottom spacing between header and rest of content*/
margin-top: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
height:50px;
text-align:center;
line-height:40px;
padding-top:0px;
}
.arrowlistmenu .menuheader a:link{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #FFFFFF;
margin-bottom: -12px; /*bottom spacing between header and rest of content*/
margin-top: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
height:50px;
text-align:center;
line-height:40px;
padding-top:0px;
}
.arrowlistmenu .menuheader a:visited{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #FFFFFF;
margin-bottom: -12px; /*bottom spacing between header and rest of content*/
margin-top: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
height:50px;
text-align:center;
line-height:40px;
padding-top:0px;
}
.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
margin-bottom: -12px; /*bottom spacing between header and rest of content*/
margin-top: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
height:50px;
text-align:center;
line-height:40px;
padding-top:0px;
color:#001B31;
}

.menuheaderclosed{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #FFFFFF;
background: url(images/backgroundsundecken/navimain.jpg) repeat-x center left;
margin-bottom: -12px; /*bottom spacing between header and rest of content*/
margin-top: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
height:50px;
text-align:center;
line-height:40px;
padding-top:0px;
}
.arrowlistmenu .menuheaderclosed a{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: #FFFFFF;
background: url(images/backgroundsundecken/navimain.jpg) repeat-x center left;
margin-bottom: -12px; /*bottom spacing between header and rest of content*/
margin-top: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
height:50px;
text-align:center;
line-height:40px;
padding-top:0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(images/backgroundsundecken/navimain.jpg) repeat-x center left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
font: normal 12px Arial;
list-style-type:none;
margin: 0;
padding: 0;
bottom:-20px;
background: url(images/navilist.jpg) repeat-x center left;

}

.arrowlistmenu ul li{
background: url(images/backgroundsundecken/navilistback.gif) repeat-x center left;

}

.arrowlistmenu ul li a{
font: normal 10px Arial;
font-weight:normal;
color: #FFFFFF;
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #FFFFFF;
text-align:center;
height:20px;
line-height:20px;


}
.arrowlistmenu ul li a:visited{
font: normal 10px Arial;
font-weight:normal;
color: #FFFFFF;
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #FFFFFF;
text-align:center;
height:20px;
line-height:20px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
font: normal 10px Arial;
font-weight:normal;
color: #FFFFFF;
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #FFFFFF;
text-align:center;
height:20px;
line-height:20px;
}
.arrowlistmenu ul li a:active{ /*hover state CSS*/
font: normal 10px Arial;
font-weight:normal;
color: #FFFFFF;
display: block;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #FFFFFF;
text-align:center;
height:20px;
line-height:20px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
}
a.klein:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
}
a.klein:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
}
a.klein:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
}
a.klein:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
}
a.blau:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
}
a.blau:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
}
a.blau:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
}
a.blau:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
}
.produktuebersicht {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	line-height: 16px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.textkleinaufblau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.textkleinaufrot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.teaserhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 23px;
}
.textweiss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.textweisshellgrau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 150%;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.textheadershopper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 150%;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.borderblack {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.sprache {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding:0px;
	margin:0px;
}
