/*  
Theme Name: Optimize
Version: 1.3.1
Description: Designed by <a href="http://www.jepson.no">Magnus Jepson</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
*/

/* 

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)

*/

/* Default styles */
@import "css/reset.css";

/*-------------------------------------------------------------------------------------------

INDEX:

1. SETUP
-1.1 Defaults
-1.2 Hyperlinks

2. SITE STRUCTURE & APPEARANCE
-2.1 Containers & Columns
-2.2 Navigation
-2.2.1 Drop-down menus
-2.3 Header
-2.4 Content
-2.5 Sidebar
-2.6 Footer
-2.7 Featured Area
-2.8 Homepage
-2.9 Portfolio

3. POSTS
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination / WP-Pagenavi

4. WIDGETS
-4.1 Generic Widgets
-4.2 Specific Widgets

5. COMMENTS
-5.1 Comments
-5.2 Comments Form
-5.3 Pingbacks / Trackbacks 

-------------------------------------------------------------------------------------------*/



/*-------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*-------------------------------------------------------------------------------------------*/

/* 1.1 Defaults */

body  { font: 14px Arial, Times New Roman, Sans-Serif; direction: rtl; text-align: right; line-height: 1.5; color: #333; background-color: #fff; }

h1, h2, h3, h4, h5, h6  { margin: 0; font-family: Arial, Times New Roman, Sans-Serif; color: #333; }
h1  {font-size: 30px;} h2  {font-size: 24px;} h3  {font-size: 20px;} h4  {font-size: 18px;} h5  {font-size: 14px;} h6  {font-size: 12px;}

p  {margin: 0;}

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #06a0f0; text-decoration:none; }
a:hover  { text-decoration:underline; }

h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited  { text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover  {text-decoration: underline;}



/*-------------------------------------------------------------------------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/

/* 2.1 Containers & Columns */
#container  {
}


.col-left { float: left; }
.col-right { float: right; }
.col-full  { width: 960px; margin: 0 auto; }

/* 2.2 Navigation */
#navigation{font-size:11px;}

#navigation ul.rss{background:url(images/ico-rss.png) no-repeat 0 5px;padding:6px 0 3px 1px;}
#navigation ul.rss li{display:inline;padding:0 10px;}

ul#nav { /*margin-top:9px; padding-top:20px*/ height:32px }
.nav, #nav ul  { z-index:100; position:relative; margin:0; padding:0; list-style:none; line-height:1; }
.nav a  { display:block; z-index:100; padding:0 10px; line-height:28px; font-size:15px; color:#fff; text-decoration:none;}
.nav li  { 
	float: right;
    margin-left: -10px;
    margin-top: 10px;
    padding: 0;
    position: relative;
    width: auto;
}
.nav li:hover, #nav li.current_page_item { background: none; }
.nav li li.current_page_item { background: none; }

/* 2.2.1 Drop-down menus */
.nav li ul  { position: absolute; clear:both; zoom:1; top:30px; right: -999em; width: 172px; background: #FFF; border:1px solid #efefef;}
.nav li ul li  { border: 1px solid #efefef; border-width: 0 0 1px; padding:0; }
.nav li ul li a  { background:url(images/ico-bullet.png) no-repeat right 10px; width:145px; padding-right:15px; line-height:30px; font-size:12px; color:#000; }
.nav li ul li:hover  { background:#fafafa; }
.nav li ul  { padding:5px; }
.nav li ul ul  { margin: -25px 0 0 120px; }
.nav li ul li ul li a  { border-width: 0 0 1px; }
.nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul { right:-999em; }
.nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul  { right:0/*auto*/; }
.nav li:hover,#nav li.hover  { position:relative/*static*/; }

.nav .sf-sub-indicator {display:none;}


/* custom menu - header sub menu */
.header-sub-menu { margin-right:130px }
.header-sub-menu ul { z-index:90; position:relative; margin:0; padding:0; list-style:none; }
.header-sub-menu ul li { float:right; position:relative; width:auto; padding:2px 5px }
.header-sub-menu a { display:block; z-index:90; padding:0 10px; line-height:28px; font-size:17px; color:#fff; text-decoration:none }
.header-sub-menu a:hover { background:#222 }


/* 2.3 Header */
#header{background:url(images/up.png) repeat-x;padding:4px 0 2px;clear:both;position:relative;z-index:10; height: 73px;}

#logo  { margin-top:12px }
#logo img  { }
#logo .site-title, #logo .site-description  { display: none; }
#logo .site-title a { color:#fff; font-size:32px; line-height:28px; text-transform:uppercase; letter-spacing:1px;  }
#logo .site-title a:hover { text-decoration:none; color:#eee; }
#logo .site-description { color:#bbb; text-transform:uppercase; font-size:12px;}

/* 2.4 Content */
#content{background:url(images/bg-content-top.png) repeat-x top center; min-height:400px;padding:20px 0; }
* html #content{height:550px;}

#main{width:644px;}
#main.fullwidth  { width: 960px; }

/* 2.5 Sidebar */
#sidebar{width:260px;overflow:hidden; padding:20px 18px 12px; background:#f7f7f7; border-bottom:1px solid #dbdbdb; }

/* 2.6 Footer */
#footer{background-image: url('images/foter.png');  float: right; width: 100%; height: 72px; background-repeat: repeat-x; font-size:12px;}
#footer #credit, #footer #copyright { color: #777; }
#footer #credit a, #footer #copyright a { color: #999; }

#footer #footer-credits { background:url(images/bg-footer-bevel.png) repeat-x top center; padding:25px 0 20px; margin: 20px 0; }
#footer #credit img{vertical-align:middle;}
#footer #credit span{display:none;}

#footer #footer-widgets { margin-top:20px; color:#bbbbbb; font-size:14px; }
#footer #footer-widgets p { color:#bbbbbb; }
#footer #footer-widgets .block { float:right; width:210px; margin:0 40px 0 0; }
#footer #footer-widgets .block.last { margin-right:0; }
#footer #footer-widgets h4,
#footer #footer-widgets h3 { font-size:18px; color:#fff; font-weight:normal;}
#footer #footer-widgets ul { border:none; }
#footer #footer-widgets li { padding-right:15px; float: right; }
#footer #footer-widgets li a { border:none; color:#fefefe; line-height:18px; padding:3px 0; }
#footer #footer-widgets li a:hover { color:#06a0f0; }

/* 2.7 Featured Area */
#featured { background:url(images/bg-border-top.png) repeat-x top left; }
#featured #page-title { padding: 25px 0; }
#featured h2, #featured h1, #featured span.archive_header { color:#fff;font-size:40px; line-height:40px; letter-spacing:-1px;  }
#featured span.archive_header  { display:block; font-size: 30px; font-weight:bold; }
#featured span.archive_header.blog  { font-size: 40px; }

/* 2.8 Homepage */
#featured.home .featured-image { width:480px; padding:40px 0 0; margin-bottom:-60px; position:relative; text-align:center; }
#featured.home .play { background:url(images/btn-play.png) no-repeat; position:absolute; bottom:0; left:0; width:470px; height:380px;}
#featured.home .featured-content { width:470px; padding:60px 0 0; }
#featured.home h2 { font-size:35px; padding:20px 0 0px;}
#featured.home p { color:#FFFFFF;font-size:18px;font-weight:bold;line-height:19px;margin-top:35px; }

#featured .screens {float:right; width:355px; height:267px; background:url(images/main-screens.png) no-repeat scroll 0 0; margin: 35px 55px 0 0}
#featured .featuredText {float:left;margin-left:35px;width:500px;color:#FFFFFF}
#featured .featuredText .title {text-align: left; font-size: 19px; color:#FFD3AF; color:#FFD3AF; /*color: black;*/ margin: 0px 40px 0pt 0pt; width: 350px}
#featured .featuredText .title .magento {color:#FFFFFF;text-shadow:#000 0px 1px 0;font-size:21px}
#featured .featuredText .title .version {}
#featured .featuredText .buttons {margin:31px 0 0 22px}
#featured .featuredText .buttons a {float:left}

#featured a.button { background: url(images/btn-featured-right.png) no-repeat scroll top left; display: block; float: right; height: 44px; padding-left: 16px;text-decoration: none;color: #777;font-family:Arial, Helvetica, sans-serif; font-size:22px;margin:30px 0 20px 30px;letter-spacing:-1px;}
#featured a.button span {	float:right; background: transparent url(images/btn-featured.png) no-repeat scroll right top; display: block; line-height: 44px; padding: 0px 50px 0px 10px; }
#featured a.button:hover span{ text-decoration:none; color:#555; }
#featured a.button:hover { cursor:pointer; }

#breadcrumb.home { min-height:100px; height:auto; padding:10px 0 15px; line-height:27px; color:#444444}
#breadcrumb.home .left { width:460px; margin-top:0px;}
#breadcrumb.home .right { width:450px; margin-right:30px }
#breadcrumb.home a.thumb { float:left; margin-left:20px; border:1px solid #ddd; width:70px; height:70px; background:url(images/thumb-hover.png) no-repeat; }
#breadcrumb.home a.thumb img { padding:5px; height:60px; width:60px; }
#breadcrumb.home h2 { font-size:18px; text-transform:uppercase; margin:10px 0;}
#breadcrumb.home p { color:#555; line-height:22px; font-size:14px; padding:0 0 15px;}
#breadcrumb.home ul li {padding-right:30px; background:url(images/star.png) no-repeat scroll right 0; font-size:14px; font-weight:normal}

.packages { float:right;margin-top:50px;font-weight:normal;font-size:15px }
.packages .pack { float:right;width:230px }
.packages .pack .heading { color:#777777;font-size:27px;font-weight:bold; }
.packages .pack ul { list-style: disc outside none; margin-right: 12px }
.packages .pack ul li { padding-right: 2px }

#twitter { background: #f7f7f7; border-bottom:1px solid #dbdbdb; margin:10px 0 0; padding:18px 30px 16px; color:#777; font-size: 18px; min-height:42px; }
#twitter  #twitter_update_list { margin-left:65px; }
#twitter #twitter_update_list li { line-height:22px; }

#mini-features { margin:30px 0 0; }
#mini-features .block { width:440px; margin:0 40px 30px 0; float:right; }
#mini-features .block.last { margin:0; }
#mini-features .feature { margin-right:55px; }
#mini-features .home-icon { float:right; }
#mini-features h3 { font-size:18px; padding-bottom:10px; }
#mini-features p { padding-bottom:15px; }
#mini-features a.btn { margin: 15px 0 0 0; background:#f0f0f0 url(images/ico-bullet.png) no-repeat 90% 50%; color:#333; font-size:12px; text-transform:uppercase; border:none; padding:4px 12px 4px 20px; }
#mini-features a.btn:hover { background:#06a0f0 url(images/ico-bullet.png) no-repeat 90% 50%; color:#fff; text-decoration:none; }

#main-page1 { padding: 30px 0 0; }
#main-page2 { padding: 0 0 30px; }


#info-box { background: #f7f7f7; border-bottom:1px solid #dbdbdb; padding:20px 40px 10px; margin:0 0 20px; }
#info-box .block { width:420px; margin:0 0 20px 40px; float:right; }
#info-box .block.last { margin-left:0; }
#info-box .icon { float:right; }
#info-box h3 { background: url(images/bg-info-box-title.png) repeat-x scroll center bottom; text-transform:uppercase; font-size:14px; padding:0 50px 15px 0; line-height:30px; margin-bottom:15px; }
#info-box p { padding-bottom:15px; }
#info-box blockquote { background:url(images/bg-quote.png) no-repeat top right; padding:0 50px 15px 0; font-family:Georgia, serif; font-size:14px; color:#777; font-style:italic; min-height:12px; }
#info-box cite { padding:0 50px 0 0; }
#info-box .quote { padding-bottom:20px; }

/* 2.9 Portfolio */
#portfolio .block { width:460px; margin:0 10px 20px 10px; display:inline; }
#portfolio .block a.thumb { background: url(images/portfolio-hover.png) no-repeat; border:1px solid #ddd; padding:4px; margin:0 0 20px 0; display:block;}
#portfolio .block img.portfolio-img {   }
#portfolio .block h2 { font-size:18px; margin-bottom:15px; }
.port-cat { text-transform:uppercase; }
.port-cat a { padding:2px 6px; background:#e4e4e4; margin:0 0 0 5px; border:1px solid #ccc; }
.port-cat a:hover { text-decoration:none; background:#eee; }

/*-------------------------------------------------------------------------------------------*/
/* 3. POSTS */
/*-------------------------------------------------------------------------------------------*/

#breadcrumb { background:#eee url(images/bg-breadcrumb-top.png) repeat-x top center; height:44px; border-top:1px solid #efefef; border-bottom:1px solid #d5d5d5; color:#777; line-height:44px; }
#breadcrumb img.rss { position:relative; margin:9px 0 0 10px; }

/* HOME POSTS by Nader */
#home_posts {
	border: 2px solid #A3A3A3;
	padding: 0px;
    position: absolute;
    right: -140px;
    top: 0;
    width: 200px;
}
#home_posts li {
	padding: 6px;
	border-bottom: 1px solid #7F7F7F;
	overflow:hidden;
}
#home_posts li a{
	color: #000;
}
#home_posts li .home_title{
	font-weight:bold;
	text-decoration:underline;
}

#support_link {
    float: right;
    position: absolute;
    right: 95px;
    top: -110px;
}
#support_link a,#support_link a:hover,#support_link a:visited {
	color: #3A00FF;
    font-size: 17px;
    font-weight: bold;
    text-decoration: underline;
}
/* END of HOME POSTS */

.post  { margin: 0 0 25px 0;}
.post ul {list-style:disc inside none!important}

.post .title  { width:100%;position:relative; margin: 0 0 5px 0; }
.post .title a:link, .post .title a:visited  { color: #222; }

.post-meta{font-family:Arial, Helvetica, sans-serif; margin: 0 0 15px 0;font-size:11px;color:#9F9F9F;}
.post-meta .comments a  { padding: 0 0 0 20px; text-transform: uppercase; }

.post p.tags{background:url(images/ico-tag.gif) no-repeat center right;padding-right:25px;width:100%;clear:both;}

.entry  { float:right; }

/* 3.1 Typographic Elements */
.entry h1 {}  .entry h2 {}  .entry h3 {}  .entry h4 {}  .entry h5 {}  .entry h6 {}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6  {	margin: 0 0 15px 0; }

.entry p  { margin: 0 0 15px 0; }

.entry blockquote  { padding: 10px 30px; color: #666; }
.entry blockquote p  {}

.entry ul  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ul ul  { margin: 0; }
.entry ul li  {	list-style-type: circle; }
.entry ul ul li  { list-style-type: disc; }

.entry ol  { margin: 0 0 15px 0; padding: 0 0 0 30px; }
.entry ol ol  { margin: 0; }
.entry  ol li  { list-style-type: upper-latin; }
.entry  ol li ol li  { list-style-type: lower-latin; }

/* 3.2 Images */
.entry img  { padding: 5px;	border: 1px solid #ccc; }
img.wp-smiley  { padding: 0; border: none; }

.entry .alignleft  { float: left; width: auto; margin: 10px 15px 10px 0; }
.entry .alignright  { float: right; width: auto; margin: 10px 0 10px 15px; }
.entry .aligncenter  { text-align: center; }

.entry .wp-caption { padding: 1px; text-align:center; background:#F8F8F4; border: solid 1px #e6e6e6; }
.entry .wp-caption img{ margin:0; padding:4px 0; background:none; border:0; }
.entry .wp-caption-text { margin:0; padding:0; font-size:11px; text-align:center; }

/* 3.3 Pagination / WP-Pagenavi */
.more_entries {font-size:14px; line-height:18px; font-style:italic !important;}
.more_entries a { display: block; margin: 0; background:#F7F7F7; border-bottom:1px solid #DBDBDB; padding:4px 8px; color:#777;  }
.more_entries a:hover { text-decoration:none; }

.more_entries .wp-pagenavi { margin: 15px 0; text-align: right;  }
.more_entries .wp-pagenavi a:link,
.more_entries .wp-pagenavi a:visited { display: inline; text-decoration: none; background: #efefef;color: #777; padding: 4px 8px; border:none; border-bottom:1px solid #DBDBDB; }
.more_entries .wp-pagenavi .current, 
.more_entries .wp-pagenavi .on,
.more_entries .wp-pagenavi a:hover { padding: 4px 8px; background: #F7F7F7; color:#777; border:none; border-bottom:1px solid #DBDBDB;  }
.more_entries .wp-pagenavi .extend, 
.more_entries .wp-pagenavi span.pages { background: #F7F7F7;color: #777; padding: 4px 8px; border:none;  border-bottom:1px solid #DBDBDB;}


/*-------------------------------------------------------------------------------------------*/
/* 4. WIDGETS */
/*-------------------------------------------------------------------------------------------*/

/* 4.2 Generic Widgets */
.widget  { margin: 0 0 15px 0; }
.widget h4,
.widget h3  { margin: 0 0 15px 0;text-transform:uppercase; font-size:14px; text-transform:uppercase; color:#777; }

.widget p { color:#666; }
.widget ul  { clear:both; }
.widget ul li  { background: url(images/ico-bullet.png) no-repeat right 8px; /*padding-left:15px;*/ }
.widget ul li a  { display: block; padding: 3px 0; line-height: 18px; text-decoration: none; color:#666; }
.widget ul li a:hover  { color: #000; }
.widget ul ul  { padding: 0 15px 0 0; border-top: none; }

/* 4.2 Specific Widgets */

/* WIDGET FORMS */
#searchform  { margin: 15px 0 0 0; background:#fff;  border: 3px solid #e2e2e2; position:relative; }
#searchform .btn { position:absolute; left:10px; bottom:0; }
.widget input#s, .widget input.field  { width: 180px; padding: 6px 0; margin-right:10px; border: 0; color:#999999; }
.widget input.submit  { }
.widget .screen-reader-text  { display: none; }

/* FLICKR */
.widget_woo_flickr h3  {}
.widget_woo_flickr h3 span{color:#0061D8;}
.widget_woo_flickr h3 span span{color:#FF1183;}
.widget_woo_flickr .flickr_badge_image  { width: 75px; float: left; margin: 4px 6px; }

.widget_woo_flickr .wrap  { margin-left: -5px; position: relative; margin-bottom: 25px; padding: 0; }
.widget_woo_flickr a img  { float: left;  margin: 0;  display: block; border: #CECFC6 1px solid; padding: 3px;}
.widget_woo_flickr a:hover img  { border:#A8AA99 1px solid; }

/* LIFESTREAM */
.widget_lifestream ul li  { border-bottom: 1px solid #e0e6e6; }
.widget_lifestream ul li a  { border:none; background:none!important; }
.widget_lifestream ul .lifestream_meta  { color: inherit; }

/* CALENDAR */
#wp-calendar{width:95%;margin-bottom:15px;clear:both;padding:0;}
#wp-calendar caption{padding:10px;}
#wp-calendar th,#wp-calendar td{text-align:center;background:#E7E7E7;color:#9E9E9E;padding:5px;}
#wp-calendar td{background:transparent;}
#wp-calendar td,table#wp-calendar th{padding:3px 0;}

/* MISC */
.adspace-widget { text-align:center; }

/*-------------------------------------------------------------------------------------------*/
/* 5. COMMENTS */
/*-------------------------------------------------------------------------------------------*/

/* 5.1 Comments */
#comments {position:relative;margin-top:20px;padding:0;}
#comments h3{ color:#555; font-weight:normal; }
#comments .comment.thread-even { background: #f7f7f7; border-bottom:1px solid #b2b2b2; }
#comments .comment{margin-top:10px;width:100%;list-style-type:none;}
#comments .comment .comment-container  { padding: 15px 20px; }
#comments .comment-head  { margin: 0 0 15px 0; }
#comments .comment-head .avatar  { float: right; margin: 0 0 10px 10px; }
#comments .comment-head .avatar img{margin: 0;vertical-align: middle;border:1px solid #ddd; padding:3px; background:#fff; }
#comments .comment-head .name  { margin: 0; font-weight: bold; font-size: 15px; }
#comments .comment-head .date, #comments .comment-head .edit, #comments .comment-head .perma { font-size: 11px; }
#comments .comment-entry p  { margin: 0 0 10px 0;}
#comments .reply { padding-top:10px; }
#comments .reply a {  padding:1px 15px; background:#e7e7e7; color:#444; text-decoration:none; font-size:12px; text-transform:uppercase;}
#comments .reply a:hover { background:#06a0f0; color:#fff; }

#comments ul.children{margin:10px 0 0 25px;padding:0; }
#comments .cancel-comment-reply{margin-bottom:10px;}

#comments .navigation { }
#comments .navigation a{ display: block; margin: 15px 0 0 0; text-decoration: none; }
#comments .navigation a:hover{}

#comments h3#pings { margin-top:25px; }
#comments .pingbacks li.pingback { margin:10px 0; }
#comments .pingbacks li.pingback .reply { display:none; }

/* 5.2 Comments Form */
#respond  { margin: 25px 0 0 0; }
#respond h3  { color:#555; font-weight:normal; }
#respond .left { float:left; width:200px; margin-right:15px; }
#respond .right { float:left; width:380px; }

#commentform  {	margin: 15px 0 0 0;  }
#commentform input.txt  {  color:#666; background: #fcfcfc; width: 170px; margin: 0 5px 10px 0; padding: 7px 10px; border: 3px solid #e2e2e2; }
#commentform textarea  { color:#666; background: #fcfcfc; width: 95%!important; padding: 7px 10px; border: 3px solid #e2e2e2; }

input, textarea, submit { font-family: "Myriad Pro", "Trebuchet MS", "Helvetica Neue", Helvetica, Arial, Sans-Serif;  font-size: 14px; }
#commentform #submit  { margin: 15px 0 0 0; background:#f0f0f0 url(images/ico-bullet.png) no-repeat 90% 50%; color:#333; font-size:12px; text-transform:uppercase; border:none; padding:4px 15px 4px 25px; }
#commentform #submit:hover  { background:#06a0f0 url(images/ico-bullet.png) no-repeat 90% 50%; color:#fff; cursor:pointer; }

/* 5.3 Pingbacks / Trackbacks */
h3#pings  { margin: 25px 0 10px 0; }
.pinglist li  { margin: 0 0 0 20px; list-style-type: decimal; }
.pinglist li .author  { font-weight: bold; font-size: 15px; }
.pinglist li .date  { font-size: 11px; }
.pinglist li .pingcontent  { display: block; margin: 10px 0; }

/* normal ordered list */
.normal-ol-container {}
.normal-ol-container ol {list-style:decimal outside none!important; padding-right: 20px}
.normal-ol-container ol li {list-style-type:decimal!important}
.normal-ol-container ol li ol li {list-style-type:hebrew!important}
.top
{
    background-image: url('images/main-header.png');
    width: 100%;
    background-repeat: repeat-y;
}
.content
{
    background-image: url('images/bac.png');
    width: 100%;
    background-repeat: repeat-x;
    margin-top: -124px;
    float: right;
}



body.Hosting .itable .border,body.MsHosting .itable .border,body.Eshops .itable .border{border:none;border-right:1px solid transparent;}body.eshopupselling .right-top-wrapper h3{color:#FFF000;}table.domainPriceTable{border:none;border-spacing:1px;font-size:11px;color:#0c2574;text-align:left;margin:12px 0;}
table.domainPriceTable th{padding:2px 4px;font-weight:bold;background-color:#C9D9F3;}table.domainPriceTable td{padding:2px 4px;}table.domainPriceTable td span.offer{background-color:#F8DA00;color:#C00;}table.domainPriceTable td div.subtext{font-size:10px;}table.domainPriceTable td.flag{text-align:center;vertical-align:middle;}
table.domainPriceTable td.tld{font-weight:bold;}table.domainPriceTable tr.bar td{height:4px;background-color:#C9D9F3;}table.domainPriceTable tr.dark td{background-color:#e9f0fa;}table.domainPriceTable tr.bright td{background-color:#f1f6fe;}table.domainPriceTable .center{text-align:center;}table.domainPriceTable td.specialtld{padding:20px;font-weight:bold;}
table.domainPriceTable td.specialtld div{width:124px;float:left;}table.domainPriceTable span.fineprint_number{font-size:70%;vertical-align:top;}.itable tr.feature-banner{height:90px;}.itable td.feature-banner{border:none;height:68px;}.itable td.feature-banner .software{float:right;margin:9px 24px 0 0;}
body.MsHosting .feature-banner-link,body.Hosting .feature-banner-link{border:none;padding-bottom:12px;text-align:right;}body.Hosting .teaserlink,body.MsHosting .teaserlink,body.PrivateHomepageTariff .teaserlink,body.FirmenHomepageTariff .teaserlink{height:100%;width:100%;display:block;left:0;position:absolute;top:0;}
.mediabox{background-color:#004192;padding:10px 0;}.mediabox_wrapper{width:922px;margin:0 auto;}.mediabox_content{border:2px solid #007ec3;background-image:url(/modules/hosting-common/img/components/specialoffer/bg_specialoffer.jpg);padding:25px 50px 25px 25px;width:725px;}.mediabox img{float:left;margin-right:15px;margin-left:70px;}
.mediabox_content h2{color:#0a328c;padding:0!important;}.mediabox_content p{margin-top:5px;color:#0a328c;}.platform-switch{background:transparent url(/modules/hosting-common/img/components/hosting/bg_platform_switch.png) no-repeat 0 0;height:133px;left:auto;padding:10px;position:absolute;top:auto;width:168px;z-index:9999;}
.platform-switch h4{font-weight:bold;padding-bottom:9px;}.platform-switch ul li{margin-bottom:9px;}.platform-switch ul li a{font-weight:bold;height:35px;line-height:33px;text-decoration:none;margin-left:5px;}.platform-switch span{display:inline-block;margin-left:22px;margin-top:12px;font-weight:bold;}
#upfrontBox.hosting .gfx-radio-checked-gif{background:url(/modules/hosting-common/img/components/hosting/radiobox_checked.png) no-repeat scroll 0 0 transparent;}#upfrontBox.hosting .gfx-radio-unchecked-gif{background:url(/modules/hosting-common/img/components/hosting/radiobox_unchecked.png) no-repeat scroll 0 0 transparent;}
#upfrontBox.hosting span.gfx-radio-unchecked-gif:hover{background:url(/modules/hosting-common/img/components/hosting/radiobox_hover.png) no-repeat scroll 0 0 transparent;}#upfrontBox.hosting{float:right;margin:-45px 1px 18px 0;position:relative;}#upfrontBox.back_uk{background-image:url(/modules/hosting-common/img/components/hosting/contract_toggle_bg_adhoc_uk.png);height:84px;width:720px;}
#upfrontBox.back_us{background-image:url(/modules/hosting-common/img/components/hosting/contract_toggle_bg_adhoc_us.png);height:84px;width:720px;}#upfrontBox.eshops{background-image:url(/modules/hosting-common/img/components/hosting/contract_toggle_yl_bg.png);height:88px;position:absolute;top:96px;right:144px;margin:0;width:485px;}
#upfrontBox .selectBox{border-right:1px solid #dce4e9;height:74px;margin-top:8px;position:absolute;width:280px;}#upfrontBox .selectBox h3.hl-left{background:url(/modules/hosting-common/img/components/hosting/contract_toggle_hl_platform.png) no-repeat scroll 0 0 transparent;height:14px;margin:4px auto 12px auto;padding:0;width:142px;}
#upfrontBox .selectBox ul.list-left{font-weight:bold;margin-left:30px;}#upfrontBox .selectBox li{float:left;}#upfrontBox .selectBox li a{display:block;height:38px;padding:11px 0 0 10px;text-align:left;text-decoration:none;width:105px;}#upfrontBox .selectBox li a.linux,#upfrontBox .selectBox li a.linux-active:hover{background:url(/modules/hosting-common/img/components/hosting/contract_toggle_linux.jpg) no-repeat scroll 0 0 transparent;color:#0A328C;}
#upfrontBox .selectBox li a.windows,#upfrontBox .selectBox li a.windows-active:hover{background:url(/modules/hosting-common/img/components/hosting/contract_toggle_windows.jpg) no-repeat scroll 0 0 transparent;color:#0A328C;}#upfrontBox .selectBox li a.linux-active{background:url(/modules/hosting-common/img/components/hosting/contract_toggle_linux_active.jpg) no-repeat scroll 0 0 transparent;color:#B9C9D4;}
#upfrontBox .selectBox li a.windows-active{background:url(/modules/hosting-common/img/components/hosting/contract_toggle_windows_active.jpg) no-repeat scroll 0 0 transparent;color:#B9C9D4;}#upfrontBox .toggleBox{position:absolute;text-align:center;width:440px;color:#0A328C;}#upfrontBox.hosting .toggleBox{margin:8px 0 0 282px;}
#upfrontBox.eshops .toggleBox{margin:8px 0 0 30px;}#upfrontBox .toggleBox h3.hl-right{background:url(/modules/hosting-common/img/components/hosting/contract_toggle_hl_contract_short.png) no-repeat scroll 0 0 transparent;height:15px;width:343px;margin:5px auto 6px 20px;padding:0;display:inline;float:left;}
#upfrontBox .toggleBox h3.hl-percent{background:url(/modules/hosting-common/img/components/hosting/contract_toggle_hl_contract_percent.png) no-repeat scroll 0 0 transparent;height:15px;width:14px;margin:5px auto 6px 0;padding:0;display:inline;float:left;}#upfrontBox .toggleBox h3.saving{display:inline;float:left;padding:0;vertical-align:top;padding:1px 0 0 3px;font-size:18px;}
#upfrontBox .toggleBox ul.list-right{margin-left:24px;}#upfrontBox .toggleBox ul li.check{float:left;text-align:left;width:100px;}#upfrontBox .toggleBox ul li.check .gfx-box{display:inline;float:left;}#upfrontBox .toggleBox ul li.check h4{display:inline;float:left;margin:10px 0 0 0;float:left;font-weight:bold;}
#upfrontBox .toggleBox ul li.check p{padding-top:2px;clear:both;margin:0;}.ct1,.ct2,.ct3,.ct4{display:none;}body.billingterm h1.headline-top{background:url(/modules/hosting-common/img/components/hosting/vi_h1_billingterm.png) no-repeat;height:40px;}#billingtermBox .gfx-radio-checked-gif{background:url(/modules/hosting-common/img/components/hosting/radiobox_checked.png) no-repeat scroll 0 0 transparent;}
#billingtermBox .gfx-radio-unchecked-gif{background:url(/modules/hosting-common/img/components/hosting/radiobox_unchecked.png) no-repeat scroll 0 0 transparent;}#billingtermBox span.gfx-radio-unchecked-gif:hover{background:url(/modules/hosting-common/img/components/hosting/radiobox_hover.png) no-repeat scroll 0 0 transparent;}
#billingtermBox{float:left;position:absolute;top:136px;}#billingtermBox.back_uk{background:url(/modules/hosting-common/img/components/hosting/bt_box_bg_uk.png) no-repeat scroll 0 0 transparent;height:210px;width:524px;}#billingtermBox.back_us{background-image:url(/modules/hosting-common/img/components/hosting/bt_box_bg_us.png);height:217px;width:598px;}
#billingtermBox .toggleBox{position:absolute;text-align:center;width:500px;color:#0A328C;margin:60px 0 0 30px;}#billingtermBox .toggleBox ul li.check{float:left;text-align:left;width:130px;height:130px;margin-right:30px;}#billingtermBox .toggleBox ul li.check .gfx-box{display:inline;float:left;margin:0 0 0 30px;}
#billingtermBox .toggleBox ul li.check h4{display:inline;float:left;margin:10px 0 0 0;float:left;font-weight:bold;}#billingtermBox .toggleBox ul li.check p{clear:both;margin:0;padding-bottom:0;height:8px;}body.billingterm #billingtermBox .price-stopper{background:url(/modules/hosting-common/img/components/tarifftable/bg_tariff_price_big.png) no-repeat scroll 15px 0 transparent;height:109px;padding-top:10px;position:static;}
body.billingterm #billingtermBox .first .price-stopper{background:none;height:75px;margin-top:0;position:static;}#billingtermBox .tarifftable-save-price{display:block;font-size:14px;}#billingtermBox .two-digits{margin-left:4px;}body.billingterm .big-price .price-stopper{position:absolute;right:150px;bottom:110px;}
body.billingterm .big-price .price-stopper.defaultprice{position:absolute;right:150px;bottom:130px;}body.billingterm .offer{color:#FFF000;}body.billingterm .horz-xxl-price-text{display:block;font-size:16px;font-weight:bold;height:20px;}body.billingterm .submit{position:absolute;right:170px;bottom:50px;}
body.FirmenHomepageTariff #content-bottom-container,body.PrivateHomepageTariff #content-bottom-container,body.MsHosting #content-bottom-container,body.Hosting #content-bottom-container,body.FirmenHomepageTariff #container,body.PrivateHomepageTariff #container,body.MsHosting #content,body.Hosting #content,body.MsHosting #container,body.Hosting #container,body.Hosting,body.MsHosting{background:#e0e9ef;}
body.FirmenHomepageTariff #content-bottom,body.PrivateHomepageTariff #content-bottom,body.MsHosting #content-bottom,body.Hosting #content-bottom{padding:20px 25px 0;}body.PrivateHomepageTariff #content-top-container,body.FirmenHomepageTariff #content-top-container,body.Hosting #content-top-container,body.MsHosting #content-top-container{height:276px;}
body.PrivateHomepageTariff #content-top,body.FirmenHomepageTariff #content-top,body.Hosting #content-top,body.MsHosting #content-top{height:256px;}.hosting-feature-list-wrapper{position:relative;float:right;width:722px;}.hosting-feature-list-wrapper h2{font-size:21px;padding-bottom:21px;text-indent:-9999px;}
#left-teaser-bar{left:-195px;position:absolute;top:20px;width:135px;}#left-teaser-bar .teaser-left{margin-bottom:50px;width:135px;}#left-teaser-bar .teaser-left h4{font-weight:bold;}#left-teaser-bar .teaser-left .timg{margin:15px 0 15px 10px;display:block;}#left-teaser-bar .teaser-left .timg_center{margin:15px 0 15px 32px;display:block;}
#left-teaser-bar .teaser-left p.small{font-size:10px;margin-top:-10px;}.hosting-feature-list-wrapper .teaser-top-product,.hosting-feature-list-wrapper .teaser-top-dreamweaver{left:-207px;padding:0 12px;width:135px;}.hosting-feature-list-wrapper .teaser-top-dreamweaver{margin-top:25px;}.hosting-feature-list-wrapper .teaser-top-product h4,.hosting-feature-list-wrapper .teaser-top-dreamweaver h4{font-weight:bold;}
.hosting-feature-list-wrapper .teaser-top-product .timg{margin:15px 0 15px 10px;display:block;}.hosting-feature-list-wrapper .teaser-top-dreamweaver .timg{margin:10px 0 -5px 0;display:block;}.hosting-feature-list-wrapper .teaser-top-product .timg_center{margin:15px 0 15px 32px;display:block;}.hosting-feature-list h3{padding:3px 0 10px 25px;font-size:12px;}
.hosting-feature-list li.feature-list-right{float:left;padding:0;margin:0 0 40px 0;width:353px;background:transparent url(/modules/hosting-common/img/components/tarifftable/ic_check.png) no-repeat 0 0;}.hosting-feature-list li.feature-list-left{float:left;padding:0;margin:0 16px 40px 0;width:353px;background:transparent url(/modules/hosting-common/img/components/tarifftable/ic_check.png) no-repeat 0 0;}
.hosting-feature-list li.feature-list-both{margin-bottom:25px;}.hosting-feature-teaser{width:722px;padding:0;margin:21px 0 45px;float:right;text-align:left;}.hosting-feature-teaser li{float:left;height:207px;width:353px;position:relative;color:#5878ab;}.hosting-feature-teaser li p{margin:10px 0 0 15px;font-size:12px;}
.hosting-feature-teaser .more-information,.hosting-feature-list .more-information,.hosting-feature-list-wrapper .more-information{background:transparent url(/modules/hosting-common/img/components/hosting/text_link_arrow.png) no-repeat 0 60%;padding-left:10px;}.hosting-feature-teaser .box-button{position:absolute;bottom:10px;right:5px;z-index:10;}
.hosting-feature-teaser .homepage-server-full{width:723px;}.hosting-feature-teaser .homepage-server-full p{margin:10px 30px 0 372px;}.hosting-feature-teaser .homepage-server-full div.text{height:55px;margin:25px 0 0 370px;padding:7px 0 0 15px;width:343px;font-size:16px;}body.PrivateHomepageTariff .inner-header{width:923px;height:276px;margin:-20px 0 0 -40px;padding-left:40px;background:url(/oneandone_de/img/pages/PrivateHomepageTariff/header-visual-stuff.png) no-repeat 0 30px;}
body.PrivateHomepageTariff .inner-header h1{background:url(/oneandone_de/img/pages/PrivateHomepageTariff/vi_h1-ihre-homepage-smart.png) no-repeat 0 0;height:55px;}body.PrivateHomepageTariff .inner-header h1 span{text-indent:-9999px;display:none;}body.PrivateHomepageTariff .inner-header ul{margin:120px 0 0 395px;font-size:16px;width:528px;float:left;}
* html .inner-header ul{margin-left:200px!important;}body.FirmenHomepageTariff .inner-header,body.Hosting .inner-header,body.MsHosting .inner-header{margin:-20px 0 0;padding:26px 0 0 0;}body.FirmenHomepageTariff .inner-header ul li,body.Hosting .inner-header ul li,body.MsHosting .inner-header ul li{background:url(/modules/hosting-common/img/components/hosting/check_yellow_big.png) no-repeat 0 0;}
body.FirmenHomepageTariff .inner-header ul li span,body.Hosting .inner-header ul li span,body.MsHosting .inner-header ul li span{font-weight:bold;font-size:16px;}body.FirmenHomepageTariff .inner-header ul li,body.Hosting .inner-header ul li,body.MsHosting .inner-header ul li{padding-left:40px;margin-bottom:10px;}
body.FirmenHomepageTariff .inner-header h1 span,body.Hosting .inner-header h1 span,body.MsHosting .inner-header h1 span{text-indent:-9999px;display:none;}body.FirmenHomepageTariff .inner-header ul,body.Hosting .inner-header ul,body.MsHosting .inner-header ul{margin-left:475px;font-size:14px;width:300px;float:left;}
body.FirmenHomepageTariff .inner-header ul li a,body.Hosting .inner-header ul li a,body.MsHosting .inner-header ul li a{color:#FFF;margin-left:-45px;padding:0 0 5px 45px;}body.Hosting ul.small-footer-navigation,body.MsHosting ul.small-footer-navigation{border-top:1px solid #becbe0;clear:both;padding-top:10px;float:left;width:100%;}
body.Hosting ul.small-footer-navigation li,body.MsHosting ul.small-footer-navigation li{background:url(/modules/hosting-common/img/components/hosting/smallfooter_nav_list.gif) no-repeat scroll right center transparent;float:left;margin-right:8px;padding-right:8px;}body.Hosting ul.small-footer-navigation li.last,body.MsHosting ul.small-footer-navigation li.last{background:none;}
body.Hosting ul.small-footer-navigation li a,body.MsHosting ul.small-footer-navigation li a{text-decoration:none;}body.Hosting ul.small-footer-navigation li a:hover,body.MsHosting ul.small-footer-navigation li a:hover{color:#0088CA;text-decoration:none;}body.ServerPremium .soldout{position:absolute;top:-5px;left:255px;z-index:1000;}
body.ServerPremium .soldout2{position:absolute;top:-5px;left:490px;z-index:1000;}body.ServerPremium .soldout3{position:absolute;top:-5px;left:726px;z-index:1000;}.container_box .container_form .mediacode-groups{padding-left:25px;}.container_box .container_form ul li .mediacode-groups label{margin-left:5px;margin-right:20px;}
.container_box .container_form ul li .mediacode-select{padding-top:10px;padding-left:25px;}.lightbox_content{color:#0A328C;text-align:left;}.lightbox_content .webdesk_coverflow .headline{background-color:#C2DDED;height:auto;padding:12px 18px 12px 18px;}.lightbox_content .webdesk_coverflow .headline span{font-size:12px;font-weight:normal;padding-top:5px;line-height:normal;}
.lightbox_content .webdesk_coverflow h3{color:#0A328C;padding-bottom:0;}.webdesk_coverflow img.lightbox-close{margin-right:-22px;cursor:pointer;height:42px;position:absolute;right:0;top:0;width:42px;}body.Typo h2.subheadline{color:#0a328c;font-size:18px;font-weight:normal;}body.Typo .banner{float:right;margin:-60px 12px 0 0;}
body.Typo h3.domain-name{color:#0a328c;font-size:18px;font-weight:bold;margin-top:10px;}body.Typo h3.headline-offer{height:20px;margin:5px 0 0 30px;}body.Typo #content h3.more_domain_bundles{color:#0a328c;padding:60px 0 10px 0;}.domain-bundle-wrapper{border-right:solid 1px #A4B3D4;margin-bottom:0;padding-bottom:0;position:relative;width:929px;}
table.ergebnis .bundle_choice input,table.ergebnis .bundle_no_choice input{height:14px;margin:5px 5px 5px 7px;width:14px;}body.Typo #content .db_offer{background-color:transparent;border-width:0;color:inherit;font-size:11px;padding:5px 10px 0;text-align:center;vertical-align:top;}body.Typo p{color:#0a328c;}
body.Typo #content .resultbox{margin-left:0;}body.Typo #content .resultbox-content{width:911px;background:none;}body.Typo #content .resultbox-content table.ergebnis{margin:0;width:905px;}body.Typo #content .resultbox-content table.ergebnis td{background-color:#e8f0f5;}table.ergebnis tr.bundle_source p{padding-top:15px;}
table.domain_bundles .bundle_show th{background-color:#e8f0f5;padding:10px 0;border-bottom:1px solid #b7d5e7;}body.Typo #content a.show_table{color:#0a328c;float:right;margin-right:60px;text-decoration:underline;cursor:pointer;}body.Typo #content a.hide_table{color:#0a328c;float:right;margin-right:62px;text-decoration:underline;cursor:pointer;}
body.Typo #content table.domain_bundles td.bg_white{background-color:#fff;padding-top:10px;}body.Typo #content table.domain_bundles .bundle_head{padding-top:0;}body.Typo #content .green,body.Typo #content .costs,body.Typo #content .domain,body.Typo #content .choice{font-size:16px;font-weight:bold;color:#89bd4b;border-bottom:1px solid #c2dded;}
body.Typo #content .domain{padding:13px 0;width:280px;}body.Typo #content span.period{color:inherit;font-size:12px;}body.Typo #content span.hint{color:inherit;font-size:12px;font-weight:bold;display:block;padding-bottom:45px;}body.Typo #content table.ergebnis td.bundle_choice,body.Typo #content table.ergebnis td.db_offer{background-color:#fce40b;color:#0a328c;}
body.Typo #content table.ergebnis td.no_offer{background-color:#cfd8dd;border:none;color:#4e5960;text-align:center;}body.Typo #content .bundle_hint,body.Typo #content .domain,table.domain_bundles .bundle_show h4{font-size:16px;font-weight:bold;color:#0a328c;padding-left:10px;}.bundle_hint{padding:15px 0 16px;}
body.Typo #content .db-weiter{width:911px;text-align:right;margin:-60px 0 20px 0;}body.Typo #content h1.headline-top{margin-top:20px;height:36px;width:514px;}body.Typo #content .resultbox-header{height:25px;margin-top:10px;width:911px;}body.Typo #content #db-header-more{float:right;margin:-55px 6px 0 0;width:145px;height:56px;text-align:center;padding-top:15px;border:none;}
body.Typo #content .resultbox-header-with-stoerer{height:25px;margin-top:10px;width:911px;}body.Typo #content .resultbox-header-with-stoerer-inactive{height:25px;margin-top:10px;width:911px;}body.Typo #content .result{color:#0A328C;font-size:16px;width:911px;}body.Typo #content .result-with-stoerer{color:#0A328C;font-size:16px;width:911px;}
body.Typo #content .result-with-stoerer-inactive{color:#0A328C;font-size:16px;width:911px;}body.Typo #content .resultbox-bottom{height:58px;width:911px;}body.Typo #content .resultbox-bottom-with-stoerer{height:58px;width:911px;}body.Typo #content .resultbox-bottom-with-stoerer-inactive{height:58px;width:911px;}
body.Typo #content .stoerer_bundle{display:none;height:319px;position:absolute;right:22px;top:-4px;width:145px;}body.Typo span.strike-small{padding-top:2px;display:inline-block;width:60px;}body.Typo th.offer{width:144px;}body.Typo th.offer img{display:block;position:relative;margin:0 auto;top:-15px;}
body.Typo #content .stoerer-head{float:right;padding:16px 13px 0 0;}body.Typo #content .right-bottom-wrapper{background:url(/modules/frontend-skin-odin/img/frontend-skin-odin/productpages/bg_line_right_bottom_wrapper.png) no-repeat scroll right bottom transparent;position:relative;padding-bottom:40px;margin-bottom:40px;width:930px;}
body.Typo #content .resultbox-content table.ergebnis .bundle_no_choice{background-color:#cfd8dd;color:#4e5960;}body.Typo #content .bundle_choice span,body.Typo #content .bundle_no_choice span{font-size:12px;font-weight:bold;color:inherit;}body.Typo #content .submit_results{bottom:-17px;position:absolute;right:20px;}
body.Typo .db-banner-save{margin:5px 0 20px 0;text-align:left;}body.Typo .db-banner-save p{line-height:140%;}body.Typo .db-banner-save span{font-size:18px;font-weight:bold;display:block;width:450px;padding:10px 0 15px;}body.Typo .db-without-bottom{width:905px;}body.Typo span.offer{padding:2px 0;}body.Typo #content .right-bottom-wrapper{background:url(/modules/frontend-skin-odin/img/frontend-skin-odin/productpages/bg_line_right_bottom_wrapper.png) no-repeat scroll right bottom transparent;}
body.Typo #content .resultbox-header{background:url(/modules/hosting-common/img/pages/Typo/table-top-sprite.png) no-repeat scroll -1822px 0 transparent;}.result_table_bottom_left{background:transparent url(/modules/hosting-common/img/pages/Typo/bg_table_bottom_left.jpg) no-repeat top left;}.result_table_bottom_middle{background:transparent url(/modules/hosting-common/img/pages/Typo/bg_table_bottom_middle.jpg) repeat-x top left;}
body.Typo #content #db-header-more{background:transparent url(/modules/hosting-common/img/pages/Typo/bg_offer_yellow.png) no-repeat;}body.Typo #content .resultbox-header-with-stoerer{background:url(/modules/hosting-common/img/pages/Typo/table-top-sprite.png) no-repeat scroll -911px 0 transparent;}body.Typo #content .resultbox-header-with-stoerer-inactive{background:url(/modules/hosting-common/img/pages/Typo/table-top-sprite.png) no-repeat scroll 0 0 transparent;}
body.Typo #content .result{background:url(/modules/hosting-common/img/pages/Typo/table-body-sprite.png) repeat-y scroll -1822px 0 transparent;}body.Typo #content .result-with-stoerer{background:url(/modules/hosting-common/img/pages/Typo/table-body-sprite.png) repeat-y scroll -911px 0 transparent;}body.Typo #content .resultbox-bottom{background:url(/modules/hosting-common/img/pages/Typo/table-bottom-sprite.png) no-repeat scroll -1822px 0 transparent;}
body.Typo #content .resultbox-bottom-with-stoerer{background:url(/modules/hosting-common/img/pages/Typo/table-bottom-sprite.png) no-repeat scroll -911px 0 transparent;}body.Typo #content .resultbox-bottom-with-stoerer-inactive{background:url(/modules/hosting-common/img/pages/Typo/table-bottom-sprite.png) no-repeat scroll 0 0 transparent;}
body.Typo #content .stoerer_bundle{background:transparent url(/modules/hosting-common/img/pages/Typo/stoerer_blank_body.png) repeat-y 0 0;}body.Typo span.strike-small{background:transparent url(/modules/hosting-common/img/pages/Typo/strike_blue.jpg) no-repeat 10px 1px;}body.SearchEngineMarketing #content-top-container,body.SearchEngineMarketing #content-top{height:653px;}
body.SearchEngineMarketing #content-top h1{height:80px;padding-bottom:42px;text-indent:-9999px;}body.SearchEngineMarketing #content-top ul.checklist{margin-top:30px;float:right;margin-right:210px;width:365px;}body.SearchEngineMarketing #content-top ul.checklist li,body.SearchEngineMarketing #content-top ul.checklist li a{color:#FFF;font-size:14px;line-height:16px;font-weight:bold;}
body.SearchEngineMarketing #content-top ul.checklist li p{margin-top:25px;}body.SearchEngineMarketing #content-top ul.checklist li{list-style:none outside none;margin-bottom:15px;padding-left:30px;background:transparent url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_list_checklist.png) 0 50% no-repeat;}
body.SearchEngineMarketing #content-top ul.checklist li.clear-list{background:none;}body.SearchEngineMarketing #content-bottom{padding-top:20px;}body.SearchEngineMarketing #content-bottom h3{height:48px;border-right:1px solid #d7dfe4;border-left:1px solid #d7dfe4;text-indent:-9999px;margin:0;padding:0;}
body.SearchEngineMarketing #content-bottom h3.step1{margin-top:0;}body.SearchEngineMarketing #content-bottom h3.step2{border-right:1px solid #d7dfe4;border-left:1px solid #d7dfe4;}body.SearchEngineMarketing #content-bottom h4{font-size:15px;font-weight:bold;}body.SearchEngineMarketing #content-bottom .budget .scale{height:97px;margin-bottom:25px;position:relative;width:558px;}
body.SearchEngineMarketing #content-bottom .budget .scale1{background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_adpackage_scale1.gif) no-repeat;}body.SearchEngineMarketing #content-bottom .budget .scale2{background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_adpackage_scale2.gif) no-repeat;}
body.SearchEngineMarketing #content-bottom .budget .scale3{background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_adpackage_scale3.gif) no-repeat;}body.SearchEngineMarketing #content-bottom .budget .glow{background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_adpackage_glow.gif) repeat-x;height:3px;left:25px;position:absolute;top:39px;}
body.SearchEngineMarketing #content-bottom .budget .slider-container{width:456px;}body.SearchEngineMarketing #content-bottom .budget .slider{background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_adpackage_slider.png) no-repeat;cursor:pointer;height:27px;left:14px;position:absolute;top:27px;width:28px;}
body.SearchEngineMarketing #content-bottom .budget .amount{display:block;font-size:18px;font-weight:bold;position:absolute;right:18px;text-align:center;top:30px;width:85px;}body.SearchEngineMarketing #content-bottom .budget .desc{color:#5878ab;font-size:11px;font-weight:normal;position:absolute;right:12px;text-align:center;top:62px;width:93px;}
body.SearchEngineMarketing #content-bottom .performance{height:52px;margin-bottom:25px;width:559px;}body.SearchEngineMarketing #content-bottom .performance{background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_adpackage_performance.jpg) no-repeat;}body.SearchEngineMarketing #content-bottom .performance span{display:block;font-size:28px;font-weight:bold;margin:8px 0 0 264px;position:absolute;text-align:center;width:82px;}
body.SearchEngineMarketing .container_box{padding:0;width:820px;}body.SearchEngineMarketing .container_box .container_form{background:none;border:none;padding:24px 0;}body.SearchEngineMarketing .container_box .container_form .label-big{font-size:14px;font-weight:bold;}body.SearchEngineMarketing .container_box .container_form .label-small{font-size:12px;font-weight:normal;}
body.SearchEngineMarketing .container_box .container_form,body.SearchEngineMarketing .container_box .container_form .right,body.SearchEngineMarketing .container_box .container_form .left,body.SearchEngineMarketing .container_box .container_form p{color:#0A328C;}body.SearchEngineMarketing .container_box .container_form ul.tab-navi li,body.SearchEngineMarketing .container_box .container_form input.text{width:auto;}
body.SearchEngineMarketing .container_box .container_form ul li div.left{color:#0A328C;font-size:12px;font-weight:bold;width:210px;}body.SearchEngineMarketing .container_box .container_form ul li div.right{width:600px;}body.SearchEngineMarketing .container_box .container_form .sem select{margin:0 12px 12px 0;min-width:178px;}
body.SearchEngineMarketing .container_box .container_form .address .ingrid-row{padding-bottom:12px;}body.SearchEngineMarketing .container_box .container_form ul li{padding:0;}body.SearchEngineMarketing #content #sem\.name,body.SearchEngineMarketing #content #sem\.domain{width:444px;}body.SearchEngineMarketing #content #sem\.street{width:311px;}
body.SearchEngineMarketing #content #sem\.postcode,body.SearchEngineMarketing #content #sem\.nr,body.SearchEngineMarketing #content #sem\.radius{width:53px;}body.SearchEngineMarketing #content #sem\.city{width:341px;}body.SearchEngineMarketing #content #sem\.telephone{width:171px;}body.SearchEngineMarketing #content #sem\.email{width:202px;}
body.SearchEngineMarketing #content .container_box .container_form input{color:#000;}body.SearchEngineMarketing #content .container_box .container_form .error{clear:none;display:inline-block;}body.SearchEngineMarketing #content .container_box .container_form .ingrid-error-box{margin-top:3px;display:none;text-align:center;}
body.SearchEngineMarketing #content-bottom .errorbox h3{text-indent:0;}body.SearchEngineMarketing #content-bottom .errorbox{margin:0 auto 20px;}body.SearchEngineMarketing #content .container_box .container_form select.error,body.SearchEngineMarketing #content .container_box .container_form input.error{background-color:#E7F1FF;border:1px solid #005BA7;color:#000;}
body.SearchEngineMarketing #content .container_box .errorbox{margin-left:204px;text-align:center;width:531px;}body.SearchEngineMarketing #content .container_box .errorbox h3{border:0;height:auto;margin:12px;text-indent:0;width:auto;}body.SearchEngineMarketing #content .container_box .errorbox p{padding:0 0 12px 0;}
body.SearchEngineMarketing .tab-navi{padding:0;margin:0;z-index:10;position:absolute;}body.SearchEngineMarketing .tab-navi li{list-style:none;float:left;width:auto;background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_tab.png) no-repeat left top;height:28px;cursor:pointer;margin-right:3px!important;}
body.SearchEngineMarketing .tab-navi li.highlight{background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_tab-active.png) no-repeat left top;}body.SearchEngineMarketing .tab-navi li span{background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_tab-right.png) no-repeat right bottom;padding:10px 11px 0 0;font-weight:bold;color:#fff;font-size:12px;height:18px;margin-left:11px;display:block;}
body.SearchEngineMarketing .tab-navi li.highlight span{background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_tab-right-active.png) no-repeat right bottom;color:#5878ab;padding:8px 18px 0 0;margin-left:18px;height:20px;}body.SearchEngineMarketing .tab-content{clear:both;z-index:5;padding-top:27px;}
body.SearchEngineMarketing .inner-content-step1{background:#e5edf3;padding:40px 20px 0 40px;border:1px solid #d7dfe4;}body.SearchEngineMarketing .inner-content-step2{background:#e5edf3;padding:40px 20px 10px 40px;border:1px solid #d7dfe4;border-bottom:0;}body.SearchEngineMarketing .footnote-asterisk{color:#677AA1;}
body.SearchEngineMarketing .border-bottom{margin:0 0 -13px -41px;}body.SearchEngineMarketing .btn-bottom-next{text-align:right;background:#e5edf3 url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_bottom.png) no-repeat 0 100%;padding:20px;}body.SearchEngineMarketing #supportTeaser{background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_support-teaser.png) no-repeat;padding:20px;margin-top:58px;}
body.SearchEngineMarketing #supportTeaser .teaser-left{float:left;width:525px;}body.SearchEngineMarketing #supportTeaser h2{padding-bottom:0;}body.SearchEngineMarketing #supportTeaser h2.headline-teaser{height:25px;text-indent:-9999px;width:656px;}body.SearchEngineMarketing #supportTeaser p.hotline{color:#8494B5;float:right;font-size:10px;margin:-8px 5px 0 0;}
body.SearchEngineMarketing #supportTeaser p.hotline a{color:#8494B5;}body.SearchEngineMarketing #supportTeaser p.hotline span{color:#0A328C;display:block;font-size:24px;font-weight:bold;}.blue-bold{color:#0A328C;font-weight:bold;width:156px;}body.MailInstantMail .countdown_position,body.MsHosting .countdown_position{position:absolute;z-index:100;}
#navi_and_marketing .rightbar{position:absolute;top:20px;right:25px;width:112px;z-index:1;}#navi_and_marketing .leftbar{margin:20px 0 0 1px;}#marketingBar .nav_teaser{background:none;margin:0 0 10px 0;padding:0;width:120px;border-bottom:1px #CED9E8 solid;}#marketingBar .nav_teaser h4{color:#0A328C;font-size:12px;font-weight:bold;margin:0;padding:5px 0 2px 0;line-height:15px;}
#marketingBar .nav_teaser_text{padding:0 0 10px 0;margin:0;text-align:left;}#marketingBar .nav_teaser_text li{color:#667AA6;list-style-type:square;padding:0;margin:4px 0 2px 0;text-align:left;}#marketingBar .nav_teaser_text li a.core_button_normal,#marketingBar .nav_teaser_text li a{line-height:12px;}
#marketingBar .nav_teaser_text p{font-size:11px;color:#667AA6;padding:3px 0 0 1px;margin:0;overflow:hidden;}#marketingBar .nav_teaser a.core_button_normal,#marketingBar .nav_teaser a{color:#0A328C;padding:0;margin:0;display:inline;line-height:14px;text-decoration:underline;font-size:11px;}#marketingBar .nav_teaser a:hover{text-decoration:none;}
#marketingBar .nav_teaser h4 a,#marketingBar .nav_teaser h4 a.core_button_normal{color:#0A328C;font-size:12px;font-weight:bold;margin:0;width:128px;line-height:14px;text-decoration:none;}#marketingBar .nav_teaser h4.long{width:133px;}#marketingBar .nav_teaser h4.image{background-repeat:no-repeat;background-position:top;text-indent:-250px;padding-right:0;width:130px;color:#0A328C;font-size:12px;font-weight:bold;margin:0;}
#marketingBar .nav_teaser h4.partner{background:url(/oneandone_de/img/content/head_partenerprogramm.gif);}#marketingBar .nav_teaser a h4{padding-left:0;}#marketingBar .nav_teaser a.core_button_normal h4{padding-left:5px;}#marketingBar .nav_teaser sup{vertical-align:50%;font-size:8px;line-height:10px;}
#marketingBar .nav_teaser_text ul{font-size:11px;list-style:none;list-style-type:none;margin:0 4px 0 12px;padding:0;}#marketingBar .less_top_space_es{margin-top:-240px;border:1px solid #99a6c8;background-color:#FFF;}#navi_and_marketing .defaultpos{top:18px;}#navi_and_marketing .toppos{top:28px;}#navi_and_marketing .homepos,body.WebHostingHome #navi_and_marketing div.homepos,body.Home #content #navi_and_marketing div.homepos{top:18px;}
#navigation{position:absolute;font-size:12px;color:#7483a5;width:140px;z-index:1;}#navigation h2{font-size:12px;padding:3px 0 6px 0;font-size:13px;color:#0a328c;}#navigation a{text-decoration:none;color:#0a328c;}#navigation a:hover{text-decoration:none;color:#0088ca;}#navigation .core_button_active{color:#0a328c;display:inline-block;padding:0 3px;font-weight:bold;}
#navigation ul{margin-bottom:40px;}#navigation ul li{list-style-type:none;padding:6px 0 6px 0;border-bottom:1px solid #9dadd1;}#navigation ul li.first-item{border-top:1px solid #9dadd1;}#navigation ul li.lastItem-NoBorder{border-bottom:none;padding-bottom:3px;}#navigation ul.first-level li{background:0 none;margin:0;padding:0;list-style-type:none;}
#navigation ul.first-level li span{background:url(/modules/hosting-common/img/components/menu/link_contentnav_odin.gif) 0 5px no-repeat;list-style-type:none;padding:4px 0 5px 13px;}#navigation ul.first-level li span.core_button_active{background:#d0e3ef url(/modules/hosting-common/img/components/menu/bg_active_contentnav.gif) bottom left repeat-x;border-top:1px solid #ecf4f9;display:block;}
#navigation ul.first-level li a.core_button_normal{background:url(/modules/hosting-common/img/components/menu/link_contentnav_odin.gif) 0 8px no-repeat;display:block;list-style-type:none;padding:4px 0 5px 13px;}#navigation ul li.first-item{border-top:1px solid #9dadd1;padding:0;margin:0;}#navigation ul li.lastItem-NoBorder{border-bottom:none;}
#navigation ul.first-level li span.core_button_active{background:#d0e3ef url(/modules/hosting-common/img/components/leftnavigation/bg_active_contentnav1.jpg) left bottom no-repeat;display:block;padding-left:15px;}#navigation ul.first-level li.two-rows span.core_button_active{background:#d0e3ef url(/modules/hosting-common/img/components/leftnavigation/bg_active_contentnav33.jpg) left bottom no-repeat;display:block;padding-left:15px;}
#navigation ul.first-level li ul li{padding-left:10px;}#navigation ul.first-level li ul li.two-rows span.core_button_active{background:#d0e3ef url(/modules/hosting-common/img/components/leftnavigation/bg_active_contentnav2row.jpg) left bottom no-repeat;display:block;padding-left:25px;margin-left:-10px;}
#navigation ul.first-level li ul li.three-rows span.core_button_active{background:#d0e3ef url(/modules/hosting-common/img/components/leftnavigation/bg_active_contentnav3row.jpg) left bottom no-repeat;display:block;padding-left:25px;margin-left:-10px;}#navigation ul.first-level li ul li.four-rows span.core_button_active{background:#d0e3ef url(/modules/hosting-common/img/components/leftnavigation/bg_active_contentnav4row.jpg) left bottom no-repeat;display:block;padding-left:25px;margin-left:-10px;}
#navigation ul.first-level li ul li span.core_button_active{background:#d0e3ef url(/modules/hosting-common/img/components/leftnavigation/bg_active_contentnav2.jpg) left bottom no-repeat;display:block;padding-left:25px;margin-left:-10px;}#navigation ul.first-level li ul.second-level li span.core_button_active{background:#d0e3ef url(/modules/hosting-common/img/components/leftnavigation/bg_active_contentnav2.jpg) left bottom no-repeat;display:block;padding-left:25px;margin-left:-10px;}
#navigation ul.first-level li ul.second-level li.two-rows span.core_button_active{background:#d0e3ef url(/modules/hosting-common/img/components/leftnavigation/bg_active_contentnav3.jpg) left bottom no-repeat;display:block;padding-left:25px;margin-left:-10px;}#navigation ul.first-level li ul.second-level li.three-rows span.core_button_active{background:#d0e3ef url(/modules/hosting-common/img/components/leftnavigation/bg_active_contentnav4.jpg) left bottom no-repeat;display:block;padding-left:25px;margin-left:-10px;}
#navigation ul ul{margin-bottom:0;padding-top:0;}#navigation ul li.ms-hosting{background:url(/modules/hosting-common/img/components/menu/flag_windows.gif) no-repeat 80px 5px;}#navigation img.ms-flag{position:absolute;top:57px;right:17px;}
.itable{border-collapse:collapse;border-spacing:0;color:#0B3997;left:150px;margin-bottom:-200px;position:relative;top:-259px;width:651px;}#content .itable h3{color:#fff;margin-top:5px;font-size:12px;height:40px;padding-bottom:0;overflow:hidden;}.itable h4{font-size:12px;font-weight:normal;color:#fff;margin:0;padding:0 4px 0 4px;}
.itable h5.narrow{font-size:15px;}.itable thead td.item{border:none;}.itable td{border:1px solid #c2dded;text-align:center;vertical-align:middle;}.itable td a{font-weight:bold;color:#0B3997;}.itable thead td h4 a{color:#FFF;font-weight:normal;}.itable td.showhide,.itable td.control span{cursor:pointer;}
.itable td.control{text-align:left;}.itable td.feature{background-color:#fff;}.itable td.blue{background-color:#e6f1f8;background-image:none;padding:0;}.itable td.white{background-color:#FFF;}.itable td.yellow{background-color:#fffdd8;}.itable td.left-flag{text-align:left;}.itable td.left-flag span{padding-left:14px;}
.itable td.left-flag-sm span{padding-left:0;}.itable td.blue_yellow{background-color:#eef3d3;vertical-align:middle;}.tableCont .highlight,.itable .highlight{font-weight:normal;background-color:#fff77f;padding:2px 3px;margin-right:6px;}.itable .border-top-table2col{background-image:url(/modules/hosting-common/img/components/itable/itable_bg_top_2col.png);background-position:332px 0;background-repeat:no-repeat;text-align:right;}
.itable .border-top-table3col{background-image:url(/modules/hosting-common/img/components/itable/itable_bg_top_3col.png);background-position:332px 0;background-repeat:no-repeat;text-align:right;}.itable .border-top-table4col{background-image:url(/modules/hosting-common/img/components/itable/itable_bg_top_4col.png);background-position:293px 0;background-repeat:no-repeat;text-align:right;}
.itable .border-top-table5col{background-image:url(/modules/hosting-common/img/components/itable/itable_bg_top_3col.png);background-position:332px 0;background-repeat:no-repeat;text-align:right;}.itable td.item{height:49px;vertical-align:middle;text-align:center;}.itable td.item-nobg{background:none;}
.itable td.table1col{width:317px;}.itable td.table3col{width:158px;}.itable td.table4col{width:118px;}.itable td.table1col-feature{width:332px;}.itable td.table3col-feature{width:173px;}.itable td.table4col-feature{width:174px;}.itable td.price{background:url(/modules/hosting-common/img/components/itable/itable_bg_item.jpg) repeat-x;background-position:top left;border-top:none;height:159px;border:1px solid #0a338d;vertical-align:top;}
.itable td.feature{padding:6px;text-align:left;font-size:12px;font-weight:bold;border-left:none;}.itable td.feature p{font-size:11px;font-weight:normal;}.itable td.category{background:url(/modules/hosting-common/img/components/itable/itable_category_icons.gif) no-repeat;border-left:none;border-right:none;background-color:#668fbf;height:41px;text-align:left;font-weight:bold;}
.itable td.category img{float:left;vertical-align:middle;margin-right:5px;}.itable td.category h5{float:left;color:#fff;font-size:14px;display:inline;margin-top:5px;margin-left:42px;}.itable td.category_bottom{height:3px;border-top:none;border-bottom:none;border-left:none;}.itable td.category_bottom_last{height:3px;border:none;}
.itable td.category_top{border-top:1px solid #c2dded;border-left:none;border-bottom:none;border-right:1px solid #c2dded;height:3px;}.itable td.category_top_last{border-top:1px solid #c2dded;border-left:none;border-bottom:none;border-right:none;height:3px;}.itable td.table-space{height:7px;border:none;}
.itable td.domain{background-position:-0px -416px;padding:0;}.itable td.email{background-position:-0px -462px;}.itable td.webspace{background-position:-0px -508px;}.itable td.webdesign{background-position:-0px -600px;}.itable td.data{background-position:-0px -554px;}.itable td.marketing{background-position:-0px -370px;}
.itable td.communication{background-position:-0px -646px;}.itable td.search{background-position:-0px -692px;}.itable td.support{background-position:-0px -738px;}.itable td.mailxchange{background-position:-0px -784px;}.itable td.sharepoint{background-position:-0px -922px;}.itable td.applications{background-position:-0px -876px;}
.itable td.functions{background-position:-0px -2px;}.itable td.package{background-position:-0px -48px;}.itable td.ebay{background-position:-0px -94px;}.itable td.useradmin{background-position:-0px -186px;}.itable td.payment{background-position:-0px -324px;}.itable td.shopdesigner{background-position:-0px -232px;}
.itable td.order{background-position:-0px -968px;}.itable td.customadmin{background-position:-0px -140px;}.itable td.onlineshop{background-position:-0px -278px;}.itable td.usecases{background-position:-0px -1014px;}.itable td.glance{background-position:-0px -1060px;}.itable td.core{background-position:-0px -1107px;}
.itable td.ios{background-position:-0px -1205px;}.itable td.paymethods{background-position:-0px -1254px;}.itable td.shipping{background-position:-0px -1154px;}.itable td.security{background-position:-0px -1303px;}.itable td.noborder{border:none;}.itable td.noborder-cross{border-top:none;border-bottom:none;}
.itable td.noborder-right{border-right:1px solid #fff;}.itable td.noborder-bot{border-bottom:none;}.itable td.borderbot{border-bottom:1px solid #004494;border-top:none;border-right:none;border-left:none;}.itable td.nobg{background:none;}.itable td.showhide img{margin-right:5px;}.itable td.showhide{background-image:url(/modules/hosting-common/img/components/itable/itable_bg_showhide.gif);background-repeat:no-repeat;color:#fff;padding:4px;text-align:left;font-size:12px;font-weight:bold;border:none;height:40px;vertical-align:top;}
.control_all{position:absolute;margin:-100px 0 80px 151px;cursor:pointer;text-decoration:underline;z-index:100;}.itable span.fs_medium{font-size:11px;}.itable td.showhide_shortlist img{margin-left:10px;margin-right:5px;}.itable td.showhide_shortlist{background-image:none;background-color:#668fbf;color:#fff;padding:4px;text-align:right;font-size:12px;font-weight:bold;border-left:none;border-bottom:1px solid #C2DDED;vertical-align:middle;cursor:pointer;}
.itable td.showhide_all{text-decoration:none;text-align:right;height:40px;border:none;text-decoration:none;}.itable td.showhide_all .control_all{text-decoration:none;font-weight:bold;text-align:right;}.itable td.showhide_all img{margin-left:10px;margin-right:10px;}.itable td.all_features{text-align:left;height:40px;border:none;font-weight:bold;font-size:14px;}
.control_all_shortlist{position:relative;cursor:pointer;text-decoration:none;z-index:100;text-align:right;margin:0;font-size:12px;font-weight:bold;}.short{display:block;margin:-15px 0 0 650px;font-weight:bold;font-size:12px;}.control_feature_headline{display:block;margin:-245px 0 0 152px;font-weight:bold;}
.itable td.dash{background-image:url(/modules/hosting-common/img/components/itable/itable_symbol_odin_dash.gif);background-repeat:no-repeat;background-position:center;}.itable td.check{background-image:url(/modules/hosting-common/img/components/itable/itable_check.gif);background-repeat:no-repeat;background-position:center;}
.itable td.check-right{background-image:url(/modules/hosting-common/img/components/itable/itable_check.gif);background-repeat:no-repeat;background-position:65px center;}.itable td.blank{background-image:url(/modules/hosting-common/img/components/itable/itable_symbol_transparent.gif);}.itable .btn{display:block;}
.btn-pos-tariff{margin-top:-15px;}.col1{width:88%;}.col3{width:76%;}#teaserCont{margin-bottom:50px;}#teaserCont .teaserBox{float:left;text-align:left;height:255px;width:163px;padding:20px 12px 0 12px;}#teaserCont .teaserBoxFirst{width:153px;height:205px;padding:20px 10px 53px 12px;}#teaserCont .teaserBox h4{font-size:12px;font-weight:bold;height:36px;}
#teaserCont .teaserBox h5{font-size:11px;font-weight:bold;margin-bottom:2px;}#teaserCont .teaserBox p{font-size:11px;margin-bottom:4px;}#teaserCont .teaserBox ul{font-size:11px;}#teaserCont .teaserBox ul li{list-style-type:none;}#teaserCont .teaserBox a{font-size:11px;padding-left:10px;background:url(/modules/hosting-common/img/components/teaser/teaser_link_icon.gif) no-repeat 0 3px;}
.content-bottom-productBoxes #teaserCont{clear:both;}.content-bottom-productBoxes #teaserCont .teaserBox{height:200px;width:163px;margin-top:65px;padding:20px 5px 53px 16px;}.content-bottom-productBoxes #teaserCont .teaserBoxFirst{padding:20px 0 53px 12px;}.content-bottom-productBoxes #teaserCont .teaserBox p{font-size:12px;}
.content-bottom-productBoxes #teaserCont .teaserBox a{font-size:12px;}#teaserCont .teaser-blank{background:url(/oneandone_de/img/frontend-hosting/teaser/teaser_partnerpro_bg.jpg) no-repeat top left;}#teaserCont .teaser-blank-last{background:url(/oneandone_de/img/frontend-hosting/teaser/teaser_pcwelt_last_bg.jpg) no-repeat top right;}
#teaserCont .teaser-datacenter{background:url(/oneandone_de/img/frontend-hosting/teaser/teaser_datacenter_bg.jpg) no-repeat bottom right;}#teaserCont .teaser-partnerpro{background:url(/oneandone_de/img/frontend-hosting/teaser/teaser_partnerpro_bg.jpg) no-repeat top left;}#teaserCont .teaser-labelofyear{background:url(/oneandone_de/img/frontend-hosting/teaser/teaser_pcwelt_last_bg.jpg) no-repeat top right;}
#teaserCont .teaser-greenpower{background:url(/oneandone_de/img/frontend-hosting/teaser/teaser_greenpower_bg.jpg) no-repeat top right;}#teaserCont .teaser-topemployer{background:url(/oneandone_de/img/frontend-hosting/teaser/teaser_topemployer_bg.jpg) no-repeat top right;}
body.Mail .price-stopper,body.LocalSubmission .price-stopper,body.Server .price-stopper,body.eshopupselling .price-stopper,body.ServerPremiumDualCoreS .price-stopper,body.ServerPremiumDualCoreM .price-stopper,body.ServerPremiumDualCoreL .price-stopper,body.ServerPremiumDualCoreXL .price-stopper,body.ServerPremiumQuadCoreL .price-stopper,body.ServerPremiumQuadCoreXL .price-stopper,body.ServerPremiumQuadCoreXXL .price-stopper,body.ServerPremiumHexaCoreL .price-stopper,body.ServerPremiumHexaCoreXL .price-stopper,body.ServerPremiumHexaCoreXXL .price-stopper,body.ServerPremiumHexaCore3XL .price-stopper,body.ServerPremiumDodekaCore .price-stopper,body.VirtualServerS .price-stopper,body.VirtualServerL .price-stopper,body.VirtualServerL .price-stopper,body.VirtualServerXL .price-stopper,body.VirtualServerXXL .price-stopper,body.MailXchange .price-stopper,body.eshopupselling .price-stopper,body.upsellinglinux .price-stopper,body.upsellingwindows .price-stopper,body.addon .price-stopper{position:absolute;right:14px;bottom:28px;}
img.stroke{position:absolute;top:-3px;left:28px;}img.strokewide{position:absolute;top:-3px;left:60px;}.horz-xxl-price-img{display:block;margin-bottom:3px;}body.WebHostingHome .productBox .price-stopper,body.PrivateHomepage .productBox .price-stopper,body.FirmenHomepage .productBox .price-stopper{position:absolute;left:0;bottom:18px;}
body.VirtualServer .price-stopper-countdown{display:block;width:100%;position:absolute;}.price-stopper .container{position:relative!important;text-align:center!important;display:block!important;width:100%!important;}.right-top-wrapper .horz-xxl-price-reg{position:absolute;width:100%;z-index:19;top:0;left:0;display:block;}
.right-top-wrapper .horz-xxl-price-star{display:inline-block;vertical-align:top;margin:0 4px 18px 0;}.right-top-wrapper .horz-xxl-price-text{font-size:16px;font-weight:bold;height:20px;display:block;}.center-top-wrapper .offer,.right-top-wrapper .offer{color:#FFF000;}.right-top-wrapper .upselling{height:40px;}
.price-stopper .horz-l-price-text{font-size:12px;font-weight:bold;height:18px;display:block;}.price-stopper .horz-l-price-star{display:inline-block;vertical-align:top;margin-top:0;}.horz-l-price-reg{position:absolute;width:100%;z-index:99;top:0;left:0;display:block;}.dcs-price{display:block;}.serverBox .price-stopper{position:relative;text-align:center;margin-top:4px;width:100%;display:block;}
.serverBox .price-graphic{display:inline-block;vertical-align:top;margin-top:4px;}.serverBox .horz-m-price-pretext-cont{font-weight:bold;font-size:11px;display:inline-block;vertical-align:bottom;margin:0 2px 8px 0;text-align:left;line-height:13px;}.serverBox .horz-m-price-pretext-offer{font-size:14px;color:#94a069;margin:0;text-align:center;display:block;width:44px;height:12px;padding-top:1px;background:url(/modules/hosting-common/img/components/prices/autoprice_oldprice_bg.png) no-repeat center 0;}
.serverBox .horz-m-price-pretext-reg{display:inline-block;font-weight:bold;font-size:11px;vertical-align:bottom;margin:0 0 8px 0;text-align:left;line-height:13px;}.serverBox .horz-m-price-pretext-norm{display:inline-block;font-weight:normal;font-size:11px;vertical-align:bottom;margin:0 0 8px 0;text-align:left;line-height:13px;}
.serverBox .horz-m-price-star{display:inline-block;vertical-align:top;margin-top:5px;}.mix-m-price-text{font-size:11px;font-weight:bold;line-height:13px;display:block;white-space:pre;}body.Home .mix-m-price-text{padding-bottom:3px;padding-top:2px;}.mix-m-price-pretext-reg{display:inline-block;font-weight:bold;font-size:11px;vertical-align:bottom;margin-bottom:8px;text-align:right;line-height:13px;}
.mix-m-price-star{display:inline-block;vertical-align:top;margin-top:1px;}.itable .price-stopper{position:relative!important;text-align:center;text-decoration:none;width:100%;}.itable .price-stopper .itable-price-text-above-offer{display:block;color:#b4d5ee;font-size:12px;font-weight:bold;height:18px;}
.itable .price-stopper .itable-price-image-above-offer{display:block;position:absolute;width:100%;z-index:99;top:0;left:0;}.itable .price-stopper .itable-price-text-above-regular{display:block;color:#FFF;font-size:11px;height:18px;min-height:18px;font-weight:normal;}.itable .price-stopper .itable-price-text-above-regular-yellow{display:block;color:#FFF000;font-size:11px;height:18px;min-height:18px;font-weight:normal;}
.itable .price-stopper .itable-price-text-below-offer{display:block;color:#fff000;font-size:11px;margin-top:3px;font-weight:normal;line-height:13px;}.itable .price-stopper .itable-price-text-below-regular{display:block;color:#FFF;margin-top:4px;font-size:11px;line-height:13px;}.itable .price-stopper .itable-price-text-below-regular-normal{display:block;color:#FFF;margin-top:4px;font-size:11px;font-weight:normal;}
.itable .price-stopper .price-graphic{display:inline-block;}.itable .price-stopper .itable-price-star{display:inline-block;vertical-align:top;margin-top:0;position:relative;}.itable .price-stopper .itable-price-text-above-offer-normal{display:block;color:#fff000;font-size:11px;font-weight:normal;margin-bottom:4px;}
.itable .price-stopper .itable-price-text-above-regular-normal{display:block;color:#fff;font-size:11px;font-weight:normal;margin-bottom:4px;}#cd-FirmenHomepageTariff-1,#cd-FirmenHomepageTariff-1-down,#cd-FirmenHomepageTariff-2,#cd-FirmenHomepageTariff-2-down,#cd-FirmenHomepageTariff-3,#cd-FirmenHomepageTariff-3-down,#cd-FirmenHomepageTariff-4,#cd-FirmenHomepageTariff-4-down{position:absolute;top:-5px;left:22px;z-index:99;display:none;width:113px;height:67px;}
.yel-s{background:url(/modules/hosting-common/img/components/countdowns/bg_yel_s.png);background-repeat:no-repeat;}.yel-m{background:url(/modules/hosting-common/img/components/countdowns/bg_yel_m.png);background-repeat:no-repeat;}.yel-l{background:url(/modules/hosting-common/img/components/countdowns/bg_yel_l.png);background-repeat:no-repeat;}
.yel-server{background:url(/modules/hosting-common/img/components/countdowns/bg_yel_server_2.png);background-repeat:no-repeat;}.yel-server-cds{background:url(/modules/hosting-common/img/components/countdowns/bg_yel_server_cds.png);background-repeat:no-repeat;}.yel-instant{background:url(/modules/hosting-common/img/components/countdowns/bg_yel_instant.png);background-repeat:no-repeat;}
.yel-onerow{background:url(/modules/hosting-common/img/components/countdowns/bg_yel_onerow.png);background-repeat:no-repeat;}.yel-table{background:url(/modules/hosting-common/img/components/countdowns/bg_yel_table_a.png);background-repeat:no-repeat;}.yel-table_switch{background:url(/modules/hosting-common/img/components/countdowns/bg_yel_table_s.png);background-repeat:no-repeat;}
.blue-s{background:url(/modules/hosting-common/img/components/countdowns/bg_blue_s.png);background-repeat:no-repeat;}.blue-m{background:url(/modules/hosting-common/img/components/countdowns/bg_blue_m.png);background-repeat:no-repeat;}.blue-l{background:url(/modules/hosting-common/img/components/countdowns/bg_blue_l.png);background-repeat:no-repeat;}
.countdown_container{position:relative;z-index:100;}
body.Instant table{margin-left:20px;border-collapse:collapse;}body.Instant h2.subline{padding-bottom:10px;}body.Instant tr{height:51px;}body.Instant td.name{width:100px;vertical-align:middle;border-bottom:1px solid #b3cee5;}body.Instant td.price_old{width:80px;padding-top:5px;border-bottom:1px solid #b3cee5;}
body.Instant td.price_old div.alphapng{position:relative;}body.Instant td.offer{width:130px;text-align:right;vertical-align:middle;font-size:20px;font-weight:bold;color:#fff000;border-bottom:1px solid #b3cee5;}body.Instant td.offer span{color:#fff;}body.Instant td.price_new{width:100px;border-bottom:1px solid #b3cee5;}
body.Instant td.price_new img{padding-left:30px;}body.Instant .right-top-wrapper{background:none;}.domain-text{float:left;margin-top:7px;}.popuplink{float:right;margin:7px 20px 0 0;}.popuplink a{color:#FFF;text-decoration:underline;}.domaincheckbox{background:url(/modules/hosting-common/img/components/domains/domaincheckbox_bg_closed.png) no-repeat;width:929px;height:96px;margin-top:-100px;padding-top:15px;position:relative;}
.domaincheckbox_open{background:url(/modules/hosting-common/img/components/domains/domaincheckbox_bg_open.png) no-repeat;width:929px;height:240px;margin-top:-100px;padding-top:15px;position:relative;}.checkbox_content{padding-left:50px;}div.tld{float:left;font-weight:bold;width:70px;padding:0 5px 5px 0;white-space:nowrap;}
.tld_inputfield{float:left;width:330px;padding-top:20px;}.tld_inputfield .textinput{width:270px;}.tld_inputfield .textinput_narrow{width:210px;}.tld_checkboxes{float:left;width:300px;height:65px;}.tld_more_checkboxes{display:none;}.instant-btn{float:left;width:220px;padding-top:10px;}.instant-btn .btn{width:220px;}
body.Instant .btn-detail-lightblue{margin-top:9px;}.errorbox{background:transparent url(/modules/frontend-skin-odin/img/frontend-skin-odin/orderprocess/errorbox-bg.png) repeat-x scroll right bottom;border:1px solid #F5CD4D;margin:20px 0;min-height:50px;padding:15px 0 0;text-align:center;}body.Instant .errorbox{position:absolute;top:280px;left:111px;z-index:100;color:#0A328C;width:500px;}
a#tlds_show,a#tlds_hide{cursor:pointer;}body.domaincheck h2{padding:0 0 30px 0;font-size:20px;}body.domaincheck .left-top-wrapper{width:600px;margin-right:30px;}body.domaincheck .right-top-wrapper{width:270px;height:184px;}.choose_later{padding-right:20px;}.choose_later h3{padding-top:10px;}.choose_later p{line-height:18px;}
.domaincheckbox_flow{background:url(/modules/hosting-common/img/components/domains/bg_domaincheck_close.png) no-repeat;height:186px;width:602px;padding:3px 0 0 3px;position:relative;}.domaincheckbox_flow_open{background:url(/modules/hosting-common/img/components/domains/bg_domaincheck_open.png) no-repeat;height:297px;width:602px;padding:3px 0 0 3px;position:relative;}
.show_inclusive{color:#0a328c;background:url(/modules/hosting-common/img/components/domains/bg_show_inclusive.png) no-repeat;height:176px;width:110px;float:left;text-align:center;font-size:19px;font-weight:bold;padding-top:17px;}.show_inclusive div{font-size:30px;line-height:24px;padding-top:3px;}.tld_check{color:#0a328c;width:470px;height:160px;float:left;padding:10px 0 0 10px;}
.tld_check .textinput{width:350px;margin-bottom:10px;}.tld_check h3{color:#0a328c;font-size:18px;font-weight:normal;}.tld_check strong{float:left;}.tld_inclusive{width:380px;height:100px;float:left;}.www{float:left;width:50px;font-size:16px;font-weight:bold;}.check_btn{position:absolute;bottom:-10px;right:30px;z-index:99;}
.choose_later .check_btn{position:absolute;top:160px;right:20px;}body.domaincheck .errorbox{position:absolute;width:600px;top:40px;left:25px;z-index:90;color:#0A328C;}body.domaincheck #asterisk-domains-domaincheck{left:97px;position:absolute;top:118px;}body.domaincheck .asterisk{height:15px;}body.domaincheckresult #content-top-container,body.domaincheckresult #content-top{height:auto;}
body.domaincheckresult h2{color:#0a328c;padding:0 0 21px 0;}body.domaincheckresult .right-bottom-wrapper{margin-bottom:36px;width:100%;}body.domaincheckresult .ergebnisbox_bottom{padding-bottom:36px;}.ergebnisbox_top{background:url(/modules/hosting-common/img/components/domains/ergebnisbox_top.png) no-repeat;height:16px;}
.ergebnisbox_content{background:url(/modules/hosting-common/img/components/domains/ergebnisbox_content.gif) repeat-y;color:#0a328c;font-size:16px;width:904px;}.ergebnisbox_bottom{background:url(/modules/hosting-common/img/components/domains/ergebnisbox_bottom.png) no-repeat;height:18px;}.result{border-collapse:collapse;display:block;margin:0 18px;}
.result th{font-size:14px;}.result td{border-bottom:1px solid #c2dded;font-weight:bold;padding:3px 0;text-align:center;vertical-align:middle;}.result td span.small{font-size:10px;}.result .domainresult_domain{padding-left:9px;text-align:left;width:370px;}.result .domainresult_status{width:140px;}.domainresult_status.red{color:#de0000;}
.domainresult_costs{width:200px;}.domainresult_kk{width:150px;}.domainresult_kk a:link,.domainresult_kk a:hover,.domainresult_kk a:visited{text-decoration:underline;}.domainresult_check{width:150px;}.domainresult_check_info{width:200px;}.info_cell{padding-left:80px;position:relative;}.row_headline{font-size:14px;font-weight:bold;color:#0a328c;text-align:center;vertical-align:middle;}
.lt_blue{color:#859aca;}.green{color:#89bd4b;}.submit_results{position:absolute;right:20px;bottom:-17px;}.without{float:right;margin:20px 0 20px 0;}body.domaincheckresult .info .infobox-content{text-align:left;}body.domaincheckresult .info .infobox-content .headline{font-weight:bold;font-size:12px;padding-bottom:15px;}
body.domaincheckresult .info .infobox-content p{line-height:1.3em;font-size:12px;font-weight:normal;}body.domaincheckresult .info .infobox-content a:link{font-size:12px;text-decoration:underline;}body.domaincheckresult #asterisk-domains-domaincheckresult{display:inline-block;width:15px;height:15px;margin-bottom:5px;}
body.Typo h1.headline-top{background:url(/oneandone_de/img/pages/Typo/vi_h1_save_your_domain.png) no-repeat;height:50px;width:750px;}body.Typo h3.more_domain_bundles{padding:20px 0 6px 40px;color:#294D9B;}body.Typo .orderprocess-navbar{display:none;}body.Typo .db-domain .db-weiter,body.TypoDev .db-domain .db-weiter{margin-top:10px;}
#db-header-more{float:right;margin:-29px 36px 0 0;width:120px;background-color:#FFE400;border:1px solid #FFD441;padding:2px;color:#E10000;font-weight:bold;font-size:18px;text-align:center;}.db-header-domain{color:#133A92;font-size:18px;font-weight:bold;padding:0;width:450px;margin:95px 0 15px 280px;}
.db-header-domain span{font-size:12px;}.resultbox{margin-left:100px;}.resultbox-header{background:url(/modules/hosting-common/img/components/domaincheck/dc-resultbox-top-bundle.png) no-repeat;height:30px;width:706px;}.resultbox-bottom{background:url(/modules/hosting-common/img/components/domaincheck/dc-resultbox-bottom.png) no-repeat;height:50px;width:706px;}
.resultbox-content{background:url(/modules/hosting-common/img/components/domaincheck/dc-resultbox-middle.png) repeat-y;width:706px;}.resultbox-content table.ergebnis{margin:0 0 40px 40px;width:630px;}.resultbox-content table.domain_bundles{margin-bottom:3px;}.dc-resultbox-domain-bundle img{position:absolute;left:770px;top:0;}
div.db-resultbox-domain{margin-left:0;}.db-banner-save{color:#004494;line-height:180%;width:460px;text-align:center;margin:15px 0 20px 225px;}.db-banner-save span{font-size:16px;font-weight:bold;display:block;width:450px;padding:5px 0;}body.Typo h3.domain_bundles{padding:20px 0 6px 40px;}table.domain_bundles{margin-bottom:20px;}
table.domain_bundles span.bundle-source-domain{float:left;color:#08318C;}table.domain_bundles .tbody-closed{display:block;}table.domain_bundles .bundle_head{padding-top:30px;}table.domain_bundles .bundle_show th{background-color:#ECEFF4;}table.domain_bundles .bundle_show a{color:#900;text-decoration:underline;float:right;margin-right:40px;}
table.domain_bundles .bundle_hide a{color:#900;text-decoration:underline;float:right;margin-right:30px;padding-bottom:30px;}table.domain_bundles .bundle_show h4{float:left;color:#08318C;}table.domain_bundles .toggle_table{float:right;margin-right:35px;}table.domain_bundles .arrow_top{background:transparent url(/modules/hosting-common/img/components/domains/arrow_top.gif) no-repeat scroll 0 3px;cursor:pointer;padding-left:15px;}
table.domain_bundles .arrow_down{background:transparent url(/modules/hosting-common/img/components/domains/arrow_down.gif) no-repeat scroll 0 3px;cursor:pointer;padding-left:15px;}table.ergebnis .bundle_choice{width:145px;background-color:#C80000;}table.ergebnis tr td.bundle_no_choice{width:145px;background-color:#B2B2B2;border:1px #B2B2B2;color:#fff;}
table.ergebnis .bundle_choice input{margin:5px 5px 5px 7px;width:14px;height:14px;}table.ergebnis .bundle_choice span{color:#fff;}table.ergebnis .bundle_hint{background-color:#ECEFF4;color:#858F9E;text-align:center;}table.ergebnis .bundle_more{background-color:#fff;color:#294D9B;font-size:1.2em;font-weight:bold;border-top:1px solid #fff;}
table.domain_bundles span.taken{border-top:1px solid #B3C0D5;display:block;padding:8px 0 8px 0;}.db_offer{background-color:#FFE400;color:#E10000;font-size:11px;padding:5px 10px 0 10px;text-align:center;vertical-align:top;border:1px solid #FFC90F;text-align:center;}.no_offer{background-color:#E9E9E9;color:#B2B2B2;font-size:11px;padding:5px 10px 0 10px;text-align:center;vertical-align:top;border:1px solid #999;}
h3.offer{padding-top:5px;margin:0;color:#E10000;font-size:18px;font-weight:bold;height:30px;overflow:hidden;}.no_offer h3.offer{padding:0;margin:0;color:#A1A1A1;font-size:18px;font-weight:bold;height:30px;overflow:hidden;}.domain_bundles span{padding-top:0;line-height:12px;}.domain_bundles span.period{height:33px;display:block;}
.domain_bundles span.strike{background:url(/modules/hosting-common/img/components/domains/strike_yw_big.gif) center no-repeat;color:#000;font-size:16px;line-height:25px;font-weight:bold;text-align:center;display:block;}.no_offer span.strike{background:url(/modules/hosting-common/img/components/domains/strike_no_big.gif) center no-repeat;color:#B2B2B2;}
.db_offer .ht_an,.no_offer .ht_an{font-size:11px;}.db-offer span.strike_tax{color:#000;font-size:12px;}.db_offer span.price,.no_offer span.price{font-size:24px;font-style:italic;font-weight:bold;line-height:26px;display:block;}.domain_bundles span.euro{font-size:20px;font-style:italic;font-weight:bold;}
img.offer{position:absolute;top:57px;left:795px;}body.Typo div.errorbox{position:static;width:630px;margin:0 0 20px 40px;background-color:#FCF8CD;color:#900;text-align:left;padding-left:10px;}body.Typo div.errorbox h3{font-size:14px;}.db-without-top{position:absolute;top:15px;left:720px;}.db-without-top .PfxInputImage{display:block;margin-bottom:20px;}
.db-without-top{text-align:center;}.db-without-bottom{width:780px;padding:20px 0;}.db-without-bottom .PfxInputImage{float:right;}.db-weiter{height:30px;width:690px;}.db-weiter .bt_def_medium{width:142px;margin:0 20px 0 0;}.db_offer-more{color:#E10000;font-size:18px;font-style:italic;padding-top:5px;font-weight:bold;}
@media print{#header-container{display:none!important;}html,body{height:auto!important;margin:0!important;padding:0!important;width:auto!important;}h1.headline-top{background-image:none!important;color:#000!important;padding-left:0!important;text-indent:0!important;}}
.tarifftable{border-collapse:collapse;border-spacing:0;margin:0 0 4px 0;width:100%;}.tarifftable caption{height:0;text-indent:-9999px;}.tarifftable h4{font-weight:bold;}.tarifftable-3col .header-with-button,.tarifftable-4col .header-with-button{float:left;}.tarifftable .btn-new{float:right;position:relative;left:18px;}
.tarifftable tbody tr td,.tarifftable tbody tr th{border-bottom:1px solid #ced6e8;}.tarifftable tbody tr.last-row td,.tarifftable tbody tr.last-row th{border-bottom:0 none;}.tarifftable thead td,.tarifftable tbody th,.tarifftable tbody td{padding:4px 6px;vertical-align:middle;}.tarifftable thead td,.tarifftable tbody td{text-align:center;}
.tarifftable tbody .first-row th,.tarifftable tbody .first-row td{padding-top:12px;}.tarifftable tbody .last-row th,.tarifftable tbody .last-row td{padding-bottom:12px;}.tarifftable tbody th p{font-size:11px;line-height:13px;padding:1px 0 0 0;}.tarifftable tbody th p.clearfix{clear:left;}.tarifftable-3col thead td,.tarifftable-3col tbody td{padding-left:22px;width:217px;}
.tarifftable-3col thead td{background:url(/modules/hosting-common/img/components/tarifftable/bg_3col_top.png) right top no-repeat;}.tarifftable-3col tbody td{background:url(/modules/hosting-common/img/components/tarifftable/bg_3col_middle.png) right top repeat-y;}.tarifftable-3col .last-row td{background:url(/modules/hosting-common/img/components/tarifftable/bg_3col_bottom.png) right bottom no-repeat;}
.tarifftable-3col .btn,.tarifftable-3col .btn-eh{width:132px;}.tarifftable-4col thead td,.tarifftable-4col tbody td{padding-left:22px;width:156px;}.tarifftable-4col thead td{background:url(/modules/hosting-common/img/components/tarifftable/bg_4col_top.png) right top no-repeat;}.tarifftable-4col tbody td{background:url(/modules/hosting-common/img/components/tarifftable/bg_4col_middle.png) right top repeat-y;}
.tarifftable-4col tbody+tbody tr+tr+tr>td{background:url(/modules/hosting-common/img/components/tarifftable/bg_4col_middle_highlight.png) right top repeat-y;}.tarifftable-4col tbody+tbody tr+tr+tr+tr td{background:url(/modules/hosting-common/img/components/tarifftable/bg_4col_middle.png) right top repeat-y;}
.tarifftable-3col tbody td{background:url(/modules/hosting-common/img/components/tarifftable/bg_3col_middle.png) right top repeat-y;}.tarifftable-3col tbody+tbody tr+tr+tr>td{background:url(/modules/hosting-common/img/components/tarifftable/bg_3col_middle_highlight.png) right top repeat-y;}.tarifftable-3col tbody+tbody tr+tr+tr+tr td{background:url(/modules/hosting-common/img/components/tarifftable/bg_3col_middle.png) right top repeat-y;}
.tarifftable-4col .last-row td{background:url(/modules/hosting-common/img/components/tarifftable/bg_4col_bottom.png) right bottom no-repeat;}.tarifftable-4col .btn,.tarifftable-4col .btn-eh{width:108px;}.tarifftable-extension{background:url(/modules/hosting-common/img/components/tarifftable/bg_ext_head_left.png) left top no-repeat;}
.tarifftable-extension thead th{background:url(/modules/hosting-common/img/components/tarifftable/bg_ext_head_right_middle.png) right top no-repeat;height:41px;}.tarifftable-extension thead .first-head th{background:url(/modules/hosting-common/img/components/tarifftable/bg_ext_head_right_top.png) right top no-repeat;}
.tarifftable-extension thead .last-head th{background:url(/modules/hosting-common/img/components/tarifftable/bg_ext_head_right_bottom.png) right top no-repeat;}.tarifftable-extension thead th h3{background-color:#467BB6;color:#fff;display:block;font-size:15px;font-weight:bold;height:41px;line-height:41px;margin:0 9px 0 6px;padding:0;position:relative;text-indent:42px;}
.tarifftable-extension thead th h3 span{cursor:pointer;position:absolute;right:3px;text-indent:-9999px;top:0;width:100%;}.tarifftable-extension thead th h3 span.show{background:transparent url(/modules/hosting-common/img/components/tarifftable/ic_ext_head_open.png) right 0 no-repeat;}.tarifftable-extension thead th h3 span.hide{background:transparent url(/modules/hosting-common/img/components/tarifftable/ic_ext_head_close.png) right 0 no-repeat;}
.tarifftable-extension thead .last-head th h3 span.hide{background:transparent url(/modules/hosting-common/img/components/tarifftable/ic_ext_head_close_last.png) right 0 no-repeat;right:-9px;}.tarifftable-extension-toggle{cursor:pointer;display:block;float:right;font-size:15px;font-weight:bold;height:35px;line-height:35px;margin:12px 0 18px 0;text-align:center;width:720px;}
.tarifftable-extension-toggle span{display:block;color:#fff;text-decoration:underline;}.tarifftable-extension-toggle #showall\.feature{background:transparent url(/modules/hosting-common/img/components/tarifftable/bg_ext_toggle_open.png) right 0 no-repeat;}.tarifftable-extension-toggle #hideall\.feature{background:transparent url(/modules/hosting-common/img/components/tarifftable/bg_ext_toggle_close.png) right 0 no-repeat;}
.tarifftable thead th h4,.tarifftable thead td h3,.tarifftable tbody th h4.hide{text-indent:-9999px;}.tarifftable thead td h3{height:35px;margin:-4px;}.tarifftable thead h3.tariff-dual-basic{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_starter.png) 0 0 no-repeat;margin-bottom:10px;}
.tarifftable thead h3.tariff-dual-basic:hover{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_starter.png) 0 -35px no-repeat;}.tarifftable thead h3.tariff-dual-basic-de{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_starter.png) 0 0 no-repeat;margin-bottom:10px;}
.tarifftable thead h3.tariff-dual-basic-de:hover{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_starter.png) 0 -35px no-repeat;}.tarifftable thead h3.tariff-dual-perfect{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_standard.png) 0 0 no-repeat;margin-bottom:10px;}
.tarifftable thead h3.tariff-dual-perfect:hover{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_standard.png) 0 -35px no-repeat;}.tarifftable thead h3.tariff-dual-advanced{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_unlimited.png) 0 0 no-repeat;margin-bottom:10px;}
.tarifftable thead h3.tariff-dual-advanced:hover{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_unlimited.png) 0 -35px no-repeat;}.tarifftable thead h3.tariff-dual-unlimited{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_business.png) 0 0 no-repeat;margin-bottom:10px;}
.tarifftable thead h3.tariff-dual-unlimited:hover{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_business.png) 0 -35px no-repeat;}.tarifftable thead h3.tariff-smartweb-s{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_smart_s.png) 0 0 no-repeat;position:relative;height:25px;margin-bottom:6px;}
.tarifftable thead h3.tariff-smartweb-s:hover{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_smart_s.png) 0 -35px no-repeat;}.tarifftable thead h3.tariff-smartweb-m{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_smart_m.png) 0 0 no-repeat;position:relative;height:25px;margin-bottom:6px;}
.tarifftable thead h3.tariff-smartweb-m:hover{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_smart_m.png) 0 -35px no-repeat;}.tarifftable thead h3.tariff-smartweb-l{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_smart_l.png) 0 0 no-repeat;position:relative;height:25px;margin-bottom:6px;}
.tarifftable thead h3.tariff-smartweb-l:hover{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_smart_l.png) 0 -35px no-repeat;}.tarifftable thead h3.tariff-smartweb-m_variant{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_smart_m_varb.png) 0 0 no-repeat;}
.tarifftable thead h3.tariff-smartweb-l_variant{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_smart_l_varb.png) 0 0 no-repeat;}.tarifftable thead h3.tariff-dual-basic-de_variant{background:transparent url(/modules/hosting-common/img/components/tarifftable/hl_tariff_dual_b_de_varb.png) 0 0 no-repeat;}
.tarifftable-3col .header-with-button,.tarifftable-4col .header-with-button{float:left;}#content .tarifftable .price-stopper{background:transparent url(/modules/hosting-common/img/components/tarifftable/bg_tariff_price.png) no-repeat 50% 0;height:75px;position:static;padding-top:5px;}#content .tarifftable .price-stopper a.asterisk{position:absolute;top:16px;right:62px;}
#content #asterisk-top-perfect.asterisk,#content #asterisk-top-perfect-windows.asterisk,#content #asterisk-bottom-perfect-windows.asterisk{position:absolute;top:16px;right:62px;}#content .tarifftable .horz-m-price-pretext-cont{font-size:11px;}#content .tarifftable .bg-white-price .price-stopper{background:none;height:55px;}
#content .tarifftable .tarifftable-price-text-above-regular{color:#728ebf;display:block;font-size:14px;font-weight:bold;height:18px;}#content .tarifftable .tarifftable-price-image-above-regular{display:block;left:5px;position:absolute;top:3px;width:100%;z-index:99;}#content .tarifftable .price-stopper.default{background:transparent;height:60px;padding-top:10px;}
#content .tarifftable .price-stopper .frontup-price-button{position:absolute;width:110px;height:65px;top:-5px;left:23px;padding-top:5px;}#content .tarifftable .price-stopper a{border:0;text-decoration:none;}.more-achievement{position:absolute;top:68px;right:-75px;}#tarifftable-extensions{clear:both;display:none;}
.tarifftable-extension h3.webspace{background:#467BB6 url(/modules/hosting-common/img/components/tarifftable/ic_webspace.png) 3px 0 no-repeat;}.tarifftable-extension h3.domains{background:#467BB6 url(/modules/hosting-common/img/components/tarifftable/ic_domains.png) 3px 0 no-repeat;}.tarifftable-extension h3.email{background:#467BB6 url(/modules/hosting-common/img/components/tarifftable/ic_email.png) 3px 0 no-repeat;}
.tarifftable-extension h3.data{background:#467BB6 url(/modules/hosting-common/img/components/tarifftable/ic_data.png) 3px 0 no-repeat;}.tarifftable-extension h3.webdesign{background:#467BB6 url(/modules/hosting-common/img/components/tarifftable/ic_webdesign.png) 3px 0 no-repeat;}.tarifftable-extension h3.marketing{background:#467BB6 url(/modules/hosting-common/img/components/tarifftable/ic_marketing.png) 3px 0 no-repeat;}
.tarifftable-extension h3.security{background:#467BB6 url(/modules/hosting-common/img/components/tarifftable/ic_security.png) 3px 0 no-repeat;}.tarifftable-extension h3.service{background:#467BB6 url(/modules/hosting-common/img/components/tarifftable/ic_service.png) 3px 0 no-repeat;}.tarifftable-extension h3.office{background:#467BB6 url(/modules/hosting-common/img/components/tarifftable/ic_office.png) 3px 0 no-repeat;}
.tarifftable-extension h3.communication{background:#467BB6 url(/modules/hosting-common/img/components/tarifftable/ic_communication.png) 3px 0 no-repeat;}
#support_banner div.support_banner_gfx{width:973px;height:125px;margin:auto;background:url(/modules/hosting-common-en/img/pages/support/supportBannerUS.jpg) no-repeat scroll 25px 0;cursor:pointer;}#support_banner div.support_banner_ca_gfx{width:973px;height:125px;margin:auto;background:url(/modules/hosting-common-en/img/pages/support/supportBannerCA.jpg) no-repeat scroll 25px 0;cursor:pointer;}
.lightbox_content{color:#0A328C;text-align:left;}.lightbox_content .headline{background-color:#C2DDED;height:18px;padding:12px 0 12px 18px;}.lightbox_content h3{color:#0A328C;}.lightbox_content img.lightbox-close{margin-right:-22px;cursor:pointer;height:42px;position:absolute;right:0;top:0;width:42px;}
.lightbox_content .diy-video{padding:18px 0;text-align:center;}.lightbox_content #flashcontainer{overflow:hidden;}

#header #header_nav{width:auto;top:0;line-height:14px;position:absolute;white-space:nowrap;z-index:1000;right:140px;border-bottom:2px solid #000;}#header #header_nav li{background:url(/modules/hosting-common-en/img/components/header/nav_tab_list.jpg) no-repeat scroll right top;float:left;margin-right:0;}
#header #header_nav li.margin{margin-left:20px;}#header_nav li.first_item{border-left:1px solid #000;}#header_nav li.last_item{border-right:2px solid #000;}#header #header_nav li a,#header #header_nav li span.text{background:transparent url(/modules/hosting-common-en/img/components/header/nav_tab_link.jpg) no-repeat scroll left top;margin-left:0;padding:2px 10px 6px 10px;color:#fff;font-weight:bold;}
#header #header_nav li a:hover{color:#0E2E7B;text-decoration:none;background:transparent url(/modules/frontend-skin-thor/img/bg_sprites.gif) repeat-x scroll 0 -140px;}#header #header_nav li.dropdown ul.dropdown{margin-left:-25px;}#header #header_nav li.dropdown ul.dropdown li ul li a{border-bottom:1px solid #EAECF2;color:#516594;margin-left:0;padding:3px 0 3px 10px;font-weight:normal;}
#header #header_nav li.dropdown:hover ul.dropdown,#header #header_nav li.dropdown_hover ul.dropdown{background:#fff;border:1px solid #314165;border-top:none;display:block;left:auto;padding:27px 0 3px 36px;position:absolute;right:-10px;top:22px;}#support{position:absolute;right:20px;color:#fff;}#support span.phone{background:transparent url(/modules/hosting-common-en/img/components/header/ic-phone.png) no-repeat scroll left -4px;padding:2px 0 3px 13px;margin:0;color:#fff;text-align:right;display:block;font-size:12px;}
#support li.phone{padding:1px 4px 5px 18px;color:#fff;font-weight:bold;background:none;text-align:right;font-size:12px;}#header #nav_tabs{left:92px;}#header #nav_tabs li.tabs-home{background:none;float:right;}#header #nav_tabs li.tabs-home a{background:none;}#header #nav_tabs li.tabs-home a:hover{color:#fff;text-decoration:underline;}
#header #nav_tabs li.tabs-home a,#header #nav_tabs li.tabs-home span{font-weight:normal;color:#fff;display:block;padding:3px 10px 4px;}#header #nav_tabs li.rightTab{float:right;}#header #nav_tabs li a.lastLink{padding-right:0;}
body.popup-noframe{background:#FFF url(/modules/hosting-common/img/components/popup/bg_body_popup.gif) repeat-x scroll 0 0!important;}body.FeatureCouponTool #content #popup div.features ul{width:52%;}body.FeatureWebscreen #content #popup div.features ul,body.FeatureFtpBackup #content #popup div.features ul,body.FeatureMarketingCtrGoogleAdWords #content #popup div.features ul{width:45%;}
body.FeatureDreamweaver #content #popup div.features ul{width:32%;}#content #popup h4,#content #popup h5{color:#0A328C;font-size:12px;font-weight:bold;padding:0 0 6px;}#content #popup h3{margin:3px 0 6px;color:#0A328C;}#content #popup h2{margin-bottom:20px;color:#0A328C;}#content #popup ul li{list-style-type:square;line-height:16px;}
#content #popup .performance-upgrade{margin-top:40px;}#content #popup ul.inn-item{margin-left:0;margin-bottom:6px;}#content #popup ul.inn-item li{list-style:none outside none;font-weight:normal;}#content #popup ul.bottom-list-performance{font-weight:bold;}#popup table.standardTable td{padding:5px;}#popup table.standardTable thead td{background-color:#D1E3F9;font-weight:bold;}
#popup table.standardTable tbody th{background-color:#D1E3F9;font-weight:bold;}#popup table.standardTable tbody td{background-color:#E9F0FA;}#content #popup ol,#content #popup ul{color:#0A328C;margin:0 0 25px 15px;padding:0;list-style-type:none;}#content #popup h3+ol li,#content #popup h3+ul li,#content #popup ol li h3+p,#content #popup ul li h3+p{font-weight:normal;}
#content #popup ul.checked{padding:12px 0 24px 12px;}#content #popup ul.checked li{background:transparent url(/modules/hosting-common/img/components/popup/icon_check.gif) no-repeat scroll left 2px;font-weight:bold;list-style-type:none;margin:3px 0 0;padding:6px 0 6px 24px;vertical-align:top;}#content #popup p{color:#0A328C;font-size:12px;font-weight:normal;margin:0;padding:0 0 20px;}
#content #popup ol li.reglist,#content #popup ul li.reglist{background-image:none;font-weight:normal;list-style-type:square;}#content #popup ol li.reglist,#content #popup ul li.reglist,#content #popup ol.reglist li,#content #popup ul.reglist li{background-image:none;font-weight:normal;list-style-type:square;}
#content #popup div.features{margin:12px 0;height:auto;}#content #popup div.features img{float:left;margin-right:24px;z-index:1;}#content #popup div.features a{font-weight:bold;}#content #popup div.features ul{display:table-cell;}#popup .popupNavigation{margin:0;}#content #popup div.popupMainNavigation{clear:both;margin:15px 0;}
#content #popup div.popupMainNavigation ul{border-bottom:2px #2D4A8B solid;height:25px;padding-left:3px;}#content #popup div.popupMainNavigation ul li{background:0 none;float:left;height:12px;line-height:1;list-style-type:none;margin:0;padding:0;}#content #popup div.popupMainNavigation ul li.normal{background:#E3EAF4 url(/modules/hosting-common/img/components/popup/tab_main_inactive_bg.gif) 0 -1px repeat-x;color:#345482;font-weight:normal;padding:6px 3px;}
#content #popup div.popupMainNavigation ul li.normal a{font-weight:normal;color:#345482;text-decoration:none;}#content #popup div.popupMainNavigation ul li.active{background:#2D4A8B url(/modules/hosting-common/img/components/popup/tab_main_active_bg.gif) 0 -1px repeat-x;color:#fff;font-weight:bold;padding:6px 3px;}
#content #popup div.popupMainNavigation ul li.active a{font-weight:bold;color:#fff;text-decoration:none;}#content #popup div.popupMainNavigation ul li.first,#content #popup div.popupMainNavigation ul li.inner{margin-right:3px;}#content #popup .popupSubBorder{display:none;height:0;border-bottom:2px #2D4A8B solid;}
#content #popup div.popupSubNavigation{margin-top:-15px;}#content #popup .popupSubNavigation ul li.normal{background:url(/modules/hosting-common/img/components/popup/tab_sub_arrow.gif) 9px 9px no-repeat;padding:4px 9px 4px 18px;}#content #popup .popupSubNavigation ul li.normal a,#content #popup .popupSubNavigation ul li.normal a{color:#fff;text-decoration:none;}
#content #popup .popupSubNavigation ul li.active{padding:4px 9px 4px 18px;background:url(/modules/hosting-common/img/components/popup/tab_sub_arrow_active.gif) 9px 9px no-repeat;font-weight:bold;}#content #popup .popupSubNavigation ul li.border{background-image:none;margin:0;padding:0;}#content #popup .popupSubNavigation ul li.border img{margin-top:1px;}
#content #popup .rows{color:#0a328c;font-size:1em;margin-top:20px;border-bottom:1px dotted #c2cce2;margin-bottom:20px;}#content #popup .rows h2{font-size:18px;font-weight:normal;margin:12px 0 6px 0;text-transform:none;}#content #popup .rows * .rowcontent{font-size:12px;padding:0 12px;vertical-align:top;}
#content #popup .rowcontent h3{color:#0A328C;}#content #popup .rows * .rowcontent * td{vertical-align:top;line-height:1.2em;}#content #popup .row_grey{border-top:1px dotted #c2cce2;padding-bottom:15px;background-color:#f6f7fb;}#content #popup .row_white{border-top:1px dotted #c2cce2;padding-bottom:12px;background-color:#fff;}
#content #popup .mytoplink{font-size:11px;margin:-12px 12px 0 40px;text-align:right;}#content #popup .popupContentFooter{margin:5px 0 15px;text-align:right;}#content #popup .mytoplink a,#content #popup .mytoplink a:link,#content #popup .mytoplink a:visited,#content #popup .popupContentFooter a,#content #popup .popupContentFooter a:link,#content #popup .popupContentFooter a:visited{background:transparent url(/modules/frontend-skin-odin/img/frontend-skin-odin/popup/icon_top.gif) no-repeat scroll right center;padding-right:15px;}
#flashcontainer{overflow:hidden;}#flashcontent_1,#flashcontent_2{border-style:solid;border-width:1px;padding:1px;vertical-align:middle;width:558px;}#flashcontent_1{border-color:#979797;}#flashcontent_2{border-color:#0A328C;}.flashplayercontrols{background:#fff url(/modules/hosting-common/img/components/flashplayer/player.jpg) no-repeat 0 0;height:59px;margin-bottom:10px;width:562px;}
body.popup #container #content #frame{background-color:transparent;margin:0;position:static;width:auto;}#content #popup ul.noclass{margin:0;}#content #popup ul.noclass li{list-style-type:none;}#content #popup .feature ul,#content #popup .features ul{list-style-type:square;margin:0;}#content #popup div ul.termslist{margin-left:16px;width:500px;}
#content #popup div ul.termslist li.uk_reglist{background-image:none;font-weight:normal;list-style-type:square;}body.popupGruenerStrom #content #popup div.features ul li{font-weight:normal;white-space:normal;}body.popupGruenerStrom #content #popup h2 sub{font-size:.7em;position:relative;top:.25em;}body.popupSharepoint #content #popup img{padding:15px 0;}
body.popupSharepoint #content #popup h2{margin-bottom:0;}body.popupSharepoint #content #popup p{margin-bottom:15px;}body.popupRabattProvisionen #content #popup table{margin-top:20px;width:460px;}body.popupRabattProvisionen #content #popup td.sum{font-weight:bold;text-align:right;}body.popupRabattProvisionen #content #popup td.once{text-align:center;}
body.popupRabattProvisionen #content #popup td.monthly{font-weight:bold;text-align:center;}body.popupRabattProvisionen #content #popup .rabattHinweis{font-size:11px;margin-top:10px;}body.popupPrint #content #popup h1.headline-top{background-image:url(/modules/hosting-common-en/img/pages/costs/h1_costs.png);}
body.popupPrint #content #popup div.order_submit{margin-left:605px;float:left;text-align:left;}body.popupPrices #content #popup h2,body.popupPricesCC1 #content #popup h2,body.popupPricesCC2 #content #popup h2,body.popupExchangeReasons #content #popup h2,body.popupTrust #content #popup h2,body.WpIpaymentPopupSafety #content #popup h2{margin:10px 0 5px;}
body.popupPrices #content #popup table,body.popupPricesCC1 #content #popup table,body.popupPricesCC2 #content #popup table,body.popupIpaymentPricelist #content #popup table{width:465px;}body.popupPeriod #content #popup table{margin-bottom:30px;width:500px;}body.popupPeriod #content #popup .interval{vertical-align:middle;}
body.FeatureMailXchangeFairPrice #content #popup div.discountLevel{height:350px;}body.FeatureMailXchangeFairPrice #content #popup div.discountLevel img.discountLevel{float:left;margin-right:40px;}body.FeatureMailXchangeFairPrice #content #popup div.discountLevel div.discountLevelExplanation{color:#0A328C;float:left;font-size:13px;padding-bottom:10px;width:300px;}
body.popupMailXchangeReference #content #popup .customer{margin-top:30px;}body.popupMailXchangeReference #content #popup .customer img{float:left;margin-right:20px;padding-bottom:60px;}body.popupMailXchangeReference #content #popup p.text{float:left;width:380px;}body.FeatureMailXchangeMoreInfo #content #popup div.features ul li{background:none;}
body.FeatureMailXchangeMoreInfo #content #popup div.intro{height:200px;margin-top:0;}body.FeatureMailXchangeMoreInfo #content #popup div.intro div.features{float:left;width:250px;}body.FeatureMailXchangeMoreInfo #content #popup div.intro div.features ul.extra{width:250px;}body.FeatureMailXchangeMoreInfo #content #popup div.intro div.features ul.extra li{background:none;height:25px;padding:4px 0 0;white-space:nowrap;}
body.FeatureMailXchangeMoreInfo #content #popup div.intro div.features ul.extra li a,body.FeatureMailXchangeMoreInfo #content #popup div.intro div.features ul.extra li a:link,body.FeatureMailXchangeMoreInfo #content #popup div.intro div.features ul.extra li a:visited{color:#900;}body.FeatureMailXchangeMoreInfo #content #popup div.intro div.features ul.extra li a img{margin:-6px 5px 0 0;}
body.FeatureMailXchangeMoreInfo #content #popup div.rowcontent div.imgcontainer{margin:0 -15px 15px 30px;}body.FeatureMailXchangeMoreInfo #content #popup div.rowcontent div.imgcontainer img.thumbnail{border:0;margin-bottom:5px;width:150px;}body.FeatureMailXchangeMoreInfo #content #popup div.rowcontent div.imgcontainer img.zoom{float:left;margin-right:8px;}
body.FeatureMailXchangeSavingsCalc #content #popup #captionxchange ul li{line-height:1.2em;}body.popupLocalSubmission #content #popup div.features{height:350px;}body.popupInfoContact #box_newcustomer{left:12px;position:absolute;top:8px;width:286px;z-index:5;}body.popupInfoContact #box_oldcustomer{left:334px;position:absolute;top:8px;width:278px;z-index:6;}
body.popupInfoContact #content #popup #box_newcustomer h3,body.popupInfoContact #content #popup #box_oldcustomer h3{margin:0 0 10px;}body.popupInfoContact #content #popup #box_newcustomer h4,body.popupInfoContact #content #popup #box_oldcustomer h4{font-size:12px;font-weight:bold;margin:0;padding:0 0 2px;}
body.popupInfoContact #content #popup #content_container .addition,body.popupInfoContact #content #popup #content_container h4 span{font-size:11px;font-weight:normal;margin-left:4px;}body.popupInfoContact #content #popup #content_container p.footnote{display:block;font-size:11px;left:5px;margin:0;position:absolute;top:300px;z-index:9;}
body.popupInfoContact #content #content_container h2{font-size:26px;font-weight:bold;margin:0;padding:0;}body.popupInfoContact #content #content_container .bar{border-top:1px solid #BEC1E4;padding-top:5px;}body.popupInfoContact #content #content_container p{font-size:11px;font-weight:normal;padding-bottom:10px;}
body.popupInfoContact #content #content_container .topspace{margin-top:4px;}body.popupWebsiteMagazine img.main-vis{margin-left:-24px;margin-bottom:30px;}body.popupWebsiteMagazine .awards-link{position:absolute;top:155px;left:580px;text-align:center;}body.popupWebsiteMagazine .vis-wired-cover{margin-left:0;}
#content #popup p+h4{margin-top:15px;}.popupMainNavigationContainer{margin-left:-15px;}.noBorder{border:0!important;}.practicalExample{background-color:#f3f7fc;color:#0B2C75;margin-bottom:50px;padding:10px;}.practicalExample img.customerPhoto{float:left;}.practicalExample blockquote{color:inherit;margin-left:90px;}
.practicalExample cite{display:block;margin:10px 0 10px 90px;}#content #popup .practicalExample h3{margin-top:0;}.practicalExample .screenshots{margin-left:90px;}.practicalExample .screenshots img{display:block;margin-bottom:10px;}#functionListWebtools img{float:left;}#content #popup #functionListWebtools p{border:0 none;margin:8px 10px 10px 40px;padding:0;}
#content #popup #iframeContainerGallery{border-color:#2d4a8b;border-style:solid;border-width:0 2px 2px;}#content #popup .popupSubNavigation ul,#content #popup .popupSubNavigation ul li{list-style-type:none!important;}#content #popup .popupSubNavigation li.active a,#content #popup .popupSubNavigation li.active a:link,#content #popup .popupSubNavigation li.active a:visited{color:#fff;text-decoration:none;}
#content #popup ol.pdfToWebsite{list-style-type:none;margin-left:0;padding-left:0;}#content #popup .pdfToWebsite li{border:1px solid #d9dced;display:block;float:left;list-style-type:none;margin:0 10px 0 0;padding:4px 20px;text-align:center;width:120px;}#content #popup .pdfToWebsite li strong{white-space:nowrap;}
#content #popup .subline{height:110px;}#content #popup #clearfooter{clear:both;height:50px;}#content #popup a.newline{font-weight:bold;display:block;margin-top:10px;}#content #popup .toplink{clear:both;font-size:11px;margin:20px 20px 0 0;text-align:right;}#content #popup .toplink a{color:#900;font-size:11px;padding:0 3px 0 5px;}
#content #popup .toplink img{border:0;}#content #popup .footertext{color:#0A328C;font-size:10px;margin:40px 40px 0 40px;}#content #popup #popupfooter{background-color:#0A328C;clear:both;font-family:Arial,Verdana,Helvetica,sans-serif;height:24px;margin-top:65px;position:relative;}#content #popup #popupfooter a{color:#fff;float:right;font-size:12px;padding:5px 10px 0 0;}
#content #popup #popupfooter img{left:50%;margin-left:-15px;position:absolute;top:-20px;}#content #popup .head_icon{color:#0A328C;font-size:12pt;font-style:italic;font-weight:bold;padding:0 0 10px 0;vertical-align:text-bottom;}#content #popup #popup_cc{background-color:#F3F7FC;margin-top:25px;padding:15px;text-align:left;}
#content #popup #popup_cc img{float:left;margin-right:15px;}#content #popup table.standard{border:none;margin:10px 0;padding:0;}#content #popup table.standard th,#content #popup table.standard td{border-color:#fff;border-style:solid;border-width:0 1px 1px 0;color:#0c2574;font-size:12px;padding:2px 4px;text-align:left;}
#content #popup table.standard thead td,#content #popup table.standard thead th{background-color:#c9d9f3;font-weight:bold;}#content #popup table.standard tbody td{font-weight:normal;}#content #popup table.standard thead th{font-weight:bold;}#content #popup table.standard tbody tr.dark td,#content #popup table.standard tbody tr.dark th{background-color:#e9f0fa;}
#content #popup table.standard tbody tr.bright td,#content #popup table.standard tbody tr.bright th{background-color:#f1f6fe;}#content #popup #feature_wh{margin:0;}#content #popup #feature_wh table{margin:0;padding:0;width:530px;}#content #popup #feature_wh table .featureHead{background-color:#fff;border-bottom:1px #FFF solid;color:#294D9B;font-size:12pt;font-style:italic;font-weight:bold;padding-top:5px;vertical-align:middle;}
#content #popup #feature_wh tr:hover{background:#CFDBF1;}#content #popup #feature_wh table .text{padding:3px 5px 5px 5px;color:#0B3997;font-size:9pt;font-weight:bold;background-color:#DEE6F6;border-right:1px #FFF solid;border-bottom:1px #91A8C8 solid;width:400px;}#content #popup #feature_wh table .text a{color:#0B3997;font-weight:bold;text-decoration:underline;}
#content #popup #feature_wh table .detail{color:#0B3997;text-align:left;vertical-align:middle;background-color:#CDD9F0;border-right:1px #91A8C8 solid;border-bottom:1px #91A8C8 solid;border-left:1px #91A8C8 solid;width:130px;padding:3px 0 5px 5px;}#content #popup #marketingpackage{width:542px;height:100px;margin-bottom:20px;}
#content #popup #marketingpackage .price{float:left;width:170px;border:solid #ce1018 2px;padding:10px 0 10px 0;text-align:center;line-height:12pt;margin-bottom:20px;}#content #popup .comptable{border-collapse:collapse;font-size:12px;color:#0A328C;}#content #popup .comptable th.stamp{vertical-align:middle;text-align:center;border:0 solid;width:180px;}
#content #popup .comptable th.stamp img{vertical-align:middle;margin:0;padding:0;}#content #popup .comptable th.logo{padding:0;text-align:center;margin:0;vertical-align:middle;height:95px;border-bottom:1px solid #fff;background:#0a328c;}#content #popup .comptable th.logo img{vertical-align:middle;margin:0;padding:0;}
#content #popup .comptable td,#content #popup .comptable th{padding:3px;border:1px #0A328C solid;}#content #popup .comptable td.left{background:#fff;text-align:left;width:180px;vertical-align:middle;border-left:2px #0A328C solid;}#content #popup .comptable td.left-top{border-top:2px #0A328C solid;border-right:2px #0A328C solid;border-left:2px #0A328C solid;background-color:#fff;color:#000;font-size:1.2em;}
#content #popup .comptable td.left-bottom{background:#fff;text-align:left;width:180px;vertical-align:middle;border-bottom:2px #0A328C solid;border-left:2px #0A328C solid;font-size:20px;font-weight:bold;}#content #popup .comptable td.left-top .highlight{font-size:14px;font-weight:bold;}#content #popup .comptable td.left-top-grey{border-top:2px #0A328C solid;border-right:2px #0A328C solid;background-color:#c00;color:#000;font-size:1.2em;}
#content #popup .comptable .mid{background:#fff;text-align:center;vertical-align:middle;width:126px;}#content #popup .comptable .mid_top{vertical-align:bottom;text-align:center;font-weight:bold;border:0 solid;width:126px;}#content #popup .comptable .mid .strong,#content #popup .comptable .yel .strong{font-size:14px;font-weight:bold;}
#content #popup .comptable .yel .small{font-weight:normal;font-size:11px;}#content #popup .comptable .mid .mid-red{color:#c00;font-weight:bold;}#content #popup .comptable .mid-price{background:#fff;text-align:center;vertical-align:middle;width:126px;font-size:20px;font-weight:bold;}#content #popup .comptable .mid-top{vertical-align:bottom;border:0 solid;width:126px;font-weight:bold;}
#content #popup .comptable .right{background:#fff;text-align:center;vertical-align:middle;border-right:2px #0A328C solid;}#content #popup .comptable .right-price{font-size:20px;font-weight:bold;vertical-align:middle;background:#fff;text-align:center;border-right:2px #0A328C solid;}#content #popup .comptable .blue{background:#eee;text-align:center;font-weight:bold;vertical-align:middle;}
#content #popup .comptable td.grey{background:#eee;border-top:2px #0A328C solid;text-align:center;font-weight:bold;vertical-align:middle;}#content #popup .comptable th.grey{background:#eee;border-top:2px #0A328C solid;border-left:2px #0A328C solid;border-right:2px #0A328C solid;text-align:left;font-weight:bold;vertical-align:middle;}
#content #popup .comptable .grey-right{background:#eee;border-right:2px #0A328C solid;border-top:2px #0A328C solid;text-align:center;font-weight:bold;vertical-align:middle;}#content #popup .comptable .yel{background:#0A328C;text-align:center;font-weight:bold;color:#fff;vertical-align:middle;border-top:1px #c0d5f0 solid;border-bottom:1px #c0d5f0 solid;}
#content #popup .comptable td.highlight{height:15px;background:#CC0200;text-align:center;font-weight:bold;color:#fff;vertical-align:middle;border-top:2px #c0d5f0 solid;border-bottom:1px #c0d5f0 solid;}#content #popup .comptable td.top-grey{border-left:none;background-color:#D2D2D2;color:#000;border-top:2px #0A328C solid;text-align:center;}
#content #popup .comptable .price{background:#fff;text-align:center;font-weight:bold;color:#cc0200;vertical-align:text-top;border:1px #0A328C solid;}#content #popup .comptable .price-highlight{font-size:20px;font-weight:bold;text-align:center;vertical-align:middle;background:#CC0200 none repeat scroll 0;color:#FFF;}
#content #popup .comptable .special{font-size:15px;color:#FFED00;background:#cc0200;text-align:center;font-weight:bold;vertical-align:middle;border:1px #0A328C solid;}#content #popup .comptable .special-left{border-left:2px #0A328C solid;text-align:left;color:#FFED00;background:#cc0200;font-weight:bold;font-size:15px;vertical-align:middle;}
#content #popup .comptable .special-left-white{color:#fff;border-left:2px #0A328C solid;text-align:left;background:#cc0200;font-weight:bold;font-size:18px;vertical-align:middle;}#content #popup .comptable .yelbottom{background:#0A328C;font-weight:bold;color:#fff;text-align:center;font-size:13px;padding:15px 0;vertical-align:middle;}
#content #popup .comptable .red{background:#c00;text-align:center;color:#fff;font-weight:bold;vertical-align:middle;border-top:1px #c0d5f0 solid;border-bottom:1px #c0d5f0 solid;}#content #popup .comptable .redbox{color:#fff;background:#c00;padding:0 2px;}#content #popup .comptable .bottom{border-bottom:2px #0A328C solid;}
#content #popup .comptable .highlight_red{color:#c00;font-weight:bold;}#content #popup .comptable_voucher{border-collapse:collapse;}#content #popup .comptable_voucher td.highlight{background:#CC0200;text-align:left;font-weight:bold;color:#fff;vertical-align:middle;border:1px #0A328C solid;padding:2px;}
#content #popup .comptable_voucher td.blue_left{background:#0A328C;text-align:left;font-weight:bold;color:#fff;vertical-align:middle;border-right:1px #c0d5f0 solid;border-top:1px #c0d5f0 solid;border-bottom:1px #c0d5f0 solid;border-left:1px #0A328C solid;padding:2px;}#content #popup .comptable_voucher td.blue_right{background:#0A328C;text-align:left;font-weight:bold;color:#fff;vertical-align:middle;border:1px #c0d5f0 solid;padding:2px;}
#content #popup .comptable .center{text-align:center;}#content #popup .comptable .bottom-grey{font-size:18px;font-weight:bold;border-bottom:2px #0A328C solid;background:#DCDCDC;text-align:center;}#content #popup .comptable tr.blank{height:20px;}#content #popup .comptable tr.blank td{border:0;}#content #popup .comptable .right-border{border-right:2px #0A328C solid;}
body.popupCompDomains h2.headline-top{background:url(/modules/hosting-common-en/img/pages/popupCompDomains/h2_compare.png) no-repeat;height:30px;}#content #popup table.comptable_domain{background:url(/modules/hosting-common-en/img/pages/popupCompDomains/bg_gradient.png) 100px 0;background-repeat:no-repeat;color:#0a328c;font-size:16px;border-collapse:collapse;clear:both;}
#content #popup table.comptable_domain tr td{border-bottom:1px solid #abbad8;height:44px;text-align:center;vertical-align:middle;}#content #popup table.comptable_domain td.tld{font-weight:bold;width:100px;text-align:left;}#content #popup table.comptable_domain td.blue{color:#0A328C;font-weight:bold;width:156px;}
#content #popup table.comptable_domain .striked-price-text{color:#819dc7;display:block;font-size:12px;font-weight:bold;height:18px;text-align:left;}#content #popup table.comptable_domain .strike-img{display:block;position:relative;top:-15px;width:100%;z-index:99;}#content #popup table.comptable_domain .reduced-price{position:relative;top:-10px;}
#content #popup table.comptable_domain td.compare{font-weight:bold;width:170px;}#content #popup table.comptable_domain tr.small{font-size:13px;}#content #popup .voucher td.yel{text-align:left;border:1px solid #000;}#content #popup .tb_table_new td,#content #popup .tb_table_new th{padding:2px 5px;color:#0c2574;font-size:.9em;border-style:solid;border-width:2px 2px 0 0;border-color:#fff;}
#content #popup .tb_head_new,#content #popup .tb_table_new th{padding:2px 5px;color:#0c2574;font-size:1.0em;background-color:#c9d9f3;font-weight:bold;}#content #popup .tb_table_new .tb_odd,#content #popup .tb_head_new .tb_odd{background-color:#e9f0fa;text-align:left;}#content #popup .tb_table_new .tb_even,#content #popup .tb_head_new .tb_even{background-color:#f1f6fe;text-align:left;}
#content #popup .tb_table tr th{font-weight:bold;}#content #popup tr.tb_odd td,#content #popup tr.tb_even td{border-top:2px solid #fff;text-align:left;}#content #popup div.box{clear:left;display:block;padding-top:30px;}#content #popup hr{border-bottom:1px dotted #0A328C;border-top:0 none;clear:both;height:1px;margin:5px 0 10px 10px;padding:0;text-align:left;width:550px;}
#content #popup div.box div.bild{float:left;width:170px;text-align:center;}#content #popup div.box div.bild a{color:#666;font-size:12px;text-decoration:none;}#content #popup div.box div.description{float:left;width:390px;min-height:100px;}#content #popup div.box div.description p{padding:0 0 0 10px;}
#content #popup div.box div.description ul li{font-size:12px;}#content #popup div.print_orderbox div.container_form ul{padding:0 0 0 30px;}#content #popup div.print_orderbox{margin:30px 0;}#content #popup div.print_orderbox h2{font-size:1.2em;padding-left:13px;font-weight:bold;margin:15px 0 10px 0;}
#content #popup div.print_orderbox div.container_form ul li div.left,#content #popup div.print_orderbox div.container_form ul li div.right{float:left;}#content #popup div.print_orderbox div.container_form ul li div.left{width:200px;}#content #popup div.phoneauthcode{padding:0 0 10px 13px;}#content #popup div.order_submit{width:533px!important;text-align:right;margin-top:2px;}
#content #popup div.container_box{width:520px!important;background-color:#C0D5F0;border-bottom:1px solid #99A7C8;border-right:1px solid #99A7C8;padding:12px 6px 7px;table-layout:fixed;}#content #popup div.container_box div.error{color:#DD1B24;}#content #popup div.container_box h3{font-size:16px;color:#000;}
#content #popup div.container_box ul li{list-style-type:none;}#content #popup div.container_box small{font-size:11px;}#content #popup div.container_box ul li div.left label.text{font-size:13px;color:#000!important;}#content #popup div.container_box ul li div.left{width:160px!important;float:left;}#content #popup div.container_box ul li div.right{width:300px!important;color:#0A328C;float:left;}
#content #popup .content .orderbox,#content #popup .content .orderbox th.noBorderLeft,#content #popup .content .orderbox th.noBorderRight{background-color:#fff!important;}#content #popup .orderbox{margin-left:12px!important;padding-top:0!important;}#lightbox{background-color:#eee;padding:10px;border:1px solid #BFC8DC;}
#lightboxDetails{font-family:arial;font-size:11px;padding-top:.4em;}#lightboxCaption{float:left;}#keyboardMsg{float:right;font-family:arial;font-size:11px;}#closeButton{top:5px;right:5px;}#lightbox img{border:none;clear:both;}#overlay img{border:none;}#overlay{background-image:url(/modules/hosting-common/img/components/lightbox/overlay.png);}
#content #popup div.imgcontainer a{text-decoration:underline;color:#0A328C;}#content #popup div.imgcontainer a:visited{text-decoration:underline;color:#0A328C;}#content #popup div.imgcontainer a:hover{text-decoration:none;color:#667AA6;}#content #popup a.mx_anchors{text-decoration:underline;color:#900;font-weight:bold;}
#content #popup div.mytoplink a.mx_anchors{font-weight:normal;}#content #popup h4.captionhead_left{font-size:14px;font-weight:bold;padding-left:3px;height:26px;line-height:26px;border-bottom:1px solid #99a6c8;margin-right:12px;}#content #popup h4.captionhead_right{font-size:14px;font-weight:bold;padding-left:3px;height:26px;line-height:26px;border-bottom:1px solid #99a6c8;margin-left:10px;}
#content #popup #captionxchange{width:675px;line-height:14px;}#content #popup #captionxchange #xchange{margin:0;padding:0;}#content #popup #captionxchange #inhouse{margin:0;padding:0;}#content #popup #captionxchange #xchange li,#content #popup #captionxchange #inhouse li{padding:3px 0 0 35px;font-size:11px;}
#content #popup #xchangebox_right{width:337px;float:left;}#content #popup #xchangebox_left{width:337px;float:left;}#content #popup #xchange li{margin:0;height:28px;background-image:url(/modules/hosting-common/img/components/popup/icon_checkbox.jpg);background-repeat:no-repeat;list-style:none;}#content #popup #xchange li.x_blue{margin:0;height:18px;background-image:url(/modules/hosting-common/img/components/popup/icon_checkbox_dark.jpg);background-repeat:no-repeat;list-style:none;}
#content #popup #inhouse li{margin:0;height:28px;background-image:url(/modules/hosting-common/img/components/popup/icon_radiobutton.jpg);background-repeat:no-repeat;list-style:none;}#content #popup #inhouse li.x_blue{margin:0;height:18px;background-image:url(/modules/hosting-common/img/components/popup/icon_radiobutton_dark.jpg);background-repeat:no-repeat;list-style:none;}
#content #popup .x_blue{background-color:#f4f7fc;}#content #popup .usersAmount{color:red;}#content #popup #OSpopup .topic{margin:0 35px 30px 35px;border-bottom:1px #ccc solid;padding-bottom:20px;}#content #popup #OSpopup .topic p{font-size:12px;color:#0A328C;line-height:16px;}#content #popup #OSpopup .topic img.left{float:left;}
#content #popup #OSpopup .topic img.right{float:right;}#content #popup #OSpopup .topic h3{font-size:16px;font-weight:bold;}#content #popup #OSpopup .topic h4{font-size:12px;font-weight:bold;padding-top:6px;}#content #popup #OSpopup .text{margin-left:120px;}#content #popup #OSpopup ul{margin:5px 0 10px 0;padding:0;font-size:12px;color:#0A328C;line-height:16px;}
#content #popup #OSpopup ul li{list-style-type:none;background:url(/modules/hosting-common/img/components/popup/intro_check.gif) no-repeat;margin:2px 0 2px 0;padding:1px 0 0 22px;}#content #popup #OSpopup ul li span.red{color:red;}#content #popup #OSpopup ul li span.small{font-size:11px;}#content #popup div.popupnavi ul{margin:0 0 25px 0;}
.popup-up{text-align:right;}.popup-up a img{padding-left:4px;}#content #popup img.float-right{float:right;margin-left:20px;}#content #popup img.float-left{float:left;margin-right:10px;}.popup sup.bigger_sup{font-size:90%;}table.linux-windows{width:600px;color:#0B3997;border:1px solid #C9D9F3;}table.linux-windows th.headline{font-weight:bold;font-size:16px;padding:0;margin:0;text-align:left;}
table.linux-windows th.first_column{width:350px;}table.linux-windows th.subline{font-weight:bold;font-size:12px;background:#c9d9f3;text-align:left;border:1px solid #fff;height:20px!important;}table.linux-windows th.subline_left{font-weight:bold;font-size:12px;background:#c9d9f3;width:100px;text-align:left;border:1px solid #fff;height:20px!important;}
table.linux-windows th.header{width:300px;text-align:left;}table.linux-windows th.blank{width:130px;}table.linux-windows td,table.linux-windows th{padding:3px;}table.linux-windows td.category{background:#c9d9f3;border:1px solid #fff;}table.linux-windows td.category_blank{background:#c9d9f3;border:1px solid #fff;}
table.linux-windows td.subcategory{background:#e9f0fa;border:1px solid #fff;}table.linux-windows td.subcategory_light{background:#f1f6fe;border:1px solid #fff;}table.linux-windows td.center{text-align:center;}#content #popup ul.bullets_tc{list-style-type:square;margin-left:15px;margin:0;}body.FeatureSite-buildingElements img.sample_forms{float:left;padding:0 15px 20px 0;}
body.Moneyback #content #popup ul.squares li{background:none;font-weight:bold;list-style-type:square;margin-left:15px;padding:0 0 6px;}.FeatureSite-buildingStarterSoftware #content #popup div.features ul li,.FeatureSite-buildingPremiumSoftware #content #popup div.features ul li,.FeatureSite-buildingPremiumSoftware #content #popup ul li{background:none;list-style-type:square;padding-left:5px;}
.FeatureSite-buildingStarterSoftware #content #popup div.list ul li{background:none;list-style-type:none;padding-left:0;}.FeatureSite-buildingStarterSoftware #content #popup ul li{background:none;list-style-type:square;padding-left:5px;}body.FeatureSite-buildingStarterSoftware #content #popup .extra,body.FeatureSite-buildingPremiumSoftware #content #popup .extra{margin:1px 0 0 24px;padding:18px 0 6px 12px;}
body.FeatureSite-buildingStarterSoftware #content #popup div.features ul li,body.FeatureSite-buildingPremiumSoftware #content #popup div.features ul li{background:none;}body.HostingDevSoftware #content #popup div.popupMainNavigation ul,body.FeatureSite-buildingSoftware #content #popup div.popupMainNavigation ul{margin-left:0;}
body.FeatureSite-buildingStarterSoftware #content #popup,body.FeatureSite-buildingPremiumSoftware #content #popup{padding:0;}body.FeatureSite-buildingStarterSoftware #content #popup h1,body.FeatureSite-buildingPremiumSoftware #content #popup h1{margin:1px 0 0 24px;padding:18px 0 15px 58px;}body.FeatureSite-buildingPremiumSoftware div.popupMainNavigation,body.FeatureSite-buildingStarterSoftware div.popupMainNavigation{padding-left:14px;}
.FeatureServerRootPleskPP ul.footnote{font-size:10px;}.FeatureServerRootPleskPP #content #popup ul li.square,.FeatureServerWinPleskPP #content #popup ul li.square{background:none;list-style-type:square;padding:0;}body.popupInternationalCustomers{background:none!important;}body.popupInternationalCustomers #content #popup{padding:0;}
body.popupGreenPower #content #popup{background:url(/modules/hosting-common-en/img/pages/popupGreenPower/bg_greenpower.jpg) left 125px no-repeat;}body.popupGreenPower #content #popup div.features{margin:140px 0 10px 0;}body.popupGreenPower #content #popup div.features ul,body.popupGreenPower #content #popup h2{width:545px;}
body.popupGreenPower #content #popup #poweredBy{background:url(/modules/hosting-common-en/img/pages/popupGreenPower/bg_poweredby.jpg) no-repeat;padding:5px 0 0 157px;width:405px;height:95px;margin-top:30px;}.popupSymantec strong.new{color:#e21e22;}body.FeatureSite-buildingWsb #content #popup .tb_table_new .center,body.FeatureSite-buildingDsc #content #popup .tb_table_new .center{text-align:center;}
body.FeatureSite-buildingElements img.sample_forms{float:left;padding:0 15px 20px 0;}body.popupLocalSubmission #content #popup{background:url(/modules/hosting-common-en/img/pages/popupLocalSubmission/localsubmission.jpg) no-repeat 0 80px;}body.popupLocalSubmission #content #popup div.features ul{padding:35px 0 0 390px;list-style-type:square;}
body.popupLocalSubmission #content #popup div.features ul li{font-weight:normal;background-image:none;width:300px;list-style-type:square;margin:0;padding:3px 0 9px 3px;}#NewServiceContent div.ContentBox div.textbox{color:#0A328C;left:158px;line-height:15px;position:relative;top:40px;width:435px;}#NewServiceContent div.intProd-left{padding:3px 5px 0 0;float:left;width:210px;}
#NewServiceContent div.ContentBox .textbox p{padding-bottom:5px!important;}#NewServiceContent div.ContentBox .textbox h4{margin:0!important;padding-bottom:3px!important;}#NewServiceContent div.ContentBox div.flagbox{width:440px;margin:50px 0 10px 158px;font-size:11px;}#NewServiceContent div.ContentBox div.flagbox div{float:left;margin-right:30px;color:#0A328C;}
#NewServiceContent div.ContentBox div.flagbox div.last-flag{margin-right:0;}#NewServiceContent div.ContentBox div.flagbox div img{margin-right:5px;}#NewServiceContent div.ContentBox .textbox ul{margin:3px 0 3px 15px!important;}#NewServiceContent div.ContentBox .textbox a,#NewServiceContent div.ContentBox .flagbox a{color:#900;}
#standardcart{background-color:#FFF;border-left:1px solid #9DAACC;border-top:1px solid #9DAACC;color:#0A328C;display:block;margin-top:20px;width:550px;}#standardcart thead th.head_desc,#addons thead th.head_desc{width:324px;}#standardcart thead th,#addons thead th{background-color:#D8E2F2;border-right:1px solid #9DAACC;}
#standardcart th,#addons th{font-size:14px;font-weight:bold;}#standardcart th,#standardcart td,#sedo th,#sedo td{border-bottom:1px solid #9DAACC;padding:6px 4px 8px;text-align:left;vertical-align:middle;}.popupFees .tb_table{margin:-10px 0 20px;}.popupFees #content .tb_table th{background-color:#C9D9F3;color:#0C2574;font-size:1em;font-weight:bold;padding:2px 5px;}
.popupFees #content .tb_table td,.popupFees #content .tb_table th{border:1px solid #FFF;color:#0C2574;font-size:.9em;padding:2px 5px;}#newcart th{color:#000;font-size:11px;font-weight:bold;text-align:left;}#newcart th,#newcart td{border-bottom:1px solid #9DAACC;border-right:1px solid #9DAACC;padding:2px 3px;vertical-align:middle;}
.popupTcPdr #content #popup h1{margin-bottom:0;margin-left:24px;}.popupTcPdr #content #popup{padding:0;}.popupTcPdr #content #popup .content-rightpos{margin:-30px 0 65px 0;position:relative;width:625px;}.popupTcPdr #content-bottom{margin:0;}.center{text-align:center!important;}.noBorderBottom{border-bottom-width:0!important;}
.noBorderLeft{border-left-width:0!important;}.noBorderRight{border-right-width:0!important;}.noBorderTop{border-top-width:0!important;}.borderTop{border-top:1px solid #9DAACC;}#content .tb_odd{background-color:#E9F0FA;text-align:left;}#content .tb_even{background-color:#F1F6FE;text-align:left;}* html #content #popup div.features{height:1%;}
* html #content #popup div.features ul{display:inline-block;}#content div.contentFrame .content .box:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#content div.contentFrame .content .box div.text,#popup div.contentFrame .content .box div.text{float:none;font-size:.9em;margin-left:130px;padding:10px 8px;width:428px;}
#content div.contentFrame .content{margin:0 17px 0 18px;}#content div.contentFrame .content .box,#popup div.contentFrame .content .box{border-color:#FFF #BDC6DE #BDC6DE #FFFFFF;border-style:solid;border-width:1px;margin-bottom:22px;width:auto;}#content div.contentFrame .content .box{display:block;}#content div.contentFrame .content .box{background:none repeat scroll 0 0 #D1E3F9;}
body.TellAFriend .errorbox{width:518px;}body.TellAFriendDone img{float:left;padding-right:10px;}body.FeatureDomainPdr #content #popup table{width:460px;}body.FeatureDomainPdr #content #popup p{font-size:11px;padding:0;}body.popupDetailsSem #popup{background:url(/modules/hosting-common/img/pages/SearchEngineMarketing/bg_google_sem.jpg) no-repeat scroll 0 59px transparent;}
body.FeatureMerchantAccount .comptable{width:520px;}body.FeatureMerchantAccount .col2{width:200px;}body.TellAFriend .btn{margin:0 28px 0 340px;}body.popupInternationalCustomers .box1{height:71px;background:url(/modules/hosting-common-en/img/pages/popupInternationalCustomers/int_cust_header.jpg) no-repeat;}
body.popupInternationalCustomers .box2{height:242px;background:url(/modules/hosting-common-en/img/pages/popupInternationalCustomers/int_cust_box1.gif) no-repeat;}body.popupInternationalCustomers .box3{height:740px;background:url(/modules/hosting-common-en/img/pages/popupInternationalCustomers/int_cust_box2b.jpg) no-repeat;}
body.popupInternationalCustomers .box4{height:312px;background:url(/modules/hosting-common-en/img/pages/popupInternationalCustomers/int_cust_box3.gif) no-repeat;}body.popupInternationalCustomers .converter{position:relative;width:431px;height:80px;background-repeat:no-repeat;background-image:url(/modules/hosting-common-en/img/pages/popupInternationalCustomers/int_cust_box_conv.jpg);margin-top:10px;}
body.popupInternationalCustomers .innerbox{padding-left:82px;padding-top:8px;}body.popupInternationalCustomers .servers{float:left;width:220px;margin-top:15px;}body.DomainOwnerContact .button{margin:25px 0 15px 340px;}body.popupCompPricesHosting .compairPricesHeader{margin-top:50px;}body.popupCompPricesHosting .compairPricesHeader sup,body.popupCompPricesHosting .yellowbg sup{font-size:80%;}
body.popupCompPricesHosting .compairPricesHeader th img.six-months-offer{position:absolute;top:74px;}body.popupCompPricesHosting .compairPricesHeader th span{position:absolute;}body.popupCompPricesHosting .compairPricesTable,body.popupCompPricesHosting .compairPricesHeader{width:600px;}body.popupCompPricesHosting .compairPricesHeader th,body.popupCompPricesHosting .compairPricesTable th,body.popupCompPricesHosting .compairPricesTable td{width:150px;height:40px;}
body.popupCompPricesHosting #content #popup .compairPricesHeader th{height:20px;}body.popupCompPricesHosting #content #popup .compairPricesHeader .logo{padding:6px 0 0;}body.popupCompPricesHosting .compairPricesTable th,body.popupCompPricesHosting .compairPricesHeader th{vertical-align:bottom;}body.popupCompPricesHosting .compairPricesTable th{background-color:#0A328C;}
body.popupCompPricesHosting #content #popup h3{font-size:15px;margin-bottom:0;}body.popupCompPricesHosting #content #popup .compairPricesTable h3{color:#FFF;}body.popupCompPricesHosting .compairPricesTable td{color:#0A328C;font-weight:bold;font-size:13px;vertical-align:middle;padding:5px 0;}body.popupCompPricesHosting .yellowbg{background-color:#FFF000;}
body.popupCompPricesHosting .lightyellow{background-color:#FFF67F;}body.popupCompPricesHosting #content #popup .compairPricesTable p{font-weight:bold;padding-bottom:0;}body.popupCompPricesHosting .compairPricesTable td{border-bottom:thin solid #0A328C;}body.popupCompPricesHosting .compairPricesTable .last-row td{border-bottom:0 none;}
.tariffbox{width:196px;float:left;margin-right:4px;}.tariffbox .tariff-header{font-size:13px;font-weight:bold;background-color:#FFF;color:#0a328c;padding-top:10px;padding-left:10px;margin-left:4px;}.tariffbox .tariff-content{border-bottom:1px solid #bec8e0;background-color:#FFF;color:#0a328c;padding:10px;margin-left:4px;}
.tariffbox .tariff-content ul.bulletlist{padding-left:15px;}.tariffbox .tariff-content ul.bulletlist li{list-style-type:square;padding-bottom:5px;}.domaincheck_home{background:url(/modules/hosting-common-en/img/pages/Home/vi_bg_domaincheck_blank.png) no-repeat;width:280px;height:42px;padding-top:9px;padding-left:6px;margin:5px 0;}
.domaincheck_home input.domaincheck_input{border:1px solid #0A328C;color:#0A328C;float:left;font-size:1.333em;font-weight:bold;height:20px;margin:0 1px 0 0;padding-left:2px;width:140px;position:relative;}.domaincheck_home .domaincheck_tld{border:1px solid #0A328C;color:#0A328C;float:left;font-size:1.333em;font-weight:bold;height:24px;width:57px;}
.domaincheck_home strong{float:left;font-size:1.5em;line-height:1.25em;color:#0a328c;margin:3px 2px 0 1px;}body.Home .infobox-ca{color:#506680;padding:45px 10px 5px 10px;z-index:1001;position:absolute;top:0;left:0;background:transparent url(/modules/hosting-common-en/img/pages/Home/vi_bg_ballon_info.png);height:100px;width:394px;display:none;text-align:left;}
body.Home #ca-banner{position:absolute;top:-28px;left:380px;}body.Home .productBoxTop,body.Home .productBoxTopFirst{background:transparent url(/modules/hosting-common/img/pages/Home/bg_line_right_bottom_shadow_col3.png) no-repeat scroll 0 0;}body.Home .productBoxTop3col{width:310px;padding-bottom:7px;overflow:visible;}
body.Home .Box3cols{width:234px;}body.Home .Box3colslast{width:233px;}body.Home a.textlink_white{color:#fff;}body.Home #content-top{width:960px;}body.Home div.domaincheck_webhostinghome{background:transparent url(/oneandone_de/img/pages/WebHostingHome/vi_bg_domaincheck.png) no-repeat scroll 2px 0;height:32px;width:273px;}
body.Home div.domaincheck_webhostinghome input.domaincheck_input{border:1px solid #0a328c;width:130px;height:15px;font-size:12px;font-weight:bold;color:#0a328c;margin-left:55px;}body.Home table.domain-offers-home{background:transparent url(/modules/hosting-common/img/pages/Home/bg_domainbox_com.png) no-repeat scroll 0 0;border-collapse:collapse;width:275px;margin-top:8px;}
.domain-offers-home .tld{width:72px;text-align:left;}.domain-offers-home .price{text-align:left;width:55px;}.domain-offers-home .domainthirdcol{padding-left:0;}.domain-offers-home .domainlastcol{padding-right:3px;text-align:right;width:60px;}.domain-offers-home .withoutstar{padding-right:7px;}body.Home table.domain-offers-home td.highlighted-text,body.Home table.domain-offers-home td.text-ws{padding-left:3px;width:83px;vertical-align:middle;font-weight:bold;}
body.Home table.domain-offers-home td.highlighted-text-ws{padding-left:0;color:#FFF;font-weight:bold;}body.Home table.domain-offers-home td.domainthirdcol{text-align:left;padding-left:0;width:104px;}body.Home img.pos-price-doityourself{position:absolute;right:50px;bottom:37px;z-index:0;width:89px;height:95px;}
body.Home img.pos-price-server-ca{position:absolute;right:165px;bottom:60px;z-index:0;width:139px;height:98px;}body.Home img.pos-price-camp.boxfirst{bottom:4px;}body.Home img.pos-price-camp{position:absolute;left:10px;bottom:4px;}body.Home img.pos-price-camp-ca{bottom:15px;left:15px;position:absolute;}
body.Home .Box3cols img.pos-price-camp,body.Home .Box3colslast img.pos-price-camp{position:absolute;left:15px;bottom:18px;width:auto;}body.Home #content .Box3cols .price-position{position:absolute;left:15px;bottom:15px;width:auto;}body.Home img.hostingbox{position:absolute;right:20px;bottom:72px;z-index:0;}
body.Home #content ul.list-mybusiness{margin-top:141px;padding-left:5px;}body.Home p.txt-doityourself{width:160px;margin:20px 0;}body.Home img.gfx-mypersonalsite{position:absolute;top:60px;left:0;z-index:0;}body.Home img.gfx-doityourself{position:absolute;top:80px;left:0;z-index:0;}body.Home #diy_tvspot{background:transparent url(/modules/hosting-common-en/img/pages/Home/btn_diy_videoplayer.png) 0 0 no-repeat;padding:2px 0 0 35px;position:absolute;top:165px;left:160px;height:26px;width:100px;cursor:pointer;text-decoration:underline;color:#FFF;font-weight:bold;z-index:20;}
ul li a.cursor_auto{cursor:auto;}body.Home h2.h2_domains{background:url(/modules/hosting-common-en/img/pages/Home/vi_h2_domains.png) no-repeat;height:60px;}body.Home h2.h2_flex-hosting-pakete{background:url(/modules/hosting-common-en/img/pages/Home/vi_h2_hostpakete2.png) no-repeat;height:59px;margin-bottom:10px;margin-top:2px;}
body.Home h2.h2_privatkunden{background:url(/modules/hosting-common-en/img/pages/Home/vi_h2_privatkunden.png) no-repeat;height:31px;}body.Home h2.h2_do-it-yourself{background:url(/modules/hosting-common-en/img/pages/Home/vi_h2_my_business.png) 0 0 no-repeat;height:60px;}body.Home h2.h2_email{background:url(/modules/hosting-common-en/img/pages/Home/vi_h2_emailsolution.png) no-repeat;height:26px;}
body.Home h2.h2_server{background:url(/modules/hosting-common-en/img/pages/Home/vi_h2_virtualserver.png) no-repeat;height:30px;}body.Home h2.h2_ecommerce{background:url(/modules/hosting-common-en/img/pages/Home/vi_h2_ecommerce.png) no-repeat;height:30px;}body.Home h2.h2_listlocal{background:url(/modules/hosting-common-en/img/pages/Home/vi_h2_listlocal.png) no-repeat;height:30px;}
body.Home h2.h2_sem{background:url(/modules/hosting-common-en/img/pages/Home/hl-search-engine-marketing.png) no-repeat;height:55px;}body.Home h2.h2_sharepoint{background:url(/modules/hosting-common-en/img/pages/Home/vi_h2_sharepoint.png) no-repeat;height:30px;}body.Home h2.h2_more_products{background:url(/modules/hosting-common-en/img/pages/Home/vi_h2_more-products.png) no-repeat;height:25px;vertical-align:middle;}
body.Home h2.h2_server_ca{background:url(/modules/hosting-common-en/img/pages/Home/vi_h2_server.png) no-repeat;height:60px;}body.Home img.pos-price-webhosting{position:absolute;right:20px;bottom:33px;z-index:0;}body.Home img.gfx-webhosting{position:absolute;left:0;bottom:20px;z-index:0;}body.Home .pos-submit{margin-left:30px;margin-top:22px;}
body.Home .productBoxTop1col p.highlighted-text{font-size:16px;}body.Home td.highlighted-text{font-weight:bold;vertical-align:middle;}body.Home .white{color:#fff;}body.Home .blue{color:#0a328c;}body.Home img.vis-sem{position:absolute;bottom:0;right:0;}body.Home img.vis-eshops{position:absolute;bottom:15px;right:-10px;}
body.Home img.vis-eshops-ca{position:absolute;bottom:25px;right:5px;}body.Home img.vis-listlocal{bottom:16px;}body.Home img.vis-listlocal-ca{position:absolute;bottom:20px;right:0;}body.Home img.vis-server-ca{position:absolute;bottom:35px;right:10px;}body.Home img.vis-sharepoint-ca{position:absolute;bottom:20px;right:0;}
body.Home #content .price-position{bottom:8px;left:10px;width:130px;}body.Home #content ul.list-webhosting{margin-top:-25px;margin-bottom:-10px;}body.Home #content p.webhosting{width:145px;left:153px;position:absolute;top:72px;}body.Home .productBoxTop .teaserlink{height:314px;width:299px;}body.Home .Box3cols .teaserlink,body.Home .Box3colslast .teaserlink{width:233px;}
body.Home .percentposition{position:absolute;left:15px;top:150px;text-align:center;}body.Home .infopopup{position:absolute;left:130px;top:180px;}body.Home .productBoxTopFirst .teaserlink{height:240px;width:299px;}body.Home .teaserlink{height:240px;left:0;position:absolute;top:0;width:358px;}body.Home .teaser-sitedesign{margin:-5px 0 10px -13px;}
body.Home .teaser-webinar{background:url(/modules/hosting-common-en/img/pages/Home/teaser_webinar.png) no-repeat;width:759px;height:151px;margin-bottom:50px;}body.Home .teaser-webinar h1{color:#fff000;padding:22px 0 0 362px;font-size:19px;}body.Home .teaser-webinar p.box-left{margin:12px 0 0 148px;width:360px;float:left;}
body.Home .teaser-webinar .box-right{margin:12px 0 0 525px;width:220px;}* html body.Home .teaser-webinar p.box-left{margin:12px 0 0 78px;width:355px;float:left;}* html body.Home .teaser-webinar .box-right{margin:12px 0 0 520px;width:230px;}body.Home table td.facts{width:20%;}body.Home img.co_offer{margin:4px 0 -3px 0;}
body.Home img.ca-banner{margin-top:-80px;margin-bottom:60px;}.btn-pos-webinar{position:absolute;right:40px;}body.Mail h1.headline-top{background:url(/modules/hosting-common-en/img/pages/Mail/vi_h1_email_solutions.png) no-repeat;height:50px;}body.Mail h2.headline-top{background:url(/modules/hosting-common-en/img/pages/Mail/vi_h2_instant_mail.png) no-repeat;height:34px;}
body.Mail .right-top-wrapper{margin-top:25px;}body.Mail #content-top .btn-select{bottom:-24px;right:20px;width:226px;}body.Mail .left-top-wrapper img{margin-top:-100px;}body.Mail #content-bottom-container{margin-bottom:80px;}body.Mail .left-bottom-wrapper h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/Mail/vi_h2_microsoft_exchange.png) no-repeat;height:34px;width:400px;}
body.Mail .right-bottom-wrapper h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/Mail/vi_h2_mailxchange.png) no-repeat;height:34px;width:400px;}body.Mail #content-bottom .left-bottom-wrapper .btn-select{right:5px;top:28px;}body.Mail #content-bottom .right-bottom-wrapper .btn-select{right:4px;top:40px;}
body.Mail .right-bottom-wrapper,body.Mail .left-bottom-wrapper{height:240px;width:453px;}body.Mail .left-bottom-wrapper{position:relative;margin-right:17px;background:transparent url(/modules/frontend-skin-odin/img/frontend-skin-odin/productpages/bg_line_right_bottom_wrapper.png) no-repeat scroll right bottom;}
body.Mail .horz-xxl-price-text{font-size:12px;height:auto;margin-top:-5px;}body.Mail .right-top-wrapper .price-stopper-countdown{bottom:30px;}body.Mail .left-bottom-wrapper .price-stopper{width:160px;}body.Mail .right-bottom-wrapper .price-stopper{bottom:75px;right:25px;width:210px;}body.Mail .pos{margin-left:-40px;}
body.Typo #content-top,body.Typo #content-top-container{height:auto;}body.Typo .db-weiter .btnwdth{width:213px;}body.MailInstantMail h1.headline-top{background:url(/modules/hosting-common-en/img/pages/MailInstantMail/vi_h1_mailinstantmail.png) no-repeat;height:50px;padding:0;}body.MailInstantMail .left-top-wrapper img{margin-top:50px;}
body.MicrosoftExchange h1.headline-top{background:url(/modules/hosting-common-en/img/pages/MicrosoftExchange/vi_h1_microsoftexchange.png) no-repeat;height:50px;padding:0;}body.MicrosoftExchange .left-top-wrapper img{margin-top:29px;margin-left:-30px;}body.Hosting .inner-header,body.MsHosting .inner-header{background:url(/modules/hosting-common-en/img/pages/Hosting/vis_dual_hosting_brand_campaign.png) no-repeat 0 100%;height:250px;}
body.Hosting #content-top .inner-header ul,body.MsHosting #content-top .inner-header ul{width:300px;margin-left:446px;}body.Hosting .inner-header h1,body.MsHosting .inner-header h1{background:url(/modules/hosting-common-en/img/pages/Hosting/vi_h1-professionelles-webhosting5.png) no-repeat 0 0;margin:-20px 0 20px 446px;width:358px;height:64px;}
body.Hosting .inner-header img.business-offer,body.MsHosting .inner-header img.business-offer{position:absolute;top:98px;right:58px;}body.Hosting .inner-header .bubble-compair-prices,body.MsHosting .inner-header .bubble-compair-prices{background:url(/modules/hosting-common-en/img/pages/Hosting/bubble-compair-prices.png) no-repeat;width:110px;height:80px;position:absolute;right:30px;top:46px;}
body.Hosting .inner-header .bubble-compair-prices-text,body.MsHosting .inner-header .bubble-compair-prices-text{text-transform:uppercase;font-weight:bold;margin:16px 0 0 12px;text-align:center;}body.MsHosting h1.headline-top{background:url(/modules/hosting-common-en/img/pages/MsHosting/vi_h1_mshosting.png) no-repeat;height:44px;margin-top:6px;}
body.MsHosting .logo-ms{left:315px;position:absolute;top:165px;z-index:2;}body.Hosting p.feature,body.MsHosting p.feature{z-index:200;width:215px;left:55px;position:absolute;top:50px;font-size:.93em;}body.Hosting .aktion-header,body.MsHosting .aktion-header{background:transparent url(/modules/hosting-common/img/components/hosting/teaser_summerspecial.png) no-repeat 0 0;}
body.MsHosting .left-top-wrapper img{margin-top:70px;margin-left:30px;}body.MsHosting .hosting-feature-teaser ul.serverlist{list-style-type:square;margin-left:255px;margin-top:12px;}body.Hosting .hosting-feature-teaser ul.serverlist{list-style-type:square;margin-left:13px;}body.Hosting .hosting-feature-teaser ul.serverlist li,body.MsHosting .hosting-feature-teaser ul.serverlist li{color:#5878AB;float:left;height:auto;position:relative;width:353px;margin:0 0 4px 131px;}
body.Hosting .hosting-feature-teaser .price,body.MsHosting .hosting-feature-teaser .price{position:absolute;top:80px;right:15px;}body.MsHosting .hosting-feature-teaser h3.hide,body.Hosting .hosting-feature-teaser h3.hide{text-indent:-9999px;}body.Hosting .tarifftable h3,body.MsHosting .tarifftable h3{padding:0;position:relative;}
body.Hosting h3 a.frontend-tariff-package,body.MsHosting h3 a.frontend-tariff-package{position:absolute;width:224px;height:29px;top:0;left:0;padding-top:5px;}body.Hosting h3.tariff-dual-advanced a.frontend-tariff-package,body.MsHosting h3.tariff-dual-advanced-windows a.frontend-tariff-package{height:48px;left:2px;}
body.Eshops h1.headline-top{background:url(/modules/hosting-common-en/img/pages/Eshops/vi_h1_eshops.png) no-repeat;height:44px;margin-top:6px;width:600px;}body.Eshops .left-top-wrapper img{margin-left:-38px;margin-top:-32px;}body.tariffselect #content-top{background:url(/modules/hosting-common-en/img/frontend-skin-odin/productpages/bg_top_radial_blur_www.jpg) no-repeat;}
body.tariffselect h1.headline-top{background:url(/modules/hosting-common-en/img/pages/tariffselect/vi_h1_tariffselect.png) no-repeat;height:50px;}body.tariffselect .right-top-wrapper h1{background:url(/modules/hosting-common-en/img/pages/tariffselect/vi_h1_comfreeforever.png) no-repeat;height:57px;padding:0;}
body.tariffselect .left-top-wrapper{width:250px;}body.tariffselect .left-top-wrapper h3{padding-top:65px;}body.tariffselect .left-top-wrapper img.headline{padding-bottom:10px;}body.tariffselect .right-top-wrapper .tariffbox .tariff-content{height:197px;}body.tariffselect small{color:#516fb1;}body.tariffselect a.btn-yellow-medium{width:140px;}
body.tariffselect .right-top-wrapper{width:650px;background:none;}body.tariffselect li.tariffbox{list-style:none!important;}body.tariffselect .domainlist{font-size:18px;color:#b3c8e0;font-weight:bold;}body.tariffselect #content ul.domainlist{margin-left:30px;margin-top:5px;}body.tariffselect #content ul.domainlist li{list-style-image:url(/modules/hosting-common/img/components/tariffselect/arrow_highlight.png);background-position:bottom left;margin-bottom:5px;padding-top:3px;font-size:14px;}
body.tariffselect #content ul.domainlist li.last{list-style-type:none;list-style-image:none;}.domain_desc,.mail_desc,.beginner_desc{background:url(/modules/hosting-common-en/img/pages/tariffselect/bg_bubble.png) no-repeat;position:absolute;top:160px;left:348px;width:160px;height:73px;color:#0a328c;font-weight:bold;text-align:center;padding-top:9px;}
.mail_desc{left:508px;}.beginner_desc{left:668px;}body.tariffselect #content .col3{width:125px;}#content .itable h3{color:#fff;}img.margin-left{margin-left:30px;}body.tariffselect div.tld{position:relative;z-index:100;}body.domaincheckresult #content-top{padding-bottom:20px;}body.domaincheckresult h1.headline-top{background:url(/modules/hosting-common-en/img/pages/domaincheckresult/vi_h1_domaincheck.png) no-repeat;height:50px;padding:0;margin-bottom:30px;}
body.domaincheckresult h1.headline-top-sedo{background:url(/modules/hosting-common-en/img/pages/domaincheckresult/vi_h2_domainsedo.png) no-repeat;height:40px;padding:0;}body.domaincheckresult h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/domaincheckresult/vi_h2_domaincheck.png) no-repeat;height:34px;padding:0;}
body.domaincheckresult form h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/domaincheckresult/vi_h2_domainsavailable.png) no-repeat;height:34px;padding:0;margin-top:50px;}body.domaincheckresult #content-top img{margin-bottom:30px;}body.domaincheckresult #content-bottom.withBorder form{border:1px solid #d7dbe2;padding:20px;background-color:#FFF;margin:-105px 10px 0;}
body.domaincheckresult #content-bottom.withBorder div.without{width:300px;}body.domaincheckresult #content-bottom.withBorder div.without form{border:0 none;padding:0;background-color:#FFF;margin:0;}body.domaincheckresult div.without{text-align:right;}body.domaincheckresult #content-bottom.withBorder .ergebnisbox_content{width:860px;}
body.domaincheckresult #content-bottom.withBorder .right-bottom-wrapper{background:url(/modules/frontend-skin-odin/img/frontend-skin-odin/productpages/bg_line_right_bottom_wrapper.png) no-repeat left bottom;width:860px;}th span#sedobox{margin-left:80px;margin-top:-10px;}body.domaincheckresult .medium-box .infobox-content h4{margin:10px 0 5px 0;font-weight:bold;}
body.domaincheckresult table th{border-bottom:1px solid #C2DDED;font-weight:bold;text-align:center;vertical-align:top;height:26px;}ol.infobox_list{list-style-type:decimal;padding:10px 10px 0 20px;}ol.infobox_list li{font-weight:normal;margin-bottom:5px;}body.domaincheckresult table td span.color_gn{color:#019205;}
body.domaincheck h1.headline-top{background:url(/modules/hosting-common-en/img/pages/domaincheck/vi_h1_3domainincluded.png) no-repeat;height:50px;padding:0;}body.domaincheck h3.headline-top{background:url(/modules/hosting-common-en/img/pages/domaincheck/vi_h3_chooselater.png) no-repeat;height:34px;padding:0;}
body.domaincheck .all_link{text-decoration:underline;clear:both;}body.domaincheck div.tld img.newtld{margin:0 0 0 5px;position:absolute;}body.domaincheck h2.package{margin:-10px 0 27px 0;}body.Instant h1.headline-top{background:url(/modules/hosting-common-en/img/pages/Instant/vi_h1_registerdomain.png) no-repeat;height:34px;padding:0;}
body.Instant .left-bottom-wrapper h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/Instant/vi_h2_transfernow.png) no-repeat;height:34px;padding:0;}body.Instant .right-bottom-wrapper h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/Instant/vi_h2_compareprices.png) no-repeat;height:34px;padding:0;}
body.Instant h2.headline-partner,body.Eshops h2.headline-partner{background:url(/modules/hosting-common-en/img/pages/Instant/vi_h2_partner.png) no-repeat;height:26px;margin-top:50px;padding:0 0 5px 0;}body.Instant #content-top img.vis_tlds{margin:26px 0 0 12px;}body.Instant #content-top{padding-bottom:68px;height:auto;}
body.Instant #content-bottom{padding-left:5px;padding-right:10px;}body.Instant .popuplink a:link{color:#FFF;text-decoration:underline;}body.Instant .tld_checkboxes a:link{margin-top:3px;}body.Instant .right-bottom-wrapper,body.Instant .left-bottom-wrapper{width:445px;height:245px;margin-top:20px;}body.Instant .left-bottom-wrapper{background:transparent url(/modules/frontend-skin-odin/img/frontend-skin-odin/productpages/bg_line_right_bottom_wrapper.png) bottom right no-repeat;position:relative;margin-right:33px;}
body.Instant .left-bottom-wrapper img{float:left;padding-right:30px;}body.Instant .left-bottom-wrapper .description{float:left;width:260px;padding-bottom:15px;}body.Instant .left-bottom-wrapper .description h3{padding-bottom:15px;font-weight:bold;}body.Instant .left-bottom-wrapper .description p{padding-bottom:15px;}
body.Instant .btn-blue-medium{position:absolute;bottom:-17px;right:30px;}body.Instant a.transfer{text-decoration:underline;}body.Instant div.tld img.newtld{margin:0 0 0 5px;position:absolute;}body.Instant img.new_co{position:absolute;top:-9px;left:425px;z-index:99;}body.Instant div.rel{position:relative;}
.ca-domain-flag{background-color:#fff000;margin-left:3px;padding:0 1px 0 1px;font-size:10px;font-weight:bold;text-transform:uppercase;border:1px solid #f4c500;}#image-slider{width:919px;}.slider-box{width:819px;}#slider-box-inner{padding-left:3px;}.website{background:transparent url(/modules/hosting-common-en/img/pages/Instant/website.gif) no-repeat;}
.us{background:transparent url(/modules/hosting-common-en/img/pages/Instant/dot_us.gif) no-repeat;}.biz{background:transparent url(/modules/hosting-common-en/img/pages/Instant/biz.gif) no-repeat;}.verisign{background:transparent url(/modules/hosting-common-en/img/pages/Instant/verisign.gif) no-repeat;}
.tv{background:transparent url(/modules/hosting-common-en/img/pages/Instant/dot_tv.gif) no-repeat;}.afilias{background:transparent url(/modules/hosting-common-en/img/pages/Instant/afilias.gif) no-repeat;}.mobi{background:transparent url(/modules/hosting-common-en/img/pages/Instant/mobi.gif) no-repeat;}
.org{background:transparent url(/modules/hosting-common-en/img/pages/Instant/org.gif) no-repeat;}.icann{background:transparent url(/modules/hosting-common-en/img/pages/Instant/icann.gif) no-repeat;}.paypal{background:transparent url(/modules/hosting-common-en/img/pages/Instant/paypal.gif) no-repeat;}
.mcaffee{background:transparent url(/modules/hosting-common-en/img/pages/Instant/mcaffee.gif) no-repeat;}#slider-control-prev,#slider-control-next{float:left;width:40px;height:68px;cursor:pointer;}#image-slider{height:80px;overflow:hidden;}.slider-box{height:71px;float:left;overflow:hidden;}#slider-control-prev,#slider-control-next{float:left;width:40px;height:68px;cursor:pointer;}
.slider-control-prev-inactive{background:url(/modules/hosting-common/img/components/domains/slider-prev-inactive.gif) no-repeat;}.slider-control-prev-active{background:url(/modules/hosting-common/img/components/domains/slider-prev-active.gif) no-repeat;}.slider-control-next-inactive{background:url(/modules/hosting-common/img/components/domains/slider-next-inactive.gif) no-repeat;}
.slider-control-next-active{background:url(/modules/hosting-common/img/components/domains/slider-next-active.gif) no-repeat;}div.slider-element{height:68px;float:left;}.slider-box #slider-box-inner .highlight{background-position:0 -68px;}#teaserCont{clear:both;padding-top:60px;}#teaserCont .teaserBox{float:left;text-align:left;padding:0 5px 75px 16px;height:140px;width:163px;}
#teaserCont .teaserBox h4{font-size:12px;font-weight:bold;height:25px;}#teaserCont .teaserBox p{font-size:11px;margin-bottom:4px;}#teaserCont .teaserBox ul{font-size:11px;}#teaserCont .teaserBox ul li{background:url(/modules/hosting-common/img/components/teaser/teaser_link_icon.gif) no-repeat 0 3px;padding-left:12px;padding-bottom:5px;}
#teaserCont .teaser-domainsinclude{background:url(/modules/hosting-common-en/img/components/teaser/teaser_domain_bg.gif) no-repeat bottom right;}#teaserCont .teaser-greenpower{background:url(/modules/hosting-common-en/img/components/teaser/teaser_greenpower_bg.gif) no-repeat bottom right;}#teaserCont .teaser-why1and1{background:url(/modules/hosting-common-en/img/components/teaser/teaser_why1and1_bg.gif) no-repeat bottom right;}
#teaserCont .teaser-datacenter-last{background:url(/modules/hosting-common-en/img/components/teaser/teaser_datacenter_bg_last.gif) no-repeat bottom right;}#teaserCont .teaser-affiliate{background:url(/modules/hosting-common-en/img/components/teaser/teaser_affiliate_bg.gif) no-repeat bottom right;}#teaserCont .teaser-affiliate-last{background:url(/modules/hosting-common-en/img/components/teaser/teaser_affiliate_bg_last.gif) no-repeat bottom right;}
#teaserCont .teaser-dns-last{background:url(/modules/hosting-common-en/img/components/teaser/teaser_dns_bg_last.gif) no-repeat bottom right;}#teaserCont .teaser-why1and1-last{background:url(/modules/hosting-common-en/img/pages/Instant/teaser_why_bg_last.gif) no-repeat bottom right;}#teaserCont .teaser-paypal{background:url(/modules/hosting-common-en/img/components/teaser/teaser_paypal_bg.gif) no-repeat bottom right;}
#teaserCont .teaser-awards{background:url(/modules/hosting-common-en/img/components/teaser/teaser_awards_bg.gif) no-repeat bottom right;}#teaserContHome{margin-top:57px;float:right;width:750px;}#teaserContHome .teaserBox{float:left;text-align:left;padding:0 5px 0 16px;height:235px;width:166px;}#teaserContHome .teaserBox h4{font-size:12px;font-weight:bold;height:25px;padding-top:15px;}
#teaserContHome .teaserBox p{font-size:12px;line-height:150%;margin-bottom:4px;}#teaserContHome .teaserBox ul{font-size:11px;}#teaserContHome .teaserBox ul li{background:url(/modules/hosting-common/img/components/teaser/teaser_link_icon.gif) no-repeat 0 3px;padding-left:12px;padding-bottom:5px;}#teaserContHome .teaserBox input{float:right;width:123px;border:1px solid #0a328c;color:#0a328c;margin:0 1px 2px 0;}
#teaserContHome .teaserBox label{float:left;font-weight:bold;padding:3px 0;}#teaserContHome .teaser-greenpower{background:url(/modules/hosting-common-en/img/components/teaser/teaser_greenpower_bg.jpg) no-repeat top right;}#teaserContHome .teaser-affiliate{background:url(/modules/hosting-common-en/img/components/teaser/teaser_affiliate_bg.png) no-repeat top right;}
#teaserContHome .teaser-affiliate-ca{background:url(/modules/hosting-common-en/img/components/teaser/teaser_affiliate_ca_bg.png) no-repeat top right;}#teaserContHome .teaser-webhost{background:url(/modules/hosting-common-en/img/components/teaser/teaser_webhost_bg.jpg) no-repeat top right;}#teaserContHome .teaser-insider{background:url(/modules/hosting-common-en/img/components/teaser/teaser_insider_bg.jpg) no-repeat top right;}
.signup{bottom:-4px;left:25px;}div.mcafee{padding:0 0 60px 10px;border:none;height:32px;clear:both;}.link-invisible,.link-invisible:active,.link-invisible:visited,.link-invisible:hover{color:#626262!important;cursor:default;}div.content-rightpos{position:relative;margin:-30px 0 65px 188px;width:625px;}
#content-bottom div.content-rightpos h1{color:#0A328C;font-weight:bold;}#content-bottom div.content-rightpos h2{color:#0A328C;font-weight:normal;}#content-bottom div.content-rightpos h4{color:#0A328C;font-weight:bold;}body.InfoTc a:link,body.InfoTc a:visited,body.InfoTc a:active,body.Gtc a:link,body.Gtc a:visited,body.Gtc a:active,body.TcRootserver a:link,body.TcRootserver a:visited,body.TcRootserver a:active,body.TcMicrosoft a:link,body.TcMicrosoft a:visited,body.TcMicrosoft a:active,body.TcVps a:link,body.TcVps a:visited,body.TcVps a:active,body.TcSpecialOffers a:link,body.TcSpecialOffers a:visited,body.TcSpecialOffers a:active,body.SubpoenaPolicy a:link,body.SubpoenaPolicy a:visited,body.SubpoenaPolicy a:active,body.PrivacyPolicy a:link,body.PrivacyPolicy a:visited,body.PrivacyPolicy a:active,body.RegistrarTerms a:link,body.RegistrarTerms a:visited,body.RegistrarTerms a:active,body.History a:link,body.History a:visited,body.History a:active,body.WhyOneandone a:link,body.WhyOneandone a:visited,body.WhyOneandone a:active,body.StrategicPartners a:link,body.StrategicPartners a:visited,body.StrategicPartners a:active,body.Customers a:link,body.Customers a:visited,body.Customers a:active,body.DataCenter a:link,body.DataCenter a:visited,body.DataCenter a:active,body.Domaininfo a:link,body.Domaininfo a:visited,body.Domaininfo a:active,body.DomaininfoMobi a:link,body.DomainMobi a:visited,body.DomaininfoMobi a:active,body.DomaininfoOrg a:link,body.DomainOrg a:visited,body.DomaininfoOrg a:active,body.DomaininfoAll a:link,body.DomaininfoAll a:visited,body.DomaininfoAll a:active,body.Service a:link,body.Service a:visited,body.Service a:active,body.ServiceControlpanel a:link,body.ServiceControlpanel a:visited,body.ServiceControlpanel a:active,body.ServiceSupport a:link,body.ServiceSupport a:visited,body.ServiceSupport a:active,body.NewsFotolia a:link,body.NewsFotolia a:visited,body.NewsFotolia a:active,body.International a:link,body.International a:visited,body.International a:active,body.News a:link,body.News a:visited,body.News a:active,body.Contact a:link,body.Contact a:visited,body.Contact a:active,body.Domaininfo a:link,body.Domaininfo a:visited,body.Domaininfo a:active,body.FirstDomain a:link,body.FirstDomain a:visited,body.FirstDomain a:active{color:#900;text-decoration:underline;}
div.clearAll,p.clearAll{clear:both;}ul.termsList{list-style-position:inside;}ul.termsList-mz{list-style-position:outside;padding-left:15px;}body.TcSpecialOffers ul.termsList-mz{list-style:square outside none;padding-left:15px;}ul.termsList-sub{list-style-position:outside;padding-left:30px;}body.Gtc h2,body.Gtc h3,body.Gtc h4,body.TcVps h2,body.TcMoneyback h2,body.TcSpecialOffers h2{margin:15px 0 3px 0;}
body.TcSpecialOffers ol.num-list{list-style-position:outside;padding:3px 0 2px 37px;list-style-type:decimal;}body.DomaininfoMobi ol.num-list,body.DomaininfoMove ol.num-list,body.ServiceNetview ol.num-list{list-style-position:outside;padding-left:25px;list-style-type:decimal;}body.ServiceNetview ol.num-list li,body.ServiceNetview ul.num-list li{margin:10px 0;}
body.TcSpecialOffers ul.termsList-mz,body.DomaininfoAll ul.features-mz,body.DomaininfoMobi ul.num-list,body.DomaininfoDns ul.num-list,body.ServiceControlpanel ul.num-list,body.ServiceNetview ul.num-list{padding-left:15px;}body.ServiceControlpanel img{float:right;}body.Gtc p.popupLink{margin-top:30px;}
body.WhyOneandone div.content-rightpos div{margin-top:20px;text-align:left;clear:left;width:160px;height:120px;float:left;}body.WhyOneandone div.content-rightpos h2{margin-top:10px;}body.StrategicPartners div.content-rightpos div{text-align:right;clear:right;width:140px;height:120px;float:right;}body.StrategicPartners div.content-rightpos h2{margin-top:20px;}
body.Customers div.testimonial_box{background-color:#E9F0FA;margin:15px 0;padding:15px;}body.Customers div.testimonial_box div{width:400px;float:right;}body.DataCenter ul li.step1,body.DataCenter ul li.step2,body.DataCenter ul li.step3,body.DataCenter ul li.step4,body.DataCenter ul li.step5{list-style:none!important;padding-left:20px;margin-bottom:10px;position:relative;}
body.DataCenter ul li.step1{background:url(/modules/hosting-common-en/img/pages/DataCenter/step1.gif) left top no-repeat;}body.DataCenter ul li.step2{background:url(/modules/hosting-common-en/img/pages/DataCenter/step2.gif) left top no-repeat;}body.DataCenter ul li.step3{background:url(/modules/hosting-common-en/img/pages/DataCenter/step3.gif) left top no-repeat;}
body.DataCenter ul li.step4{background:url(/modules/hosting-common-en/img/pages/DataCenter/step4.gif) left top no-repeat;}body.DataCenter ul li.step5{background:url(/modules/hosting-common-en/img/pages/DataCenter/step5.gif) left top no-repeat;}body.DataCenter div.reliability{border:1px solid;height:92px;padding-left:145px;margin:10px 0;background:url(/modules/hosting-common-en/img/pages/DataCenter/pic_keepingcool.jpg) left top no-repeat;}
body.DataCenter div.reliability p{padding:10px;clear:both;}body.Facts div.content-rightpos h4{width:80px;float:left;}body.Facts div.content-rightpos p,body.Facts div.content-rightpos div.list{width:520px;float:right;}body.Facts div.content-rightpos div.clearfix{height:10px;clear:both;}body.Connectivity div.partner{position:relative;margin-bottom:20px;}
body.Connectivity div.partner ul.col2{position:absolute;top:0;left:150px;}body.Connectivity div.partner ul.col3{position:absolute;top:0;left:300px;}body.Connectivity div.partner ul.col4{position:absolute;top:0;left:450px;}body.Connectivity ul li{list-style:none!important;}body.Domaininfo #content div.contentFrame{background:#E9F0FA url(/modules/hosting-common-en/img/pages/Domaininfo/productPresentationBg.gif) repeat-x scroll 0 0;padding:0 0 18px;width:625px;}
body.DomaininfoMobi #content table.productTabs td.normal{background:transparent url(/modules/hosting-common-en/img/dynamic/productTabs_bg_blue.gif) repeat-x scroll 0 0;line-height:30px;vertical-align:middle;}body.DomaininfoMobi #content table.productTabs td.active{background:transparent url(/modules/hosting-common-en/img/dynamic/productTabs_bg_blue.gif) repeat-x scroll 0 0!important;line-height:30px;vertical-align:middle;}
body.DomaininfoMobi #content table.productTabs td{color:#FFF;font-weight:bold;margin:0;}body.DomaininfoMobi #content table.productTabs td a{color:#7A99C8;font-weight:bold;text-decoration:none;}body.DomaininfoOrg th,body.DomaininfoMobi th{padding:3px 4px 0 0;}body.DomaininfoMobi td .point,body.DomaininfoMobi td .point{font-weight:bold;padding-top:3px;}
body.DomaininfoMobi td .dropdown,body.DomaininfoMobi td .dropdown{padding-right:5px;}body.DomaininfoMobi div.domainchecker,body.DomaininfoOrg div.domainchecker,body.DomaininfoAll div.domainchecker,body.DomaininfoMove div.domainchecker,body.FirstDomain div.domainchecker{background-color:#d1e3f9;padding:10px;width:auto;height:45px;margin:15px 0;position:relative;}
body.DomaininfoMobi img.logo,body.DomaininfoOrg img.logo{padding:0 20px;float:right;}body.DomaininfoMobi div.form,body.DomaininfoOrg div.form,body.DomaininfoAll div.form,body.DomaininfoMove div.form{margin:5px 0;position:relative;}body.DomaininfoMobi span.dot,body.DomaininfoOrg span.dot,body.DomaininfoAll span.dot,body.DomaininfoMove span.dot,body.Domaininfo span.dot,body.FirstDomain span.dot{font-weight:bold;padding:0 2px;}
body.DomaininfoMobi div.form input.go,body.DomaininfoOrg div.form input.go,body.DomaininfoAll div.form input.go,body.DomaininfoMove div.form input.go{position:absolute;top:2px;margin-left:5px;}body.Domaininfo div.form input.go,body.FirstDomain div.form input.go{position:relative;top:4px;margin-left:5px;}
body.DomaininfoMobi div.form h4,body.DomaininfoOrg div.form h4,body.DomaininfoAll div.form h4,body.DomaininfoMove div.txt-orderDomain h4{position:absolute;top:3px;left:320px;white-space:pre;}body.DomaininfoMove div.txt-orderDomain h4{top:35px;}body.DomaininfoMobi div.content p,body.DomaininfoOrg div.content p,body.DomaininfoAll div.content div,body.DomaininfoMove ol{margin-bottom:10px;}
div.txt-orderDomain{float:right;width:270px;}body.DomaininfoAll table.domainpricetable{width:360px;}body.DomaininfoMove table.domainpricetable{width:410px;}body.FirstWebsite div.ws-builder{margin:20px 0;}body.DomaininfoAll h2,body.DomaininfoPdr p,body.DomaininfoDns h2,body.FirstDomain h3,body.FirstDomain div.content-rightpos p,body.ServiceControlpanel p{margin-top:10px;}
body.DomaininfoPricelist #content p{color:#0a328c;width:410px;}body.DomaininfoPdr #content .tb_head,#content .tb_table th{background-color:#C9D9F3;color:#0C2574;font-size:1em;font-weight:bold;padding:2px 5px;}body.DomaininfoPdr #content .tb_table td,#content .tb_table th{border:1px solid #FFF;color:#0C2574;font-size:.9em;padding:2px 5px;}
body.DomaininfoPdr #content table{margin-top:20px;width:465px;}body.DomaininfoPdr #content table.tb_table{margin:20px 0;width:465px;}body.DomaininfoPdr #content table.tb_table td p{margin:0;padding:0;}body.Service #content div.contentFrame{background:#E9F0FA url(/modules/hosting-common-en/img/pages/Service/productPresentationBg.gif) repeat-x scroll 0 0;padding-bottom:18px;width:625px;}
body.Service #content div.text img{float:right;margin-left:10px;}body.ServiceSupport div.tab-header,body.ServiceNetview div.tab-header{width:100%;margin-top:10px;padding:5px;border:1px solid #99A7C8;background-color:#E9F0FA;}body.ServiceSupport div.tab-content,body.ServiceNetview div.tab-content{width:100%;padding:5px;border:1px solid #99A7C8;background-color:#E9F0FA;border-top:0;background:#FFF;display:inline-block;}
body.ServiceSupport div.txt-support{width:65%;float:left;}body.ServiceSupport div.netviewer{background-color:#E9F0FA;border:1px solid #99A7C8;width:30%;float:right;}body.ServiceSupport div.header-netviewer{background:#ac0000;height:34px;}body.ServiceSupport div.netviewer img,body.Contact div.header-netviewer img{margin:3px 0 0 2px;}
body.ServiceSupport div.netviewer p{margin:5px;font-size:smaller;}body.ServiceNetview div.tab-header{margin-top:20px;line-height:20px;vertical-align:middle;}body.ServiceNetview div.tab-header h4,body.ServiceNetview div.tab-content h4{display:inline;}body.ServiceNetview img.visual_netviewer{float:left;}
body.ServiceNetview div.tab-header img{float:right;}body.ServiceNetview div.easy-steps{width:270px;float:right;margin:15px 0;}body.NewsAwards div.aw-logos-all{display:inline-block;margin:20px 0 50px 0;}body.NewsAwards dl dd{margin-top:10px;vertical-align:middle;width:150px;float:left;}body.NewsAwards dl.aw-logos dd{height:100px;line-height:150px;}
body.NewsAwards dl.aw-logos-l dd{height:125px;line-height:160px;}body.NewsAwards dl.aw-logos-xl dd{height:150px;line-height:240px;}body.NewsAwards dl.aw-logos-xxl dd{height:165px;line-height:250px;}body.NewsAwards dl.aw-links dt{display:inline-block;height:60px;width:150px;float:left;}body.NewsAwards div.recog{width:100%;display:inline-block;margin:10px 0;}
body.NewsAwards div.recog p{width:400px;float:right;}body.NewsAwards div.recog img{float:left;}body.NewsFotolia p.txt-foot{margin:10px 15px 0 0;font-size:10px;color:#888;}body.NewsFotolia h3,body.NewsFotolia h4{margin:10px 0;}body.International div.textbox{width:465px;}body.International div.flagbox{width:440px;margin:50px 0 10px 158px;font-size:11px;}
body.International div.flagbox div{float:left;margin-right:30px;}body.International div.flagbox div.last-flag{margin-right:0;}body.International div.flagbox div img{margin-right:5px;}body.International div.intProd-left{float:left;width:210px;}body.International div.intProd-left{padding:3px 5px 0 0;}
body.International div.intProd-left ul,body.International div.textbox ul{padding:3px 0 3px 15px;}body.News div.box img{float:right;margin:0 0 10px 10px;}body.Contact table.contacttable{margin:20px 0;border-collapse:collapse;}body.Contact table.contacttable .blue{background:#EEE none repeat scroll 0 0;font-weight:bold;text-align:center;vertical-align:middle;}
body.Contact table.contacttable td,table.contacttable th{border:1px solid #0A328C;padding:3px;}body.Contact table.contacttable .no-border{border:0 none;}body.Contact .colL{width:180px;}body.Contact .colM{width:120px;}body.Contact .colR{width:160px;}body.Contact .contacttable td.center{vertical-align:middle;text-align:center;}
body.Contact div.netviewer{width:448px;margin:20px 0;}body.Contact div.header-netviewer{background:#ac0000;height:34px;width:100%;padding:0 10px 0 2px;}body.Contact div.netviewer-content{margin:0;padding:5px;border:1px solid #99A7C8;background-color:#E9F0FA;width:100%;}body.Contact h2{margin-top:20px;}
.col4{width:90px;}body.News #content div.contentFrame{background:url(/modules/hosting-common-en/img/pages/News/productPresentationBg.gif) repeat-x scroll 0 0 #E9F0FA;padding:0 0 18px;width:625px;}body.News #content div.contentFrame .content .box div.text{margin:0;min-height:0;width:558px;}#content div.contentFrame .content .box div.text,#popup div.contentFrame .content .box div.text{float:none;font-size:.9em;margin-left:130px;padding:10px 8px;width:428px;}
#content div.contentFrame .content{margin:0 17px 0 18px;}#content div.contentFrame .content .box,#popup div.contentFrame .content .box{border-color:#FFF #BDC6DE #BDC6DE #FFFFFF;border-style:solid;border-width:1px;margin-bottom:22px;width:auto;}#content div.contentFrame .content .box{display:block;}#content div.contentFrame .content .box{background:none repeat scroll 0 0 #D1E3F9;}
body.Hosting .short,body.MsHosting .short{margin-top:-250px;}body.Hosting .left-top-wrapper img,body.MsHosting .left-top-wrapper img{margin-top:-11px;margin-left:-11px;}body.Hosting h1.headline-top,body.MsHosting h1.headline-top{display:none;}body.MsHosting .logo{position:absolute;left:410px;top:25px;z-index:11;}
.popuplinktext{position:absolute;top:380px;left:195px;z-index:20;font-size:11px;}.popuplinktext a{color:#fff;}body.MsHosting .visualpos,body.Hosting .visualpos{position:absolute;top:0;left:41px;width:800px;height:390px;}body.Hosting img.visualpos-zwei,body.MsHosting img.visualpos-zwei{left:50px;position:absolute;top:195px;z-index:10;}
body.Hosting .itable td.feature-banner{background:url(/modules/hosting-common-en/img/pages/Hosting/vis_banner_linux.png) no-repeat bottom left;}body.MsHosting .itable td.feature-banner{background:url(/modules/hosting-common-en/img/pages/MsHosting/vis_banner_win.png) no-repeat bottom left;}body.Sharepoint h1.headline-top{background:url(/modules/hosting-common-en/img/pages/Sharepoint/vi_h1_sharepoint.png) no-repeat;height:50px;margin-top:0;}
body.Sharepoint .left-top-wrapper img{margin-left:-40px;margin-top:-3px;}body.MailInstantMail h1.headline-top{background:url(/modules/hosting-common-en/img/pages/MailInstantMail/vi_h1_mailinstantmail.png) no-repeat;height:50px;}body.MailInstantMail .left-top-wrapper img{margin-top:84px;}body.MicrosoftExchange h1.headline-top{background:url(/modules/hosting-common-en/img/pages/MicrosoftExchange/vi_h1_microsoftexchange.png) no-repeat;height:50px;}
body.MicrosoftExchange .left-top-wrapper img{margin-top:29px;margin-left:-30px;}body.LocalSubmission #content-top h1{background:url(/modules/hosting-common-en/img/pages/LocalSubmission/h1_local-online-listings-for-your-business.png) no-repeat;height:34px;margin:15px 0;width:703px;}body.LocalSubmission .right-top-wrapper h2{background:url(/modules/hosting-common-en/img/pages/LocalSubmission/h2_listlocal.png) no-repeat;height:27px;margin-bottom:10px;width:169px;}
body.LocalSubmission .right-top-wrapper h3{padding-bottom:10px;}body.LocalSubmission .right-top-wrapper .btn-select{bottom:-17px;position:absolute;right:20px;width:120px;}body.LocalSubmission .left-top-wrapper{height:422px;left:-50px;position:absolute;top:20px;width:558px;}body.LocalSubmission .right-top-wrapper{position:absolute;right:30px;width:480px;}
body.LocalSubmission #content-bottom .content-wrapper{height:139px;padding-right:1%;width:30.3%;}body.LocalSubmission #content-bottom{margin-bottom:70px;}body.LocalSubmission .h2_easy-setup{background:url(/modules/hosting-common-en/img/pages/LocalSubmission/h2_easy-setup.png) no-repeat;height:26px;margin-bottom:10px;width:125px;}
body.LocalSubmission .h2_automatic-submission{background:url(/modules/hosting-common-en/img/pages/LocalSubmission/h2_automatic-submission.png) no-repeat;height:26px;margin-bottom:10px;width:260px;}body.LocalSubmission .h2_easy-management{background:url(/modules/hosting-common-en/img/pages/LocalSubmission/h2_easy-management.png) no-repeat;height:26px;margin-bottom:10px;width:213px;}
body.addon #content-bottom-container,body.eshopupselling #content-bottom-container{height:220px;}body.addon .btn.btn-detail-darkblue{margin-top:27px;}body.eshopupselling .price-stopper{bottom:15px;right:25px;width:120px;}body.eshopupselling .itable-price-image-above-offer{position:absolute;left:0;}body.eshopupselling .itable-price-text-below-offer{display:block;}
body.addon .price-stopper{bottom:60px;right:25px;}body.eshopupselling .left-top-wrapper img{margin-top:-60px;margin-left:26px;}body.eshopupselling .right-top-wrapper .definition{width:225px;}body.eshopupselling .right-top-wrapper h3{padding-bottom:10px;}body.upsellinglinux h1.headline-top{background:url(/oneandone_uk/img/pages/upsellinglinux/h1_upsellinglinux.png) no-repeat;height:41px;}
#navigation h2.nolink .core_button_active{padding:0;}body.NewsIstock h3{margin-top:20px;}body.NewsIstock h2{margin-bottom:20px;}body.NewsIstock img{margin:10px 10px 5px 0;}body.NewsIstock .content-rightpos ul{margin:10px 0 0 15px;}.content-order-right a,.content-order-right a:link,.content-order-right a:visited{color:#0a328c;}
body.transferselect .content-order-right,body.kktransfer .content-order-right,body.dnstransfer .content-order-right{position:relative;}body.transferselect .container_box,body.kktransfer .container_box,body.dnstransfer .container_box{width:560px;}body.dnstransfer .container_box .container_form ul li input.radio{margin-top:6px;}
body.dnstransfer .container_box .container_form ul li div.left{width:auto;}body.dnstransfer .container_box .container_form ul li div.right{float:none;margin-left:25px;}body.transferselect h1.headline-top,body.kktransfer h1.headline-top,body.dnstransfer h1.headline-top{background:url(/oneandone_de/img/frontend-hosting/domains/h1-domainumzug.png) no-repeat;height:41px;margin:0;padding-bottom:27px;text-indent:-999em;width:690px;}
body.transferselect .container_form,body.kktransfer div.kktransfer,body.dnstransfer div.dnstransfer,body.kktransfer .container_box .hint-choose-later{background-color:#c0d5f0;border-bottom:1px solid #99A7C8;border-right:1px solid #99A7C8;padding:10px;width:540px;}body.kktransfer div.kktransfer h3{color:#0a328c;padding:15px 0 0;}
body.kktransfer div.kktransfer ul{list-style-position:inside;}body.kktransfer div.kktransfer .line{display:block;height:auto;}body.kktransfer div.kktransfer .confirm{background-color:#B7CAE8;color:#000;padding:5px;margin-top:10px;}body.kktransfer div.kktransfer .confirm input{position:relative;padding-right:10px;top:-2px;width:auto;}
body.kktransfer div.kktransfer .confirm label{padding-left:5px;}body.transferselect .order_submit{margin-bottom:30px;width:567px;}body.transferselect .order_submit button,body.dnstransfer .order_submit button{float:right;position:relative;right:-8px;}body.transferselect .order_submit_link a.core_button_normal,body.kktransfer .order_submit_link a.core_button_normal{position:relative;top:7px;}
.order_submit_link{float:none;}body.transfercheck .content-order-left{margin-top:35px;}body.transferselect h2,body.kktransfer h2,body.dnstransfer h2{background:transparent none no-repeat 0 0!important;color:#0a328c;height:auto;line-height:20px;padding:0;margin:0 0 10px 0;}body.kktransfer p.redbox{color:#0a328c;font-size:11px;font-weight:bold;padding:0;position:absolute;top:35px;}
#buttonContinueOff{background-image:url(/oneandone_de/img/frontend-hosting/domains/btn-weiter-disabled.gif);float:right;height:30px;margin:5px 128px 3px 4px;width:108px;}#buttonContinueOn{float:right;margin-right:122px;}body.kktransfer #spaeter{width:568px;}body.kktransfer .container_form input[type='text']{left:10px;position:relative;}
body.kktransfer .container_box p{padding:0 0 6px;}body.kktransfer .choose-later{float:right;}.domainCheckContent .errorbox{width:auto;}.domainCheck .domain_confirm{background-color:#B7CAE8;margin:0 -6px -12px -10px;padding:10px 0 10px 10px;}.domainname{margin-bottom:20px;}.info-box{background:url(/modules/frontend-skin-odin/img/frontend-skin-odin/productpages/bg_line_right_bottom_wrapper.png) no-repeat scroll bottom right transparent;color:#0a328c;margin:0 33px 33px 0;padding:0 10px 10px 0;}
.info-box h3{color:#0a328c;font-size:12px;padding-bottom:0;}.info-box img{float:left;padding-right:5px;}.info-box .hotline-number{font-size:16px;font-weight:bold;padding-bottom:0;}.info-box .hinweis{color:#7fa1c9;font-size:10px;}#teaserContHome .mcaffee{position:absolute;left:204px;}#int_footer_cont{float:right;width:756px;margin-top:120px;color:#677aa1;font-size:11px;}
#int_footer_cont p.headline{margin-bottom:8px;font-size:1em;}#int_footer_cont p.headline a{color:#677AA1;text-decoration:underline;}#int_footer_cont p.headline a:hover{color:#677AA1;text-decoration:none;}#int_footer_cont p.headline a:visited{color:#677AA1;text-decoration:underline;}#int_footer_cont p.subline{margin-top:16px;font-size:1em;}
#int_footer_cont p.flagline{font-size:.9em;}#int_footer_cont p a{color:#900;text-decoration:underline;}#int_footer_cont p a:hover{color:#900;text-decoration:none;}#int_footer_cont p a:visited{color:#900;text-decoration:underline;}#int_footer_cont img{vertical-align:bottom;margin-right:5px;}#int_footer_cont .textlink{margin-right:40px;}
body.Server .packshot_server{position:absolute;background:url(/modules/hosting-common-en/img/components/server/packshots_server_ded_dcs.png) top left no-repeat;width:330px;height:150px;top:250px;left:162px;}body.CloudDynamicServer #stopper_cds{position:absolute;top:202px;left:182px;z-index:5;}body.Server .packshot_server #asterisk-top-software,body.ServerPremiumDualCoreL .packshot_server #asterisk-top-software,body.ServerPremiumDualCoreXL .packshot_server #asterisk-top-software,body.ServerPremiumQuadCoreL .packshot_server #asterisk-top-software,body.ServerPremiumQuadCoreXL .packshot_server #asterisk-top-software,body.ServerPremiumHexaCoreL .packshot_server #asterisk-top-software,body.ServerPremiumHexaCoreXL .packshot_server #asterisk-top-software,body.ServerPremiumHexaCoreXXL .packshot_server #asterisk-top-software,body.ServerPremiumHexaCore3XL .packshot_server #asterisk-top-software,body.ServerPremiumDodekaCore .packshot_server #asterisk-top-software,body.CloudDynamicServer .packshot_server #asterisk-top-software{position:absolute;top:49px;left:147px;}
body.VirtualServer .packshot_server #asterisk-top-software,body.VirtualServerL .packshot_server #asterisk-top-software,body.VirtualServerXL .packshot_server #asterisk-top-software,body.VirtualServerXXL .packshot_server #asterisk-top-software{position:absolute;top:118px;left:144px;}body.ServerPremium .packshot_server,body.ServerPremiumDualCoreL .packshot_server,body.ServerPremiumDualCoreXL .packshot_server,body.ServerPremiumQuadCoreL .packshot_server,body.ServerPremiumQuadCoreXL .packshot_server,body.ServerPremiumHexaCoreL .packshot_server,body.ServerPremiumHexaCoreXL .packshot_server,body.ServerPremiumHexaCoreXXL .packshot_server,body.ServerPremiumHexaCore3XL .packshot_server,body.ServerPremiumDodekaCore .packshot_server,body.CloudDynamicServer .packshot_server{position:absolute;background:url(/modules/hosting-common-en/img/components/server/vi_packshots_server.png) top left no-repeat;width:155px;height:145px;top:165px;left:150px;}
body.ServerPremium .packshot_server{top:190px;}body.ServerPremium .packshot_server a.details-text-link,body.ServerPremiumDualCoreL .packshot_server a.details-text-link,body.ServerPremiumDualCoreXL .packshot_server a.details-text-link,body.ServerPremiumQuadCoreL .packshot_server a.details-text-link,body.ServerPremiumQuadCoreXL .packshot_server a.details-text-link,body.ServerPremiumHexaCoreL .packshot_server a.details-text-link,body.ServerPremiumHexaCoreXL .packshot_server a.details-text-link,body.ServerPremiumHexaCoreXXL .packshot_server a.details-text-link,body.ServerPremiumHexaCore3XL .packshot_server a.details-text-link,body.ServerPremiumDodekaCore .packshot_server a.details-text-link,body.CloudDynamicServer .packshot_server a.details-text-link{left:-46px;top:124px;}
body.VirtualServer .packshot_server,body.VirtualServerL .packshot_server,body.VirtualServerXL .packshot_server,body.VirtualServerXXL .packshot_server{position:absolute;background:url(/modules/hosting-common-en/img/components/server/vi_packshots_server.png) top left no-repeat;width:163px;height:171px;top:190px;left:330px;}
body.VirtualServerL .packshot_server,body.VirtualServerXL .packshot_server{background:url(/modules/hosting-common-en/img/components/server/vi_packshots_server_small.png) top left no-repeat;}body.VirtualServer .packshot_server a.details-text-link,body.VirtualServerL .packshot_server a.details-text-link,body.VirtualServerXL .packshot_server a.details-text-link,body.VirtualServerXXL .packshot_server a.details-text-link{top:125px;}
body.sitedesign #content-top-container{height:331px;}body.sitedesign #content-top{height:311px;}body.sitedesign h1.headline-top{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h1_sitedesign.png) no-repeat 0 8px;height:50px;}body.sitedesign .right-top-wrapper{background:none;margin-top:15px;}
body.sitedesign .right-top-wrapper h2.headline-top{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h2_sitedesign.png) no-repeat;height:35px;}body.sitedesign .right-top-wrapper h3{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h3_order.png) no-repeat;height:17px;margin-top:5px;padding-bottom:10px;text-indent:-999em;}
body.sitedesign .left-bottom-wrapper{position:relative;margin-right:17px;background:transparent url(/modules/frontend-skin-odin/img/frontend-skin-odin/productpages/bg_line_right_bottom_wrapper.png) no-repeat scroll right bottom;width:450px;}body.sitedesign .left-bottom-wrapper.bottom-box,body.sitedesign .right-bottom-wrapper.bottom-box{background:none;}
body.sitedesign .left-bottom-wrapper.bottom-box ul,body.sitedesign .right-bottom-wrapper.bottom-box ul{width:420px;}body.sitedesign .package-wrapper{height:200px;margin-bottom:30px;}body.sitedesign .left-bottom-wrapper h2.headline-middle{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h2_package_sitedesign.png) no-repeat;height:34px;}
body.sitedesign .content-wrapper .price{bottom:25px;height:62px;position:absolute;right:25px;text-indent:-999em;width:135px;}body.sitedesign .left-bottom-wrapper .price{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_price_package.png) no-repeat;}body.sitedesign .right-bottom-wrapper .price{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_price_package_adv.png) no-repeat;}
body.sitedesign .right-bottom-wrapper h2.headline-middle{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h2_package_sitedesign_adv.png) no-repeat;height:34px;}body.sitedesign .left-bottom-wrapper h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h2_everything-from-one-source.png) no-repeat;height:34px;width:358px;}
body.sitedesign .right-bottom-wrapper h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h2_more-than-just-a-website.png) no-repeat;height:34px;width:311px;}body.sitedesign .boxes{background:url(/modules/hosting-common-en/img/pages/sitedesign/bg_one_two_three.png) no-repeat -2px 0;clear:both;height:471px;margin-bottom:60px;margin-top:25px;width:926px;}
body.sitedesign .boxes h2.inspired{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h2_get-inspired.png) no-repeat;clear:both;height:55px;margin-bottom:0;margin-left:40px;text-indent:-999em;}body.sitedesign .box{color:#fff;float:left;height:205px;width:303px;}body.sitedesign .box p{padding-left:62px;padding-right:38px;padding-top:5px;}
body.sitedesign .box-one{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_box1.png) no-repeat 12px 12px;margin-right:10px;}body.sitedesign .box-one h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h2_order.png) no-repeat;height:34px;margin-top:15px;margin-left:15px;}
body.sitedesign .box-two{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_box2.png) no-repeat 10px 12px;margin-right:15px;}body.sitedesign .right-top-wrapper .btn-detail-darkblue{margin:0 5px 1px 0;}body.sitedesign .box-two h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h2_design-and-develop.png) no-repeat;height:34px;margin-top:15px;margin-left:15px;}
body.sitedesign .box-three{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_box3.png) no-repeat 0 -5px;width:292px;}body.sitedesign .box-three h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h2_launch.png) no-repeat;height:34px;margin-top:15px;margin-left:15px;}
body.sitedesign .middle-wrapper h2.headline-bottom{background:url(/modules/hosting-common-en/img/pages/sitedesign/vi_h2_customer-examples.png) no-repeat;height:34px;width:200px;margin-top:5px;position:absolute;left:360px;}body.sitedesign #content-flash-examples{background:transparent url(/modules/hosting-common-en/img/pages/sitedesign/bg_flash-examples.png) no-repeat top left;color:#0A328C;height:240px;position:relative;text-align:center;width:924px;}
body.sitedesign .content-wrapper.middle-wrapper{float:none;}body.sitedesign .flash{margin-left:5px;}body.sitedesign #flash-not-available{display:none;margin-left:15px;}body.sitedesign .vi-puzzle{position:absolute;z-index:2;right:1px;bottom:20px;}body.sitedesign .vi-screens{position:absolute;right:1px;bottom:0;}
body.sitedesign .vi-people{position:absolute;top:43px;left:-110px;}body.sitedesign .vi-mail{left:203px;top:222px;z-index:99;position:absolute;}body.sitedesign .vi-mail-bottom{left:565px;position:absolute;top:1122px;z-index:99;}body.sitedesign .vi-ordernow-box{margin-left:-3px;margin-top:30px;}body.sitedesign .tos{margin-top:15px;float:right;}
body.MailXchange .right-top-wrapper h2.headline-top{background:url(/modules/hosting-common-en/img/pages/MailXchange/vi_h2_professionelle_kommunikation.png) no-repeat;height:34px;width:443px;margin:2px 0 -2px -2px;}body.MailXchange img.stopper{left:298px;position:absolute;top:245px;}.box-activesync{background:url(/modules/hosting-common-en/img/pages/MailXchange/bg_activesync.jpg) no-repeat;}
.box-admin{background:url(/modules/hosting-common-en/img/pages/MailXchange/bg_admin.jpg) no-repeat scroll 0 0 transparent;}body.MailXchange h2.functions{background:url(/modules/hosting-common-en/img/pages/MailXchange/h2_top_funktionen.png) no-repeat;height:34px;width:380px;}.box-team h3{background:url(/modules/hosting-common-en/img/pages/MailXchange/h3_teamarbeit.png) no-repeat;height:26px;}
.box-mobile h3{background:url(/modules/hosting-common-en/img/pages/MailXchange/h3_mobil.png) no-repeat;height:32px;}.box-admin h3{background:url(/modules/hosting-common-en/img/pages/MailXchange/h3_verwaltung.png) no-repeat;height:26px;}body.MailXchange h3.more{background:url(/modules/hosting-common-en/img/pages/MailXchange/h3_mehr_funktionen.png) #e2eef5 no-repeat 25px 10px;height:34px;width:671px;clear:left;}
body.MailXchange .prices-users{display:block;font-weight:bold;left:73px;position:absolute;text-align:left;top:60px;}body.MailXchange .package-m .prices-users,body.MailXchange .package-l .prices-users{left:26px;margin-right:20px;text-align:center;top:62px;width:210px;}body.MailXchange .prices-users-right{left:284px;}
body.MailXchange .package-m img.headline,body.MailXchange .package-l img.headline{margin:10px 0 0 35px;}body.MailXchange .priceCalculator input.numberOfUsers{left:168px;width:30px;}body.MailXchange .horz-xxl-price-text{font-size:12px;}body.MailXchange .priceCalculator .price-stopper{left:-308px;}body.MailXchange .priceCalculator .price-stopper .horz-l-price-text{font-size:10px;margin-left:-35px;}
body.MailXchange .price-stopper-countdown{bottom:35px;}body.MailXchange .price-stopper-countdown-mailxchange .horz-xxl-price-reg-old{position:relative;top:-10px;left:-85px;}body.MailXchange .priceCalculator .price-stopper-countdown-campaign{margin-left:120px;top:100px;}body.MailXchange .month-3-free{margin-right:20px;}
body.Server .price-stopper{bottom:30px;right:30px;}body.Server .price-stopper .horz-l-price-text{height:25px;}body.ServerPremium .serverBox .price-graphic{margin-right:6px;}.serverBox .horz-m-price-pretext-cont{margin:0 10px 8px 0;}body.Server span.right{right:15px;}body.Hosting .itable,body.MsHosting .itable{top:-210px;}
.vis-server{bottom:5px;}.hosting-feature-teaser li .text{background:url(/modules/hosting-common-en/img/pages/Hosting/pr_productbox_webhosting.png) no-repeat scroll 0 0 transparent;height:55px;margin:5px 0 0 140px;padding:11px 0 0 11px;width:213px;}.hosting-feature-teaser .homepage-server .box-button{bottom:23px;}
.hosting-feature-teaser .homepage-server p{padding-left:120px;}.hosting-feature-teaser .click-and-build{background:transparent url(/modules/hosting-common-en/img/pages/Hosting/box-click-and-build-applications.jpg) no-repeat 0 0;margin-right:16px;}.hosting-feature-teaser .homepage-server{background:transparent url(/modules/hosting-common-en/img/pages/Hosting/box-website-server.jpg) no-repeat 0 0;height:220px;}
.hosting-feature-list-wrapper h2{background:transparent url(/modules/hosting-common-en/img/pages/Hosting/h2_gute_gruende.png) no-repeat 0 0;}.hosting-feature-teaser .homepage-server-full{background:transparent url(/modules/hosting-common-en/img/pages/Hosting/vi_teaser_full_server.png) no-repeat 2px 0;}
.hosting-feature-teaser .homepage-server-full div.text{background:url(/modules/hosting-common-en/img/pages/Hosting/vi_price_box_50_percent.jpg) no-repeat scroll 0 0 transparent;margin-top:10px;}body.Hosting .inner-header ul,body.MsHosting .inner-header ul{margin-left:470px;width:360px;}body.Hosting .inner-header ul li span,body.MsHosting .inner-header ul li span{font-size:16px;color:#FFF000;}
body.Hosting .inner-header ul li,body.MsHosting .inner-header ul li{margin-bottom:3px;}body.Hosting .inner-header ul,body.MsHosting .inner-header ul{margin-top:-20px;}body.Hosting #content .tarifftable .price-stopper .frontup-price-button,body.MsHosting #content .tarifftable .price-stopper .frontup-price-button{position:static;}
#billingtermBox .toggleBox{margin:60px 0 0 30px;width:600px;}#billingtermBox .toggleBox ul li.check{float:left;height:130px;margin-right:10px;text-align:left;width:130px;}body.billingterm .submit{right:105px;}body.billingterm .big-price .price-stopper,body.billingterm .big-price .price-stopper.defaultprice{right:130px;}
body.billingterm img.strokewide{left:40px;}body.popupFees h3{padding-bottom:0;}body.popupFees table.domainPriceTable{margin:0 0 30px;}body.SearchEngineMarketing #content-top{background:url(/modules/hosting-common-en/img/pages/SearchEngineMarketing/bg_main.jpg) center top no-repeat;}body.SearchEngineMarketing #content-top h1{background:url(/modules/hosting-common-en/img/pages/SearchEngineMarketing/hl_main.png) no-repeat;}
body.SearchEngineMarketing #content-bottom h3.step1{background:url(/modules/hosting-common-en/img/pages/SearchEngineMarketing/hl_step1.gif) no-repeat scroll 20px top #FFF;margin-top:-45px;}body.SearchEngineMarketing #content-bottom h3.step2{background:url(/modules/hosting-common-en/img/pages/SearchEngineMarketing/hl_step2.gif) no-repeat scroll 20px top transparent;}
body.SearchEngineMarketing #content-bottom .performance{background:url(/modules/hosting-common-en/img/pages/SearchEngineMarketing/bg_performance.jpg) left top no-repeat;}body.SearchEngineMarketing #supportTeaser{background:url(/modules/hosting-common-en/img/pages/SearchEngineMarketing/bg_support-teaser.png) no-repeat;}
#supportTeaser h2.headline-teaser{background:url(/modules/hosting-common-en/img/pages/SearchEngineMarketing/hl_support-teaser.png) no-repeat;}#supportTeaser p.hotline{width:170px;}body.SearchEngineMarketing #content #sem\.city{width:335px;}body.SearchEngineMarketing #content #sem\.postcode,body.SearchEngineMarketing #content #sem\.nr,body.SearchEngineMarketing #content #sem\.radius{width:57px;}
body.SearchEngineMarketing #content #sem\.country{width:322px;}body.SearchEngineMarketing #content #sem\.email{width:206px;}body.FeaturePerformance table.performance-table{width:492px;background:#FFF url(/modules/hosting-common-en/img/components/popup/vi_performance_table.jpg) no-repeat 0 0;}table.standardcart .notincart a{color:#9DADD1;}
table.standardcart .terms{font-size:10px;margin-top:10px;display:block;}body.AboutUs img.ceo{float:left;padding-right:10px;}body.International .box1{height:71px;background:url(/modules/hosting-common-en/img/pages/popupInternationalCustomers/int_cust_header.jpg) no-repeat;}body.International .box2{height:242px;background:url(/modules/hosting-common-en/img/pages/popupInternationalCustomers/int_cust_box1.gif) no-repeat;}
body.International .box3{height:740px;background:url(/modules/hosting-common-en/img/pages/popupInternationalCustomers/int_cust_box2b.jpg) no-repeat;}body.International .box4{height:312px;background:url(/modules/hosting-common-en/img/pages/popupInternationalCustomers/int_cust_box3.gif) no-repeat;}body.International .converter{position:relative;width:431px;height:80px;background-repeat:no-repeat;background-image:url(/modules/hosting-common-en/img/pages/popupInternationalCustomers/int_cust_box_conv.jpg);margin-top:10px;}
body.International .innerbox{padding-left:82px;padding-top:8px;}body.International .servers{float:left;width:220px;margin-top:15px;}body.TcSpecialOffers .no_icon{list-style-type:none;}body.SignUpAndThankYou .button{margin:5px 0 0 15px;}body.RapidUnjoin p{padding-top:10px;}body.RapidUnjoin .button{margin:50px 0 0 -4px;}
body.Moneyback .imgcont{background:url(/modules/hosting-common-en/img/pages/Moneyback/moneyback_head.jpg) no-repeat;width:480px;height:239px;margin-left:-24px;}body.Moneyback #content #popup div.imgcont ul{padding:20px 0 0 250px;}body.Typo #content h1.headline-top{background:transparent url(/modules/hosting-common-en/img/pages/Typo/vi_h1_your-name-is-your-brand.png) no-repeat 0 0;}
body.Typo #content td.db_offer h3.headline-offer{background:transparent url(/modules/hosting-common-en/img/pages/Typo/vi_h2_offer.png) no-repeat;}body.Typo #content td.no_offer h3.headline-offer{background:transparent url(/modules/hosting-common-en/img/pages/Typo/vi_h3_offer_grey.png) no-repeat;margin:5px 0 0 12px;}
body.Typo #content .result-with-stoerer-inactive{background:url(/modules/hosting-common-en/img/pages/Typo/table-body-sprite.png) repeat-y scroll 0 0 transparent;}body.regc h1.headline-top,body.adminc h1.headline-top,body.techc h1.headline-top{margin-bottom:41px;}body.regc h1.headline-top{background:transparent url(/modules/hosting-common-en/img/pages/regc/vi_h1_domain-contact-reg-c.png) no-repeat 0 0;}
body.adminc h1.headline-top{background:transparent url(/modules/hosting-common-en/img/pages/adminc/vi_h1_domain-contact-admin-c.png) no-repeat 0 0;}body.techc h1.headline-top{background:transparent url(/modules/hosting-common-en/img/pages/techc/vi_h1_domain-contact-tech-c.png) no-repeat 0 0;}body.regc .container_box .c_intro,body.adminc .container_box .c_intro,body.techc .container_box .c_intro{padding:0;}
#domaindata\.Phone0{width:74px;}#domaindata\.Phone1{width:90px;}#domaindata\.Phone2{width:90px;}body.MailInstantMail .text-top,body.MailInstantMail .text-bottom,body.Sharepoint .text-top,body.Sharepoint .text-bottom,body.MicrosoftExchange .text-top,body.MicrosoftExchange .text-bottom{color:#fff;display:block;}
.posAbs{position:absolute;z-index:-1;}body.Mail .right-bottom-wrapper .price-stopper{width:105px;}body.Mail .horz-xxl-price-text{display:block;color:#fff000;}body.Mail .price-stopper span.horz-l-price-text{height:0;}body.Mail .right-bottom-wrapper .horz-xxl-price-reg .alphapng{margin-bottom:15px;}body.Mail #asterisk-ox{display:inline-block;position:relative;top:-70px;}
#navigation ul{margin-bottom:25px;}body.Home #content #navi_and_marketing div.homepos{top:auto;}
body.costs h1.headline-top{background:url(/modules/hosting-common-en/img/pages/costs/h1_costs.png) no-repeat;height:41px;padding-bottom:30px;}.payment-policy-costs{margin-top:75px;font-size:11px;}.payment-policy-costs,.payment-policy-costs h3,.payment-policy-costs h2{color:#0a328c;}.payment-policy-costs h3,.payment-policy-costs h2{font-size:1em;}
.payment-policy-costs h3{margin:10px 0 2px;padding:0;}.payment-policy-costs h2{margin-top:10px;}.payment-policy-costs ul{margin-left:20px;}.payment-policy-costs ul.termsList-mz,.payment-policy-costs ul.termsList{padding-left:0;}.payment-policy-costs ol.num-list{padding-left:17px;}.order_submit{float:right;}
body.costs .order_submit{float:none;text-align:right;margin-top:-44px;height:100px;}body.costs .campaigntable h3{color:#0A328C;}.campaigntable #standardcart{width:680px;margin-top:0;}.campaigntable #standardcart th,.campaigntable #standardcart td{text-align:left;vertical-align:middle;padding:6px 4px 8px 4px;border-bottom:1px #9DAACC solid;}
.campaigntable #standardcart th{font-size:14px;font-weight:bold;}.campaigntable #standardcart thead th{background-color:#d8e2f2;border-right:1px #9DAACC solid;}.campaigntable #standardcart thead th.head_desc{width:420px;}.campaigntable #standardcart thead th.head_once,.campaigntable #standardcart thead th.head_month{text-align:center;width:120px;}
.campaigntable #standardcart td.article{font-weight:bold;vertical-align:top;padding-top:11px;}.campaigntable #standardcart td span.newline{display:block;font-weight:normal;}.campaigntable #standardcart td span.domain-number{padding-top:5px;}.campaigntable #standardcart td span.grey{font-size:11px;}.campaigntable #standardcart td.control{font-size:11px;vertical-align:top;}
.campaigntable #standardcart td.border_right{border-right:1px #9DAACC solid;}.bcnote,.totalnote,.bclink{color:#0a328c;}.totalnote{margin-top:10px;}.bcnote{font-size:11px;margin-bottom:10px;}.standardcart div.toggle{font-size:11px;font-weight:normal;margin-top:15px;}.standardcart div.toggle div.radio{float:left;padding:2px 0 0 0;}
table.standardcart div.toggle strong{font-size:12px;}.standardcart div.toggle div.active{color:#0a328c;padding-left:18px;}.standardcart div.toggle div.inactive{color:#898989;padding-left:18px;}.standardcart td.eshop-upselling{border-top:1px solid #C2DDED;}.standardcart td.sum-border-top{background:url(/modules/hosting-common/img/components/order/costs_sum_border_top.gif);height:3px;padding:0;}
.standardcart tr.standardcart-row-opt-addon-nis #opt-addon-nis,.standardcart tr.standardcart-row-opt-addon-nis .control,.standardcart tr.standardcart-row-opt-addon-nis .graphics,.standardcart tr.standardcart-row-opt-addon-nis .price,.standardcart tr.standardcart-row-opt-addon-nis .price_month{border-bottom:1px solid #C2DDED;}
table.standardcart td strong{font-size:16px;font-weight:700;}table.standardcart span.free{color:#01A300;}#content div.domainCheck div.content p.intro span.highlight{font-weight:bold;}#content div.domainCheck div.content div.domainname{margin:10px 0;border:1px solid red;}#content div.domainCheck div.content span.address{font-size:16px;font-weight:bold;padding:0 10px 0 8px;}
#content div.domainCheck div.image{width:161px;float:left;}#content div.domainCheck div.image img{width:159px;}#content div.domainCheck div.content p.intro{font-size:11px;width:370px;padding-left:10px;}#content div.domainCheck div.content{margin-left:161px;padding:10px 10px 10px 22px;}#content div.domainCheck div.content div.domainname input{margin-left:10px;margin-bottom:4px;}
#content div.domainCheck div.content div.domainname input.textinput{float:left;margin:0;}.btn-pad{padding-left:10px;}#content div.domainCheck div.content div.tlds{margin-top:20px;}* html #content div.domainCheck div.content div.tlds div.inclusive{height:.01%;width:100%;overflow:visible;padding-left:27px;}
#content div.domainCheck div.content div.tlds div.inclusive div.box{width:260px;}#content div.domainCheck div.content div.tlds div.tld{float:left;width:60px;height:19px;}#content div.domainCheck div.content div.tlds div.tld input{float:left;margin-left:0;}* html #content div.domainCheck div.content div.tlds div.tld input{width:13px;}
#content div.domainCheck div.content div.tlds div.tld label{display:block;padding:2px 0 0 14px;margin:0;}#content div.domainCheck div.content div.clearfix{clear:left;font-size:1px;height:1px;}#action div.inclusive,div.additional{color:#0A328C;padding:0 7px;float:left;}.info-box{background:url(/modules/frontend-skin-odin/img/frontend-skin-odin/productpages/bg_line_right_bottom_wrapper.png) no-repeat scroll bottom right transparent;color:#0a328c;margin:0 33px 33px 0;padding:0 10px 10px 0;}
.info-box h3{color:#0a328c;font-size:12px;padding-bottom:0;}.info-box img{float:left;padding-right:5px;}.info-box .hotline-number{font-size:16px;font-weight:bold;padding-bottom:0;}.info-box .hinweis{color:#7fa1c9;font-size:10px;}.info-box a.maillink{padding:5px 0;}.order-secure{margin-top:40px;}.order-secure h4{font-size:11px;font-weight:700;margin:0 0 8px 55px;}
.order-secure p{font-size:11px;margin:0 0 0 55px;}body.orderprocess .content-order-left{margin-top:72px;}body.orderprocess .cancel_order{margin-top:220px;}body.transfercheck .errorbox{width:423px;}body.transfercheck .bg-transfer{background:#c0d5f0 url(/modules/hosting-common-en/img/frontend-skin-odin/orderprocess/domaincheck_visual_bg.jpg) repeat-y left top!important;width:630px;}
body.transfercheck h1.headline-top{background:url(/modules/hosting-common-en/img/pages/transfercheck/vi_h1_domain_transfer.png) no-repeat;height:34px;margin-bottom:14px;}body.transfercheck .submit{float:left;margin:10px 0 0 2px;}body.transfercheck .textinput{width:165px;}body.transfercheck #contentfooter{float:right;background-color:#b7cae8;margin-left:0;width:438px;padding:10px 0 10px 31px;}
body.transfercheck #content div.content{float:right;margin-left:0;width:435px;}body.transferselect .btn{float:right;}body.transferselect div.external{margin-bottom:2px;padding-bottom:10px;}body.cancelorder h1.headline-top{background:url(/modules/hosting-common-en/img/pages/cancelorder/vi_h1_please_share.png) no-repeat;height:34px;margin:20px 0 14px 0;}
body.cancelorder .newblock{margin-top:20px;}body.cancelorder .finaltext{margin-top:40px;}.bt-submit{width:280px;float:right;margin-top:10px;}.content-order-right a,.content-order-right a:link,.content-order-right a:visited{color:#0a328c;}body.transferselect .content-order-right,body.kktransfer .content-order-right,body.dnstransfer .content-order-right{position:relative;}
body.dnstransfer .container_form ul li input.radio{margin-top:1px;}body.dnstransfer .container_form ul li div.left{float:left;width:auto;}body.dnstransfer .container_form ul li div.right{float:none;margin-left:25px;}body.dnstransfer ul.dnstransfer{color:#0A328C;font-weight:bold;margin-top:15px;}body.dnstransfer .multi label{display:inline;float:left;white-space:nowrap;}
body.transferselect h1.headline-top,body.kktransfer h1.headline-top,body.dnstransfer h1.headline-top{height:41px;margin:0;padding-bottom:27px;text-indent:-999em;}body.transferselect .content-order-right h1{background:transparent url(/modules/hosting-common-en/img/pages/transferselect/vi_h1_domain_transfer.png) no-repeat 0 0;height:34px;margin:20px 0 14px;padding:0;}
body.kktransfer div.kktransfer,body.dnstransfer div.dnstransfer,body.kktransfer .container_box .hint-choose-later{background-color:#c0d5f0;border-bottom:1px solid #99A7C8;border-right:1px solid #99A7C8;padding:10px;width:540px;}body.kktransfer div.kktransfer h3{color:#0a328c;padding:15px 0 0;}body.kktransfer div.kktransfer ul{list-style-position:inside;}
body.kktransfer div.kktransfer .line{display:block;height:auto;}body.kktransfer div.kktransfer .confirm{background-color:#B7CAE8;color:#000;padding:5px;margin-top:10px;}body.kktransfer div.kktransfer .confirm input{position:relative;padding-right:10px;top:-2px;width:auto;}body.kktransfer div.kktransfer .confirm label{padding-left:5px;}
body.transferselect .order_submit{margin-bottom:30px;width:567px;}body.transferselect .order_submit button,body.dnstransfer .order_submit button{float:right;position:relative;right:-8px;}body.transferselect .order_submit_link a.core_button_normal,body.kktransfer .order_submit_link a.core_button_normal{position:relative;top:7px;}
.order_submit_link{float:none;}body.kktransfer h2,body.dnstransfer h2{background:transparent none no-repeat 0 0!important;color:#0a328c;height:auto;line-height:20px;margin:0 0 10px 0;padding:0;}body.kktransfer p.kktransfer_intro,body.dnstransfer p.dnstransfer_intro,body.transferselect p.transferselect_intro,body.kktransfer p.redbox{color:#0a328c;font-size:11px;font-weight:bold;padding:0;position:absolute;top:50px;}
#buttonContinueOff{background-image:url(/modules/hosting-common-en/img/pages/kktransfer/continue-button-disabled.gif);float:right;height:30px;margin:5px 128px 3px 4px;width:132px;}#buttonContinueOn{float:right;margin-right:122px;}body.kktransfer #spaeter{width:568px;}body.kktransfer .container_form input[type='text']{left:10px;position:relative;}
body.kktransfer .container_box p{padding:0 0 6px;}body.kktransfer .choose-later{float:right;}body.dnstransfer .content-order-right h1{background:url(/modules/hosting-common-en/img/pages/dnstransfer/vi_h1_domain_transfer.png) no-repeat 0 0;height:34px;margin:20px 0 14px;padding:0;}body.kktransfer .content-order-right h1{background:url(/modules/hosting-common-en/img/pages/kktransfer/vi_h1_domain_transfer.png) no-repeat 0 0;height:34px;margin:20px 0 14px;padding:0;}
body.dnstransfer div.dnstransfer{background-color:#C0D5F0;border-bottom:1px solid #99A7C8;border-right:1px solid #99A7C8;padding:10px;width:540px;}body.dnstransfer .btn-dnstransfer-continue{float:right;margin-right:122px;}body.kktransfer .errorbox{padding:10px;width:540px;}body.cancelconfirm h1.headline-top{background:url(/modules/hosting-common-en/img/pages/cancelconfirm/vi_h1_thank_you.png) no-repeat;height:34px;margin:20px 0 15px 0;}
body.cancelconfirm .container_form{background-color:transparent;margin-bottom:20px;}body.overview h1.headline-top{background:url(/modules/hosting-common-en/img/pages/overview/vi_h1_summery.png) no-repeat;height:34px;margin:20px 0 0 0;}body.overview h2.change{position:relative;}body.overview .c-customer-data{padding-left:25px;}
body.overview .changespan{position:absolute;top:15px;right:15px;}.tldterms{margin-top:20px;}.tldterms h3{padding:0 0 10px 0;}.tldterms li{list-style-type:none;}.clause{margin-top:20px;color:#0A328C;}.contactuserdata .control a.btn{float:right;margin-right:150px;}body.customized h1.headline-top{background:url(/modules/hosting-common-en/img/pages/customized/vi_h1_thankyou.png) no-repeat;height:34px;margin:20px 0 0 0;}
body.customized p{color:#0a328c;}body.customized h4{margin:15px 0 5px 0;font-weight:bold;color:#0a328c;}body.customized div.payment-policy-costs{margin-top:3px;padding-left:150px;background:url(/modules/hosting-common-en/img/pages/customized/customized_affiliate_light.jpg) no-repeat 0 0;}body.customized .payment-policy-costs ul li{background:url(/modules/hosting-common-en/img/pages/customized/check_arrow.gif) no-repeat 0 0;padding-left:20px;margin-left:-20px;}
body.customized .learnmore{display:block;margin:10px 0 0 0;font-weight:bold;}body.customized .addcontent{margin-top:50px;}body.customized div.fl-left{width:230px;float:left;}body.customized .btn-right{width:230px;float:right;}body.customized #button{margin-top:20px;}body.country h1.headline-top,body.switchmandant h1.headline-top{background:url(/modules/hosting-common-en/img/pages/country/vi_h1_country.png) no-repeat;height:34px;margin:20px 0 20px 0;}
body.switchmandant img.flag{width:129px;height:83px;margin:0 60px 0 15px;float:left;}body.switchmandant .mandant-text{width:480px;float:left;}body.switchmandant .mandant-text p{padding:0 0 15px 0;}body.switchmandant .mandant-text p span{padding:0 25px;}body.country .container_form p{padding:10px 25px 10px 25px;}
body.enteraddress h1.headline-top{background:url(/modules/hosting-common-en/img/pages/enteraddress/vi_h1_customer_details.png) no-repeat;height:34px;margin:20px 0 0 0;}.us_in_ca{background:url(/modules/hosting-common-en/img/pages/enteraddress/us_flag.jpg) no-repeat 15px 10px #F5F9FC;}.ca_in_us{background:url(/modules/hosting-common-en/img/pages/enteraddress/ca_flag.jpg) no-repeat 15px 10px #F5F9FC;}
.us_in_ca p,.ca_in_us p{padding-left:180px;}body.cacredentials h1.headline-top{background:url(/modules/hosting-common-en/img/pages/cacredentials/vi_h1_cacredentials.png) no-repeat;height:34px;margin:20px 0 0 0;}body.cacredentials div.textformat{font-weight:bold;color:red;}.bg-blue{background:#c0d5f0;}
.mandant-pad{padding:30px 25px 0 15px;}body.enterpasswordandmediacode h1.headline-top{background:url(/modules/hosting-common-en/img/pages/enterpasswordandmediacode/vi_h1_password.png) no-repeat;height:34px;margin:20px 0 0 0;}body.tariffchoice .btn-right{float:right;}body.tariffchoice .content-order-left{margin-top:60px;}
#ipayment-frame{height:1500px;}table.standardcart td.article,table.standardcart td.graphics{border-top:1px solid #C2DDED;}table.addons td.article,table.addons td.graphics,table.addons td.control,table.addons td.price_month{border-bottom:0;}table.addons td.no-border{border-bottom:0;}table.addons col.first{width:32px;}
table.addons col.second{width:276px;}table.addons col.third{width:210px;}body.tldconfirm .content-order-right h1{margin-bottom:30px;}body.tldconfirm .form_margin{margin-left:20px;}body.tldconfirm .label{padding-left:25px;}body.regc div.useall{padding-left:230px;}

.hosting-countdown{position:absolute;display:none;z-index:99;}body.Mail span.price-stopper-countdown{bottom:45px;}#cd-Server-1{top:214px;left:843px;width:83px;height:104px;}#cd-Server-2{top:535px;left:374px;width:83px;height:104px;}#cd-Server-3{top:535px;left:843px;width:83px;height:104px;}#cd-VirtualServer-1{top:70px;left:522px;width:154px;height:56px;}
#cd-VirtualServer-2{top:70px;left:758px;width:154px;height:56px;}#cd-VirtualServerDetail-1,#cd-VirtualServerDetail-1-extended{top:174px;left:810px;width:103px;height:129px;}#ServerPremium-cds{position:absolute;top:69px;left:55px;z-index:99;display:none;width:154px;height:56px;}#cd-ServerPremium-1{top:69px;left:520px;width:154px;height:56px;}
#cd-ServerPremium-2{top:69px;left:754px;width:154px;height:56px;}#cd-ServerPremium-3{top:355px;left:53px;width:154px;height:56px;}#cd-ServerPremium-4{top:355px;left:287px;width:154px;height:56px;}#cd-ServerPremium-5{top:355px;left:523px;width:154px;height:56px;}#cd-ServerPremium-6{top:355px;left:758px;width:154px;height:56px;}
#cd-ServerPremium-7{top:638px;left:53px;width:154px;height:56px;}#cd-ServerPremiumDetail-1,#cd-ServerPremiumDetail-1-extended{top:174px;left:810px;width:103px;height:129px;}#cd-CloudDynamicServer-1,#cd-CloudDynamicServer-1-extended{top:55px;left:762px;width:103px;height:129px;}#cd-Eshops-1,#cd-Eshops-1-extended{top:-124px;left:388px;width:83px;height:104px;}
#cd-Eshops-2,#cd-Eshops-2-extended{top:-124px;left:549px;width:83px;height:104px;}#cd-Eshops-3,#cd-Eshops-3-extended{top:-124px;left:706px;width:83px;height:104px;}#cd-Eshops-4,#cd-Eshops-4-extended{top:-205px;left:365px;width:83px;height:104px;}#cd-Eshops-5,#cd-Eshops-5-extended{top:-365px;left:525px;width:83px;height:104px;}
#cd-Eshops-6,#cd-Eshops-6-extended{top:-205px;left:683px;width:83px;height:104px;}#cd-Home-1,#cd-Home-1-extended{top:210px;left:545px;width:83px;height:104px;}#cd-Home-2,#cd-Home-2-extended{top:210px;left:855px;width:83px;height:104px;}#cd-Home-3,#cd-Home-3-extended{top:578px;left:260px;width:62px;height:78px;}
#cd-Home-4,#cd-Home-4-extended{top:578px;left:635px;width:62px;height:78px;}#cd-Home-5,#cd-Home-5-extended{top:880px;left:260px;width:62px;height:78px;}#cd-Instant-1,#cd-Instant-1-extended{position:absolute;top:-3px;left:836px;z-index:99;display:block;width:92px;height:114px;}#cd-Mail-1,#cd-Mail-1-extended{top:180px;left:820px;width:103px;height:129px;}
#cd-Mail-2,#cd-Mail-2-extended{top:555px;left:841px;width:83px;height:104px;}#cd-eshopupselling-1,#cd-eshopupselling-1-extended{position:absolute;top:160px;left:800px;z-index:99;display:block;width:103px;height:129px;}#cd-MailInstantMail-1,#cd-MailInstantMail-1-extended{top:-130px;left:655px;width:83px;height:104px;}
#cd-MailInstantMail-2,#cd-MailInstantMail-2-extended{top:-205px;left:630px;width:83px;height:104px;}#cd-tariffselect-1,#cd-tariffselect-1-extended{top:-130px;left:548px;width:83px;height:104px;}#cd-tariffselect-2,#cd-tariffselect-2-extended{top:-250px;left:523px;width:83px;height:104px;}#cd-MailXchange-1,#cd-MailXchange-1-extended{top:180px;left:829px;width:103px;height:129px;}
#cd-Hosting-1,#cd-Hosting-2,#cd-Hosting-3,#cd-Hosting-4,#cd-Hosting-5,#cd-Hosting-6{position:absolute;top:-3px;left:52px;z-index:99;display:none;width:113px;height:67px;}#content #cd-Hosting-2{left:55px;}
.tarifftable thead h3.tariff-dual-basic{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_b.png) 0 0 no-repeat;position:relative;top:0;left:0;height:35px;width:225px;margin-bottom:30px;}.tarifftable thead h3.tariff-dual-basic:hover{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_b.png) 0 -35px no-repeat;}
.tarifftable thead h3.tariff-dual-basic-windows{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_b_win.png) 0 0 no-repeat;position:relative;top:0;margin-bottom:16px;left:0;height:35px;width:225px;}.tarifftable thead h3.tariff-dual-basic-windows:hover{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_b_win.png) 0 -35px no-repeat;}
.tarifftable{position:relative;top:-10px;}.tarifftable thead h3.tariff-dual-advanced{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_a.png) 0 0 no-repeat;position:relative;top:-17px;left:1px;height:55px;width:229px;}.tarifftable thead h3.tariff-dual-advanced:hover{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_a.png) 0 -55px no-repeat;}
.tarifftable thead h3.tariff-dual-advanced-windows{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_a_win.png) 0 0 no-repeat;position:relative;top:-17px;left:1px;height:55px;width:229px;}.tarifftable thead h3.tariff-dual-advanced-windows:hover{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_a_win.png) 0 -55px no-repeat;}
.tarifftable thead h3.tariff-dual-advanced-old{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_a_old.png) 0 0 no-repeat;position:relative;top:-10px;left:0;height:35px;width:225px;}.tarifftable thead h3.tariff-dual-advanced-old:hover{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_a_old.png) 0 -35px no-repeat;}
.tarifftable thead h3.tariff-dual-advanced-old-windows{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_a_old_win.png) 0 0 no-repeat;position:relative;top:0;left:0;height:35px;width:225px;margin-bottom:16px;}.tarifftable thead h3.tariff-dual-advanced-old-windows:hover{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_a_old_win.png) 0 -35px no-repeat;}
.tarifftable thead h3.tariff-dual-unlimited{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_u.png) 0 0 no-repeat;position:relative;top:0;left:0;height:35px;width:225px;margin-bottom:30px;}.tarifftable thead h3.tariff-dual-unlimited:hover{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_u.png) 0 -35px no-repeat;}
.tarifftable thead h3.tariff-dual-unlimited-windows{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_u_win.png) 0 0 no-repeat;position:relative;top:0;left:0;height:35px;width:225px;margin-bottom:16px;}.tarifftable thead h3.tariff-dual-unlimited-windows:hover{background:transparent url(/modules/hosting-common-en/img/components/tarifftable/hl_tariff_dual_u_win.png) 0 -35px no-repeat;}
.tarifftable thead h3 td{height:35px;}#content .tarifftable .last-row th.last-header{vertical-align:top;}#content .tarifftable .last-row td.normal-cell{vertical-align:middle;display:inline-block;height:50px;}#content .tarifftable .last-row td.heigher-cell{height:90px;vertical-align:top;}#content .tarifftable .price-stopper{padding-top:3px;height:75px;}
#content .tarifftable .one-year-free{display:block;height:75px;padding-top:3px;position:static;background:url(/modules/hosting-common-en/img/components/tarifftable/vi_one_year_free.png) no-repeat scroll 50% 0 transparent;}#content .tarifftable .tarifftable-price-text-above-regular{margin-bottom:3px;color:#0a328c;}
#content .tarifftable .tarifftable-save-price{display:block;font-size:14px;}#content .tarifftable .topseller{position:absolute;top:18px;right:270px;height:56px;width:56px;z-index:1001;text-indent:0;}.tarifftable-3col .highlighted td{background:url(/modules/hosting-common-en/img/components/tarifftable/bg_3col_middle_highlight.png) right top repeat-y;}
.tarifftable .first-colomn-header{float:left;text-align:left;}.tarifftable .second-colomn-header{text-align:right;}.tarifftable .second-colomn-header .btn-new{position:relative;left:18px;}#content .tarifftable .three-months-offer{background:none;}.tarifftable thead h3.bottom-teaser{top:0;margin-bottom:11px;}
.tarifftable thead h3.bottom-unlimited{top:0;margin-bottom:10px;}




