@charset "utf-8";
/* 
** CSS Document
** 
** by Unlimited Solution
**
** Layoutformatierungen für Webbrowser
**
*/

html {
	min-height:100%;
	height:auto !important;
	height:100%;
}

body {
	background:#FFFFFF;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	margin:0px;
	padding:0px;
	min-height:100%;
	height:auto !important;
	height:100%;
}

a {
	border:none;
	color:inherit;
	outline:none;
	text-decoration:none;
}

a img {
	border:none;
	outline:none;
	text-decoration:none;
}

h2 {
	color:#FE9000; 
	font-size:24px;
	font-weight:bold;
}

h3 {
	color:#FE9000;
	font-size:18px;
	font-weight:bold;
}

input[type="submit"] {
	cursor:pointer;
}

br.clear {
	clear:both;
}

.text-promoted-orange {
	font-size:13px;
	font-weight:bold;
	color:#FF9000;
}

.text-promoted-orange-big {
	font-size:15px;
	font-weight:bold;
	color:#FF9000;
}

div#wrapper {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	padding-bottom:220px;
}

div#topbar-background {
	position:relative;
	width:100%;
	height:37px;
	background:url(../images/topbar-background.png) top left repeat-x;
}

div#topbar {
	position:relative;
	width:1011px;
	margin:auto;
}

div#topbar div#social-media {
	position:absolute;
	width:300px;
	height:37px;
}

div#topbar div#social-media span#social-visitus {
	position:relative;
	float:left;
	display:block;
	width:133px;
	height:11px;
	background:url(../images/topbar-visitus.png) top left no-repeat;
	text-indent:-3000px;
	margin:13px 10px 0px 5px;
}

div#topbar div#social-media a {
	float:left;
	display:block;
	width:21px;
	height:21px;
	text-indent:-3000px;
	margin:8px 5px 0px 0px;
}

div#topbar div#social-media a#social-twitter {
	background:url(../images/social-media/twitter.png) top left no-repeat;
}

div#topbar div#social-media a#social-fb {
	background:url(../images/social-media/facebook.png) top left no-repeat;
}

div#topbar div#social-media a#social-rss {
	background:url(../images/social-media/rssfeed.png) top left no-repeat;
}

div#topbar div#customer-area {
	position:relative;
	float:right;
	width:138px;
	height:37px;
	overflow:visible;
	z-index:101;
}

div#topbar div.customer-area-inactive {
	background:url(../images/navi-seperator.png) center left no-repeat;
	
}
div#topbar div.customer-area-active {
	background:url(../images/customerarea-dropdown-linkbackground.png) top center no-repeat;
	
}

div#topbar a#customer-area-dropdown-link {
	position:relative;
	display:block;
	
	height:27px;	
	padding:10px 32px 0px 0px;
	text-align:right;
	
	font-size:13px;
	color:#868686;
}

div#topbar a.customer-area-dropdown-link-inactive {
	background:url(../images/dropdown-arrow.png) center right no-repeat;
}

div#topbar div#customer-area-dropdown {
	position:absolute;
	top:32px;
	right:0px;
	width:273px;
	height:142px;
	background:url(../images/customerarea-dropdown-background.png) top center no-repeat;
	z-index:100;
	padding:5px 4px 3px 4px;
}

div#topbar div#customer-area-dropdown div#customer-area-dropdown-content {
	position:relative;
	width:273px;
	height:142px;
}

div#topbar div#customer-area-dropdown div#customer-area-dropdown-content hr {
	position:absolute;
	top:91px;
	left:3px;
	width:267px;
	height:1px;
	border:0px none;
	background:#EAEAEA;
}

div#topbar div#customer-area-dropdown div#customer-area-dropdown-content label {
	position:absolute;
	left:38px;
	display:block;
	width:26px;
	height:24px;
	text-indent:-3000px;
}

div#topbar div#customer-area-dropdown div#customer-area-dropdown-content label#customer-area-label-username {
	top:17px;
	background:url(../images/customerarea-login-label-username.png) top left no-repeat;
}

div#topbar div#customer-area-dropdown div#customer-area-dropdown-content label#customer-area-label-password {
	top:55px;
	background:url(../images/customerarea-login-label-password.png) top left no-repeat;
}

div#topbar div#customer-area-dropdown div#customer-area-dropdown-content input.customer-area-input {
	position:absolute;
	right:15px;
	width:171px;
	height:22px;
	padding:5px 0px 0px 5px;
	background:#ECECEC;
	border:0px none;
	
}

div#topbar div#customer-area-dropdown div#customer-area-dropdown-content input#customer-area-input-username {
	top:15px;
}

div#topbar div#customer-area-dropdown div#customer-area-dropdown-content input#customer-area-input-password {
	top:54px;
}

div#topbar div#customer-area-dropdown div#customer-area-dropdown-content input#customer-area-input-submit {
	position:absolute;
	left:10px;
	bottom:2px;
}

div#topbar div#customer-area-dropdown div#customer-area-dropdown-content a#customer-area-pwlost {
	position:absolute;
	right:10px;
	bottom:2px;
}


div#topbar div#language-selection {
	position:relative;
	float:right;
	width:68px;
	height:37px;
	background:url(../images/navi-seperator.png) center left no-repeat;
}

div#topbar a#language-selection-dropdown-link {
	position:relative;
	display:block;
	
	height:27px;	
	padding:10px 32px 0px 0px;
	background:url(../images/dropdown-arrow.png) center right no-repeat;
	text-align:right;
	
	font-size:13px;
	color:#868686;
}

div#topbar a#language-selection-dropdown-link  img {
	margin-top:3px;
}

div#pagewrapper {
	position:relative;
	width:1011px;
	margin:auto;
}

div#header {
	position:relative;
	width:100%;
	height:150px;
}

div#header div.header-background {
	position:absolute;
	top:0px;
	width:50%;
	height:150px;
	margin:0px;
	padding:0px;
}

div#header div#header-background-left {
	left:0px;
	background:url(../images/header-background-left.png) top left repeat-x;
}

div#header div#header-background-right {
	right:0px;
	background:url(../images/header-background-right.png) top right repeat-x;
}

div#header div#header-background-center {
	left:50%;
	width:1192px;
	margin-left:-596px;
	background:url(../images/header-background-center.png) top center no-repeat;
}

div#header div#header-wrapper {
	position:relative;
	width:1011px;
	margin:auto;
}

div#header div#header-wrapper div.header-support {
	position:absolute;
	top:60px;
	color:#676767;
	text-align:right;
}

div#header div#header-wrapper div.header-support span.header-support-line1 {
	font-size:20px;
	font-weight:bold;
}

div#header div#header-wrapper div.header-support span.header-support-line2 {
	font-size:11px;
	text-transform:uppercase;
}

div#header div#header-wrapper div.header-support span.header-support-online {
	color:#72cd06;
}

div#header div#header-wrapper div#header-support-hotline {
	right:285px;
	width:200px;
	background:url(../images/header-support-hotline.png) left center no-repeat;
}

div#header div#header-wrapper div#header-support-livechat {
	right:75px;
	width:170px;
	background:url(../images/header-support-livechat.png) left center no-repeat;
}

div#header h1#logo {
	display:block;
	position:absolute;
	left:0px;
	top:13px;
	width:333px;
	height:118px;
	background:url(../images/logo-new.png) top left no-repeat;
	text-indent:-3000px;
}

div#header div#loginpanel {
	position:absolute;
	right:4px;
	bottom:11px;
	width:503px;
	height:44px;
}

div#header div#loginpanel div.logininput-text-bg {
	position:absolute;
	bottom:0px;
	width:193px;
	height:24px;
	background:url(../images/logininput-text.png) top left no-repeat;
}

div#header div#loginpanel div.logininput-text-bg input {
	position:absolute;
	left:10px;
	top:5px;
	font-size:12px;
	width:173px;
	background:none;
	border:0px none;
}

div#header div#loginpanel label {
	color:#b3b3b3;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	top:0px;
}

div#header div#loginpanel label#loginlabel-username {
	left:3px;
}

div#header div#loginpanel label#loginlabel-password {
	left:217px;
}

div#header div#loginpanel div#logininput-username-bg {
	left:0px;
}

div#header div#loginpanel div#logininput-password-bg {
	left:214px;
}

div#header div#loginpanel input#loginbutton-submit {
	position:absolute;
	right:0px;
	bottom:0px;
	font-size:11px;
	font-weight:bold;
	background:#FF9000;
	color:#FFFFFF;
	padding:5px 10px;
	width:auto;
	height:24px;
	border:0px none;
	border-radius:3px;
	overflow:visible;
	text-align:center;
}

div#navi-background {
	position:relative;
	width:100%;
	height:83px;
	background:url(../images/navi-background.png) top center repeat-x;
}

div#mainnavigation {
	position:relative;
	width:1011px;
	height:54px;
	margin:auto;
}

div#mainnavigation ul {
	position:relative;
	left:0px;
	top:0px;
	margin:0px;
	width:100%;
	height:100%;
	list-style:none;
	list-style-type:none;
}

div#mainnavigation ul li {
	position:relative;
	float:left;
	width:auto;
	margin:0px;
	padding:0px 2px 0px 0px;
	height:100%;
	background:url(../images/navi-seperator.png) center right no-repeat;
}

div#mainnavigation ul li a {
	position:relative;
	display:block;
	min-width:83px;
	padding:19px 17px 17px;
	text-align:center;
	text-transform:uppercase;
	color:#868686;
	margin:auto;
	width:auto;
	background:none;
	font-size:13px;
	font-weight:normal;
}

div#mainnavigation ul li a:hover {
	color:#FF9000;
	background:url(../images/navi-rollover.png) bottom center no-repeat;
}

div#subnavigation {
	position:relative;
	width:1011px;
	height:29px;
	margin:auto;
}

div#subnavigation ul {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	list-style:none;
	list-style-type:none;
}

div#subnavigation ul li {
	position:relative;
	float:left;
	width:auto;
	margin:0px 0px 0px 26px;
	padding:6px 0px 0px;
}

div#subnavigation ul > li:first-child {
	margin-left:34px;
}

div#subnavigation ul li a {
	text-transform:capitalize;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
}

div#subnavigation ul li a:hover {
	color:#FF9000;
	background:url(../images/navi-rollover.png) bottom center no-repeat;
}

div#main {
	position:relative;
	width:100%;
	margin:0px auto;
}

div#main div#left {
	position:relative;
	float:left;
	width:753px;
	margin:35px 0px 0px;
}

div#main div#left div#slider-container {
	position:relative;
	width:753px;
	height:374px;
	background:url(../images/slider-background.png) top center no-repeat;
	margin:auto;
}



div#main div#right {
	position:relative;
	float:right;
	width:251px;
	margin:35px 0px 0px;
}

div#main div#right div.sidebar-container div.sidebar-container-content {
	position:relative;
	width:216px;
	margin:auto;
}

div.sidebar-container h3 {
	position:relative;
	width:100%;
	text-align:left;
	margin:0px;
	padding:19px 0px 26px 26px;
	
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

div#main div#right div.sidebar-container-orange {
	position:relative;
	width:100%;
	height:168px;
	background:url(../images/sidebar-box-orange.png) top center no-repeat;
}



div#main div#right div.sidebar-container-orange div.sidebar-container-content {
	color:#FFFFFF;
}

div#main div#right div.sidebar-container-orange h3 {
	color:#FFFFFF;
	padding-bottom:20px;
}

div#main div#right div#domaincheck-inputwrapper {
	position:absolute;
	left:15px;
	top:84px;
	width:220px;
	height:28px;
	background:#f0b760;
}

div#main div#right div#domaincheck-inputwrapper input#domaincheck-domainname {
	position:absolute;
	top:1px;
	left:1px;
	width:136px;
	height:14px;
	padding:6px 8px;
	font-size:11px;
	background:#f5f5f5;
	border:0px none;
}

div#main div#right div#domaincheck-inputwrapper select#domaincheck-toplevel {
	position:absolute;
	top:1px;
	right:1px;
	width:66px;
	height:26px;
	font-size:11px;
}

div#main div#right input#domaincheck-submit {
	position:absolute;
	bottom:10px;
	right:10px;
}

div#main div#right div.sidebar-container-white {
	position:relative;
	width:100%;
	height:322px;
	background:url(../images/sidebar-box-white.png) top center no-repeat;
	margin-bottom:16px;
}

div#main div#right div.sidebar-container-white-small {
	position:relative;
	width:100%;
	height:161px;
	background:url(../images/sidebar-box-white-small.png) top center no-repeat;
	margin-bottom:16px;
}

div#main div#right div.sidebar-container-white-small2 {
	position:relative;
	width:100%;
	height:168px;
	background:url(../images/sidebar-box-white-small2.png) top center no-repeat;
	margin-bottom:16px;
}

div#main div#right div#support-container div#support-text ul,li {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
}

div#main div#right div#support-container div#support-text li {
	margin-bottom:6px;
}

div#main div#right div#support-container div#support-text li b {
	margin-right:12px;
}

div#main div#right div#support-container div#support-livechat {
	position:absolute;
	left:6px;
	bottom:8px;
	width:239px;
	height:58px;
	border-top:1px solid #EAEAEA;
	border-bottom-right-radius: 3px;
}

div#main div#right div#support-container div.support-livechat-online {
	background:url(../images/support-livechat-status-online.png) bottom right no-repeat;
}

div#main div#right div#support-container div.support-livechat-online span#support-livechat-status {
	color:#6ecb00;
}

div#main div#right div#support-container div#support-livechat span#support-livechat-label {
	position:absolute;
	left:43px;
	bottom:18px;
	font-weight:bold;
	font-size:14px;
}

div#main div#right div#support-container div#support-livechat span#support-livechat-status {
	position:absolute;
	left:116px;
	bottom:18px;
	font-weight:bold;
	font-size:24px;
}

div#main div#right div#movingbonus-container {
	margin-top:110px;
}

div#main div#right div#movingbonus-container h3 {
	font-size:14px;
}

div#main div#right div#movingbonus-container div#movingbonus-icon {
	position:absolute;
	left:0px;
	top:-102px;
	width:251px;
	height:127px;
	background:url(../images/movingbonus-icon.png) top left no-repeat;
}

div#main div#right div#movingbonus-container div#movingbonus-text {
	margin-top:6px;
}

div#main div#right div#movingbonus-container div#movingbonus-link a {
	position:absolute;
	bottom:10px;
	right:10px;
}

div#main div#right div#testing-container div#testing-text {
	margin-top:8px;
}

div#main div#right div#uptime-container div#uptime-icon {
	position:absolute;
	right:18px;
	top:-8px;
	width:53px;
	height:54px;
	background:url(../images/uptime-icon.png) top left no-repeat;
}

div#footer-wrapper {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:206px;
	border-top:1px solid #EEEEEE;
}

div#footer {
	position:relative;
	width:1011px;
	height:206px;
	margin:auto;
}

div#footer h3 {
	position:relative;
	color:#676767;
	padding:21px 0px 16px 24px;
	border-bottom:1px solid #EEEEEE;
	font-size:13px;
	text-transform:uppercase;
}

div#footer div#partner-logos {
	text-align:center;
	padding:15px 0px 15px;
	border-bottom:1px solid #EEEEEE;
	vertical-align:middle;
}

div#footer div#partner-logos img {
	margin:0px 15px;
}

div#footer div#footer-navi {
	position:absolute;
	left:20px;
	bottom:15px;
}

div#footer div#footer-navi a {
	margin-right:15px;
}

div#footer div#copyright {
	position:absolute;
	right:20px;
	bottom:15px;
}

/* SUBPAGES & CONTENT */



table.product-table {
	width:100%;
}

table.product-table td,th {
	border-top:1px solid #EAEAEA;
	padding-top:3px;
	height:37px;
	vertical-align:middle;
}

table.product-table td.product-table-rubric {
	background:url(../images/paket-details/slidedown-header.png) bottom center repeat-x;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	height:42px;
}


input.button-orange {
	width:101px;
	height:39px;
	padding:0px 0px 3px 0px;
}

.button-orange {
	display:block;
	width:101px;
	height:30px;
	padding-top:9px;
	background:url(../images/button-orange.png) top center no-repeat;
	text-align:center;
	color:#FFFFFF;
	border:0px;
	font-weight:bold;
}

.button-orange-big {
	width:153px;
	background:url(../images/button-orange-big.png) top center no-repeat;
}

.button-order {
	display:block;
	background:url(../images/paket-details/paket-details-orderbutton.png) top center no-repeat;
	margin:3px auto 0px;
	text-indent:-3000px;
	width:156px;
	height:44px;
}

.button-moreinfo {
	display:block;
	background:url(../images/paket-uebersicht/button-moreinfo.png) top center no-repeat;
	margin:3px auto 0px;
	text-indent:-3000px;
	width:148px;
	height:36px;
}

/* STARTSEITE */


div#main div#left div#content div.landingpage-boxes {
	position:relative;
	width:100%;
	margin-top:16px;
}

div#main div#left div#content > div.landingpage-boxes:first-child {
	margin-top:4px;
}

div#main div#left div#content div.landingpage-boxes div.landingpage-box {
	position:relative;
	float:left;
	width:246px;
	height:374px;
	background:url(../images/landingpage-box.png) 1px 0px no-repeat;
	margin:0px 0px 0px 7px;
}

div#main div#left div#content div.landingpage-boxes > div.landingpage-box:first-child {
	margin:0px 0px 0px 0px;
}

div#main div#left div#content div.landingpage-boxes div.landingpage-box span {
	position:relative;
	display:block;
	margin-top:15px;
	text-align:center;
	color:#555555;
	font-size:12px;
	font-weight:bold;
}

div#main div#left div#content div.landingpage-boxes div.landingpage-box h2 {
	margin-top:5px;
	text-align:center;
}

div#main div#left div#content div.landingpage-boxes div.landingpage-box img {
	display:block;
	margin:8px auto 0px auto;
	width:235px;
	height:136px;
}

div#main div#left div#content div.landingpage-boxes div.landingpage-box ul {
    list-style:none;
    margin:14px 0px 0px 30px;
    padding: 0px;
}

div#main div#left div#content div.landingpage-boxes div.landingpage-box ul li {
    margin: 0px;
    padding: 2px 0px 2px 15px;
    background:url(../images/list-style-type-arrow-orange.png) left center no-repeat;
}

div#main div#left div#content div.landingpage-boxes div.landingpage-box a {
	position:relative;
	display:block;
	width:185px;
	height:52px;
	margin:8px auto 0px;
	background:url(../images/landingpage-box-angebot-button.png) top center no-repeat;
	text-indent:-3000px;
}

div#main div#left div#content div#landingpage-promotebox {
	position:relative;
	width:750px;
	height:321px;
	margin-top:12px;
	background:url(../images/landingpage-sms-portal.png) top center no-repeat;
}


/* PAKET DETAILS */




.paket-info-heading {
	font-size:24px;
	font-weight:bold;
	margin-bottom:14px;
}

.paket-info-price {
	font-size:30px;
	font-weight:bold;
	margin-right:3px;
}

.paket-info-green {
	color:#406d18;
}

.paket-info-brown {
	color:#8f5100;
}

.paket-info-blue {
	color:#2c579f;
}

.paket-info-red {
	color:#b01d00;
}

.paket-info-gray {
	color:#909090;
}

div#paket-details-container {
	background:url(../images/paket-details/main-background.png) top center no-repeat;
}

div.content-box-100perc {
	position:relative;
	width:980px;
	min-height:284px;
	margin:auto;
	
}

div#paket-details-container div#paket-details-promotion {
	position:relative;
	padding-top:25px;
	color:#666666;
}

div#paket-details-container div#paket-details-promotion div#paket-details-promotion-package {
	float:left;
	position:relative;
	width:475px;
	margin-left:5px;
}

div#paket-details-container div#paket-details-promotion div#paket-details-promotion-info {
	float:right;
	position:relative;
	width:220px;
	text-align:center;
	line-height:21px;
}

div#paket-details-container div#paket-details-left {
	position:relative;
	float:left;
	width:587px;
	margin-top:5px;
}

div#paket-details-container div#paket-details-right {
	position:relative;
	float:right;
	width:382px;
	margin-top:5px;
}

div.paket-details-rubric-head {
	position:relative;
	height:42px;
	background:url(../images/paket-details/slidedown-header.png) top center repeat-x;
	border:1px solid #EAEAEA;
	border-bottom:0px none;
}

div.paket-details-rubric-head h3 {
	font-size:14px;
	color:#747474;
	padding:12px 0px 0px 20px;
	text-transform:uppercase;
}

div.paket-details-rubric-head a {
	position:absolute;
	display:block;
	right:10px;
	top:7px;
	width:32px;
	height:29px;
	text-indent:-3000px;
}

div.paket-details-rubric-head a.paket-details-arrow-up {
	background:url(../images/paket-details/slidedown-arrow-up.png) top center no-repeat;
}

div.paket-details-rubric-head a.paket-details-arrow-down {
	background:url(../images/paket-details/slidedown-arrow-down.png) top center no-repeat;
}

div.paket-details-rubric-content {
	position:relative;
	width:auto;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
	background:#FFFFFF;
}

div#paket-details-container div#paket-details-right div.paket-details-rubric-content {
	border-bottom:1px solid #EAEAEA;
	padding:17px;
}

div.paket-details-rubric-content .button-order {
	position:absolute;
	right:10px;
	bottom:10px;
}


table.product-table td.paket-details-col1 {
	width:385px;
	padding-left:15px;
}

div.paket-details-rubric-content ul, li {
	width:100%;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

div.paket-details-rubric-content li {
	text-align:center;
	padding:16px 0px 12px;
	border-top:1px solid #EAEAEA;
}



div#paket-details-price-content {
	padding:20px 0px 10px 15px;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
	font-size:11px;
}


div#paket-details-domaincheck-content {
	height:66px;
}

div#paket-details-domaincheck-content div#domaincheck-inputwrapper {
	position:absolute;
	left:15px;
	top:50px;
	width:238px;
	height:34px;
	border:1px solid #f0b760;
	border-right:0px none;
}

div#paket-details-domaincheck-content div#domaincheck-inputwrapper input#domaincheck-domainname {
	position:absolute;
	top:0px;
	left:0px;
	width:156px;
	height:22px;
	padding:6px 8px;
	font-size:11px;
	background:#f5f5f5;
	border:0px none;
}

div#paket-details-domaincheck-content div#domaincheck-inputwrapper select#domaincheck-toplevel {
	position:absolute;
	top:0px;
	right:0px;
	width:66px;
	height:34px;
	font-size:11px;
}

div#paket-details-domaincheck-content input#domaincheck-submit {
	position:absolute;
	left:254px;
	top:48px;
	display:block;
	width:120px;
	height:44px;
	background:url(../images/paket-details/domaincheck-search.png) top left no-repeat;
	text-indent:-3000px;
}

div#paket-details-questions-content {
	font-size:14px;
}

div#paket-details-container div#paket-details-right div#paket-details-benefits-content {
	padding:0px;
	font-weight:bold;
	font-size:14px;
}


/* PAKET ÜBERSICHT */

div#paket-uebersicht-selection {
	position:relative;
	background:url(../images/paket-uebersicht/selector-background.png) top center repeat-x;
        height: 64px;
        margin-bottom: 33px;
}

div#paket-uebersicht-selection h2{
	padding-top:24px;
	font-size:14px;
	font-weight:bold;
	color:#8E8E8E;
}

div#paket-uebersicht-selection div#paket-uebersicht-selection-links {
	position:absolute;
	right:0px;
	top:13px;
	width:625px;
	height:37px;
	border:1px solid #FFFFFF;
	background:url(../images/paket-uebersicht/selector-links-background.png) top center repeat-x;
}

div#paket-uebersicht-selection div#paket-uebersicht-selection-links a {
	position:relative;
	float:left;
	display:block;
	width:123px;
	height:25px;
	padding-top:10px;
	text-align:center;
	color:#666666;
	font-size:15px;
	font-weight:bold;
	margin:1px;
}

div#paket-uebersicht-selection div#paket-uebersicht-selection-links a.paket-uebersicht-selection-link-active {
	background:url(../images/paket-uebersicht/selector-link-background.png) top center no-repeat;
	color:#FFFFFF;
}



div#paket-uebersicht-container table.product-table th {
	border-top:0px none;
	font-size:11px;
	line-height:16px;
	padding:13px 0px;
}

div#paket-uebersicht-container table.product-table th.paket-uebersicht-col1 {	
	border-left:0px none;
}

div#paket-uebersicht-container table.product-table td.paket-uebersicht-col1 {	
	text-align:left;
	padding-left:15px;
}

div#paket-uebersicht-container table.product-table td,th {
	border:1px solid #EAEAEA;
	width:243px;
	text-align:center;
}

div#paket-uebersicht-container table.product-table td.product-table-rubric {
	padding-left:15px;
	text-align:left;	
}

div#paket-uebersicht-container table.product-table tr.paket-uebersicht-lastrow td {
	padding:25px 0px 5px;
}

div#paket-uebersicht-container table.product-table tr.paket-uebersicht-lastrow td a {
	margin:8px auto;
}

/* SLIDER */


div#slider-slides {
	position:absolute;
	top:3px;
	left:8px;
	width:738px;
	height:317px;
}

div#slider-slides div.slider-slide, div#slider-slides div.slider-slide img {
	position:absolute;
	top:0px;
	left:0px;
	width:738px;
	height:317px;
}

div#slider-slidetoggles {
	position:absolute;
	bottom:8px;
	left:8px;
	width:737px;
	height:52px;
}

div#slider-slidetoggles a {
	position:relative;
	float:left;
	width:124px;
	height:30px;
	padding-top:22px;
	color:#676767;
	text-transform:uppercase;
	font-size:12px;
	text-align:center;
	background:url(../images/navi-seperator.png) bottom right no-repeat;
}

div#slider-slidetoggles a.slider-slidetoggle-active {
	background:url(../images/slider-slidetoggle.png) top center no-repeat;
	color:#FFFFFF;
}


/* POPUP */

div.popup-container {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	min-height: 800px;
	z-index: 999;
	background: url(../images/popup-overlay.png) repeat;
	overflow: visible;
}

div.popup-box {
	position:relative;
	margin:200px auto 0px;
	width:800px;
	padding:25px;
	background:#FFFFFF;
}

div.popup-box h2 {
	color:#666666;
	line-height:24px;
	padding-left:5px;
}

div.popup-box a.popup-closebutton {
	position:absolute;
	top:-11px;	
	right:-11px;
	display:block;
	width:26px;
	height:22px;
	padding-top:4px;
	text-align:center;
	background:#ff9a19;
	border:2px solid #FFFFFF;
	color:#FFFFFF;
	font-weight:bold;
}

.pcontent {
    padding-top: 20px;
    
}

.pcontent h2 {
    margin-bottom: 10px; 
}