@charset "UTF-8";



body{
/*	font-size:.85em;
	font-family: 'Gudea', 'sans-serif';*/
	font:400 13px/18px 'Roboto',sans-serif,Arial,Helvetica;
	background:#fbfbfb;
}
/*
html {
	margin:0;
	padding:0;
	font-size: 0.84em;
	font-family: Arial, Tahoma;
}
*/
table {
	font-size: 1em;
	font-family: Arial, Tahoma;
}
/*
body {
	margin:0;
	padding:0;
	font-size:.95em;
	font-family: Gudea, 'sans-serif';
	background:url(/i/bg.gif) 0 -65px repeat-x fixed rgb(243,248,251);
	text-align:center;
}
*/

textarea {
font-size:.9em;
}

.lhtc {
	line-height:22px;color:#555;font-size:1.05em;padding:15px;
}

.lhtc td {
	font-size:0.95em;
	vertical-align:top;
}

img { border:0; }
div { white-space:normal; }

a,a:link,a:visited,a:active {
	text-decoration: none;
}

a:hover {
	color: #143F71;
	text-decoration: underline;
}

.featurelist {
	line-height:1.7em;
}

.featurelist li {
	margin-bottom:8px;
	list-style:square;
	background:#fff;
	font-size:1em;
}


.dns_pro_edit_title {
	padding:3px;
	padding-left:6px;
	background:#ffa632;
	color:#fff;
	font-weight:bold;
	font-family:arial;
}

.dns_pro_edit_title_noedit {
	padding:3px;
	padding-left:6px;
	background:#ffd38f;
	color:#fff;
	font-weight:bold;
	font-family:arial;
}

div.base_site_title {
	background:#888;
	color:#fff;
	padding:5px;
	font-weight:bold;
	font-size:1.2em;
}

div.base_notice_title {
	background:#0068bb;
	color:#fff;
	padding:10px;
	font-weight:bold;
	font-size:1.2em;
}

div.base_dialog_title_small {
	background:#0068bb;
	color:#fff;
	padding:7px;
	font-weight:bold;
	font-size:1.1em;
}

div.base_error_title {
	background:#ff0000;
	color:#fff;
	padding:10px;
	font-weight:bold;
	font-size:1.2em;
}

div.base_warning_title {
	background:#ff0000;
	color:#fff;
	padding:10px;
	font-weight:bold;
	font-size:1.2em;
}
/* round border */

#dnszone td { font-size:0.95em; }

.re {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.ret {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}

.reb {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}


/* payment methods in bottom */
#ccsupport {
	background:url(//assets.regfish.de/images/5/paysupp.png) no-repeat;
	height:35px;
	width:212px;
	float:left;
	font-size:0.7em;
	padding-top:40px;
	color:#555;
	text-align:center;
}

#frame {
	text-align:center;
}

#framec {
	width:1000px;
	margin:auto;
}

#framecm {
	width:1000px;
	margin:auto;
}

#content {
	text-align:left;
	padding: 0;
	float:left;
	overflow:visible;
	font-size:1.1em;
}

.cb { clear:both; }


/* additional informations, bottom */
#blo {
	margin-left:-10px;
	height:124px;
	width:780px;
	background:#fff;
	text-align:left;
	margin-bottom:15px;
}

#blo table {
	width:760px;
}

.blo_element {
	padding:0px;
	width:25%;
	vertical-align:top;
}

.blo_element div.blo_title {
	padding-bottom:7px;
	font-size:1.0em;
	font-weight:bold;
	color: #5b7d98;
}

.blo_element div.blo_content {
	padding-bottom:7px;
	color: #7c8e9a;
	font-size:11px;
}

.blo_element div.blo_content a,
.blo_element div.blo_content a:link,
.blo_element div.blo_content a:visited,
.blo_element div.blo_content a:active,
.blo_element div.blo_content a:hover
{
	text-transform:uppercase;
}

.blo_element ul {
	margin:0;
	padding:0;
}
.blo_element ul li {
	list-style-type:none;
	line-height:15px;
}

.blo_divider {
	background-image:url(//www.regfish.de/img/blo_divider.gif);
	background-repeat:no-repeat;
	padding-right:5px;
}


#navigator {
	width:200px;
	text-align: left;
	float:left;
	font-size:0.95em;
}

#title {
	text-align:left;
	padding:0px;
	margin-bottom:10px;
	margin-top:10px;
}

.bubblebox_top {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	background:#fffcdc;
	border:1px solid #f1ea94;
	min-height:50px;
	padding:10px;
}

.bubblebox {
	background:#d1ecff;
	border:1px solid #a9d3f1;
	min-height:50px;
	margin-top:6px;
}

.bubblebox_t {
	font-size:1.1em;
	font-weight:bold;
	background:#41423a;
	margin:-1px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	padding:5px !important;
	padding-left:8px;
	color:#fff;
}

div.error {
	border: 1px solid red;
	padding: 10px;
	color: white;
	background-color: red;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
}
div.error div.title {
	background-color: white;
	border: 1px solid red;
	padding: 10px;
	color: red;
}
div.autoc {
	padding: 10px;
	color: #1559A7;
}
div.autoc div.title {
}
div.saveok {
	padding: 10px;
	font-weight: bold;
	color: green;
}
div.saveok div.title {
}

tr.even_sub {
	color: #5a5a5a;
}

tr.odd_sub {
	background-color: #DFEAF8;
	color: #2a2a2a;
}

tr.sub {
	background-color: #1559A7;
	color: #ffffff;
}

pre {
	font-size:11px;
	font-family:'Courier New';
}

#sxlogo {
	background: url(//assets.regfish.de/images/5/logo.png) no-repeat;
	height:65px;
	width:205px;
	cursor:pointer;
}

#flcont {
	width:780px;
	background-repeat:no-repeat;
	margin-left:5px;
	overflow:visible;
}

/* temp frame */
.tf {
	padding:10px;
	min-height:300px;
	background:#fff;
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#framecm .tf {
	padding:10px;
	width:760px;
	background:#fefefe;
	border:1px solid #ccc;
}

table.datastyle {
	background:#fff;
	width:100%;
	border-spacing: 1px;
	font-size:.9em;
}

table.datastyle td {
	padding:6px;
}


/* even/odd normal */
table.datastyle tbody tr:nth-child(even) {
	color: #5a5a5a;
	background:#fff;
}

table.datastyle tr.title {
	color: #000;
}

table.datastyle tr.title a {
	color:white;
}

tr.title td {
	padding:10px;
}

table.datastyle tbody tr:nth-child(odd) {
	background:#DFEAF8;
	color: #2a2a2a;
}

table.datastyle.aligncol td {
	text-align:center;
}

table.datastyle.aligncol td:first-child {
	text-align:left;
}

table.datastyle thead tr {
	background:#fff !important;
}

table.datastyle thead tr th {
	text-align:center;
	padding:6px;
}

.descr {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	padding:10px;
	font-size:0.95em;
	color:#555;
	background:#eee;
	border:1px solid #c0c0c0;
	margin-top:20px;
}

.hinweis {
	font-size:0.95em;
	color: #555;
	margin-bottom: 20px;
	margin-top:10px;
}


/* UNVALIDATED */



input[type='text'].new,
input[type='select'].new,
input[type='checkbox'].new,
input[type='password'].new {
	font-family: Arial, Tahoma;
	font-size:1.05em;
	width:240px;
}

.sitepath_menu {

}

div.SitePath {
	color: #4E4E4E;
	margin-left:6px;
	margin-top:-20px;
	position:absolute;
}

div.SitePath a,
div.SitePath a:link,
div.SitePath a:visited,
div.SitePath a:active,
div.SitePath a:hover
{
/*	color: #4E6E92; */
	color: #4E4E4E;
	text-decoration:underline;
}

/* top bottom */
div.tb {
	border:1px solid #e5e5e5;
	background:#fff;padding:4px;
	font-size:0.9em;
	padding-left:8px;padding-right:8px;
	float:right;
	margin-left:2px;
	cursor:pointer;
	color:gray;
}

div.tb:hover {
	background:#114d82;
	color:#fff;
}

div.tb_a {
	border:1px solid #e5e5e5;
	background:#fff;padding:4px;
	font-size:0.9em;
	padding-left:8px;padding-right:8px;
	float:right;
	margin-left:2px;
	cursor:pointer;
	color:#ff4e00;
}

div.tb_a:hover {
	background:#ff4e00;
	color:#fff;
}

div.tbl {
	background:#0069ae;padding:5px;
	font-size:0.9em;
	padding-left:8px;padding-right:8px;
	float:left;
	margin-left:2px;
	cursor:pointer;
	color:#fff;
}

div.tbl:hover {
	background:#0069ae;
	color:#fff;
}

/* LEFTNAV NORMAL */
div.leftnav_section {
	font-weight: bold;
	line-height: 17px;
	padding-top:28px;
	padding-bottom:2px;
	padding-left: 10px;
	border-bottom: 1px solid #c9c9c9;
}

.itemerror { font-size:0.9em; color:red; margin-left:10px; }

div.leftnav_section a,
div.leftnav_section a:link,
div.leftnav_section a:visited,
div.leftnav_section a:active {
	color: #143F71;
	text-decoration: none;
}

div.leftnav_section a:hover {
	color: #143F71;
	text-decoration: underline;
}

/* even/odd highlight */
tr.even_highlight {
	color: #5a5a5a;
}

tr.odd_highlight {
	background-color: #FFF3D9;
	color: #2a2a2a;
}

tr.even_highlight:hover, tr.odd_highlight:hover {
	background-color: #E8E8E8;
	color: #2a2a2a;
}

tr.even_sub_highlight {
	color: #5a5a5a;
}

tr.odd_sub_highlight {
	background-color: #DFEAF8;
	color: #2a2a2a;
}

tr.sub_highlight {
	background-color: #F0DEB8;
	color: #000000;
}

tr.even_sub_highlight td, tr.even_sub_highlight td, tr.sub_highlight td {
	font-size: 10px;
}


#nav_elmts_manager_lft {
	text-align: left;
	padding-top: 25px;
	float: left;
	clear: both;
	width: 195px;
	min-height:400px;
}

div #navigator #nav1_elmts_lft {
	position: relative;
	text-align: left;
	padding-top: 25px;
	float: left;
	clear: both;
	width: 195px;
	margin-bottom:25px;
	font-size:14px;
}

div #navigator #nav1_elmts_manager_lft {
	position: relative;
	text-align: left;
	padding-top: 25px;
	float: left;
	clear: both;
	width: 195px;
	margin-bottom:25px;
	font-size:14px;
}

div.nav1_divider {
	height: 2px;
	overflow: hidden;
}
div.nav1_divider_large {
	height: 10px;
	overflow: hidden;
}

div.nav1_elmnt_0 {
	background: url(//www.regfish.de/img/nav1/elmnt_bg_depth_0.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 25px;
	font-size: 0.9em;
	margin-top: 3px;
	cursor:pointer;
}

div.nav1_elmnt_0 div.value {
	padding: 7px;
	padding-left: 10px;
	color: rgb(0,0,0);
}

div.nav1_elmnt_99 {
	background: url(//www.regfish.de/img/nav1/elmnt_bg_depth_0.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 3px;
	cursor:pointer;
}
div.nav1_elmnt_99 div.value {
	padding: 7px;
	padding-left: 10px;
	color: rgb(100,100,100);
}
div.nav1_elmnt_1 {
	background: url(//assets.regfish.de/img/nav1/elmnt_bg_depth_1.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_1:hover {
	background: url(//www.regfish.de/img/nav1/elmnt_bg_depth_1h.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_1 div.value {
	padding: 4px;
	color: rgb(255,255,255);
	padding-left: 10px;
}
div.nav1_elmnt_2 {
	background: url(//www.regfish.de/img/nav1/elmnt_bg_depth_1.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_2:hover {
	background: url(//www.regfish.de/img/nav1/elmnt_bg_depth_1h.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_2 div.value {
	padding: 4px;
	color: rgb(255,255,255);
	padding-left: 10px;
}
div.nav1_elmnt_3 {
	background: url(//www.regfish.de/img/nav1/elmnt_bg_depth_2.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_3 div.value {
	padding: 4px;
	font-weight:bold;
	color: rgb(255,255,255);
	padding-left: 10px;
}
div.nav1_elmnt_4 {
	background: url(//www.regfish.de/img/nav1/elmnt_bg_depth_1.png) no-repeat;
	margin-left:-4px;
	width: 191px;
	height: 21px;
	font-size: 0.9em;
	cursor:pointer;
}
div.nav1_elmnt_4 div.value {
	padding: 4px;
	color: rgb(84,129, 172);
	padding-left: 10px;
}

div.nav1_elmnt_0 div.value a {
	text-decoration:underline;
	color: white;
}
div.nav1_elmnt_99 div.value a {
	color: rgb(100,100,100);
}
div.nav1_elmnt_1 div.value a {
	color: rgb(0,52,112);
	text-decoration:none;
}
div.nav1_elmnt_2 div.value a {
	color: rgb(0,52,112);
	text-decoration:none;
}
div.nav1_elmnt_3 div.value a {
	color: rgb(50,50,50);
	text-decoration:none;
}
div.nav1_elmnt_4 div.value a {
	color: rgb(84,129, 172);
	text-decoration:none;
}

#nav_elmts_lft {
	text-align: left;
	padding-top: 28px;
	float: left;
	clear: both;
	width: 195px;
	margin-bottom:25px;
}



#content_index_domains1 {
	padding: 0px;
	width:780px;
	min-height:463px;
	background-image: url(//www.regfish.de/img/ssl/index_domains.gif);
	overflow:hidden;
	clear: both;
	font-size: 0.9em;
}

#content_index_base_top {
	width:780px;
	height:12px;
	background-image: url(//www.regfish.de/img/index_base_top.gif);
	background-repeat: no-repeat;
}

#content_index_base {
	padding: 20px;
/*	border:1px solid red; */
	line-height: 17px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:740px;
	min-height:350px;
	background-image: url(//www.regfish.de/img/index_base.gif);
	background-repeat: repeat-y;
	font-size: 1em;
}

#content_index_base_bottom {
	width:780px;
	height:13px;
	background-image: url(//www.regfish.de/img/index_base_bottom.gif);
	background-repeat: no-repeat;
}


#content_index_gsssl1 {
	padding: 0px;
	width:780px;
	min-height:463px;
	background-image: url(//www.regfish.de/img/ssl/index_gssslbg.gif);
	overflow:hidden;
	clear: both;
	font-size: 0.9em;
}

#content_gui {
	background-color: rgb(255,255,255);
	clear: both;
	border: 2px solid rgb(210,210,210);
	padding: 15px;
	min-height:350px;
	width: 746px;
}

#content1 {
	padding: 15px;
	min-height:300px;
}

#content_sub {
	padding: 15px;
	width:750px;
}

#content_sub p {
	padding-left: 4px;
}

#content_sub_free {
	width:780px;
}

.merke {
	padding:5px;
	background-color: rgb(255,248,226);
	border: 2px solid rgb(231,224,204);
	font-size:0.9em;
}

div.footnotes {
	font-family: arial;
	font-size: 10px;
	color: #9A9A9A;
	margin: 10px;
}

div.footnotes ol {
}


.code {
	font-family: Courier New;
	padding:5px;
	background-color: rgb(204,255,255);
	border: 2px solid rgb(163,203,203);
	font-size:0.9em !important;
}

code {
	font-family: Courier New;
	font-size:0.95em !important;
}

.out {
	clear: both;
}

#copyright {
	padding:10px;
	clear: both;
	font-size:0.8em;
	color: rgb(130,130,130);
	line-height: 16px;
}

.txt_title {
	font-size: 1.3em;
	font-weight: bold;
	color: rgb(0,0,0);
	margin-bottom: 18px;
	padding: 6px;
	padding-left: 4px;
	border-bottom: 1px solid rgb(80,80,80);
}

.txt_subtitle {
	margin-top:4px;
	font-size: .85em;
	font-weight: bold;
	color: rgb(150,150,150);
}

.txt_title1 {
	font-size: 1.1em;
	font-weight: bold;
	color: rgb(100,100,100);
	margin-bottom: 18px;
	padding: 6px;
	padding-left: 4px;
	border-bottom: 1px solid rgb(84,129,172);
}

.txt_title_mo {
	padding-top: 10px;
	font-size: 0.9em;
	text-align: center;
	font-weight: bold;
	color: rgb(100,100,100);
	margin-bottom: 18px;
}

.txt_mo {
	padding-top: 10px;
	font-size: 0.8em;
	text-align: center;
	font-weight: bold;
	color: rgb(150,150,150);
}
/* ############ */


div.nav_divider {
	height: 2px;
	overflow: hidden;
}
div.nav_divider_large {
	height: 10px;
	overflow: hidden;
}

div.nav_elmnt_0 {
	background: url(//www.regfish.de/img/nav/elmnt_bg_depth_0.png) no-repeat;
	margin-left:-4px;
	width: 192px;
	height: 29px;
	font-weight: bold;
	font-size: 0.89em;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor:pointer;
}
div.nav_elmnt_0 div.value {
	padding: 7px;
	padding-left: 10px;
	color: rgb(0,0,0);
}
div.nav_elmnt_99 {
	background: url(//www.regfish.de/img/nav/elmnt_bg_depth_0.png) no-repeat;
	margin-left:-4px;
	width: 192px;
	height: 29px;
	font-weight: bold;
	font-size: 13px;
	margin-top: 3px;
	margin-bottom: 3px;
	cursor:pointer;
/*
	filter:alpha(opacity=70);
	-moz-opacity:.7;
*/
}
div.nav_elmnt_99 div.value {
	padding: 7px;
	padding-left: 10px;
	color: rgb(100,100,100);
}
div.nav_elmnt_1 {
	background: url(//www.regfish.de/img/nav/elmnt_bg_depth_1.png) no-repeat;
	margin-left:-4px;
	width: 184px;
	height: 21px;
	font-size: 0.85em;
	margin-top: 1px;
	cursor:pointer;
}
div.nav_elmnt_1 div.value {
	padding: 4px;
	color: rgb(255,255,255);
	padding-left: 10px;
}
div.nav_elmnt_2 {
	background: url(//www.regfish.de/img/nav/elmnt_bg_depth_2.png) no-repeat;
	margin-left:-4px;
	width: 184px;
	height: 21px;
	font-size: 0.85em;
	margin-top: 1px;
	cursor:pointer;
}
div.nav_elmnt_2 div.value {
	padding: 4px;
	color: rgb(255,255,255);
	padding-left: 10px;
}
div.nav_elmnt_3 {
	background: url(//www.regfish.de/img/nav/elmnt_bg_depth_3.png) no-repeat;
	margin-left:-4px;
	width: 184px;
	height: 21px;
	font-size: 0.85em;
	margin-top: 1px;
	cursor:pointer;
}
div.nav_elmnt_3 div.value {
	padding: 4px;
	color: rgb(255,255,255);
	padding-left: 10px;
}
div.nav_elmnt_4 {
	background: url(//www.regfish.de/img/nav/elmnt_bg_depth_4.png) no-repeat;
	margin-left:-4px;
	width: 183px;
	height: 21px;
	font-size: 0.85em;
	margin-top: 1px;
	cursor:pointer;
}
div.nav_elmnt_4 div.value {
	padding: 4px;
	color: rgb(84,129, 172);
	padding-left: 10px;
}

div.nav_elmnt_0 div.value a {
	color: rgb(0,0,0);
	text-decoration: none;
}
div.nav_elmnt_99 div.value a {
	color: rgb(100,100,100);
}
div.nav_elmnt_1 div.value a {
	color: rgb(255,255,255);
	text-decoration: none;
}
div.nav_elmnt_2 div.value a {
	color: rgb(255,255,255);
	text-decoration: none;
}
div.nav_elmnt_3 div.value a {
	color: rgb(255,255,255);
	text-decoration: none;
}
div.nav_elmnt_4 div.value a {
	color: rgb(84,129, 172);
	text-decoration: none;
}

/* ############ */

div.footer {
	font-family: verdana, arial;
	font-size: 10px;
	color: #1559A7;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align:left;
}

div.footer1 {
}

.footprint {
	border-top:1px solid gray;
	padding-left:3px;
	padding-top:10px;
	font-size:0.8em;
}

table.data {
	border:1px solid rgb(200,200,200);
}

table.table100 {
	width:100%;
	border:1px solid rgb(200,200,200);
}

tr.title {
	font-weight:bold;
	font-size: 0.9em;
	vertical-align:bottom;
}

tr.title td {
	border-bottom: 1px solid rgb(200,200,200);
}

table.table100 td {
	padding: 4px;
}

table.table100 tr {
	font-size: 0.8em;
}

table.data tr {
	font-size: 0.9em;
}
table.data td {
	vertical-align:top;
}

table.data tr td {
	padding:5px;
}
table.data tr.odd {
}
table.data tr.even {
	background-color: rgb(230,230,230);
}
/*
table.data tr:hover {
	background-color: rgb(240,240,240);
}
*/
table.table100 tr.odd {
}

table.table100 tr.even {
}

/* ############ */

.txt_doc_title1 {
	margin-top:30px;
	font-size:1.4em;
	font-weight:bold;
	padding: 3px;
	border-bottom: 1px solid black;
	page-break-before: always;
}

.txt_doc_title2 {
	margin-top:20px;
	font-size:1.2em;
	padding-bottom: 3px;
	font-weight:bold;
	font-style:italic;
}

/* ############ */

div.SitePath {
	color: #4E4E4E;
	font-size:0.9em;
	padding-top: 3px;
	padding-bottom: 3px;
}

div.SitePath a,
div.SitePath a:link,
div.SitePath a:visited,
div.SitePath a:active,
div.SitePath a:hover
{
/*	color: #4E6E92; */
	color: #4E4E4E;
	text-decoration:underline;
}

.sitepath_menu {
	position:absolute;
	top:-30px;
/*	border:1px solid red; */
	left:0px;
	font-size:12px;
	font-weight:normal;
	width:780px;
	padding:0px;
	text-align:right;
	color:white;
}

/* ############ */


/* ############ */


td.lnavcnt {
	width:210px;
}

#ln {
	z-index:3;
	width:176px;
	margin-bottom:10px;
	margin-left:15px;
}

.ln {
	border:1px solid #e5e5e5;
	margin-bottom:5px;
}

.DragableOnHover {
	background:red;
}

.star { background:url(//assets.regfish.de/images/5/star.png) repeat-x; height:13px; }
.stars { background:url(//assets.regfish.de/images/5/star.png) repeat-x; height:13px; }
.starg { background:url(//assets.regfish.de/images/5/starg.gif) repeat-x; height:13px; }
.starsg { background:url(//assets.regfish.de/images/5/starg.gif) repeat-x; height:13px; }
.half { width:5px; }
.one { width:9px; }
.two { width:18px; }
.three { width:27px; }
.four { width:36px; }
.five { width:45px; }
.six { width:54px; }
.seven { width:63px; }
.eight { width:72px; }
.ten { width:90px; }
/*
input[type="button"] {
	border:0;
	padding:2px;
	background:#f0f0f0;
	border:1px solid #c0c0c0;
	font-size:0.95em;

	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

input[type="button"]:active {
	border:0;
	padding:2px;
	background:#d0d0d0;
	border:1px solid #c0c0c0;
	font-size:0.95em;

	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

input[type="submit"] {
	border:0;
	padding:2px;
	background:#f0f0f0;
	border:1px solid #c0c0c0;
	font-size:0.95em;

	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

input[type="submit"]:active {
	border:0;
	padding:2px;
	background:#d0d0d0;
	border:1px solid #c0c0c0;
	font-size:0.95em;

	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

input[type="button"].disabled, input[type="button"].disabled:active {
	border:0;
	padding:2px;
	background:#fff;
	border:1px solid #efefef;
	color:#c0c0c0;
	font-size:0.9em;
	padding-left:10px;
	padding-right:10px;
	cursor:auto;
}
*/
#ln ul {
	z-index:3;
	margin:0;
	padding:0;

}

#ln ul li {
	list-style:none;
	padding:5px;
	padding-left:5px;
	font-size:1em;
	color:rgb(6,45,90);
	cursor:pointer;
	background:#fff;
}

#ln ul li:hover {
	list-style:none;
	padding:5px;
	padding-left:5px;
	font-size:1em;
	background:rgb(193,219,242);
}

#ln ul li.active {
	list-style:none;
	padding:5px;
	padding-left:5px;
	font-size:1em;
	background:rgb(193,219,242);
}

#ln ul li.title_blue {
	list-style:none;
	padding:6px;
	background:#009FE3;
	font-weight:bold;
	font-size:1em;
/*	color:rgb(6,45,90); */
	color:white;
/*	background:#efefef; */
	text-decoration:none;
	font-weight:bold;
	cursor:auto;
}

#ln ul li.title_gold {
	list-style:none;
	padding:6px;
	background:#b68d00;
	font-weight:bold;
	font-size:1em;
/*	color:rgb(6,45,90); */
	color:#fff;
/*	background:#efefef; */
	text-decoration:none;
	font-weight:bold;
	cursor:auto;
}

#ln ul li.title_green {
	list-style:none;
	padding:6px;
	background:#004797;
	font-weight:bold;
	font-size:1em;
	color:white;
	text-decoration:none;
	font-weight:bold;
	cursor:auto;
}

#ln ul li.title_gray {
	list-style:none;
	padding:6px;
	background:#555;
	font-weight:bold;
	font-size:1em;
/*	color:rgb(6,45,90); */
	color:white;
	border-top:1px solid white;
/*	background:#efefef; */
	text-decoration:none;
	font-weight:bold;
	cursor:auto;
}


#ln ul li.title_red {
	list-style:none;
	padding:6px;
	background:#b30030;
	font-weight:bold;
	font-size:1em;
/*	color:rgb(6,45,90); */
	color:white;
	border-top:1px solid white;
/*	background:#efefef; */
	text-decoration:none;
	font-weight:bold;
	cursor:auto;
}

#ln ul li.ddd:hover {
	list-style:none;
	padding:6px;
/*	background-color:rgb(193,219,242); */
	font-weight:bold;
	font-size:1em;
/*	color:rgb(6,45,90); */
	color:white;
	background:#125393;
	text-decoration:none;
	font-weight:bold;
	cursor:auto;
}

#tldfooter {
	font-size:0.9em;
	color:#a9a9a9;
	text-align:justify;
	padding:10px;
}

#tldfooter a {
	font-size:0.9em;
	color:#a9a9a9;
	text-decoration:underline;
}

div.subtitle { font-weight:bold; font-size:1.1em; margin-bottom:20px; color:#000; margin-top:30px; }
div.subtitle_shadowed { font-weight:bold;padding:10px;color:black;font-size:1.1em;background:#efefef; }



















/*
html {
	background:url(/img/bg.png) repeat-x #fff;
	margin:0;
	padding:0;
	font-size:0.95em;
	font-family:Arial,Tahoma;
}

body {
	margin:0;
	padding:0;
	font-size:0.9em;
	font-family:Arial,Tahoma;
}
*/

div { word-wrap: break-word; }

form {
	margin:0;
	padding:0;
}

img {
	border:0;
}


#topline {
	margin:auto;
	width:1020px;
	height:95px;
	z-index:2;
	overflow:visible;
}

#_mainFr .logo {
width:288px;
height:67px;
background: url(/i/ci/l.png);
float:left;
}
#_mainFr .logo .t {
font-size:2.8em;
color:#000;
margin-left:45px;
margin-top:-22px;
}
#_mainFr .desc {
color:#000;
font-size:12px;
margin-top:11px;
margin-left:24px;
float:left
}

#logo {
	margin-top:20px;
	margin-left:20px;
	margin-bottom:-20px;
	background: url(/i/ci/l.png) no-repeat;
	width:288px;
	height:100px;
	z-index:2;
	cursor:pointer;
}

#logo2016 {
	margin-top:25px;
	margin-left:16px;
	margin-bottom:20px;
	background: url(/i/ci/logo2016.png) no-repeat;
	width:195px;
	height:42px;
	background-size: 195px 42px !important;
	z-index:2;
	cursor:pointer;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#logo2016 {
		background: url(/i/ci/logo2016%402x.png) no-repeat;
	}
}

#new_ssl_offers {
	cursor:pointer;
	margin:auto;
	width:1018px;
	height:131px;
	position:block;
	background-image: url("https://io.regfish.de/i/new-ssl-offers.png");
	background-size: 1018px 131px !important;
	margin-bottom:10px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	#new_ssl_offers {
		background-image: url("https://io.regfish.de/i/new-ssl-offers%402x.png");
	}
}


#tlcall {
	background:url(//www.regfish.de//img/callus.png) no-repeat;
	position:absolute;
	margin-left:685px;
	margin-top:-48px;
	width:317px;
	overflow:visible;
	height:37px;
	z-index:89;
}

#tltoolbar {
	float:right;
	text-align:right;
	height:95px;
}

.toolbar_button {
	cursor:pointer;
}

div.box {
	background:#fff;
	width:459px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px !important;
}

div.box_text select,
div.box_text input[type=text] {
	font-family:arial,tahoma;
	font-size:15px;
	color:#858585;
}

div.box_text {
	color:#555;
	font-size:.95em;
}
/*
div.box_text input[type=submit] {
	font-family:arial,tahoma;
	font-size:15px;
	font-weight:bold;
}
*/
div.boxsm {
	background:url(//www.regfish.de/img/bgboxsm.png) no-repeat;
	width:325px;
	height:165px;
}

div.boxsm div.box_text {
	font-family:arial,tahoma;
	font-size:12px;
	color:#858585;
	margin-top:10px;
}

img.button {
	float:left;
	margin-right:5px;
	cursor:pointer;
}

#navt {
	background:url(//www.regfish.de//img/bgtnav.png) repeat-x;
	height:73px;
	width:100%;
	position:absolute;
	z-index:2;
}

#subnav_static {
	height:55px;
	background:url(//www.regfish.de//img/tsubnav_bg_static.png) no-repeat;
	margin-left:-2px;
	margin-top:-30px;
	padding-left:11px;
}
#subnav_static div {
	margin-top:8px;
}

#subnav {
	height:55px;
	position:absolute;
	margin-top:50px;
	margin-left:-6px;
	z-index:99;
}

#subnav .s {
	background:url(//www.regfish.de//img/tsubnav_bgl.png) no-repeat;
	width:16px;
	height:60px;
	float:left;
}

#subnav .c {
	background:url(//www.regfish.de//img/tsubnav_bgm.png) repeat-x;
	height:60px;
	min-width:200px;
	float:left;
}

#subnav .e {
	background:url(//www.regfish.de//img/tsubnav_bgr.png) no-repeat;
	width:17px;
	height:60px;
	float:left;
}

.subnav_item {
	float:left;
	margin:10px;
}

.subnav_item img.subnav_item {
	margin:12px;
	margin-left:6px;
	margin-right:6px;
	cursor:pointer;
}

.subnav_div {
	background:url(//www.regfish.de/img/tsubnav_div.png) no-repeat;
	margin-top:12px;
	width:1px;
	height:30px;
	float:left;
}

#navtc {
	margin:auto;
	margin-top:8px;
	height:55px;
	width:1020px;
}

#navtc .itemdiv {
	background:url(//www.regfish.de/img/tnavdiv.png) repeat-y;
	width:2px;
	height:55px;
	float:left;
}

#navtc .item {
	height:55px;
	cursor:pointer;
}

#navtc .itemstate {
	float:left;
	height:55px;
	cursor:pointer;
}

#navtc .active {
	background:url(//www.regfish.de/img/tnavitem-active-bg.png) 0 -1px repeat-x;
}

#navtc #item_domains {
	width:140px;
	background:url(//www.regfish.de/img/tnavitem_domainsdns.png) 12px 18px no-repeat;
}

#navtc #item_homepage {
	width:167px;
	background:url(//www.regfish.de/img/tnavitem_homepage.png) 12px 19px no-repeat;
}

#navtc #item_ssl {
	width:142px;
	background:url(//www.regfish.de/img/tnavitem_ssl.png) 12px 19px no-repeat;
}

#navtc #item_mail {
	width:157px;
	background:url(//www.regfish.de/img/tnavitem_mail.png) 12px 19px no-repeat;
}

#navtc #item_signup {
	width:179px;
	height:57px;
	margin:-1px;
	background:url(//www.regfish.de/img/tnavitem_signup.png) no-repeat;
}

#container {
	margin:auto;
	margin-top:80px;
	margin-bottom:20px;
	width:1020px;
	min-height:500px;
	z-index:2;
}

#c1 {
	z-index:2;
	width:1022px;
	margin-left:1px;
	padding-top:10px;
}

#map {
	margin:auto;
	position:absolute;
	margin-left:-90px;
	margin-top:-120px;
	width:1117px;
	z-index:-1;
	min-height:619px;
	background:url(//www.regfish.de/img/world.png) no-repeat;
}

#bl {
	background:#0069ae;
	margin:auto;
	position:absolute;
	width:100%;
	height:33px;
}

#bl a,
#bl a:link,
#bl a:visited,
#bl a:hover,
#bl a:active {
	color:#fff;
	text-decoration:none;
}

td, th {
    padding: 8px;
}

#blc {
	padding-top:9px;
	margin:auto;
	width:1020px;
	color:#fff;
	font-size:0.95em;
}

.cb {
	clear:both;
}

.re { -moz-border-radius:6px; -webkit-border-radius:6px; }

.box_basic {
	border:1px solid #ECECEC;
	padding:17px;
	background:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.box_basic div.box_text {
	font-family:arial,tahoma;
	font-size:1.05em;
	color:#858585;
	margin-top:10px;
}


#bottom_partners {
	margin-top:20px;
	background:url(//www.regfish.de/img/partners-bottomline.png) 50px no-repeat;
	width:1020px;
	height:60px;
}

.box_tab {
	font-size:0.9em;
	height:320px;
}

.box_tab table tr td {
	padding:3px;
}

.tab_h {
	padding-left:5px;
	margin-bottom:12px;
}

.tab_h_item {
	border:1px solid #efefef;
	border-top:0;
	background:#efefef;
	padding:3px;
	padding-left:6px;
	padding-right:6px;
	color:#1983dd;
	text-decoration:underline;
	font-size:0.9em;
	float:left;
	min-width:20px;
	text-align:center;
	margin-right:4px;
	-moz-border-radius-bottomleft:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-right-radius:6px;
	cursor:pointer;
}

.tab_h_item a,
.tab_h_item a:link,
.tab_h_item a:active,
.tab_h_item a:hover,
.tab_h_item a:visited {
	color:#fff;
	text-decoration:underline;
}

.tab_h_item.active {
	border:1px solid #d7d7d7;
	background: #1983dd;
	padding-top:5px;
	color:#fff;
	text-decoration:none;
}

.tab_scope_tldp table {
	margin:0;
}

.tab_scope_tldp table td {
	padding:3px;
}

thead th {
	text-align:left;
}

tbody tr.odd {
	background:#efefef;
}
tbody tr.even {
	background:#fff;
}

tbody tr.highlight {
	background:#dff1ff;
}

tbody td.sub_highlight {
	background:#d3ebff;
	font-size:0.85em;
	font-weight:bold;
}

tbody td.sub_highlight_warn {
	background:red;
	color:white;
	font-size:0.85em;
	font-weight:bold;
}

tbody tr.activelist_marked {
	background:#fff7c9;
}

thead th.col_title {
	text-align:left;
	font-weight:bold;
	cursor:pointer;
	padding:4px;
	border:1px solid #f0f0f0;
	background:url(//assets.regfish.de/images/6/bgnavtop.gif) repeat-x;
}

thead th.col_void {
	cursor:auto !important;
	color: #000 !important;
	text-decoration:none !important;
}
.hinweis1 {
	padding:15px;
	margin:10px;
	background:#fff9d8;
	border:1px solid #fff6c3;
	color:#555;
	font-size:1em;
	margin-top:20px;
}
.fehler1 {
	padding:15px;
	background:#ff0000;
	border:1px solid #ff0000;
	color:#fff;
	font-weight:bold;
	font-size:1em;
	margin-top:20px;
	margin:10px;
}



/** NEU **/

.btn,.btn:hover {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn.green,.btn.green:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}


.box_basic, .box_frame, .box_shader {
	font-family:arial,tahoma;
	font-size:1.05em;
	padding:20px;
	border:1px solid #ECECEC;
}

#_mainNav.box_shader {
	position: relative !important;
}

.hinweis_grau {
	color:gray;
	font-size:.9em;
}

.site_title{font-size:1.3em !important;margin:0;margin-bottom:20px;padding:0;font-weight:bold;color:#000;}
.site_title span{font-weight:500;color:#666}
.site_title-underline {
	border-bottom: 1px solid lightgray;
	margin-bottom: 20px;
}

.options_under_table {
	background:#efefef;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top:10px;
	margin-bottom:10px;
	padding:7px;
	font-size:.95em;
}

h2 {
	margin:0;
	font-weight:bold;
	margin-bottom:5px;
	font-size:1.15em;
	margin-bottom:10px;
}

.order_process_bottom_buttons {
	padding:5px;
	background:#f3f3f3;
	text-align:right;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.tld_search_results_title {
	padding:10px;
	background:#e5e5e5;
	font-weight:bold;
	font-size:1.1em;
}

.tld_search_results_title {
	margin-top:20px;
}

.tld_search_results_title a {
	text-decoration:underline;
}

.tld_search_results_title:first-child {
	margin-top:0;
}

.tld_search_results {
	padding:10px;
	background:#efefef;
}

.sonderpreise {
	background:#ff4800;
}

.tld_search_results_title.sonderpreise a {
	color:#fff;
}

.x {
	background:url(//io.regfish.de/mig/i/x.png);
	width:14px;
	height:14px;
}

.fl{float:left}
.fr{float:right}
.dn{display:none !important}
#_mainNav ul { padding:0; margin:0; }
.bubble_orange {
	background:url(//io.regfish.de/mig/i/bubble-orange.png) no-repeat;
	width:73px;
	height:52px;
	position:absolute;
	margin-top:-80px;
	font-family:Arial,Helvetica;;
	font-size:0.75em;
	padding-top:2px !important;
	text-align:center;
	color:#fff;
	margin-left:7px;
}
