/*
div{border: 1px dashed red !important;}
/* */


* { padding: 0; margin: 0; }


a, a:link, a:visited
{
    color: #2040a0;
    text-decoration: none;
}

a:active
{
    color: #0000ff;
}

a:hover
{
    color: #2040a0;
    text-decoration: underline;
}


a img {
	border: none;
}

ol {
	margin-top: 10px;
	padding-left: 30px;
}


body
{
    background-color: #ffffff;
    color: #606060;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 145%;
    text-align: left;
}



div#site
{
	width: 978px;
	margin-left: auto;
	margin-right: auto;
}

div#center
{
	width: 978px;
	border: 1px solid #bebdbb;
	float: left;
	margin-top: 30px;
	margin-bottom: 6px;
	min-height: 640px;
}



div#header{
float: left;
height: 87px;
background-image: url('../img2/header_bg.jpg');
width: 100%;
}



div#logo{

	padding-left: 20px;
	padding-top: 18px;
	float: left;
}


div#languages{

	float: right;
	margin-top: 22px;
	padding-right: 31px;
	width: 120px;
	height: 16px;
}


div#languages img
{
    margin-right: 5px;
}


div#leftpane{

	width: 221px;
	float: left;
	padding-left: 10px;
}

/*
div#leftpane img{

	margin-left: 18px;
	padding: 18px;
}
*/

div#main{

	width: 470px;
	float: left;
	padding-left: 7px;
}


div#content{

	width: 470px;
	float: left;
	margin-bottom: 10px;
}


div#rightpane{

	/*float:right;*/
	float:left;
	width: 236px;
	/*padding-right: 20px;*/
	margin-left: 28px;
	height: auto;
	padding-top: 0px;
	margin-top: 0px;
	
}
/*
div#rightpane img{

	float:right;
}*/






/*
div#nav_left
{
	margin-right: 18px;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 130%;
    text-transform: uppercase;
	background-color: #DDD;
}

a.navitem_left,
a.navitem_left:link,
a.navitem_left:visited,
a.navitem_left:active
{
    display: block;
    padding-left: 18px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #2040a0;
    text-decoration: none;
	font-size: 12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
}

div#nav_left a.selected
{
	font-weight: bold;
}



a.navitem_left:hover
{
    background-color: #d0d0d0;
}


a.navitemfirst_left
{
    background-image: url('../img2/navleft_bg_top.gif');
    background-repeat: no-repeat;
    background-position: left top;
}


a.navitemlast_left
{
    background-image: url('../img2/navleft_bg_bottom.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
}


*/


div#nav_right
{
    width: 222px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 12px;
	font-weight: bold;
    line-height: 210%;
    text-transform: uppercase;
	background-color: #dedede;
	color: #838383;
	/*float:right;*/
	float:left;
}


div#nav_right_top
{

    background: url('../img2/navright_bg_top.gif') no-repeat left top;
}


div#nav_right_bottom
{
    background: url('../img2/navright_bg_bottom.gif') no-repeat left bottom;
}


a.navitem_right,
a.navitem_right:link,
a.navitem_right:visited,
a.navitem_right:active
{
    display: block;
    padding-left: 36px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #838383;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
	background:transparent url('../img2/bullet.gif') no-repeat scroll 14px center;
}

a.navitem_right:hover
{
    background-color: #ececec;
	background-image: url('../img2/bullet2.gif');
}


div#search{
margin-top: 4px;
background: url("../img2/search.gif") no-repeat 12px 0px;
text-align: left;
border-bottom: 1px solid #ffffff;
padding-left: 34px;
}


div#search input{

padding-top: 5px;
background-color: transparent;
border: 0px;
margin-bottom: 7px;
font-family: Verdana;
font-weight: bold;
width: 126px;
color: #838383;
}





div#footer
{
    margin-top: 5px;
    text-align: center;
    font-size: 10px;
    color: #ababab;
	margin-bottom: 10px;
}

div#footer a:link,
div#footer a:visited
{
    color: #ababab;
    text-decoration: none;
}

div#footer a:active
{
    color: #000080;
    text-decoration: none;
}

div#footer a:hover
{
    color: #ababab;
    text-decoration: underline;
}



div#nav
{
	margin-right: 18px;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 11px;
    line-height: 130%;
    text-transform: uppercase;
	background-color: #DDD;
}

a.navitem,
a.navitem:link,
a.navitem:visited,
a.navitem:active
{
    display: block;
    padding-left: 18px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #2040a0;
    text-decoration: none;
	font-size: 11px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ffffff;
}

a.navitem:hover
{
    background-color: #d0d0d0;
}

div.navitemtext
{
    margin-left: 16px;
}

a.navitem img
{
    float: left;
    border-style: none;
    margin-left: 2px;
    margin-right: 7px;
    margin-top: 4px;
    margin-bottom: 1px;
}

a.navitemfirst
{
    background-image: url('../img2/navleft_bg_top.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

a.navitemlast
{
    background-image: url('../img2/navleft_bg_bottom.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
}

a.navitemcurrent
{
    font-weight: bold;
}

a.navsubitem,
a.navsubitem:link,
a.navsubitem:visited,
a.navsubitem:active
{
    color: #404040;
    background-color: #ECECEC;
}

a.navsubitem:hover
{
    background-color: #f3f3f3;
}

a.navsubsubitem,
a.navsubsubitem:link,
a.navsubsubitem:visited,
a.navsubsubitem:active
{
    padding-left: 30px;
    /*text-transform: none;*/
	text-transform: uppercase;
	font-size: 11px;
}

a.navsubsubsubitem,
a.navsubsubsubitem:link,
a.navsubsubsubitem:visited,
a.navsubsubsubitem:active
{
    /*padding-left: 30px;*/
    text-transform: none;
	/*font-size: 11px;*/
}

a.navsubitemcurrent,
a.navsubitemcurrent:link,
a.navsubitemcurrent:visited,
a.navsubitemcurrent:active,
a.navsubitemcurrent:hover
{
    background-color: #fcfcfc;
}

#navitem130,
#navitem131,
#navitem132,
#navitem156
{
background-color: #c4c4c4!important;
}
#navitem130:hover,
#navitem131:hover,
#navitem132:hover,
#navitem156:hover
{
background-color: #AEAEAE!important;
}


div#partnerlink
{
    width: 194px;
    margin-left: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}

div#partnerlink img
{
    border-style: none;
}



















































.green
{
	color: #ffffff;
	background-color: #27FA96;
}

.orange
{
	color: #000000;
	background-color: #EC6124;
}
.gelb
{
	color: #000000;
	background-color: #E9E4A2;
}

.right
{
    float: right;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 5px;
vertical-align: top;
}

.left
{
    float: left;
padding: 0px 0px 0px 0px;
margin: 5px 15px 5px 0px;
vertical-align: top;

}

body
{
    background-color: #ffffff;
    color: #606060;
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 145%;
    text-align: left;
}

td
{
    font-family: Verdana,sans-serif;
    font-size: 11px;
    line-height: 145%;
}

h2
{
    color: #606060;
    font-size: 12px;
	margin-top: 0px;
	font-weight: bold;
	padding-top: 10px;
}

strong {
    color: #606060;
    font-size: 12px;
	font-weight: bold;
}

.subline,h3
{
	color: #2040a0;
	color: #606060;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 8px;
}

a, a:link, a:visited
{
    color: #2040a0;
    text-decoration: none;
}

a:active
{
    color: #0000ff;
}

a:hover
{
    color: #2040a0;
    text-decoration: underline;
}





div#partnerlink
{
    width: 194px;
    margin-left: 7px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}

div#partnerlink img
{
    border-style: none;
}

div#lowerleft
{
    width: 153px;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 11px;
	/*text-align:center;*/
	
}

div#lowerleft h3
{
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: bold;
}














div#newsbox
{
    float: left;
    width: 222px;
    margin-right: 10px;
    line-height: 120%;
    font-size: 11px;
	margin-top:0px;
}

div.newshead
{
    height: 6px;
    background-image: url('../img/news_border_top.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 0px;
}

div.newsitem
{
    height: 125px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url('../img/news_border_repeat.gif');
    background-repeat: repeat-y;
    background-position: left;
}

div.newsitem h2
{
    margin-top: 0px;
    margin-bottom: 3px;
}

div.newsitem h3
{
    margin-top: 0px;
    margin-bottom: 0px;
}

div.newsitem img
{
    float: right;
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 3px;
    margin-bottom: 0px;
}

div.newsfoot
{
    height: 6px;
    margin-bottom: 10px;
    background-image: url('../img/news_border_bottom.gif');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0px;
}

div.cboxhead
{
/*border: 1px solid;*/
	height: 4px;
    background-image: url('../img/cbox_border_top.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 0px;
}

div.cbox
{
	height: 170px;
	width: 222px;
	font-size:9px;
    padding-left: 7px;
    padding-right: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url('../img/cbox_border_repeat.gif');
    background-repeat: repeat-y;
    background-position: left;
}

div.padbox
{
	/*
    height: 170px;
    */
	width: 216px;
	font-size:11px;
	line-height: 130%;
    padding-left: 7px;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url('../img/cbox_border_repeat.gif');
    background-repeat: repeat-y;
    background-position: left;
}

div.langbox
{
	/*
    height: 170px;
    */
	width: 222px;
	font-size:9px;
	line-height: 100%;
    padding-left: 7px;
    padding-right: 62px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url('../img/cbox_border_repeat.gif');
    background-repeat: repeat-y;
    background-position: left;
}

div.padbox_kurz
{
	height:70px;
	width: 222px;
	font-size:11px;
	line-height: 150%;
    padding-left: 7px;
    padding-right: 62px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url('../img/cbox_border_repeat.gif');
    background-repeat: repeat-y;
    background-position: left;
}

div.padbox img
{
  padding-bottom: 0px;
  border: 0px;
}

div.cboxfoot
{
/*border: 1px solid;*/
    height: 12px;
    margin-bottom: 1px;
    background-image: url('../img/cbox_border_bottom.gif');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0px;
}

div.quotehead
{
    height: 12px;
    background-image: url('../img/quote_border_top.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 0px;
}

div.quote
{
    height: 151px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-image: url('../img/quote_border_repeat.gif');
    background-repeat: repeat-y;
    background-position: left;
}

div.quotefoot
{
    height: 12px;
    margin-bottom: 10px;
    background-image: url('../img/quote_border_bottom.gif');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0px;
}


img.mastercollage
{
    width: 471px;
    margin-bottom: 10px;
}


div#content1
{
    display: block;
    float: left;
    width: 470px;
}

div#content2
{
    display: none;
    float: left;
    width: 470px;
}

div#content3
{
    display: none;
    float: left;
    width: 470px;
}

div#content4
{
    display: none;
    float: left;
    width: 470px;
}

div#content5
{
    display: none;
    float: left;
    width: 470px;
}

div#content6
{
    display: none;
    float: left;
    width: 470px;
}

div.contenttabs
{
    height: 24px;
    margin-right: 2px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-right: 10px;
    background-image: url('../img/tabbg.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

div.contenttabs h2
{
    display: inline;
}

a.tab, a.tab:link, a.tab:visited, a.tab:active, a.tab:hover
{
    display: block;
    float: right;
    width: 42px;
    height: 24px;
    padding-top: 4px;
    background-image: url('../img/tab2.gif');
    background-repeat: no-repeat;
    background-position: left top;
    text-align: center;
    color: #606060;
    text-decoration: none;
}

a.tabsel, a.tabsel:link, a.tabsel:visited, a.tabsel:active, a.tabsel:hover
{
    background-image: url('../img/tab1.gif');
    font-weight: bold;
}

div.contentbreak
{
    clear: both;
    height: 13px;
    width: 470px;
/*
	margin-right: 10px;
*/
    margin-top: 0px;
    margin-bottom: 5px;
/*
    padding-right: 10px;
*/
    background-image: url('../img/tabbgs.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

div.linksbox
{
float:left;
width:100%;
    width: 470px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.linksboxhead
{
float:left;
width:100%;
    height: 6px;
    background-image: url('../img/links_border_top.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 0px;
}

div.linksboxbody
{
float:left;
width:100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-image: url('../img/links_border_repeat.gif');
    background-repeat: repeat-y;
    background-position: left;
}



div.linksboxbody ul
{
    list-style-image: url('../img/bullet.gif');
    /*list-style-type: disc;*/
    margin-left: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 50%;
}

div.linksboxbody li
{
    line-height: 160%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}


div.linksboxfoot
{
clear:both;
float:left;
width:100%;
    height: 6px;
    background-image: url('../img/links_border_bottom.gif');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0px;
}

div.linksboxpremium
{
float:left;
width:100%;
    width: 470px;
    margin-top: 10px;
    margin-bottom: 10px;
}

div.linksboxheadpremium
{

float:left;
width:100%;
    height: 6px;
    background-image: url('../img/links_border_top_premium.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 0px;
}

div.linksboxbodypremium
{

float:left;
width:100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-image: url('../img/links_border_repeat_premium.gif');
    background-repeat: repeat-y;
    background-position: left;
}


div.linksboxfootpremium
{
clear:both;
float:left;
width:100%;
    height: 6px;
    background-image: url('../img/links_border_bottom_premium.gif');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0px;
}







div#uppercontenthead
{
    height: 18px;
    background-image: url('../img/content_border_top.gif');
    background-repeat: no-repeat;
    background-position: left bottom;
    font-size: 0px;
}

div#uppercontent
{
    height: 300px;
    background-image: url('../img/content_border_repeat.gif');
    background-repeat: repeat-y;
    background-position: left;
    font-size: 0px;
}

div#uppercontentright
{
    float: right;
    margin-right: 1px;
}

a.productscrollbutton
{
/*    display: block;
    text-align: center;
    background-color: #e4e4e4;*/
}

a.productscrollbutton img
{
    float: right;
    border-style: none;
}

div#productlistcontainer
{
    position: relative;
    width: 270px;
    height: 300px;
    overflow: hidden;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #d4d4d4;
}

div#productlist
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 270px;
}

div.product
{
    height: 100px;
/*    padding: 20px;*/
    font-size: 11px;
    background-color: #f8f8f8;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #d4d4d4;
    background-image: url('../img/productbg.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

div.product img
{
    float: left;
    border-style: none;
}

a.producttext,
a.producttext:link,
a.producttext:visited,
a.producttext:active,
a.producttext:hover
{
    display: block;
    padding: 10px;
    color: #606060;
    text-decoration: none;
}



div#uppercontentleft
{
    padding-left: 1px;
}

div#uppercontentleft img
{
    width: 448px;
    height: 300px;
    margin-right: -5px; /* IE */
}

div#uppercontentfoot
{
    height: 18px;
    background-image: url('../img/content_products_border_bottom.gif');
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 0px;
}

div#lowercontentright
{
    float: right;
    width: 270px;
    margin-left: 10px;
    margin-right: 0px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 11px;
}

div#lowercontentrightbuttons
{
    float: left;
    margin-right: 10px;
}

div#lowercontentrightbuttons img
{
    border-style: none;
    margin-bottom: 5px;
}

div#lowercontent
{
    margin-left: 10px;
    margin-right: 280px;
    margin-top: 15px;
    margin-bottom: 10px;
}

div#lowercontent1
{
    display: block;
    width: 420px;
}

div#lowercontent2
{
    display: none;
    width: 420px;
}

div#lowercontent3
{
    display: none;
    width: 420px;
}

div#lowercontent4
{
    display: none;
    width: 420px;
}

div#lowercontent5
{
    display: none;
    width: 420px;
}

div#lowercontent h2
{
    margin-bottom: 0px;
    text-transform: uppercase;
}

div#lowercontent h3
{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}




div.download
{
margin-top: 10px;
margin-bottom: 0px;
}

div.download img
{
    float: left;
    margin-right: 5px;
    border-style: none;
}

span.emaillink
{
}

span.emaillink img
{
    float: left;
    margin-right: 2px;
    margin-top: 3px;
    border-style: none;
}

div.navtabsrow
{
    height: 23px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 11px;
}

div.navtabsrowlast
{
    height: 24px;
    background-image: url('../img/navtab_bottom_repeat.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

div.navtab
{
    float: left;
    height: 100%;
}

div.navtabsel
{
}

div.navtabborderleft
{
    float: left;
    width: 5px;
    height: 23px;
    background-image: url('../img/navtab_border_left.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

div.navtabsel div.navtabborderleft
{
    height: 24px;
    background-image: url('../img/navtab_border_left_selected.gif');
}

div.navtabtext
{
    float: left;
    height: 23px;
    background-image: url('../img/navtab_border_repeat.gif');
    background-repeat: repeat-x;
    background-position: left top;
    text-align: center;
}

div.navtabsel div.navtabtext
{
    height: 24px;
    background-image: url('../img/navtab_border_repeat_selected.gif');
    font-weight: bold;
}

div.navtabtext a,
div.navtabtext a:link,
div.navtabtext a:visited,
div.navtabtext a:active
{
    display: block;
    float: left;
    padding: 3px;
    color: #606060;
    text-decoration: none;
}

div.navtabtext a:hover
{
    text-decoration: underline;
}

div.navtabborderright
{
    float: left;
    width: 5px;
    height: 23px;
    background-image: url('../img/navtab_border_right.gif');
    background-repeat: no-repeat;
    background-position: left top;
}

div.navtabsel div.navtabborderright
{
    height: 24px;
    background-image: url('../img/navtab_border_right_selected.gif');
}

div.navtabfiller
{
    height: 23px;
    background-image: url('../img/navtab_border_repeat.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

div.navtabfiller div.navtabborderright
{
    float: right;
}

.bg_top {
	width:			450px;

}

.datawrapper{
	width:			465px !important;
	margin-left:	-10px !important;	
}

















































