@import url(/stylesheets/shop-global.css);

body {
	color: #666666;
	background: #EEEEEE url(images/bg.gif) repeat-x top;

	/* The padding-top is space for client-tabs minus 0.1em to cover rounding errors */
	padding: 2.15em 0 0 0; 
	margin: 0;
}

/* 
If a browser doesn't display the corrent fonts in some HTML elements
these elements may be needed to be added here:
*/
body, table, input, select {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #666666;
	background-color: inherit;
}

a:hover {
	color: #FF0000;
	background-color: inherit;
}

a img { border: none; }

input, select { vertical-align: middle; }

form { margin: 0; }

h1 { width: 198px; }

h1, h1 a, h1 a img {
	font-size: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

h1 a { padding: 21px 9px; }

h2, h3, h2 img, h3 img, h4, h4 img {
	padding: 0;
	margin: 0;
	display: block;
}

#content p {
	padding: 0;
	margin: 0 0 1em 0;
}

ul {
   padding: 0;
   margin: 0 0 1em 0;
}

ul li {
   list-style: url(/images/bullet-e20074.gif) outside;
   padding: 0;
   margin: 0 0 0 21px;
}

sup {
	vertical-align: top;
	position: relative;
	top: -0.25em;
	left: 0;
}

a.arrow-right {
	color: inherit;
	background: transparent url(images/arrow_rechts_grau.gif) no-repeat center right;

	font-weight: bold;
	text-decoration: none;
	
	padding-right: 10px;
}

a.arrow-right:hover {
	color: #FF0000;
	background-image: url(images/arrow_rechts_magenta.gif);
}

a.arrow-left {
	color: inherit;
	background: transparent url(images/arrow_links_grau.gif) no-repeat center left;

	font-weight: bold;
	text-decoration: none;
	
	padding-left: 10px;
}

a.arrow-left:hover {
	color: #FF0000;
	background-image: url(images/arrow_links_magenta.gif);
}

.clear, .clear br { clear: both; }
.clear br { line-height: 1px; }

input.input-submit, button {
	line-height: 16px;

	color: #666666;
	background: #EEEEEE url(images/buttonDefault.gif) no-repeat right bottom;

	height: 19px;

	border: none;
	padding: 0 6px 2px 6px;
	margin: 0 0 1px 0;

	cursor: pointer;
}

input.commit, button.commit, input.cancel, button.cancel,
input.shop-commit, button.shop-commit, input.shop-cancel, button.shop-cancel {
	padding-right: 21px;
}

input.shop, button.shop, 
input.shop-commit, button.shop-commit, 
input.shop-cancel, button.shop-cancel {
	color: #5ea5db;
	background-color: inherit;
	font-weight: bold;
}

input.commit, button.commit { background-image: url(images/buttonGrayCommit.gif); }
input.cancel, button.cancel {	background-image: url(images/buttonGrayCancel.gif); }
input.shop-commit, button.shop-commit { background-image: url(images/buttonBlueCommit.gif); }
input.shop-cancel, button.shop-cancel { background-image: url(images/buttonBlueCancel.gif); }


/* 
	The class "clearfix" allows stretching of elements containing 
	floats. See: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* */


#skip-nav { display: none; }

#client-tabs {
	line-height: 1.25;

	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	
	padding: 0;
	margin: 0;
}

#client-tabs li {
	list-style: none none;
	
	float: left;
	
	padding: 0;	
	margin: 0;
}

#client-tabs li a {
	text-decoration: none;

	display: block;
	padding: 0.5em 0;	
}

#client-tabs li a span {
	border-right: 1px solid #666666;
	padding: 0 2.5em;	
}

#client-tabs li.before-current a span {
	border-right-color: #EEEEEE;
}

#client-tabs li.current {
	background: transparent url(images/tab-shadow.gif) no-repeat top right;
}

#client-tabs li.current a {
	color: #FF0000;
	background-color: white;

	margin-right: 5px;
}

#client-tabs li.current a span {
	border-right: none;
}


#frame {
	position: relative;
	
	color: inherit;
	background-color: white;

	width: 954px;
	
	padding: 0 18px 18px 0;
}

/*
	Blocks like the following are in order to feed CSS to
	Windows IE only. All IEs (incorrectly) apply selectors 
	beginning with "* html". The "escaped" end-of-comment 
	is ignored by Mac IE.
	
	Usually this is used due to the broken box model of
	the Windows IE or other IE specific bugs. 
	See http://www.positioniseverything.net/articles/box-model.html
*/
/* \*/
* html #frame { width: 972px; }
/* */

#frame-bg-right {
	width: 977px; /* 954 (frame width) + 18 (frame padding) + 5 (background width)  */
	background: #EEEEEE url(images/bg_leiste.gif) repeat-y right;
}

#frame-bg-topright {
	width: 5px;
	height: 5px;
	
	font-size: 1px;
	
	position: absolute;
	top: 0px;
	right: -5px;
	
	background: #EEEEEE url(images/ecke_oben.gif) no-repeat;
}

#frame-bg-bottomright {
	width: 5px;
	height: 6px;
	
	font-size: 1px;
	
	position: absolute;
	bottom: -6px;
	right: -5px;
	
	background: #EEEEEE url(images/ecke_unten.gif) no-repeat;
}


#head-menu {
	font-size: 10px;
	line-height: 11px;

	position: absolute;
	right: 18px;
	top: 9px;
}

#head-menu ul, #head-menu ul li, #head-menu form, #head-menu form div {
	white-space: nowrap;
	list-style: none none;
	
	display: inline;
	
	padding: 0;	
	margin: 0;
}

#head-menu li a {
	text-decoration: none;

	border-right: 1px solid #666666;
	padding: 0 12px;	
}

#head-menu li.cart a {
	background: transparent url(images/cart.gif) no-repeat 12px center;

	padding-left: 32px;
}

#head-menu li.cart a:hover {
	background-image: url(images/cart-hover.gif);
}

#head-menu form {
	margin-left: 12px;
}


#main-menu {
	BACKGROUND: white url("//www.mv-dermbach.de/MVD/privat-Dateien-MVD/mainback.gif") repeat-x bottom;
	font-weight: bold;
	padding: 0 0 0 180px;
}
#main-menu, #content ul.reiter-nav {
	border-bottom: 1px solid #999999;
}

#main-menu ul, #content ul.reiter-nav {
	margin: 0;
	padding: 0;
}

#content ul.reiter-nav {
	margin-bottom: 18px;
}

#main-menu ul li, #content ul.reiter-nav li {
	list-style: none none;

	float: left;
	white-space: nowrap;
	
	border-right: 1px solid #999999;
	padding: 0;
	margin: 0;
}

#main-menu ul li.first, #content ul.reiter-nav li.first {
	border-left: 1px solid #999999;
}

#main-menu ul li a, #content ul.reiter-nav li a {
	text-decoration: none;
	padding: 0.25em 1em;
	display: block;

}

#main-menu ul li a:hover, #content ul.reiter-nav li a:hover {
	color: #666666;
	background-color: #EEEEEE;
}

#main-menu ul li.current a, #content ul.reiter-nav li.current a {
	color: white;
	background-color: #999999;
}

#main-menu ul li ul {
	color: #666666;
	background-color: #EEEEEE;
	font-weight: normal;

	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 12em;
	z-index: 10;
	
	border-top: 1px solid #999999;
	margin-top: 1px;
}

#main-menu ul li ul li {
	float: none;
	border: none;
}

#main-menu ul li ul li a, #main-menu ul li.current ul li a {
	color: #666666;
	background-color: #EEEEEE;

	display: block;

	padding: 0.2em 0.75em;
}

/* Only for Win-IE - Hide from Mac IE \*/
* html #main-menu ul li ul li a {
	height: 1em;
}
/* */

#main-menu ul li ul li a:hover {
	color: white;
	background-color: #999999;
}


#breadcrumb {
	line-height: 27px;
	min-height: 27px;

	padding: 0 0 0 180px;
	margin: 0;
}

/* Only for Win-IE - Hide from Mac IE \*/
* html #breadcrumb {
	height: 27px;
}
/* */

#breadcrumb li {
	list-style: none none;
	display: inline;
	margin: 0;
	padding: 0 0 0 3px;
}

#breadcrumb li span {
	font-size: 9px;
	margin-right: 5px;
}

#breadcrumb li a {
	text-decoration: none;
}


#main-layout {
	table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

#sub-menu, #content, #teaserright, #userbar {
	vertical-align: top;
	padding: 0;
}


#sub-menu {
	width: 162px;
}

#sub-menu ul {
	border-bottom: 1px solid #999999;
	padding: 0;
	margin: 0;
}

#sub-menu ul ul {
	border: none;
}

#sub-menu ul li {
	list-style: none none;
	
	border-top: 1px solid #999999;
	margin: 0;
	padding: 0;
}

#sub-menu ul li a, #sub-menu ul li span {
	text-decoration: none;
	display: block;
	padding: 3px 9px;
}

/* \*/
* html #sub-menu ul li a, * html #sub-menu ul li span {
	height: 1em;
}
/* */

#sub-menu ul li.current a, 
#sub-menu ul li.open a,
#sub-menu ul li.current span, 
#sub-menu ul li.open span,
#sub-menu ul li a:hover,
#sub-menu ul li.open li.current li a:hover {
	color: white;
	background-color: #999999;
}

#sub-menu ul li.open li a,
#sub-menu ul li.open li span,
#sub-menu ul li.open li.current a:hover {
	color: #666666;
	background-color: #EEEEEE;
}

#sub-menu ul li.open li a, 
#sub-menu ul li.open li span { padding-left: 17px; }

#sub-menu ul li.open li.open li a, 
#sub-menu ul li.open li.open li span {	padding-left: 25px; }

#sub-menu ul li.open li.open li.open li a, 
#sub-menu ul li.open li.open li.open li span { padding-left: 33px; }

#sub-menu ul li.open li.open li.open li.open li a,
#sub-menu ul li.open li.open li.open li.open li span { padding-left: 41px; }

#sub-menu ul li.open li.open li.open li.open li.open li a,
#sub-menu ul li.open li.open li.open li.open li.open li span { padding-left: 49px; }

#sub-menu ul li.open li.current a,
#sub-menu ul li.open li.current span {	background: #EEEEEE url(images/sub-menu-bullet.png) no-repeat 5px center; }

#sub-menu ul li li.open li.current a,
#sub-menu ul li li.open li.current span {	background-position: 13px center; }

#sub-menu ul li li li.open li.current a,
#sub-menu ul li li li.open li.current span {	background-position: 21px center; }

#sub-menu ul li li li li.open li.current a, 
#sub-menu ul li li li li.open li.current span {	background-position: 29px center; }

#sub-menu ul li li li li li.open li.current a,
#sub-menu ul li li li li li.open li.current span {	background-position: 37px center; }

#sub-menu ul li.open li.current li a, 
#sub-menu ul li.open li.current li span {	background-image: none; }


#content {
	padding: 0 18px;
}

.poll ul {
	padding: 0;
	margin: 6px 0;
}

.poll li {
	list-style: none none;

	padding: 0;
	margin: 0;
}

.poll .poll-submit {
	text-align: right;
}

.poll .input-submit {
	display: inline;
	
	color: black;
	background: transparent none;
	font-family: Arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
	
	width: 6em;
	
	cursor: pointer;
	
	border: none;
	padding: 0;
	margin: 0;
}

.poll .input-submit:hover {
	color: #FF0000;
	background-color: transparent;
}

.imageallone {
	margin: 0 10px 10px 0;
	clear: both;
}

.imageallone img {
	vertical-align: bottom;
}

.campaign-image {
	margin-bottom: 11px;
}

#content h3 {
	margin: 2px 0 0 0;
}

#content .teaser-layout-row {
	margin-bottom: 18px;
}

#content .layout-row {
	margin-bottom: 10px;
}

#content .handy-layout-row {
	border-top: 1px solid #EEEEEE;
	padding-top: 18px;
	margin-bottom: 27px;
}

#content .zwei-spaltig, #content .zwei-spaltig-grau {
	width: 279px;
	padding: 9px 0;
}

#content .zwei-spaltig select {
	width: 239px;
}

#content .zwei-spaltig-grau select {
	width: 203px;
}

#content .drei-spaltig, #content .drei-spaltig-grau {
	width: 180px;
	padding: 6px 0;
}

#content .drei-spaltig-breit {
	width: 378px;
}

#content .drei-spaltig select {
	width: 140px;
}

#content .drei-spaltig-grau select {
	width: 122px;
}

#content .zwei-spaltig-grau, #content .drei-spaltig-grau {
	color: inherit;
	background-color: #EEEEEE;
}

#content .left {
	float: left;
}

#content .right {
	float: right;
}

#content .middle { margin-left: 198px; }
/* \*/
* html #content .middle { margin-left: 194px; }
/* */

#content .teaser img {
	display: block;
	margin-bottom: 6px;
}

#content .teaser h4 img {
	margin-bottom: 2px;
}

#content .teaser p {
	margin: 0 0 5px 0;	
}

#content .teaser input {
	width: 30px;
	margin-left: 10px;
}

#content .teaser .link-list {
	margin: 0;
}

#content .teaser .link-list li {
	list-style: none none;
	margin: 0;
}

#content .zwei-spaltig-grau h4, 
#content .zwei-spaltig-grau p,
#content .zwei-spaltig-grau .link-list,
#content .zwei-spaltig-grau form {
	margin-left: 18px;	
	margin-right: 18px;	
}

#content .drei-spaltig-grau h4, 
#content .drei-spaltig-grau p,
#content .drei-spaltig-grau .link-list,
#content .drei-spaltig-grau form {
	margin-left: 9px;	
	margin-right: 9px;	
}

#content .handy-teaser {
	position: relative;
}

#content .handy-teaser h4 {
	color: inherit;
	background-color: white;
}

#content .handy-teaser .stoerer {
	float: right;
	position: relative;
	z-index: 2;

	margin: 0 10px 10px 10px;
}

#content .handy-teaser .background {
	color: inherit;
	background-color: #E4E4E4;
	min-height: 9.5em;
	
	position: relative;
}
/* \*/
* html #content .handy-teaser .background {
	height: 9.5em;
}
/* */

#content .handy-teaser .background p {
	margin: 0;
	padding: 10px 10px 10px 90px;
}

#content .handy-teaser .background .product-image {
	position: absolute;
	left: 5px; 
	top: 30px;
	z-index: 2;
}

#content .handy-teaser .preis-box {
	padding: 10px 10px 0 90px;
}

#content .handy-teaser .preis-box strong {
	display: block;
	min-height: 1.2em;
}
/* \*/
* html #content .handy-teaser .preis-box string {
	height: 1.2em;
}
/* */

#content .handy-teaser .preis-box .tarif {
	min-height: 2em;
}
/* \*/
* html #content .handy-teaser .preis-box .tarif {
	height: 2em;
}
/* */

#content .handy-teaser form {
	padding: 0 0 0 90px;
	
	position: relative;
}

#content .handy-teaser form input {
 	width: 136px; 
}


#content .campaign-block {
	position: relative;
	background-repeat: no-repeat;
	height: 210px;
	width: 576px;
	margin-bottom: 18px;
}

#content .campaign-block .digit1 {
	position: absolute;
	left: 56px;
	top: 28px;
}			

#content .indented .digit1 {
	left: 140px;
}	

#content .campaign-block .digit2 {
	position: absolute;
	left: 14px;
	top: 28px;
}

#content .campaign-block .small-digits div {
	position: absolute;
	top: 30px;
	width: 368px;
	height: 14px;
	background-color: white;
	opacity: .8;
	filter: alpha(opacity=80);

	-moz-opacity: .8;
	-khtml-opacity: .8;					
	visibility: hidden;
}

#content .campaign-block .small-digits .small1 {left: 14px;}
#content .campaign-block .small-digits .small2 {left: 266px;}
#content .campaign-block .small-digits .small3 {left: 308px;}
#content .campaign-block .small-digits .small4 {left: 350px;}
#content .campaign-block .small-digits .small5 {left: 392px;}
#content .campaign-block .small-digits .small6 {left: 434px;}
#content .campaign-block .small-digits .small7 {left: 476px;}
#content .campaign-block .small-digits .small8 {left: 518px;}

#content .indented .small-digits .small2 {left: 56px;}
#content .indented .small-digits .small3 {left: 98px;}

#content .has2digits .small-digits .small2 {left: 372px;}
#content .has2digits .small-digits .small3 {left: 518px;}


#content .campaign-small {
	height: 135px;
}

#content .campaign-small .digit1 {
	left: 36px;
	top: 18px;
}			

#content .indented-small .digit1 {
	left: 90px;
}	

#content .campaign-small .small-digits div {
	top: 72px;
	width: 9px;
	height: 9px;
	
	font-size: 1px;
	line-height: 0;
}

#content .campaign-small .small-digits .small1 {left: 9px;}
#content .campaign-small .small-digits .small2 {left: 171px;}
#content .campaign-small .small-digits .small3 {left: 198px;}
#content .campaign-small .small-digits .small4 {left: 225px;}
#content .campaign-small .small-digits .small5 {left: 252px;}
#content .campaign-small .small-digits .small6 {left: 279px;}
#content .campaign-small .small-digits .small7 {left: 306px;}
#content .campaign-small .small-digits .small8 {left: 333px;}
#content .campaign-small .small-digits .small9 {left: 360px;}
#content .campaign-small .small-digits .small10 {left: 387px;}
#content .campaign-small .small-digits .small11 {left: 414px;}
#content .campaign-small .small-digits .small12 {left: 441px;}
#content .campaign-small .small-digits .small13 {left: 468px;}
#content .campaign-small .small-digits .small14 {left: 495px;}
#content .campaign-small .small-digits .small15 {left: 522px;}
#content .campaign-small .small-digits .small16 {left: 549px;}

#content .indented-small .small-digits .small2 {left: 36px;}
#content .indented-small .small-digits .small3 {left: 63px;}
				
#teaserright, #userbar {
	width: 180px;
}

#teaserright .teaser h2, #teaserright .handyteaser h2 {
	font-size: 100%;
	font-weight: bold;

	color: #666666;
	background-color: #CCCCCC;

	padding: 2px 5px 2px 5px;
	margin: 0;
}

#teaserright .teaser h2 a {
	color: #666666;
	background-color: #CCCCCC;
}

#teaserright .teaser ul, #teaserright .teaser ol {
	margin: 0;
	padding: 0 0 6px 0;
}

#teaserright .teaser h3, #teaserright .teaser li {
	font-size: 100%;
	font-weight: bold;
	
	padding: 6px 0 3px 5px;
	margin: 0;
}

#teaserright .teaser li {	
	list-style: none none;
	
	padding-bottom: 0;
}

#teaserright .teaser ol li {	
	background-image: none;
	padding-left: 0;
}

#teaserright .teaser ol li div.nr {	
	color: #FF0000;
	background-color: transparent;
	float: left;
	width: 10px;
	text-align: right;
}

#teaserright .teaser ol li div.item {	
	margin: 0 0 0 15px;
}

/* Win IE only \*/
* html #teaserright .teaser ol li div.item {	
	height: 1em;
}
/* */

#teaserright .teaser h3 a, #teaserright .teaser li a {
	color: #FF0000;
	text-decoration: none;
}

#teaserright .teaser p {
	line-height: 1.35;
	padding: 0 2px 9px 5px;
	margin: 0;
}

#teaserright .teaser select {
	margin-bottom: 6px;
}

#teaserright .handyteaser img {
	margin: 8px 8px 1px 8px;
	float: left;
}

#teaserright .handyteaser h3 {
	font-size: 1em;
	margin: 0 0 .5em 0;
	padding-left: 0;
	
	background-image: none;
}

#teaserright .handyteaser h4 {
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#teaserright .handyteaser .preis span {
	color: #FF0000;
	background-color: transparent;
	font-size: 14px;
	font-weight: bold;
}

#teaserright .handyteaser p {
	clear: left;
	padding-left: 0;
}


#teaserright .handy-list a {
	text-align: center;
	text-decoration: none;
	line-height: 1.2;

	width: 67px;
	height: 13.5em;
	float: left;	

	padding: 5px 0;
	overflow: hidden;
	margin-right: -3px;
}

#teaserright .handy-list a img {
	margin-bottom: 5px;
}

#teaserright .handy-list div {
	clear: left;
	text-align: right;
}

#teaserright .handy-list div a {
	width: auto;
	height: auto;
	float: none;
	display: inline;
}


#teaserright .bild {
	text-align: center;
	margin-bottom: 5px;
}

#teaserright .bild h2 {
	text-align: left;
}

#teaserright .bild img, #teaserright .bild object {
	display: block;
	margin: 0 auto;
}

#teaserright .bild .teaser-content {
	padding: 5px 0;
}

#teaserright .border .teaser-content {
	border: 1px solid #CCCCCC;
	border-top: none;
}


#userbar .userbar-module {
	border-bottom: 10px solid white;
}

#userbar .userbar-module h2 {
	font-size: 100%;
	font-weight: bold;
	
	padding: 4px 5px 3px 10px;
	margin: 0;
}

#userbar .userbar-module h2, #teaserright .teaser h2 a {
	color: white;
	background-color: #999999;
}

#userbar .userbar-module .userbar-module-content {
	border: 1px solid #CCCCCC;
	border-top: none;
}


#userbar #ksa-login {
	color: inherit;
	background-color: #E4E4E4;
}

#userbar #ksa-login a {
/*	color: #666666;
	background-color: inherit;
*/}

#userbar #ksa-login a:hover {
/*	color: #FF0000;
	background-color: inherit;
*/}

#userbar #ksa-login .userbar-module-content {
	padding: 5px 10px;
}

#userbar #ksa-login .login-form {
	padding: 9px 0;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 9px;
}

#userbar #ksa-login .login-form a {
	display: block;
	margin-top: 9px;
}

#userbar #ksa-login ul li {
	list-style: none none;
}

#userbar #ksa-login .ksa-register {
	margin-bottom: 1.5em;
}

#userbar #ksa-login .ksa-register img {
	margin: 5px 0 9px 0;
}

#userbar #ksa-login .input-text {
	width: 100px;
}

#userbar #ksa-login .input-submit {
	width: 45px;
	margin-left: 6px;
}

#userbar #ksa-login h3 {
	margin: 2px 0 6px 0;
}

#userbar #ksa-login ul.ksa-links {
   padding: 0;
   margin: 0 0 0.5em 0;
}

#userbar #ksa-login ul.ksa-links li {
	list-style: none;
   padding: 0;
   margin: 0;
}


#userbar #walter h2 {
	color: white;
	background-color: #5EA5DB;
}

#userbar #walter .userbar-module-content {
	padding: 4px 0;
}

#userbar #walter table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 9px;
	width: 158px;
}

#userbar #walter table tr.walter-high {
	color: #5ea5db;
	background-color: inherit;
}

#userbar #walter table tr th {
	font-weight: normal;
	text-align: left;

	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}

#userbar #walter table tr td {
	text-align: right;
	vertical-align: bottom;
	
	white-space: nowrap;

	border-bottom: 1px solid #CCCCCC;
	padding: 5px 0;
}

#userbar #walter table tr.gesamt th,
#userbar #walter table tr.gesamt td {
	font-weight: bold;
	border-bottom: none;
}

#userbar #walter form {
	padding: 4px 9px;
}

#userbar #walter #walter-button-neu {
	width: 35px;
	float: left;
}

#userbar #walter #walter-button-kasse {
	width: 117px;
	float: right;
}


#userbar #handyvergleich .userbar-module-content { padding: 10px; }
#userbar #handyvergleich p { margin: 9px 0; }
#userbar #handyvergleich form { text-align: right; }

#userbar #hotline .userbar-module-content { padding: 9px; }
#userbar #hotline p { margin: 5px 0 0 0; }

#userbar #service .userbar-module-content { padding: 9px; }
#userbar #service ul {
	margin: 0;
	padding: 0;
}
#userbar #service ul li {
	margin: 0;
	padding: 0;
	list-style: none none;
}
#userbar #siegel a {
	display: block;
	text-align: center;
}

#userbar #gewinnspiel .userbar-module-content {
	padding: 5px 9px;
}
#userbar #gewinnspiel h3 {
	color: #FF0000;
	font-weight: bold;
	font-size: 1em;
}					
#userbar #gewinnspiel p {
	margin: 4px 0;
}										


#userbar .product-list .userbar-module-content {
	padding: 5px 10px;
}

#userbar .product-list .userbar-module-content div {
	border-top: 1px solid #CCCCCC;
	padding: 5px 0;
}

#userbar .product-list .userbar-module-content div.first {
	border: none;
}

#userbar .product-list .userbar-module-content div div {
	float: left;
	width: 60px;
	text-align: center;
	border: none;
}

#userbar .product-list .userbar-module-content div p {
	margin: 0 0 0 50px;
}

#main-layout .toggles h2, #main-layout .toggles .toggle-header {
	background-repeat: no-repeat;
	background-position: 3px 5px;
	
	padding-left: 15px;
	
	cursor: pointer;
}

#main-layout .open h2, #main-layout .open .toggle-header { 
	background-image: url(/stylesheets/images/teaserOpened.gif); 
}

#main-layout .closed h2, #main-layout .closed .toggle-header { 
	background-image: url(/stylesheets/images/teaserClosed.gif); 
}

#main-layout .opening h2, #main-layout .opening .toggle-header { 
	background-image: url(/stylesheets/images/teaserOpening.gif); 
}

#main-layout .closing h2, #main-layout .closing .toggle-header { 
	background-image: url(/stylesheets/images/teaserClosing.gif); 
}

#main-layout .closed .teaser-content, #main-layout .closing .teaser-content,
#main-layout .closed .userbar-module-content, #main-layout .closing .userbar-module-content,
#main-layout .closed .toggle-content, #main-layout .closing .toggle-content {
	display: none;
}



#content .product-toggles .toggles, 
#content .standard-toggles .toggles {
	margin-bottom: 18px;
}

#content .product-toggles h4, 
#content .standard-toggles h4 {
	color: inherit;
	background-color: #E4E4E4;
	background-position: 3px 8px;

	font-size: 1em;
	font-weight: bold;

	padding: 4px 18px;
}

#content .product-toggles .toggle-content, 
#content .standard-toggles .toggle-content {
	border: 1px solid #E4E4E4;
	border-top: none;
}
/* \*/
* html #content .product-toggles .toggle-content,
* html #content .standard-toggles .toggle-content {
	width: 100%;
}
/* */

#content .standard-toggles .toggle-content {
	padding: 9px;
}

#content .product-toggles .open .toggle-header, 
#content .product-toggles .opening .toggle-header,
#content .standard-toggles .open .toggle-header, 
#content .standard-toggles .opening .toggle-header {
	background-image: url(images/toggleOpen666666.gif);
}

#content .product-toggles .closed .toggle-header, 
#content .product-toggles .closing .toggle-header,
#content .standard-toggles .closed .toggle-header, 
#content .standard-toggles .closing .toggle-header {
	background-image: url(images/toggleClosed666666.gif);
}


#recommend {
	font-size: 10px;
	text-align: right;
	
	padding-right: 18px;
	margin-bottom: 20px;
}

#recommend a {
	text-decoration: none;
}

#recommend img {
	vertical-align: middle;
}

#legal {
	font-size: 10px;

	border-top: 1px solid #666666;
	padding-top: 1em;
	margin: 1em 0 0 180px;
}

#legal p {
	margin: 0 0 1em 0;
	padding: 0;
}

#foot-menu {
	color: #666666;
	background: #EEEEEE url(images/bg.gif) repeat-x top;
	
	width: 954px;

	padding: 11px 9px;
}

/* \*/
* html #foot-menu {
	width: 972px;
}
/* */

#foot-menu ul {
	padding: 0;
	margin: 0;
}

#foot-menu #copyright, #foot-menu li {
	list-style: none none;
	
	float: left;
	
	padding: 0;
	margin: 0;
}

#foot-menu #copyright, #foot-menu li a {
	text-decoration: none;
	display: block;
	padding: 0.25em 0;
}

#foot-menu #copyright span, #foot-menu li a span {
	padding: 0 1em;	
}

#foot-menu li a span {
	border-right: 1px solid #999999;
}

/* Für Standard-Contents */

span.fs { font-size: 12px; }
span.fs1 { font-size: 10px; }
span.fs2 { font-size: 12px; }
span.fs3 { font-size: 16px; }
span.fs4 { font-size: 20px; }
span.fs5 { font-size: 24px; }
span.fs6 { font-size: 32px; }
span.fs7 { font-size: 46px; }
.MiniText { font-size: 10px; }
.Preis1 { font-size: 14px; }
.Preis2 { font-size: 18px; }

/* Alte Styles - diese bitte soweit wie möglich nicht mehr verwenden */

.rightColTitle, a.rightColTitle {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover.rightColTitle { color: #333333; /* COPY */ }

.teaserHeadline1 {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.teasercaption {
	font-size: 10px;
	color: #999999;
}

.einzelhandyanmerkung {
	font-size: 11px;
	color: #666666;
}

.fbAnswer { font-size: 10px; }

.reiterMagenta, .reiterMagenta a, .reiterMagenta a:hover {
	color: #FF0000;
	text-decoration: none;
}

.reiterSchwarz, .reiterSchwarz a, .reiterSchwarz a:hover {
	color: #000000;
	text-decoration: none;
}

.noDeko { color: #666666; }

.noDeko a {
	color: #333333;		
	text-decoration: none;
}

.noDeko a:hover {
	color: #FF0000;
	text-decoration: none;	
}

.input_go {
	font-weight: bold;
	color: #333333;
}

.subhead {
	font-weight: bold;
	color: #333333; /* COPY */
}

.footer { 
	font-size: 10px;
	color: #333333; /* COPY */
}
 
a.footer { 
 	text-decoration: none;	
}
 
a:hover.footer {
	text-decoration: underline;	
}

.price {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;		
}

.priceinkuerze {
	font-weight: bold;
	color: #FF0000;
}

.textWhite {
	color: #ffffff;
}	

a:hover.textWhite {
	color: #ffffff;
}

.textMagenta {
	color: #FF0000;		
}	

.linkSBlack {
	font-size: 10px;
	color: #000000;
}

a.ordercompany {
	font-weight: bold;
	color: #FF0000;
}

.tarifGrau {
	font-size: 10px;
	color: #666666;		
}

.priceInfoTarif {
	font-size: 10px;
	color: #FF0000;			
}

.priceBlack {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.priceBlack2 {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}

.textGrau { color: #666666; }

.textGrau a {
	color: #666666;
	text-decoration: none;
}

.underlineDeko { color: #333333; }

.underlineDeko a { color: #333333; }

.in2 { background-color: #cccccc; }

.in3 { color: #666666; border-color: #666666; }

/* CSS für Tarife ohne Handy */
.tarifText {
	font-size:11px;
	color:#666666; 
}

.tarifText a {
	color:#666666; 
}

.tarifText a:visited {
	color:#666666; 
}

.tarifText a:hover {
	color:#FF0000; 
}

.tarifText2 {
	color:#333333; 
}

.tarifText3 {
	color:#FF0000; 
}

.tarifText4 {
	color:#FFFFFF; 
	font-size:14px;
}

.tarifPrice {
	font-size:14px;
	color:#FF0000;
}

.tarifPrice2 {
	font-size:22px;
	color:#FF0000;
	font-weight:bold;
}

.tarifTb1 { 
	border-bottom-width:1px; 
	border-right-width:1px;
	border-right-style:solid; 
	border-bottom-style:solid;
	border-color:#ffffff; 
	background-color:#E7E7E7;
	padding:10px;
}

.tarifTb1b { 
	border-bottom-width:1px; 
	border-right-width:1px;
	border-right-style:solid; 
	border-bottom-style:solid;
	border-color:#ffffff; 
	border-bottom-color:#686868;
} 

.tarifTb2 { 
	border-bottom-width:1px; 
	border-bottom-style:solid;
	border-color:#686868; 
	padding:10px;
	padding-left:16px;
	font-size:10px;
} 

.tarifTb2b { 
	border-bottom-width:1px; 
	border-bottom-style:solid;
	border-color:#686868; 
} 

.tarifTb3 { 
	border-right-width:1px; 
	border-right-style:solid;
	border-bottom-width:1px; 
	border-bottom-style:solid;	
	background-color:#8D8D8D;
	border-color:#ffffff; 
	padding:10px;
	padding-left:16px;
	color:#ffffff;
	font-size:12px;
} 

.tarifTb4 { 
	border-bottom-width:1px; 
	border-right-width:1px; 
	border-bottom-style:solid;
	border-right-style:solid;
	border-color:#FFFFFF; /*686868*/
	padding:6px;
	padding-left:16px;
	font-size:10px;
} 

.tarifTb5 { 
	border-bottom-width:1px; 
	border-bottom-style:solid;
	border-color:#686868; 
	padding:8px;
	padding-left:7px;
	font-size:10px;
} 	

.tarifTb7 { 
	border-bottom-width:1px; 
	border-bottom-style:solid;
	border-color:#ffffff;
	background-color:#999999;
	padding-left:5px; 
	font-size:17px;
	color:#ffffff;
} 

.tarifTb8 {
	border-bottom-width:1px;
	border-right-width:1px;
	border-bottom-style:solid;
	border-right-style:solid;
	border-color:#CCCCCC; 
	padding:5px;
} 

.tarifTb8b {
	border-bottom-width:1px;
	border-right-width:1px;
	border-top-width:1px;
	border-top-style:solid;	
	border-bottom-style:solid;
	border-right-style:solid;
	border-color:#CCCCCC; 
	padding:5px;
} 

.tarifTb9 { 
	border-bottom-width:1px; 
	border-right-width:1px;
	border-right-style:solid; 
	border-bottom-style:solid;
	border-color:#ffffff; 
	background-color:#E7E7E7;
	padding:5px;
}

@media print {
	.tarifTb1 { 
			border-color:#666666; 
	}
		
	.tarifTb1b { 
			border-color:#666666; 
			border-bottom-color:#666666;
	} 
		
	.tarifTb2 { 
			border-right-width:1px;
			border-right-style:solid;		
			border-color:#666666; 
	} 
		
	.tarifTb2b { 
			border-color:#666666; 
	} 
		
	.tarifTb3 { 
			border-color:#666666; 
	} 
		
	.tarifTb4 { 
			border-bottom-width:1px; 
			border-right-width:1px; 
			border-bottom-style:solid;
			border-right-style:solid;
			border-color:#666666; 
			padding:6px;
			padding-left:16px;
			font-size:10px;
	} 
		
	.tarifTb5 { 
			border-color:#666666; 
	} 	
		
	.tarifTb6 { 
			border-bottom-width:1px; 
			border-bottom-style:solid;
			border-color:#666666; 
	} 	
}

