/* main selectors */
body {
	margin: 0;
	padding: 0;
	background-color: #F2F2F2; /* helle Grau Hintergrund */
	font-family : Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666; /* dunkles Grau */ 
	
}

#Layer2 {
	position:absolute;
	margin:auto;
	width:593px;
	height:227px;
	top:4px;
	left:4px;
	z-index:1;
}

a {
	text-decoration: none;
	color: #990101; /* dunkles Rot */
}

a:hover{
	text-decoration: underline;
}

a.more {
	font-weight: bold;
	padding-right: 9px;
	background: url(/images/arrow-more.gif) no-repeat right;
}

a.button {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 35px;
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}

a.button:hover {
	text-decoration: none;
}

a.b-order {
	width: 156px;
	background-image: url(/images/button-order-large.gif);
	background-position: 0 -35px;
}
a:hover.b-order{
	background-position: 0 0px;
}
.b-sold {
    width: 200px;
	height:58px;
    background-image: url(/images/button-sold.png);  
}
.b-sold_en {
    width: 200px;
		height:58px;
    background-image: url(/images_en/button-sold.png);  
}

a.b-order_en {
	width: 156px;
	background-image: url(/images_en/button-order-large.gif);
	background-position: 0 -35px;
}
a:hover.b-order_en{
	background-position: 0 0px;
}
a.b-boerse_en {
    width: 162px;
    background-image: url(/images_en/button-boerse.gif);
    background-position: 0 -35px;
}
a:hover.b-boerse_en{
    background-position: 0 0px;
}

a.buttonfb {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    height: 70px;
    background-repeat: no-repeat;
    font-size: 11px;
    color: #FFF;
    text-decoration: none;
}

a.buttonfb:hover {
    text-decoration: none;
}

a.b-fb {
    width: 70px;
    background-image: url(/images/button_fb.png);
    background-position: 0 -70px;
}
a:hover.b-fb{
    background-position: 0 0px;
}

a.b-yt {
    width: 70px;
    background-image: url(/images/button_yt.png);
    background-position: 0 -70px;
}
a:hover.b-yt{
    background-position: 0 0px;
}

/* Changed to remove button bar -- see new version below these two styles
a.b-next, a.b-matrix {
	width: 238px;
	text-indent: 0;
	padding-left: 10px;
	height: 18px;
	line-height: 18px;
	background-image: url(/images/background-button-next.gif);
	margin-bottom: 10px;
}

a.b-matrix {
	width: 208px;
	background-image: url(/images/background-button-matrix.gif);
}
*/

a.b-next, a.b-matrix {
	font-weight:bold;
	padding-right:9px;
	float: left;
	color: #143F69; /* Mittleres Blau*/
	text-indent: 0;
	height: 18px;
	line-height: 18px;
}

a.b-next:hover, a.b-matrix:hover {text-decoration: underline;}

img {
	display: block;
	border: none;
}
img.preismatrix {
display: inline;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

p.large {
	font-size: 126%;
}

.profile p {
	color: #333; /* dunkles Grau */
}

.profile p.bordered {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
	border-top-width: thin;
}

/* yes no section */
em.yes, 
em.no, 
em.hiddenno {
	display: block;
	text-indent: -9999px;
	width: 13px;
	height: 13px;
	background: url(/images/yes-no.gif) no-repeat;
	margin-top: 5px;
	line-height: 13px;
}

em.yes {
	background-position: 0 0;
}

em.no {
	background-position: 0 -13px;
}

a.order {
	display: block;
	width: 69px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/button-order.gif) no-repeat;
	background-position: 0 -18px;
	margin-top: 4px;
}

a.order:hover{
	background-position: 0 0px;
}

a.order_en {
	display: block;
	width: 69px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images_en/button-order.gif) no-repeat;
	background-position: 0 -18px;
	margin-top: 4px;
}

a.order_en:hover{
	background-position: 0 0px;
}

a.order_en_small {
    display: block;
    width: 69px;
    height: 18px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/images_en/button-order.gif) no-repeat;
    background-position: 0 -18px;
    margin-top: 4px;
	margin-left:-8px;
}

a.order_en_small:hover{
    background-position: 0 0px;
	margin-left:-8px;
}
/* headline block */
div.headline {
	background: url(/images/background-headline.gif) no-repeat;
	line-height: 63px;
	border-bottom: 1px solid #FFF;
}

div.headline h1 {
	margin: 0;
	padding: 0 20px 0 100px;
	background-position: top right;
	background-repeat: no-repeat;
       background-color: #849CB6;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 3px;
}

div.headline h1.web {
	background-image: url(/images_en/titel/webspace.jpg);
}

div.headline h1.truserv {
	background-image: url(/images_en/titel/rootserver.jpg);
}
div.headline h1.vserv {
	background-image: url(/images_en/titel/vserver.jpg);
}

div.headline h1.exserver {
    background-image: url(/images_en/titel/rootserver_ex.jpg);
}
div.headline h1.axserver {
    background-image: url(/images/titel/rootserver_ax.jpg);
}
div.headline h1.exserver2013 {
    background-image: url(/images_en/titel/rootserver_ex2013.jpg);
}
div.headline h1.exserver2015 {
    background-image: url(/images_en/titel/rootserver_ex2015.jpg);
}
div.headline h1.managedserv {
	background-image: url(/images_en/titel/managedserver.jpg);
}

div.headline h1.storagebox {
    background-image: url(/images/titel/storagebox.jpg);
}

div.headline h1.dedicated {
	background-image: url(/images_en/titel/colocation.jpg);
}

div.headline h1.colocation {
	background-image: url(/images/colocation.jpg);
}

div.headline h1.advanced {
    background-image: url(/images_en/titel/advanced.jpg);
}

div.headline h1.hetzner {
	background-image: url(/images_en/titel/webspace.jpg);
}

div.headline h1.about {
	background-image: url(/images/titel/hetzner.jpg);
}

div.headline h1.mitglied {
	background-image: url(/images/titel/mitglied.jpg);
}

div.headline h1.naturstrom {
	background-image: url(/images/titel/naturstrom.jpg);
}

div.headline h1.rechenzentren {
	background-image: url(/images/titel/rechenzentren.jpg);
}

div.headline h1.auszeichnung {
	background-image: url(/images/titel/auszeichnung.jpg);
}

div.headline h1.referenz {
	background-image: url(/images/titel/referenz.jpg);
}

div.headline h1.kunden {
	background-image: url(/images/titel/kunden.jpg);
}

div.headline h1.guest {
	background-image: url(/images/titel/guest.jpg);
}

div.headline h1.job {
	background-image: url(/images/titel/job.jpg);
}

div.headline h1.arbeiten {
	background-image: url(/images/titel/arbeiten.jpg);
}

div.headline h1.anfahrt {
	background-image: url(/images/titel/anfahrt.jpg);
}

div.headline h1.domains {
	background-image: url(/images/titel/domains.jpg);
}

div.headline h1.suchmaschine {
	background-image: url(/images/titel/suchmaschine.jpg);
}

div.headline h1.bestellung {
	background-image: url(/images/titel/bestellung.jpg);
}

div.headline h1.ssl {
	background-image: url(/images/titel/ssl.jpg);
}

div.headline h1.mail {
	background-image: url(/images/titel/mail.jpg);
}

div.headline h1.robot {
	background-image: url(/images/titel/robot.jpg);
}

div.headline h1.presse {
	background-image: url(/images/titel/presse.jpg);
}

div.headline h1.kontakt {
	background-image: url(/images/titel/kontakt.jpg);
}

div.headline h1.download {
	background-image: url(/images/titel/download.jpg);
}

div.headline h1.legal {
	background-image: url(/images/titel/legal.jpg);
}
div.headline h1.dell {
    background-image: url(/images/titel/dell.jpg);
}
div.headline h1.plesk {
    background-image: url(/images/titel/plesk.jpg);
}

div.headline h1.suche {
    background-image: url(/images/titel/suche.jpg);
}

div.headline h1.ddos {
    background-image: url(/images_en/titel/ddos.jpg);
}

div.headline h1.zertifizierung {
    background-image: url(/images/titel/zertifizierung.jpg);
}

div.noborder {
	padding: 0px 15px 0px 0px;
}

h2 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #A52121; /* dunkles Rot */
	font-size: 22px;
	font-weight: bold;
}

h3 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 17px;
	color: #143F69; /* mittleres Blau */
	font-weight: bold;
}

h4 {
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 16px;
	color: #333333; /* dunkles Grau */ 
}
h5 {
	margin: 0;
	padding: 0 0 4px 0;
	font-weight: bold;
	font-size: 12px;
	color: #333333; /* dunkles Grau */ 
}

div.text {
	padding: 10px 14px 14px 14px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666; /* dunkles Grau */
}

div.mwst {
	font-size: 10px;
	padding: 0 0 0 48px;
}

div.traffic {
	font-size: 10px;
}

div.text span.popup {
	background:transparent url(/images/popup-red.gif) no-repeat scroll right top;
	padding-left:17px;
}

div.text img.os {
	float: right;
	margin: 4px 0 0 0;
}

/* SEO headings */
strong.seo {
	display: block;
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 20;
}

strong.seo a {
	display: block;
	text-indent: -9999pc;
	overflow: hidden;
	background: url(/images/logo.png) no-repeat;
	width: 218px; /* XXX - revert to 212px after Xmas logo taken down */
	height: 47px; /* XXX - revert to 28px after Xmas logo taken down */
}

/* container section */
#container {
	width: 800px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
/*
.action #container {
	padding-left: 155px;
}
*/

/* header section */
#header {
	width: 100%;
	height: 44px;
	padding-top: 68px; /* XXX - revert to 53px after Xmas logo taken down */
	position: relative;
	z-index: 10;
}

#header div.box div.body {
	background-image: url(/images/background-box-body-small.gif);
}

/* main navigation section */
#navigation-main {
	margin: -3px 0 -5px 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
	width: 100%;
	z-index:10;
}

#navigation-main li {
	border-left: 1px solid #DEDEDE;
	float: left;
	padding: 3px 0 3px 0;
		z-index:10;

}

#navigation-main li:hover, 
#navigation-main li.hover {
	position: relative;
		z-index:10;

}


#navigation-main li.first {
	border-left: none;
	width: 98px;
}
#navigation-main li.web {
	width: 124px;
	border-left: 0px;
}
#navigation-main li.tded {
	width: 124px;
}
#navigation-main li.vded {
	width: 124px;
}

#navigation-main li.mded {
	width: 124px;
}
#navigation-main li.col {
	width: 120px;
}
#navigation-main li.support {
	width: 160px;
}

#navigation-main li a span {
	background:transparent url(/images/popup-red.gif) no-repeat scroll right top;
	padding-left:13px;
}

#navigation-main li a {
	display: block;
	line-height: 32px;
	height: 32px;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
	color: #990101; /* dunkles Rot*/ 
	font-weight: bold;
	text-decoration: none;
	background: url(/images/background-navigation-main.gif) repeat-x 0 0px;
	text-align: center;
}

#navigation-main li.first a {
	width: 98px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/background-navigation-main-hetzner.gif) no-repeat;
}

#navigation-main li a:hover,
#navigation-main li.hover a,
#navigation-main li:hover a {
	color: #FFF;
	text-decoration: none;
	background-position: 0 -32px;
}

#navigation-main li a.active, #navigation-main li a.active:hover {
	background-position: 0 -64px;
	color: #FFF;
}

#navigation-main li.first a.active, #navigation-main li.first a:hover {
	background-position: 0 -32px;
}

#navigation-main li div.layout {
	display: none;
	float: left;
	position: absolute;
	top: 35px;

    width: 180%;
	padding-left: 3px; 
	padding-right: 5px;


}

#navigation-main li div.layout ul {
    margin: 0 0 0px 0;
	position: relative;
    top: 0px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
        background: url(/images/bg_navi.png);



}

#navigation-main li div.layout ul li {
	margin: 0;
	padding: 4px 0 2px 0;
	width: 100%;
	float: none;
	border: none;
}

#navigation-main li div.layout ul li a
 {
    font-size: 11px;
    font-weight: normal;
    color: #666666;
    line-height: 16px;
    background-image: none;
    height: auto;
    overflow: visible;
    text-align: left;
padding-left: 4px;
}
#navigation-main li:hover div.layout ul li a,
#navigation-main li.hover div.layout ul li a {
	font-size: 11px;
    text-decoration: none;
    color: #666666;
	line-height: 16px;
	background-image: none;
	height: auto;
	overflow: visible;
    text-align: left;
padding-left: 4px;
}
 #navigation-main UL #back_verlauf {
 background-color:#000000;
 }
#navigation-main div.klapp_ueberschrift {
  border-bottom: 0px solid #DBDBDB;

font-size:12px;
font-weight: bold;
color: #9B0101; /* Rot */
padding-left: 2px;
padding-top:14px;
padding-bottom:2px;
}
#navigation-main LI .klapp_ueberschrift a, #navigation-main LI .klapp_ueberschrift a:hover, #navigation-main LI .klapp_ueberschrift a:active {
background-image: none;
background-color: #ffffff;	
color: #9B0101; /* Rot */
font-size:12px;
font-weight: bold;
color: #9B0101; /* Rot */
padding-left: 2px;
padding-top:2px;
padding-bottom:2px;
    text-align: left;
	height: 12px;
	line-height: 12px;

}
#navigation-main LI font.klapp_preise {
font-size:9px;
float:right;
color:#666666;
padding-right:6px;
}

#navigation-main li:hover div.layout ul li a:hover {
    text-decoration: underline;
}

#navigation-main div.layout div.bg-bottom {

	background: url(/images/background-navigation-main-layout.gif) no-repeat;
	padding-left: 7px;

	margin: 0 -5px 0 -3px;
}

#navigation-main div.layout div.bg-bottom div {
    background: url(/images/background-navigation-main-layout.gif) no-repeat;
	padding-right: 7px;

     margin: 0 -2px 0 -3px;
}



#navigation-main div.layout div.bg-bottom div div {
	border-bottom: 1px solid #DBDBDB;

    padding-bottom: 2px;
	background-image: none;
	background-color: #FFF;
}

#navigation-main div.layout div.layout-left {
	margin-left: -3px;
	border-left: 1px solid #DBDBDB;
	background-color: #FFF;
	padding-left: 3px;
}

#navigation-main div.layout div.layout-right {
    margin-right: -2px;
	border-right: 1px solid #DBDBDB;
	background-color: #FFF;
	padding-right: 3px;
}

#navigation-main li:hover div,
#navigation-main li.hover div {
	display: block;
}

/* header extra navigation */
#navigation-extra {

	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 25px;
	right:0px;
	width:500px;
}
#navigation-extra ul {
		float:right;
	
}
#navigation-extra li {
	display: inline;
	padding-left: 12px;
	float:right;

}
#navigation-extra li img {
    border: 1px solid #ffffff;
	display: inline;
			float:right;

}

#navigation-extra li span {
	background:transparent url(/images/popup-grey.gif) no-repeat scroll right top;
	padding-left:13px;
}

#navigation-extra li a {
	color: #666;
	text-decoration: none;
}

#navigation-extra li a:hover {
	text-decoration: underline;
	
}

#navigation-extra li.active {
	color: #013366; /* dunkles Blau */
	font-weight: normal;
}

/* footer section */
#footer {
	padding: 8px 0 20px 0;
	width: 100%;
	clear: left;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #999; /* mittleres Grau*/
}
#footer a {
	color: #999;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#footer ul {
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
#footer ul li {
	float: left;
	border-left: 1px solid #999;
	line-height: 11px;
	padding: 0 3px 0 0;
}
#footer ul li:first-child {
	border-left: none;
}
#footer img {
	float: right;
	margin: 0 3px 10px 10px;
}

/* box section */
div.box {
	width: 100%;
	margin-bottom: 4px;

}
div.box1 {
 border:0px solid #000000;
 	border-left: 0px solid #DDD;
	padding-left: 3px;
	/*background-color: #FFF;*/

 width:80%;
 margin-left:145px;
}
div.box2 {
 border:0px solid #000000;
 	border-left: 0px solid #DDD;
	padding-left: 3px;
	background-color: #FFF;

 width:80%;
 margin-left:145px;
}

#content div.body {
	background: url(/images/background-box-body-content.gif) repeat-x;
}

div.box div.body,
#content div.box div.body {
	width: 100%;
	display: table;
	margin: 0px;
	background: #FFF url(/images/background-box-body.gif) repeat-x bottom left;
    border: 0px solid #000000;
}

/* box head section */
div.box div.head {
	background: url(/images/background-box.gif) no-repeat 0 0;
	padding-left: 7px;
	position: relative;
}

div.box div.head div {
	background: url(/images/background-box.gif) no-repeat 100% -4px;
	padding-right: 7px;
}

div.box div.head div div {
	background-image: none;
	background-color: #FFF;
	border-top: 1px solid #DDD;
	padding-top: 3px;
}

div.angebote{
position:absolute;
right:4px;
top:4px;
}
img.anbgebot-bild{
border:1px solid #000000;

}
div.swf{
float:left;
margin:0 0 0 0;
margin-top:4px;
height:228px;
z-index:0;

}
/* box foot section */

#content div.foot div div {
	border-top: none;

}

#content div.foot {
	background-position: 0 -10px;
}

#content div.foot div {
	background-position: 100% -16px;

}

div.box div.foot,
#content div.box div.foot {
	background: url(/images/background-box.gif) no-repeat 0 -8px;
	padding-left: 7px;
}

div.box div.foot div,
#content div.box div.foot div {
	background: url(/images/background-box.gif) no-repeat 100% -14px;
	padding-right: 7px;
}

div.box div.foot div div,
#content div.box div.foot div div {
	background-image: none;
	background-color: #FFF;
	border-bottom: 1px solid #DDD;
	padding-top: 3px;
	border-top: 2px solid #F2F2F2;

}


/* box left border */
div.box div.bg-left {
	border-left: 1px solid #DDD;
	padding-left: 3px;
	background-color: #FFF;
}

/* box right border */
div.box div.bg-right {
	border-right: 1px solid #DDD;
	padding-right: 3px;
	background-color: #FFF;
}

/* content layut section */
#content-layout {
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
	border:1px solid #000000;

}
#content-layout1 {
	width: 80%;
	overflow: hidden;
	margin-bottom: 12px;
	 margin-left:145px;
border:1px solid #000000;
}

#content-main,
#content-sub {
	line-height: 16px;
	padding: 0 20px 0 0;
}

#content-main {
	width: 740px;
}

.layout1 #content-main {
	width: 409px;
	float: left;
}
.layout1 #content-sub {
	width: 311px;
	float: right;
}
.layout2 #content-main {
	width: 492px;
	float: left;
	padding-right: 0;
}
.layout2 #content-sub {
	width: 237px;
	float: right;
}




/* snav section */
div.snav {
	background: #FFF url(../images/dot.gif) repeat-y;
	overflow: hidden;
}

div.snav-bottom {
	width: 100%;
	height: 9px;
	background: url(../images/snav-bottom.gif) no-repeat;
	overflow: hidden;
}

div.snav-inner {
	padding: 20px 20px 0 21px;
	width: 139px;
}

div.snav ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

div.snav ul.last {
	margin-bottom: 20px;
}

div.snav ul li {
	border-top: 1px solid #D5D7E0;
	padding: 5px 0 6px 11px;
	background: url(../images/arrow.gif) no-repeat 1px 9px;
}

div.snav ul li.first {
	border-top: none;
}

div.snav ul li a {
	font-weight: normal;
}

div.snav ul li.active {
	background: url(../images/arrow-active.gif) no-repeat 0 11px;
	font-weight: bold;
	color: #aa2e01;
}

div.snav ul li.active a,
div.snav ul li strong a {
	font-weight: bold;
}

/* promo section */
#promo {
	position: relative;
}

#promo div.body {
	min-height: 228px;
	}

* html #promo div.body  {
	min-height: 228px;
}

#promo div.foot {
	background-image: url(/images/background-box-promo.gif);
	background-position: 0 0;
}

#promo div.foot div {
	background-image: url(/images/background-box-promo.gif);
	background-position: 100% -4px;
}

#promo div.foot div div {
	padding-top: 3px;
	border-top: 0;
	background-image: none;
}

/* promo photo section */
#promo #photo {
	position: absolute;
	bottom: 4px;
	left: 215px;
}

/* promo text section */
#promo div.text {
	padding: 34px 47px 0 30px;
	width: 195px;
	min-height: 268px;
	font-size: 11px;
}

* html #promo div.text {
	height: 268px;
}

#promo div.text p {
	color: #fff;
	margin: 0;
	padding: 0 0 10px 0;
}

#promo div.text p.quote {
	font-weight: bold;
	padding-bottom: 6px;
}

#promo h1 {
	margin: 0 0 36px -12px;
	padding: 0;
	width: 278px;
	height: 91px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/headline_natuerlich.png) no-repeat;
}

/* promo secvices menu */
#promo ul.services {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 4px;
	right: 4px;
}

#promo ul.services li {
	width: 196px;
	height: 76px;
	margin: 0 0 0px 0;
}

#promo ul.services li a {
	font-weight: bold;
	font-size: 15px;
	color: #FFF;
	display: block;
	text-decoration: none;
	height: 76px;
	width: 193px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#promo ul.services li a:hover {
	text-decoration: none;
}

#promo ul.services li a.w {
	background-position: 2px 0px;
}
#promo ul.services li a.t {
	background-position: 2px -76px;
}
#promo ul.services li a.m {
	background-position: 2px -152px;
}
#promo ul.services li a.z {
	background-position: 2px -228px;
}

/* full ad section */
div.full {
	width: 100%;
	font-size: 11px;
	float: left;
}

div.full form.niceform {
	position: relative;
}

div.full div.box {
	float: left;
	width: 198px;
	margin-left: 4px;
}

div.full div.body {
	min-height: 185px;
	display: block;
	width: 100%;
}

* html div.full div.box div.body {
	height: 185px;
}

div.full div.box-large {
	margin-left: 0;
	width: 396px;
}

div.full h2 {
	margin: 0 -3px 0 -3px;
	position: relative;
	padding: 0 11px 0 11px;
	line-height: 36px;
	border-bottom: 1px solid #DDDDDD;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -1px;
	color: #595959;
}

div.full h2 a {
	background: transparent url(/images/arrow-order-grey.gif) no-repeat scroll right center;
	color: #595959;
	padding-right: 15px;
}

div.full div.box-large h2 {
	border-bottom: none;
	padding-left: 14px;
	position: static;
	font-size: 20px;
}

/* teaser list section */
div.full div.t-list {
	overflow: hidden;
	padding-left: 2px;
	clear: both;
}
div.t-left{
padding-left: 8px;
	border-top: 1px solid #DDDDDD;
}

div.padding-left{
padding-left: 8px;
}

div.full div.teaser {
	width: 379px;
	min-height: 140px;
	float: left;
	background: url(/images/background-teaser.gif) no-repeat bottom left;
	margin-left: 9px;
	display: inline;
}

* html div.full div.teaser {
	height: 140px;
}

div.full div.teaser div.t-body {
	background: url(/images/background-teaser-top.gif) no-repeat;
	padding: 4px;
}

div.full a.more {
	float: right;
	line-height: 36px;
	margin-right: 14px;
}

div.full div.teaser img {
	margin-bottom: 12px;
}

div.full div.teaser p {
	margin: 0;
	padding: 0 11px 4px 11px;
}

div.full div.teaser p a.more {
	float: none;
	line-height: normal;
}

/* quick search form */
div.full div.quick-search, div.ad div.quick-search {
	padding: 10px;
}

div.full div.quick-search input.text,
div.ad div.quick-search input.text {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 2px 4px 2px 4px;
	border: 1px solid #DDDDDD;
	display: block;
	margin: 10px 0 5px 0;
	width: 155px;
	background-color: #FFF;
}

div.full div.quick-search select,
div.ad div.quick-search select {
	font: bold 11px Arial, Helvetica, sans-serif;
	border: 1px solid #DDDDDD;
	display: block;
	float: left;
	width: 107px;
}

div.ad div.quick-search input.text {
	width: 180px;
	float: left;
	}

div.full div.quick-search input.submit,
div.ad div.quick-search input.submit {
	display: block;
	margin: 1px 0 0 2px;
	padding: 0;
	float: left;
}

div.full div.quick-search input.submit {
	clear: left;
	padding-top: 15px;
	margin: 0;
}

div.full div.domain-search, div.ad div.domain-search {
	padding: 6px 12px;
}

div.full div.domain-search input.text,
div.ad div.domain-search input.text {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 2px 4px 2px 4px;
	border: 1px solid #DDDDDD;
	display: block;
	margin: 0 0 5px 0;
	width: 155px;
	background-color: #FFF;
}

div.full div.domain-search select,
div.ad div.domain-search select {
	font: bold 11px Arial, Helvetica, sans-serif;
	border: 1px solid #DDDDDD;
	display: block;
	float: left;
	width: 107px;
}

div.ad div.domain-search input.text {
	float:right;
	width: 180px;
}

div.full div.domain-search input.submit,
div.ad div.domain-search input.submit {
	display: block;
	float:right;
	margin-top:1px;
	padding: 0;
}

div.full div.domain-search input.submit {
	clear: left;
	padding-top: 6px;
	margin: 0;
}

div.full p.label, div.ad p.label {
	margin: 0 !important;
	padding: 14px 0 4px 10px !important;
}

div.ad p.label {
	padding: 5px 0 10px 10px !important;
}

/* account list */
div.full ul.account {
	margin: 0;
	padding: 5px 10px 0 10px;
	list-style: none;
}

div.full ul.account li {
	border-top: 1px solid #DDDDDD;
	line-height: 44px;
}

div.full ul.account li:first-child {
	border-top: none;
}

div.full ul.account li span {
	background:transparent url(/images/popup-red.gif) no-repeat scroll right top;
	padding-left:13px;
}

div.full ul.account li a {
	font-weight: bold;
	padding-left: 9px;
	background: url(/images/arrow-more.gif) no-repeat left;
}

div.full ul.account li a img {
	display: inline;
	vertical-align: middle;
	padding-right: 5px;
}
* html div.full ul.account li a img {
	margin-top: 5px;
}

/* ad blocks sections */
div.ad {
	font-size: 11px;
	width: 100%;
}

* +html div.ad {
	padding-bottom: 5px;
}

div.ad h2 {
	margin: 0;
	padding: 4px 11px 0 11px;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -1px;
}

div.ad div.box {
	width: 398px;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
	border:0px solid #000000;
}

div.ad div.box div.bg-left {
	position: relative;
}

div.ad div.form-up {
	z-index: 40;
	position: relative;
	
}

div.ad div.box div.bg-right {
	min-height: 82px;
}

div.ad div.box div.body {
	background: none;
	display: table-cell;
	width: 390px;

}

* html div.ad div.box div.bg-right {
	height: 72px;
}

div.ad div.box div.foot {
	background-position: 0 -10px;
}

div.ad div.box div.foot div {
	background-position: 100% -16px;
}

div.ad div.box div.foot div div {
	border-top: none;
	padding-bottom: 0;
}

div.ad div.box:first-child {
	margin-left: 0;
}

div.ad div.box img.icon {
	float: left;
}

div.ad div.box div.descr {
	display: table;
	height: 1%;
	padding: 6px 10px 0 14px;
}

div.ad div.box p {
	margin: 0;
	padding: 0 0 2px 0;
}

div.ad div.domain-search {
	float: right;
	width: 190px;
}

div.ad div.subhead {
	float: left;
	width: 173px;
}

div.ad div.konsole div.info {
	padding: 10px 0 0 14px;
	width: 360px;
}

div.ad div.konsole img.konsole {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
/* breadcrumb section */
div.breadcrumb {
	position: relative;
	margin: 0 -3px 3px -3px;
	border-bottom: 1px solid #DBDBDB;
	line-height: 22px;
	padding: 0 8px 0 8px;
}

div.breadcrumb em {
	font-style: normal;
}

div.breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

div.breadcrumb ul li {
	display: inline;
	font-weight: bold;
}

div.breadcrumb ul li a {
	font-weight: normal;
	padding-right: 8px;
	background: url(/images/separator-path.gif) no-repeat right;
}

/* content section */
#content div.layout {
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 1px;


}

#content div.layout div.box {
	margin-bottom: 19px;
}

/* #matrix roll section */

#matrix {
	padding: 0 0px 0 4px;
	position: relative;
	width: 99%;
}

div.rollholder {
	background: url(/images/background-roll-top.gif) no-repeat;
	margin: 0 0 15px 0;
	padding: 12px 0 0 0;
	width: 100%;
	overflow: hidden;
}

div.rollhead {
	width: 100%;
}

div.rollhead div.roll-bg-top {
	background: url(/images/background-roll-bottom.gif) no-repeat bottom left;
	padding-bottom: 12px;
	width: 100%;
	float: left;
}
div.rollhead div.roll-bg-bottom {
	background-color: #CECECE;
	width: 100%;
	float: left;
}

div.rollbody {
	padding: 0 8px 0 6px;
	clear: both;
}

.close div.rollbody {
	display: none;
}

div.rollbody ul {
	margin: 0;
	padding: 5px 25px;
}

div.rollhead strong.head {
	display: block;
	margin-top: -12px;
	position: relative;
	float: left;
	margin-bottom: -12px;
	padding-left: 10px;
	line-height: 24px;
	font-size: 126%;
	color: #333;
}

div.rollhead a.switcher {
	float: right;
	display: block;
	position: relative;
	margin: -9px 3px -9px 0;
	height: 18px;
	width: 69px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/roll-switcher.gif) no-repeat;
}

* html div.rollhead a.switcher {
	margin-right: 2px;
}

.close div.rollhead a.switcher {
	background-position: 0 -18px;
}

div.rollhead a.switcher_en {
	float: right;
	display: block;
	position: relative;
	margin: -9px 3px -9px 0;
	height: 18px;
	width: 69px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/images/en/roll-switcher.gif) no-repeat;
}

* html div.rollhead a.switcher_en {
	margin-right: 2px;
}

.close div.rollhead a.switcher_en {
	background-position: 0 -18px;
}

/* product tech specs table holder section */
div.table-holder-tech {
	width: 80%;
	overflow: hidden;
	padding-bottom: 6px;
}

div.table-holder-tech ul {
	margin: -1px 0 -1px -1px;
	padding: 0;
	list-style: none;
	background: url(/images/matrix-grid.gif) repeat-y;
	overflow: hidden;
	width: 100%;
}

div.table-holder-tech ul.full {
	background-image: url(/images/matrix-grid-full.gif);
}

div.table-holder-tech ul li {
	overflow: hidden;
	border-top: 1px solid #DDD;
	width: 33%;
	float: left;
	margin: 0;
	padding: 5px 0;
}

div.table-holder-tech ul li.first {
	padding-top: 5px;
}

div.table-holder-tech ul li span {
	display: block;
	float: left;
	padding: 0 0 0 9px;
}

div.table-holder-tech ul li span.name {
	width: 150px;
	padding: 0 4px 0 2px;
}

/* matrix table holder section */
div.table-holder {
	width: 100%;
	overflow: hidden;
	padding-bottom: 6px;
}

div.table-holder table {
	margin: 0 -1px 0 -1px;
	padding: 0;
	border: none;
	border-collapse: collapse;
	width: 100%;
}

div.table-holder table td {
	margin: 0;
	padding: 3px 0 3px 9px;
	border-collapse: collapse;
	border: 1px solid #DDD;
	border-right: none;
	border-bottom: none;
}

div.table-holder table tr.first td {
	padding-top: 6px;
}

div.table-holder td.name {
	width: 168px;
	padding: 0 4px 0 2px;
}

div.table-holder td.feature {
	width: 145px;
	padding: 0 4px 0 2px;
	border-left: none;
	font-weight: normal;
}

div.table-holder td.addon {
	width: 30px;
	padding: 0px 0px 0px 0px;
	border-left: none;
}

div.table-holder td.SH-5
 {
	width: 70px;
}

div.table-holder td.SH-4
 {
	width: 100px;
}
div.table-holder td.SH-2
 {
	width: 150px;
}


div.table-holder td.list
 {
	width: 100px;
	font-size: 11px;
	padding: 2px 4px 2px 4px;
}

div.table-holder td.td_none
 {
	width: 100px;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
}

div.table-holder td.none {
	padding: 0 0px 0 0px;
	border: none;
	font-size: 11px;
}

div.table-holder td.such
 {
	font-size: 12px;
	padding: 2px 8px 8px 8px;
}

/*div.table-holder td.micropro {
	width: 70px;
}

div.table-holder td.standard {
	width: 70px;
}

div.table-holder td.advanced {
	width: 70px;
}

div.table-holder td.master {
	width: 60px;
}
*/
div.table-holder td.full {
	width: 390px;
}

div.table-holder td.full_root {
	width: 450px;
}

div.table-holder td.fullfour {
	width: 360px;
}

/* Next six styles used for TruServ matrix in 2 columns */
div.table-holder td.twocolnametop {
	width: 158px;
	padding: 0 4px 0 2px;
}

div.table-holder td.twocolbasictop {
	width: 195px;
}

div.table-holder td.twocoladvancedtop {
	width: 182px;
}

div.table-holder td.twocolname {
	width: 80px;
	padding: 0 4px 0 2px;
}

div.table-holder td.twocolbasic {
	width: 95px;
}

div.table-holder td.twocoladvanced {
	width: 82px;
}

/* Next eight styles used for TruServ matrix in 3 columns */
div.table-holder td.threecolnametop {
	width: 160px;
	padding: 0 4px 0 2px;
}

div.table-holder td.threecolmicrotop {
	width: 190px;
}

div.table-holder td.threecolbasictop {
	width: 190px;
}

div.table-holder td.threecoladvancedtop {
	width: 175px;
}

div.table-holder td.threecolname {
	width: 160px;
	padding: 0 4px 0 2px;
}

div.table-holder td.threecolmicro {
	width: 195px;
}

div.table-holder td.threecolbasic {
	width: 195px;
}

div.table-holder td.threecoladvanced {
	width: 165px;
}

#matrix span.basic em.yes,
#matrix span.standard em.yes,
#matrix span.advanced em.yes,
#matrix span.master em.yes {
	background-position: 0 -26px;
}
#matrix span.basic em.no,
#matrix span.standard em.no,
#matrix span.advanced em.no,
#matrix span.master em.no {
	background-position: 0 -39px;
	background-color: red; /* no image here */
}

p.note {
	padding: 6px 0 0 0;
}

/* matrix table headings settings */
#matrix div.table-head {
	margin: 0 0px 4px 0px;
}

#matrix div.thead {
	background: #656565 url(/images/background-matrix-thead.jpg) no-repeat;
/* was "padding: 10px 0 0 0;" and grey bar was taller */
	padding: 0;
	line-height: 26px;
	color: #FFF;
	font-weight: bold;
	font-size: 156%;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #FFF;
}

#matrix div.thead strong {
	display: block;
	float: left;
}

#matrix div.thead strong.starter {
	padding-left: 178px;
	width: 157px;
}

#matrix div.thead strong.business {
	width: 200px;
}

#matrix div.thead strong.three-column {
	padding-left: 182px;
	width: 370px;
}

#matrix div.thead strong.four-column {
	padding-left: 250px;
	width: 370px;
}

#matrix div.table-head div.table-holder {
	margin: 0 -3px 0 -3px;
	width: 590px;
	position: relative;
}

#matrix div.table-head div.table-holder table tr.first td{
	padding: 0;
	border-bottom: 21px solid #FFF;
	border-top: none;
	height: 12px;
}

#matrix div.table-head div.table-holder table tr.tsubhead td{
	border-top: none;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: -1px;
	padding-top: 0;
	padding-bottom: 0;
	
}

#matrix tr.tsubhead td.micro,

#matrix tr.tsubhead td.micropro {
	color: #143F69;
}

#matrix div.table-head div.table-holder table tr.noborder td {
	border-top: none;
}

#matrix div.table-head div.table-holder table tr.notshown td {
	border: none;
}

#matrix tr.tsubhead td.basic,
#matrix tr.tsubhead td.name,

#matrix tr.tsubhead td.standard,
#matrix tr.tsubhead td.advanced,
#matrix tr.tsubhead td.master {
	color: #990101;
	
}

#matrix div.table-head div.table-holder td.name, 
#matrix div.table-head div.table-holder td.twocolname, 
#matrix div.table-head div.table-holder td.twocolnametop,
#matrix div.table-head div.table-holder td.threecolname,
#matrix div.table-head div.table-holder td.threecolnametop {
	width: 168px;
	padding: 0 8px 0 10px;
}

#matrix div.table-head div.table-holder td.master {
	width: 80px;
}

#matrix div.table-head div.table-holder td.starter {
	height: 12px !important;
	line-height: 12px;
	background: #0E345C url(/images/background-plans.gif) repeat-x;
	border-right: 10px solid #FFF;
	padding: 0 !important;
	border-left: none;
}

#matrix div.table-head div.table-holder td.business {
	padding: 0 !important;
	height: 12px !important;
	background: #A10101 url(/images/background-plans.gif) repeat-x 0 -12px;
	border-right: 4px solid #FFF;
	line-height: 12px;
}

#matrix div.table-head div.table-holder table tr.first td.name {
	height: 12px;
	background-color: #fff;
}

#matrix td.basic a.order,
#matrix td.standard a.order,
#matrix td.advanced a.order,
#matrix td.master a.order {
	background-position: 0 -18px;
}

#matrix div.table-head p.note {
	padding: 6px 0 0 190px;
	font-size: 106%;
}
/* Die grundlegende Formatierung der Liste */ 
#sidebar {
position: absolute;
	top: 383px;
	left: 8px;
	padding-right: 4px;
	width: 148px;
	

}
#sidebar ul { 
  /* width: 16em; /* an Layout bzw. Inhalt anpassen */
   list-style-type: none;  
   padding: 0px; 
   margin: 0px; 
   border:0px solid #cccccc;
  
} 
#sidebar li.rundebox { 
   padding: 0; 
   margin-top: 1px;  /* Abstand zwischen den Linklisten */ 
    
} 
#sidebar a { 
   text-decoration: none;  
   color: black;  
   margin-left: 8px;
   line-height: 24px;
} 
#sidebar a:hover, #sidebar a:active {
text-decoration: underline;
}
/* Die Linklisten */
#sidebar ul ul {
   margin-bottom: 2px; 
   padding-bottom: 2px;
   margin-top: 2px;  /* Abstand zwischen h3 und Linkliste */ 
   margin-right: 0px;
  
 
}
#sidebar li li {
margin-left: 8px; /* Einrückung der Linkliste, ggfs. anpassen */ 
background: url(/images/arrow-more-blue.gif) no-repeat left;
}
/* Die runden Ecken für die Linklisten */

#sidebar li.rundebox {

   /*background: url(/images/back-action-li-unten.gif) no-repeat left bottom; */
}
#sidebar li.rundebox div.mittlerebox { 
  /* background: url(/images/background-box.gif) no-repeat 0 0;
	padding-left: 7px;
	position: relative;*/
   background: #e5ebf3 url(/images/action-bottom.gif) no-repeat right bottom; 
  
  
 border-right:0px solid #cccccc;
}   
/*#sidebar li.rundebox div.mittlerebox div {
	background: url(/images/background-box.gif) no-repeat 100% -4px;
	padding-right: 7px;
}

#sidebar li.rundebox div.mittlerebox div div {
	background-image: none;
	background-color: #ffffff;
	border-top: 1px solid #DDD;
	padding-top: 3px;
}
#sidebar li.rundebox div.mittlerebox div.innerebox div{
padding-top: 3px;
border-right:1px solid #cccccc;
 background-color:#e5ebf3;
/*background-image: url(/images/action-inner.gif);
background-repeat: repeat-y;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
color: #013366;
*/
   /*background: url(/images/back-action-li-oben.gif) no-repeat left top;
}*/
#sidebar li.rundebox h3 {
font-size:12px;

   background: #e5ebf3 url(/images/action-top.gif) no-repeat right top; 
   padding-left: 10px;
   padding-top: 8px;
   border-bottom: 1px solid #cccccc; 
   margin: 0; 
}

/* IE-Patch */
* html #sidebar li.rundebox { height: 1px; }

/* action panel section */
#action-panel {
	position: absolute;
	top: 383px;
	left: 4px;
	padding-right: 4px;
	background-color: #ffffff;
	/*background-color: #e5ebf3;*/
	/*background: #7A7A7A url(/images/background-action-panel.gif) repeat-y;*/
	width: 148px;
}
/* action-panel abgerundet ohne grafik */
#action-panel .inset {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	MARGIN: 0px; 
	WIDTH: 100%
}
#action-panel .inset ul {
	MARGIN: 0px ;
	padding-left: 6px;
}
#action-panel .inset li {
	padding-left: 0px;
	
	border-bottom: 1px solid #cccccc;
	list-style-type: none;
	background: url(/images/arrow-more-blue.gif) no-repeat left;
	
}
#action-panel .inset ul li a {
font-size: 11px;
font-weight: normal;
 padding-left: 10px;
line-height: 20px;
color: #013366;
	
}
#action-panel .inset ul li a:active {
color:#FF9900;
text-decoration: underline;

}
#action-panel .inset ul {
	FONT-SIZE: 1em; 
	COLOR: #000000; 
	LETTER-SPACING: 0px;
	/*background-color: #e5ebf3;*/
}

#action-panel .inset .top {
	DISPLAY: block; 
	FONT-SIZE: 1px; 
	BACKGROUND: none transparent scroll repeat 0% 0%
}
#action-panel .inset .bottom {
	DISPLAY: block; 
	FONT-SIZE: 1px; 
	BACKGROUND: none transparent scroll repeat 0% 0%
}
#action-panel .inset .b1 {
	DISPLAY: block; 
	OVERFLOW: hidden
}
#action-panel .inset .b2 {
	DISPLAY: block; 
	OVERFLOW: hidden
}
#action-panel .inset .b3 {
	DISPLAY: block; 
	OVERFLOW: hidden
}
#action-panel .inset .b4 {
	DISPLAY: block; 
	OVERFLOW: hidden
}
#action-panel .inset .b1b {
	DISPLAY: block; 
	OVERFLOW: hidden
}
#action-panel .inset .b2b {
	DISPLAY: block; 
	OVERFLOW: hidden
}
#action-panel .inset .b3b {
	DISPLAY: block; 
	OVERFLOW: hidden
}
#action-panel .inset .b4b {
	DISPLAY: block; 
	OVERFLOW: hidden
}
#action-panel .inset .b1 {
	HEIGHT: 0px
}
#action-panel .inset .b2 {
	HEIGHT: 0px
}
#action-panel .inset .b3 {
	HEIGHT: 0px
}
#action-panel .inset .b1b {
	HEIGHT: 0px
}
#action-panel .inset .b2b {
	HEIGHT: 0px
}
#action-panel .inset .b3b {
	HEIGHT: 0px
}
#action-panel .inset .b2 {
	BORDER-RIGHT: #aaa 0px solid;
	
	BORDER-LEFT: #999 0px solid;
	/*background-color: #19497b;*/
}
#action-panel .inset .b3 {
	BORDER-RIGHT: #ddd 0px solid;
	BORDER-LEFT: #999 0px solid;
	background-color: #FFFFFF;
}
#action-panel .inset .b4 {
	BORDER-RIGHT: #eee 0px solid; 
	BORDER-LEFT: #999 0px solid
}
#action-panel .inset .b4b {
	BORDER-RIGHT: #fff 0px solid; 
	BORDER-LEFT: #aaa 0px solid
}
#action-panel .inset .b3b {
	BORDER-RIGHT: #fff 0px solid; 
	BORDER-LEFT: #ddd 0px solid
}
#action-panel .inset .b2b {
	BORDER-RIGHT: #fff 0px solid; 
	BORDER-LEFT: #eee 0px solid
}
#action-panel .inset .b1 {
	BACKGROUND: #999; MARGIN: 0px 5px
}
#action-panel .inset .b2 {
	BORDER-TOP-WIDTH: 0px; 
	BORDER-LEFT-WIDTH: 0px; 
	BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px 3px; BORDER-RIGHT-WIDTH: 0px
}
#action-panel .inset .b2b {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 2px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px 3px; BORDER-RIGHT-WIDTH: 2px
}
#action-panel .inset .b3 {
	MARGIN: 0px 2px
}
#action-panel .inset .b3b {
	MARGIN: 0px 2px
}
#action-panel .inset .b4 {
	MARGIN: 0px 1px; HEIGHT: 2px
}
#action-panel .inset .b4b {
	MARGIN: 0px 1px; HEIGHT: 2px
}
#action-panel .inset .b1b {
	BACKGROUND: #fff; MARGIN: 0px 5px
}
#action-panel .inset .boxcontent {
	BORDER-RIGHT: #fff 0px solid; 
	DISPLAY: block; 
	BORDER-LEFT: #999 0px solid
}



#action-panel strong.head {

	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 43px;
	border-bottom: 1px solid #cccccc;
	/*background: url(/images/background-action-panel-top.gif) no-repeat;*/
	padding: 0 0px 0 9px;
}
 div.action div.action-top, div.action div.action-bottom
{
width: 100%;
overflow-x: hidden;
overflow-y: hidden;
height: 5px;
background-color: transparent;
background-image: url(../images/action-top.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
}
 div.action div.action-bottom 
{
background-image: url(../images/action-bottom.gif);
}
/*
#action-panel ul {
	margin: 0;
	padding: 10px 10px 15px 10px;
	list-style: none;
	background: url(/images/background-action-panel-bottom.gif) no-repeat bottom left;
}

#action-panel ul li {
	padding: 4px 0 4px 0;
	font-weight: bold;
}

#action-panel li span {
	background:transparent url(/images/popup-white.gif) no-repeat scroll right top;
	padding-left:13px;
}

#action-panel ul li a {
	color: #FFF;
	padding-left: 9px;
	background: url(/images/arrow-action-panel.gif) no-repeat left;
}
*/
/* Navigation left */
#nav-left {
	position: absolute;
	top: 193px;
	left: 8px;
	width: 148px;
}


/* nav-left abgerundet ohne grafik */
#nav-left .inset {
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	MARGIN: 0px; 
	WIDTH: 100%
}
#nav-left .inset ul {
	MARGIN: 0px ;
	padding-left: 6px;
		border-top: 0px solid #DDD;
	padding-top: 0px;
	margin-top: 0px;
	background-color: #FFF;
	
}
#nav-left .inset li {
	padding-left: 0px;
	border-bottom: 1px solid #cccccc;
	list-style-type: none;

}


#nav-left .inset li a {
font-size: 11px;
font-weight: normal;
 padding-left: 10px;
line-height: 20px;
		background: url(/images/arrow.gif) no-repeat left;

}

#nav-left .inset li a:hover, #nav-left .inset li a:active  {
		background: url(/images/arrow-active.gif) no-repeat left;
		font-weight: bold;
		text-decoration: underline;

}

#nav-left .inset ul {
	FONT-SIZE: 1em; 
	COLOR: #000000; 
	LETTER-SPACING: 0px;
}
/*
#nav-left .inset .top {
	DISPLAY: block; FONT-SIZE: 1px; BACKGROUND: none transparent scroll repeat 0% 0%
}
#nav-left .inset .bottom {
	DISPLAY: block; FONT-SIZE: 1px; BACKGROUND: none transparent scroll repeat 0% 0%
}
#nav-left .inset .b1 {
	DISPLAY: block; OVERFLOW: hidden
}
#nav-left .inset .b2 {
	DISPLAY: block; OVERFLOW: hidden
}
#nav-left .inset .b3 {
	DISPLAY: block; OVERFLOW: hidden
}
#nav-left .inset .b4 {
	DISPLAY: block; OVERFLOW: hidden
}
#nav-left .inset .b1b {
	DISPLAY: block; OVERFLOW: hidden
}
#nav-left .inset .b2b {
	DISPLAY: block; OVERFLOW: hidden
}
#nav-left .inset .b3b {
	DISPLAY: block; OVERFLOW: hidden
}
#nav-left .inset .b4b {
	DISPLAY: block; OVERFLOW: hidden
}
#nav-left .inset .b1 {
	HEIGHT: 1px
}
#nav-left .inset .b2 {
	HEIGHT: 1px
}
#nav-left .inset .b3 {
	HEIGHT: 1px
}
#nav-left .inset .b1b {
	HEIGHT: 1px
}
#nav-left .inset .b2b {
	HEIGHT: 1px
}
#nav-left .inset .b3b {
	HEIGHT: 1px
}
#nav-left .inset .b2 {
	BORDER-RIGHT: #aaa 1px solid; BACKGROUND: #ffffff; BORDER-LEFT: #999 1px solid
}
#nav-left .inset .b3 {
	BORDER-RIGHT: #ddd 1px solid; BACKGROUND: #ffffff; BORDER-LEFT: #999 1px solid
}
#nav-left .inset .b4 {
	BORDER-RIGHT: #eee 1px solid; BACKGROUND: #ffffff; BORDER-LEFT: #999 1px solid
}
#nav-left .inset .b4b {
	BORDER-RIGHT: #fff 1px solid; BACKGROUND: #ffffff; BORDER-LEFT: #aaa 1px solid
}
#nav-left .inset .b3b {
	BORDER-RIGHT: #fff 1px solid; BACKGROUND: #ffffff; BORDER-LEFT: #ddd 1px solid
}
#nav-left .inset .b2b {
	BORDER-RIGHT: #fff 1px solid; BACKGROUND: #ffffff; BORDER-LEFT: #eee 1px solid
}
#nav-left .inset .b1 {
	BACKGROUND: #999; MARGIN: 0px 5px
}
#nav-left .inset .b2 {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 2px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px 3px; BORDER-RIGHT-WIDTH: 2px
}
#nav-left .inset .b2b {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 2px; BORDER-BOTTOM-WIDTH: 0px; MARGIN: 0px 3px; BORDER-RIGHT-WIDTH: 2px
}
#nav-left .inset .b3 {
	MARGIN: 0px 2px
}
#nav-left .inset .b3b {
	MARGIN: 0px 2px
}
#nav-left .inset .b4 {
	MARGIN: 0px 1px; HEIGHT: 2px
}
#nav-left .inset .b4b {
	MARGIN: 0px 1px; HEIGHT: 2px
}
#nav-left .inset .b1b {
	BACKGROUND: #fff; MARGIN: 0px 5px
}
#nav-left .inset .boxcontent {
	BORDER-RIGHT: #fff 1px solid;
	DISPLAY: block;
	BACKGROUND: #ffffff;
	BORDER-LEFT: #999 1px solid;
}
*/
/* profile steps section */
#profile-steps strong.head {
	display: block;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 14px 0;
}

#profile-steps ul {
	margin: 0;
	padding: 0 0 18px 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	font-size: 106%;
	color: #9C9C9C;
	font-weight: bold;
}

#profile-steps ul li {
	float: left;
	width: 120px;
	padding-left: 12px;
}

#profile-steps ul li.active {
	color: #A62121;
}

#profile-steps ul li em {
	display: block;
	font-style: normal;
	font-size: 156%;
	margin-left: -12px;
	padding-left: 12px;
	background: url(/images/arrow-steps.gif) no-repeat left;
}

#profile-steps ul li.active em {
	background-image: url(/images/arrow-steps-active.gif);
}

/* profile selector section */
#profile-selector {
	float: right;
	padding: 4px 155px 0 0;
}

#profile-selector label {
	color: #333;
	font-size: 166%;
	font-weight: bold;
	padding-left: 4px;
}

#profile-selector input {
	margin: 0 0 0 60px;
	padding: 0;
}

/* profile tabs */

/* yes tab */
#profile-sub-yes div.body div.text {
	padding-bottom: 25px;
}

#profile-sub-yes input.submit {
	float: right;
	margin-top: 20px;
	display: block;
}

/* no tab */
#profile-sub-no p.note, #profile-sub-no p.label {
	color: #666;
}

#profile-sub-no p.label {
	float: right;
	margin-top: 10px;
}

#profile-sub-no p.note a {
	color: #666;
	text-decoration: underline;
}

#profile-sub-no p.note a:hover {
	text-decoration: none;
}

#profile-sub-no div.form {
	overflow: hidden;
	height: 1%;
	padding: 0 0 25px 0;
}

#profile-sub-no fieldset {
	margin: 0;
	padding: 0;
	border: none;
	float: left;
	position: relative;
}

#profile-sub-no fieldset.left {
	width: 340px;
}

#profile-sub-no fieldset.right {
	width: 370px;
	float: right;
}

#profile-sub-no fieldset div.field {
	margin: 0;
	padding: 0 0 8px 0;
	height: 1%;
	width: 100%;
	float: left;
}

#profile-sub-no fieldset div.field span.error {
	color: #990000;
}

#profile-sub-no fieldset.right div.field {
	padding-bottom: 9px;
}

#profile-sub-no label {
	display: block;
	width: 135px;
	float: left;
	clear: left;
	font-weight: bold;
	color: #464646;
	margin: 0;
	padding: 2px 0 0 0;
}

#profile-sub-no label em {
	color: #A52121;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#profile-sub-no label a em {
	display: none;
	border: 1px solid #DDD;
	background-color: #FFF;
	color: #666666;
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	width: 100px;
	padding: 6px;
	cursor: default;
}

#profile-sub-no label a em span {
	margin: 0;
	padding: 0;
	display: block;
}

#profile-sub-no label a:hover {
	position: relative;
	text-decoration: none;
}

#profile-sub-no label a:hover em {
	display: block;
}

#profile-sub-no fieldset div.long label {
	display: inline;
	float: none;
}

#profile-sub-no fieldset div.inline {
	overflow: hidden;
	height: 1%;
}

#profile-sub-no fieldset div.inline input {
	display: block;
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
}

* html #profile-sub-no fieldset div.inline input {
	margin-top: 0;
}

#profile-sub-no fieldset div.inline label {
	font-weight: normal;
	line-height: 20px;
	clear: none;
	width: auto;
	padding: 0 30px 0 4px;
}

#profile-sub-no label span {
	display: block;
	font-weight: normal;
	margin-bottom: -2px;
}

* html #profile-sub-no label span {
	position: relative;
}

#profile-sub-no fieldset.right label {
	width: 175px;
}

#profile-sub-no input.text {
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 0 140px;
	padding: 3px 4px 3px 4px;
	width: 174px;
	border: 1px solid #DDD;
}

#profile-sub-no textarea.text {
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 0 180px;
	padding: 3px 4px 3px 4px;
	width: 174px;
	border: 1px solid #DDD;
}

#profile-sub-no fieldset.right input.text {
	margin-left: 180px;
}

#profile-sub-no select {
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 0 140px;
	height: 20px;
	width: 150px;
	border: 1px solid #DDD;
}

#profile-sub-no select.selectwide {
	display: block;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0 0 0 140px;
	height: 20px;
	width: 184px;
	border: 1px solid #DDD;
}

#profile-sub-no fieldset.right select {
	margin-left: 180px;
}

#profile-sub-no input.submit {
	float: right;
	display: block;
	margin: 25px 5px 0 0;
}

* html #profile-sub-no input.submit {
	margin-right: 2px;
}

/* service block */
#service {
	width: 300px;
	float: right;
	color: #333333;
	font-size: 106%;
}

#content #service div.body {
	background-image: none;
}

#content #service div.foot {
	background-position: 0 -10px;
}

#content #service div.foot div {
	background-position: 100% -16px;
}

#content #service div.foot div div {
	border-top: none;
	padding-bottom: 0;
}

#service p {
	font-weight: bold;
}

#service div.text {
	margin: 0 -3px 3px -3px;
	border-bottom: 1px solid #DDD;
	padding: 3px;
	position: relative;
	width: 292px;
}

#service div.text div.inner-bg {
	background: url(/images/background-box-body.gif) repeat-x bottom left;
	padding: 10px;
}

#service ul {
	margin: 0;
	padding: 14px 10px 16px 10px;
	background: #2764A3 url(/images/background-service-list.gif) repeat-x bottom left;
	color: #FFF;
	list-style: none;
	font-size: 116%;
}

#service ul li {
	padding: 4px 0 4px 11px;
	background: url(/images/arrow-service.gif) no-repeat 0 10px;
}

#service div.form {
	padding: 6px;
	background: #2764A3 url(/images/background-service-list.gif) repeat-x scroll left top;
}

#service div.form label {
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
	color: #FFF;
	margin: 5px 5px 5px 3px;
	clear:both;
}

#service div.form input.text {
	display: block;
	color: #666;
	margin: 0 0 6px 120px;
	width: 150px;
}

#service div.form input.submit {
	margin:5px 0pt 3px 205px;
}

/* about us / generic content block section */
#about {
	width: 435px;
	float: left;
}

#content-noright {
/* this id is for when
 there is no content panel
 on RHS of generic
 content page */
	width: auto;
    
    min-height: 400px;

}

/* for Internet Explorer */

*html #content-noright {
height: 400px;
/* End IE Win */
}
#content-suche {
/* this id is for when
 there is no content panel
 on RHS of generic
 content page */
	width: auto;
    padding: 80px;
    min-height: 200px;

}

/* for Internet Explorer */

*html #content-suche {
height: 200px;
/* End IE Win */
}

ul.navigation-sub {
	background: url(/images/dots.gif) repeat-x bottom left;
	margin: 0px 0 14px 14px;
	padding: 0 0 10px 0;
	list-style: none;
	font-weight: normal;
	line-height:180%;
	font-size: 96%;
	
}

#about ul.navigation-sub {
	margin-top: -10px;
}

ul.navigation-sub li {
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid #666666;
}

ul.navigation-sub li span {
	background:transparent url(/images/popup-red2.gif) no-repeat scroll right center;
	padding-left:2px;
	
}

ul.navigation-sub li a {
	text-decoration: underline;
	
}

ul.navigation-sub li a:hover a:active{
	color: #333333;
	text-decoration: underline;


}


/* See note two styles down before editing these two */
#about h4 {
	padding-bottom: 9px;
	margin-top: -10px;
}

#about em {
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}

#about p {
	color: #333;
	font-size: 106%;
	padding-bottom: 18px;
	line-height: 136%;
}

#about p.paginate {
	font-size: 106%;
	font-weight: bold;
	padding-bottom: 18px;
	line-height: 136%;
}

#about p span.quote {
	color: #143F69;
	font-weight: bold;
}

#about ul {
	margin-top: -9px;
	list-style: square;
}

#about ol {
	margin-top: -9px;
}

#about li {
	color: #333333;
	font-size: 106%;
	line-height:136%;
}

#about table {
	color:#333333;
	font-size:106%;
	line-height:136%;
	margin-bottom:18px;
	border: 1px solid #DDD;
}

/* The next two styles must ALWAYS mirror the two styles above this line */
#content-noright h4 {
	padding-bottom: 9px;
}

#content-noright em {
	font-size: 11px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
}

#content-noright p {
	font-size: 100%;
	padding-bottom: 0px;
	line-height: 136%;
}

#content-noright p.paginate {
	font-size: 106%;
	font-weight: bold;
	padding-bottom: 18px;
	line-height: 136%;
}

#content-noright p span.quote {
	color: #143F69;
	font-weight: bold;
}

#content-noright ul {
	margin-top: -9px;
	list-style: square;
}

#content-noright ol {
	margin-top: -9px;
}

#content-noright li {

	line-height:136%;
}

#content-noright img {
	float: right;
	padding: 0 0 15px 15px;
}
#content-noright1 img {

	padding: 0 0 1px 1px;
}

#content-noright table {
	line-height:136%;
	padding-top:10px;
	border: 0;
}

#content-noright td{
   vertical-align:top;
	
}
/* product tabset section */
#product-tabset {
	margin: 0 0 -5px 1px;
	padding: 0;
	list-style: none;
	position: relative;
	z-index: 2;
	overflow: hidden;
	font-size: 126%;
	height: 1%;
		border-right: 1px solid #DDD;

padding-right: 7px;
	padding-left: 3px;
	background-color: #FFF;

}

#product-tabset li {
	float: left;
	padding: 0 4px 0 0;
	width: auto;
	
}

#product-tabset li a {
	display: block;
	float: left;
	background: url(/images/product-tabset-left.gif) no-repeat;
	padding: 0 0 0 5px;
	color: #333333;
	white-space: nowrap;
}

#product-tabset li a span {
	display: block;
	line-height: 41px;
	padding-bottom: 5px;
	height: 46px;
	background: url(/images/product-tabset-right.gif) no-repeat top right;
	padding: 0 17px 0 12px;
	cursor: pointer;
	font-weight: bold;
}

* html #product-tabset li a span {
	float: left;
}

#product-tabset li a:hover span {
	cursor: pointer;
}

#product-tabset li a.active {
	font-weight: bold;
	background-position: 0 -46px;

}

#product-tabset li a.active span {
	background-position: 100% -46px;
}

/* product inner block section */
div.product-more {
	padding: 10px 8px 0 8px;
}

#product-summary div.body {
	display: block !important;
	overflow: hidden;
}

#product-summary div.product-more div.body {
	display: table !important;
	overflow: visible;
}

/* product summary block section */
#product-summary div.left {
	width: 340px;
	float: left;
	
	font-size: 116%;
	color: #333333;
	line-height: 16px;
	

}

#product-summary h4 {
	font-size: 15px;
	color: #990101;
	padding-bottom: 6px;
}

#product-summary ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 12px;
	list-style: square;
	color: #666666;
	font-size: 96%;
}

#product-summary div.product-more {
	width: 230px;
	float: right;
		

}

#product-summary div.product-more p,
#product-specs div.product-more p {
	color: #333333;
	font-size: 100%;
}

#product-summary div.product-more div.text {
	border-top: 0px solid #DDD;
	overflow: hidden;
	height: 1%;
	margin: 0 -3px 0 -3px;
	position: relative;
	width: 200px;
	
/* 	background-color: red; */
}

#product-summary div.product-more div.cards span {
	color: #143F69;
	font-size: 100%;
	float:right;
	padding: 20px 0 0 0;
}

#product-summary div.product-more div.text:first-child {
	border-top: none;
}

#product-summary div.text ul.preinstall {
	list-style: none;
	overflow: hidden;
	height: 1%;
	padding: 0;
	margin-bottom: 5px;
}

#product-summary div.text ul.preinstall li {
	width: 120px;
	float: left;
	overflow: hidden;
	height: 1%;
	padding: 0 0 10px 0;
}

#product-summary div.text ul.preinstall strong {
	width: 35px;
	float: left;
	font-style:normal;
}

#product-summary div.text ul.preinstall em {
	float: left;
	overflow: hidden;
	height: 1%;
	font-style:normal;
}

#product-summary div.product-more p.price {
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	color:#FFFFFF;
}

#product-summary div.product-more p.price strong {
	display: block;
	float: left;
	font-size: 48px;
	padding: 10px 5px 10px 0;
}

#product-summary div.product-more p.price span {
	font-size: 13px;
}

#product-summary div.product-more p.price span.first {
	margin-top: 15px;
}

#product-summary div.product-more p.price span.free {
	float: right;
	white-space: nowrap;
	font-weight: bold;
	color: #fff !important;
	margin: 0;
	padding: 0 0 8px 0;
	text-transform: uppercase;
}

#product-summary div.product-more p.monthly {
	float: left;
	white-space: nowrap;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 2px;
	text-transform: uppercase;
}

#product-summary div.product-more img {
	float: right;
}

#product-summary div.product-more a.calculate {
	display: block;
	float: right;
	color: #143F69;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	width: 100px;
	line-height: 13px;
	padding-right: 34px;
	background: url(/images/icon-calculate.gif) no-repeat right;
	text-decoration: none;
}

#product-summary div.product-more a.calculate:hover {
	text-decoration: none;
}

#product-summary div.product-more div.standout {
	padding: 3px;
	display: block;
	color: #FFF;
	margin: 0 0 4px 0;
	padding: 10px;
	line-height: 19px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	width: 202px;
}

#product-summary div.product-more div.standout a {
	color: #FFF;
}

#product-summary div.product-more div.standout a:hover {
	text-decoration: none;
}

#product-summary div.product-more div.standout a span {
	font-size: 17px;
}

/* hide as not used any longer */
/*
#product-summary div.product-more div.save {
	padding: 3px;
	width: 325px;
}

#product-summary div.product-more div.save a {
	display: block;
	color: #FFF;
	margin: 0;
	padding: 10px;
	background: #0B2E52 url(/images/background-save.gif) repeat-x;
	line-height: 19px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#product-summary div.product-more div.save a:hover {
	text-decoration: none;
}

#product-summary div.product-more div.save a span {
	font-size: 17px;
}
*/

#product-summary div.product-more ul.features {
	margin: 0 -10px 0 0;
	padding: 0 0 14px 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	color: #333333;
	font-size: 100%;
}
#product-summary div.product-more div.features {
	margin: 0 -10px 0 0;
	padding: 0 0 14px 0;
	list-style: none;
	overflow: hidden;
	height: 1%;
	color: #333333;
	font-size: 100%;
}

#product-summary div.product-more ul.features li {
	width: 150px;
	float: left;
	background: url(/images/dots-features.gif) repeat-x bottom left;
	overflow: hidden;
	height: 1%;
	margin: 0 0 8px 0;
}

#product-summary div.product-more ul.features em {
	background-color: #FFF;
	font-style: normal;
	float: left;
}

#product-summary div.product-more ul.features strong {
	float: right;
	background-color: #FFF;
	padding-right: 10px;
	padding-left: 2px;
}

#product-summary div.product-more div.cards {
	padding: 15px 18px 6px 15px;
	width: 196px;
}

#product-summary div.product-more div.cards img {
	padding: 5px 0px 6px 15px;
	float: right;
}

#product-summary div.product-more div.cards a.button {
	float: right;
}

/* product specs section */
#product-specs div.left {
	width: 203px;
	float: left;
	color: #666;
}

#product-specs div.product-more {
	width: 233px;
	float: right;
}

#product-specs div.rollholder {
	background-image: url(/images/background-roll-top-specs.gif);
	width: 580px;
	margin-left: auto;
	margin-right: auto;
}

#product-specs div.rollhead strong.head {
	font-size: 136%;
}

#product-specs div.left div.rollholder {
	width: 323px;
	background-image: url(/images/background-roll-top-specs-left.gif);
	margin-bottom: 10px;
}


#product-specs div.rollhead div.roll-bg-top {
	background-image: url(/images/background-roll-bottom-specs.gif);
}
#product-specs div.left div.rollhead div.roll-bg-top {
	background-image: url(/images/background-roll-bottom-specs-left.gif);
}

#product-specs div.left ul {
	margin: 0 0 0 5px;
	padding: 4px 0 0px 10px;
	list-style: square;
	color: #666666;
	font-size: 106%;
}

#product-specs div.table-holder {
	font-size: 106%;
	border-top: 5px solid #FFF;
}

#product-specs div.table-holder table {
	margin-top: -1px;
}

#product-specs div.table-holder em.yes,
#product-specs div.table-holder em.no {
	margin-top: 0;
}

#product-specs div.table-holder td.name strong {
	font-weight: normal;
}

#product-specs div.table-holder td.value {
	font-weight: bold;
	width: 25px;
	border-left: none;
	padding: 6px 3px 3px 3px;
	font-weight: normal;
}

#product-specs div.table-holder td.spacer {
	width: 25px;
}

#product-specs div.left ul li {
	padding: 2px 0 2px 0;
}

/* Outline numbered list style */
.outline {
	padding-left: 4em;
}

span.list-number {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  width: 4em;
  margin-left: -4em;
}

img.map {
	border: 1px solid black;
	float: right;
	clear: right;
	margin-bottom: 5px;
}

/* tooltip section */
#tooltip-holder {
	position: absolute;
	display: none;
	z-index: 100;
	width: 171px;
	font-size: 11px;
	color: #FFF;
}

td.name div.text {
	display: none;
}

td.threecolname div.text {
	display: none;
}

div.field div.text {
	display: none;
}

#tooltip-holder div.p-top {
	width: 171px;
	height: 5px;
	background: url(/images/tooltip-top.png) no-repeat;
	overflow: hidden;
}

#tooltip-holder div.p-bottom {
	width: 171px;
	height: 23px;
	background: url(/images/tooltip-bottom.png) no-repeat;
	overflow: hidden;
}

#tooltip-holder div.p-inner {
	background: url(/images/tooltip-inner.png) repeat-y;
	padding: 0 7px 0 4px;
	width: 160px;
}

#tooltip-content {
	background-color: #646363;
	overflow: hidden;
	padding: 10px;
}

#tooltip-content p {
	padding-bottom: 4px;
}
#content {
	position: relative;
}
.video_preview img{
    float: right;
    padding: 0 0 15px 15px;
	opacity: 0.5;
}
.video_preview img:hover{
	opacity: 1.0;
}
#video_holder, #video_layer {
    display: none;
    position: fixed;
}
#video_layer {
    background: none repeat scroll 0 0 #000000;
   position:absolute;
    height: 100%;
    left: 0;
    opacity: 0.1;
    top: 0;
    width: 100%;
	z-index: 99;
		

}
#video_holder {
    height: 390px;
    left: 50%;
    margin-left: -320px;
    margin-top: -305px;
    top: 50%;
    width: 640px;
    z-index: 9999;
	box-shadow: 3px 3px 15px #333;
}
#video_closer {
    background: none repeat scroll 0 0 #000000;
    border: 2px solid #FFFFFF;
    border-radius: 15px 15px 15px 15px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 10pt;
    font-weight: bold;
    height: 15px;
    margin-left: 640px;
    padding: 5px;
    text-align: center;
    width: 15px;
    z-index: 999999;
}
#video_closer, #video_player {
    box-shadow: 3px 3px 15px #CCCCCC;
}

.split_left {
    text-align            : left;
}

.split_right {
    text-align            : right;
}

.split_right img {
display:inline;	
}

.country_select_background {
    background: url("../images/country_select_background.png") repeat;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    text-align: center;
	   display:none;

}

#country_select {
    height: 470px;
    width: 600px;
    margin-top: -235px;
    margin-left: -300px;
    top: 50%;
    left: 50%;
    position: relative;
    z-index: 5100;
    border: 1px solid #CCCCCC;
    background-color: #F2F2F2;

}

table.country {
    width: 100%;
    border-spacing: 0px;
}

table.country th  {
    background-image      : url("../images/box_top_background.png");
    color                 : #333333;
    height                : 25px;
    padding               : 0px 10px 0px 10px;
    border-spacing        : 0px;
}

table.country td {
    text-align: left;
    padding: 8px;
	font-size:12px;
	font-weight:bold;
}

table.country td img {
    margin-right: 8px;
	float:left;
}
#fahne {
float: left;	
}


#suche-bg { background-image: url("../images/content/about/suche.jpg");
background-repeat:no-repeat; }

#keywords { padding-left: 10px;
width: 250px;
height: 50px; 
box-shadow: 0px 5px 10px #4F4F4F;}