/* CSS Document */

html
{
	/* \*/
	height: 100%;
	/* height Angabe verstecken vor Mac IE 5.x */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%;
	margin: 0;
	padding: 0;
}

body
{
	/* \*/

	/* height Angabe verstecken vor Mac IE 5.x */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:100.01%;
	margin: 0;
	padding: 0;
	background: #dfe5e6;
}

img {
	border: none;
}

tr { text-align: top; }


a {
	color: c00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


#top {
	width: 950px;
}


.unsichtbar
{
	visibility: visible;
	display: none;
}

#Content {
	width: 950px;
}

#ColumnLeft
{
	width: 190px;
	float: left;
}

#HeaderBg
{
	width: 760px;
	height: 75px;
	float: left;
	background: #fff;
}

#HeaderLine
{
	font-size: 1px;
	width: 950px;
	height: 3px;
	background: #c00;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 1000;
}

#HeaderLanguages
{
	font-size: .6em;
	text-transform: uppercase;
	padding: 5px 0 0 5px;
	float: left;
	line-height: 120%;
}

#HeaderLanguages span a
{
	color: #666;
	padding: .2em;
	text-decoration: none;
}

#HeaderLanguages a:hover
{
	text-decoration: underline;
	/*color: #fff;
	background: #666;*/
}

#HeaderLanguages img {
	padding-right: 6px;
}

#HeaderNavOben
{
	font-size: .65em;
	text-transform: uppercase;
	text-align: right;
	padding: 5px 30px 0 0;
	float: right;
}

#HeaderNavOben span a
{
	color: #333;
	padding: .1em;
	text-decoration: none;
}

#HeaderNavOben a:hover
{
	color: #fff;
	background: #666;
}

#HeaderLogo
{
	width: 75px;
	height: 75px;
	float: right;
	position: relative;
	top: 0;
	right: 25px;
	z-index: 2000;
}

/*NavMain*/
#Rahmen {
	width: 950px;
	padding: 0;
	background: #dfe5e6 url(/de/images/slideoutBg.gif) repeat;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	position: absolute;
	left: 0;
	top: 75px;	
}

/*Content*/

#ColumnMainBG {
	background: #fff;
	font-size: 1em;
	float:left;
	width: 720px;
	padding: 1em 0 0 0;
	margin: 0;
}

.spacer {
	width: 20px;
	float: left; 
	height: 20px;
}

/*Formatierungen Text*/
.BreadCrumbs
{ 
	font-size: .7em;
	margin: 0 0 1em 0;
}

.BreadCrumbs a
{ 
	text-decoration: none;
}

.BreadCrumbs a:hover
{ 
	color: #c00;
	text-decoration: underline;
}

.Headline 
{ 
	font-size: 1.3em;
	margin: .5em 0 1em 0;
}

.SubHeadline
{
	font-size: .9em;
}

.Bodycopy
{
	font-size: .75em;
}

.Tabelle
{
	font-size: .75em;
}

.BodycopyProdukte
{
	font-size: .75em;
	margin-right: 200px;
}

.BodycopyKlein
{
	font-size: .6em;
}

.Beschreibung
{
	color: #016FD6;
	font-weight: bold;
	border-top: 1px solid #016FD6;
	border-bottom: 1px solid #016FD6;
	padding: .5em 0 .5em 0;
	margin-bottom: .5em;
}

.balkenHeadBU1
{
	font-size: .7em;
	background-color: #dde9f5;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.balkenHeadBU2
{
	font-size: .7em;
	background-color: #f9e0b8;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.LinkPfeil
{
	list-style: url("/de/images/pfeil_rot.gif") inside;
	display: list-item;
	padding-right: 10px;
}

.ProductsBox
{
	width: 255px;
	float: left;
	margin-bottom: 1.5em;
}

.Products
{
	margin: 0;
	border-top: 1px solid #666;
	font-weight: normal;
}

.borderRightWhite
{
	border-right: 20px solid #fff;
}

.floatclear
{
	float: none;
	clear: both;
}

/*Slideout-Menü*/

#nav, #nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

#nav li {
	float: left;
    	margin: 0; 
	padding: 0;
	text-align: left;
	cursor: default;
}

#nav ul li {
	position: relative;
}

#nav li ul li {
	display: block;
	float: none;
	background: #efefef;
	border-bottom: 1px solid #ddd;
}

#nav li ul {
	position: absolute;z-index:1000;
	font-weight: normal;
	background: url("/de/images/slideoutBg.gif") repeat-x left bottom;
	padding: 0 0 0 0;
	margin: 0;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	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 */
	position: absolute;z-index:10000;
	left: 20em;
	color: #f00;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav a, #nav span {
	display: block;
	font-weight: bold;
	font-size: .7em;
	text-decoration: none;
	color: #000;
	padding: 0.3em 25px 0.3em 15px;
	background-image: url("/de/images/arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#nav a:hover {
	background: #999;
	background-image: url("/de/images/arrow_blanc.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#nav li li a {
	display: block;
	font-weight: normal;
}

#nav a:hover {
	color: #fff;
}

.first #nav li {
}

.first #nav li a:hover {
}

#nav2, #nav2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 120%;
	font-size: .95em;
}

#nav2 li {
	float: left;
	margin: 0; 
	padding: 0;
	text-align: left;
	cursor: hand;
}

#nav2 ul li {
	position: relative;
}

#nav2 li ul li {
	display: block;
	float: none;
	background: #efefef;
	border-bottom: 1px solid #ddd;
}

#nav2 li ul {
	position: absolute;z-index:1000;
	font-weight: normal;
	background: #efefef url("/de/images/slideoutBg.gif") repeat-x left bottom;
	padding: .5em 0 1em 0;
	margin: 0;
	border-right: solid 1px #333;
	border-bottom: solid 1px #333;
	border-left: solid 1px #333;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav2 li ul ul { /* third-and-above-level lists */
	position: absolute;z-index:10000;
	left: 20em;
	color: #f00;
}

#nav2 li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav2 li:hover ul, #nav2 li li:hover ul, #nav2 li.sfhover ul, #nav2 li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav2 a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 0.3em 25px 0.3em 15px;
	background-image: url("/de/images/arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#nav2 span {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 0.3em 15px 0.3em 15px;
	background-image: url("/de/images/arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: right;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
}

#nav2 a:hover {
	background: #999;
	background-image: url("/de/images/arrow_blanc.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#nav2 li li a {
	display: block;
	font-weight: normal;
}

#nav2 a:hover {
	color: #fff;
}

/*Navigation Links*/

#navLeft {
	padding: 10px 0 10px 0;
	margin: 0;

}

#navLeft ul {
	list-style: none;
	line-height: 110%;
}

#navLeft li ul li {
	display: block;
	float: none;
	background: #efefef;
	border-bottom: 1px solid #ddd;
}

#navLeft li ul {

	padding: 0 0 1em 0;
	margin: 0;
	border-bottom: solid 1px #333;
}

#navLeft a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	padding: 0.3em 15px 0.3em 15px;
	background-image: url("/de/images/arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: right;
	font-size: .7em;
}

#navLeft span {
	display: block;
	font-weight: bold;
	padding: 0.3em 15px 0.3em 15px;
	font-size: .7em;
}

#navLeft a:hover {
	background: #999;
	background-image: url("/de/images/arrow_blanc.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#navLeft li li a {
	display: block;
	font-weight: normal;
}

#navLeft a:hover {
	color: #fff;
}



/*Farben*/
.bg1
{
	background-color: #dde9f5;
}

.bg2 {
	background-color: #f9e0b8;
}

.bg3 {
	background-color: #016fd6; 
}

.bg4 {
	background-color: #CF8510;
}

.bg5 {
	background-color: #cccccc;
}

.bg6 {
	background-color: #cacaca;
}

/*Footer*/
#FooterPrint {
	font-size: .6em;
	margin: 2em 0 10px 0;
	width: 720px;
	border-top: 1px solid gray;
	background: #fff;
	padding-top: .3em;	
	text-align: right;
	text-transform: uppercase;
}

#FooterPrint span a{
	color: #666;
	padding: .2em;
	text-decoration: none;
}

#FooterPrint a:hover {
	color: #fff;
	background: #666;
}

#Print {
	width: 600px;
	background: #fff;
	padding: 20px;
}

#SpacerContent {
	padding: 20px;
	font-size: 0.7em;
}

.tdborder {
	border-bottom: 1px solid #cf8510;
	padding-right: 20px;
}

.floatclear {
	float: none;
	clear: both;
}

.bordertopbottom {
	border-top: 1px solid #333;
	border-bottom: 1.5em solid #fff;
}



/*Content Homepage*/

#HeaderBgHome
{
	width: 950px;
	height: 75px;
	background: #fff;
}

#RahmenMato {
	width: 950px;
	padding: 0;
	background: #dfe5e6 url(/de/images/slideoutBg.gif) repeat;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	float: left;
}

#Content950x570
{
	background-color: #fff;
	width: 950px;
	height: 570px;
}

.Content190x190Head
{
	font-size: 1.2em;
	font-size: bold;
	padding: 15px;
	float: left;
}

.Content190x190Img
{
	width: 190px;
	height: 190px;
	float: left;
}

.Content190x190Txt
{
	font-size: .7em;
	padding: 15px;
	float: left;
}

/*Linke Spalte*/

#NavLeftHead
{
	font-size: 1.2em;
	color: #333;
	padding: 5px;
}

.NavLeftStatic
{
	font-size: .7em;
	color: #333;
	text-decoration: none;
	margin-left: 5px;
}

a.NavLeftStatic
{
	font-size: .7em;
	color: #333;
	text-decoration: none;
}

a.NavLeftStatic:hover
{
	color: #000;
	text-decoration: none;
}

a.NavLeftSub1
{
	font-size: .7em;
	color: #000;
	text-decoration: none;
	margin-left: 5px;
}

a.NavLeftSub1:hover
{
	color: #f00;
	text-decoration: none;
}

.line {
	border: solid #ccc 1px;
	height: 1px;
}

/*Navigation im Content*/

.portletBox {
	width: 255px;
	padding: 0;
	margin: 0;
	float: left;
	border: 1px solid #333;
	margin-bottom: 20px;
}

.portletBoxText {
	font-weight: bold;
	padding: 0 5px 0 5px;
	font-size: .95em;
	line-height: 130%;

}

.portletBoxText a {
	display: block;
	padding: 0.3em 25px 0.3em 15px;
	text-decoration: none;
	color: #000;
	background-image: url("/de/images/arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: right;
}
#produktgruppe, #produktgruppe ul {
	list-style: none;
	margin: 0; 
	padding: 0;
}

#produktgruppe li {
	display: block;
	margin: 0 0 0 0; 
	padding: 0;
	cursor: hand;
	border-right: 1px solid #cf8510;
	border-bottom: solid 1px #000;
	font-size: .7em;
	line-height: 100%;
}

#produktgruppe a {
	text-decoration: none;
	display: block;
	color: #000;
	padding: 5px 5px 5px 5px;
}

#produktgruppe a:hover {
	color: #cf8510;
}

.produktgruppeImage {
	width: 96px;
	float: left;
	margin: 0;
	padding: 1px 0 1px 0;
}

.produktgruppeText {
	float: left;
	margin: 5px 5px 5px 5px;
}

#produkte, #produkte ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 180%;
	font-size: .7em;
}

#produkte li {
	display: block;
	cursor: hand;
	padding: 0;
	margin: 0;	
	font-weight: normal;
	border-right: 1px solid #cf8510;
	border-bottom: solid 1px #000;
}

#produkte a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 0 5px 0 5px;
	background-image: url("/de/images/arrow_gray.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#produkte a:hover {
	background: #f9e0b8 url("/de/images/arrow_blanc.gif");
	background-repeat: no-repeat;
	background-position: right;
	color: #000;
}

.produkteBox {
	color: #fff;
	background: #cf8510;
	font-size: .8em;
	font-weight: bold;
	padding: 2px 2px 2px 4px;
	border-bottom: 1px solid #000;
}

.imageleft {
	float: left;
	margin: 0 20px 20px 0px;
}

.imageright {
	float: right;
	margin: 0 0 20px 20px;
}

.marginright20px {
	margin-right: 20px;
}

.marginleft20px {
	margin-left: 20px;
}