html {
	_height: 100%;
	/* IE-Hack to Display the Gradient correct */
	min-height: 100%;
	color: #000;
	font-size: 13px;
	font-family: arial, sans-serif;
}

body {
	position: relative;
	min-height: 100%;
	left: 50%;
	width: 980px;
	margin: 20px 0 10px -490px;
	/* http://www.colorzilla.com/gradient-editor/#0272a7+0,013953+100;Custom */
	background: #0272a7;
	background: -moz-linear-gradient(-45deg, #0272a7 0%, #013953 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #0272a7), color-stop(100%, #013953));
	background: -webkit-linear-gradient(-45deg, #0272a7 0%, #013953 100%);
	background: -o-linear-gradient(-45deg, #0272a7 0%, #013953 100%);
	background: -ms-linear-gradient(-45deg, #0272a7 0%, #013953 100%);
	background: linear-gradient(135deg, #0272a7 0%, #013953 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0272a7', endColorstr='#013953', GradientType=1);
}

#whitebox {
	position: relative;
	background: #fff;
	padding-bottom: 80px;
	box-shadow: 3px 3px 3px #333;
	-moz-box-shadow: 3px 3px 3px #333;
	-webkit-box-shadow: 3px 3px 3px #333;
}

#head {
	position: relative;
	padding: 10px 10px 0 10px;
}

#logo {
	margin: 30px 0 0 0;
}

#login {
	/* http://www.colorzilla.com/gradient-editor/#ffffff+0,e0e0e0+100;Custom */
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
	background: -webkit-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0);
	border-bottom: 1px solid #3b5576;
	border-left: 1px solid #3b5576;
	border-right: 1px solid #3b5576;
	border-radius: 0 0 10px 10px;
	float: right;
	right: 30px;
	padding: 10px;
	margin: -10px 0 10px 0;
	display: inline-table;
}

#login legend {
	color: #26496D;
	font-weight: bold;
	padding: 0 0 5px;
	text-align: center;
}

#menu {
	background: #0272a7;
	background: -moz-linear-gradient(top, #0272a7 0%, #013953 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0272a7), color-stop(100%, #013953));
	background: -webkit-linear-gradient(top, #0272a7 0%, #013953 100%);
	background: -o-linear-gradient(top, #0272a7 0%, #013953 100%);
	background: -ms-linear-gradient(top, #0272a7 0%, #013953 100%);
	background: linear-gradient(to bottom, #0272a7 0%, #013953 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0272a7', endColorstr='#013953', GradientType=0);
	border-top: 1px solid #002232;
	border-bottom: 1px solid #002232;
	-moz-box-shadow: inset 0px 0px 1px #edf9ff;
	-webkit-box-shadow: inset 0px 0px 1px #edf9ff;
	box-shadow: inset 0px 0px 1px #edf9ff;
	clear: both;
	height: 30px;
	list-style: none;
	padding: 0 15px;
	margin: 0 -10px;
}

#menu>li {
	display: block;
	float: left;
	padding: 0;
	margin: 0 10px;
	position: relative;
}

#menu>li.right {
	float: right;
}

#menu>li>a {
	color: #fff;
	display: inline-block;
	height: 20px;
	padding: 7px 10px 3px 10px;
	letter-spacing: 0.2em;
	font-variant-caps: petite-caps;
}

#menu>li:hover>a {
	/*color: #000;*/
}

#menu>li>div {
	left: -1px;
	display: none;
	padding: 10px;
	background: rgb(238, 238, 238);
	background: -moz-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(187, 187, 187, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(187, 187, 187, 1)));
	background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(187, 187, 187, 1) 100%);
	background: -o-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(187, 187, 187, 1) 100%);
	background: -ms-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(187, 187, 187, 1) 100%);
	background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(187, 187, 187, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#bbbbbb', GradientType=0);
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 5px 5px;
	position: absolute;
	z-index: 1;
}

#menu>li:hover {
	background: #025c86;
	background: -moz-linear-gradient(top, #025c86 0%, #012e43 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #025c86), color-stop(100%, #012e43));
	background: -webkit-linear-gradient(top, #025c86 0%, #012e43 100%);
	background: -o-linear-gradient(top, #025c86 0%, #012e43 100%);
	background: -ms-linear-gradient(top, #025c86 0%, #012e43 100%);
	background: linear-gradient(to bottom, #025c86 0%, #012e43 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#025c86', endColorstr='#012e43', GradientType=0);
	/*border-radius: 10px 10px 0 0;*/
	-moz-box-shadow: inset 0px 0px 1px #8EAEBC;
	-webkit-box-shadow: inset 0px 0px 1px #8EAEBC;
	box-shadow: inset 0px 0px 1px #8EAEBC;
	/*background: #fff;*/
}

#menu>li:hover>div {
	display: block;
}

#menu>li>div ul {
	list-style: none;
	padding: 0;
}

#menu>li>div ul li {
	font-size: 1.1em;
	white-space: nowrap;
}

#menu>li>div ul li a {
	display: inline-block;
	padding: 5px;
	letter-spacing: 0.15em;
	font-variant-caps: petite-caps;
}

#menu>li>div ul li a:hover {
	color: #000;
}

#offer {
	clear: both;
	padding: 10px;
	border-bottom: 2px dotted #D0CCCC
}

#offer img {
	padding: 10px;
}

#offer span.title {
	font-size: 1.2em;
	font-weight: bolder;
}

#content {
	padding: 20px;
	margin: 0;
	line-height: 1.5em;
	border-bottom: 1px solid #a2b1c3;
	clear: both;
}

h1,
h2,
h3 {
	color: #26496D;
	font-size: 1.3em;
	font-weight: normal;
}

h1 {
	border-bottom: 1px solid #a2b1c3
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
	text-decoration: underline
}

#products {
	list-style: none;
	margin: 0;
	padding: 0;
}

#products li {
	margin: 0;
	padding: 0;
}

#products a {
	display: block;
	padding: 5px 5px 5px 20px;
}

#products a:hover {
	background-color: #eee;
}

#products a b {
	color: #26496D;
}

#shoppingbasket table {
	width: 90%;
	border-spacing: 0;
}

#shoppingbasket thead th {
	text-align: right;
}

#shoppingbasket thead th:first-child {
	text-align: left;
}

#shoppingbasket tbody td {
	padding: 0 0 0 10px;
	text-align: right;
}

#shoppingbasket tbody td:first-child {
	text-align: left;
	padding: 0;
}

#shoppingbasket tbody tr:hover td {
	background-color: #eee;
}

#shoppingbasket tbody input {
	width: 40px;
	text-align: right;
}

#shoppingbasket tfoot {
	text-align: right;
}

#footerv2 {
	bottom: 10px;
	position: absolute;
	width: 960px;
	font-size: 11px;
	margin: 0;
	padding: 0 10px;
	border: 0;
}

#footerv2 p:first-child {
	padding-left: 0;
	border-left: 0;
}

#footerv2 p.last {
	position: absolute;
	right: 0;
	border: none;
}

#footerv2 p,
#footerv2 table {
	line-height: 1.4em;
	padding: 0 30px;
	margin: 0;
	float: left;
	border-left: 1px dotted #26496D;
}

#footerv2 table {
	border-collapse: collapse;
	border-spacing: 0;
}

#footerv2 table td:first-child {
	text-align: right;
	padding: 0 5px 0 0;
}

#footerv2 table td {
	padding: 0;
	margin: 0;
	border: 0;
}

.featuretable {
	width: 80%;
	margin: 0 10% 20px 10%;
	border-spacing: 1px;
}

.featuretable caption {
	font-size: 1.2em;
	color: #446693;
	padding: 0 0 10px 0;
}

.featuretable th,
.featuretable td {
	padding: 10px 5px;
	width: 50%;
}

.featuretable th {
	background-color: #DEEFFF;
}

.featuretable tbody th {
	text-align: left;
	font-weight: normal;

}

.featuretable td {
	text-align: center;
	background-color: #EAF7FF;
}

.featuretable a {
	color: inherit;
	text-decoration: underline;
}

.center {
	text-align: center;
}

.bold {
	font-weight: 700;
}

.underline {
	text-decoration: underline;
}

a.domainlist {
	display: inline-block;
	border: 1px dotted #ddd;
	padding: 2px 8px;
	background: #3b5576;
	margin: 5px;
	color: #fff;
}

#sslcalogos {
	text-align: center;
}

#sslcalogos a {
	display: inline-block;
	border: 1px solid #fff;
}

#sslcalogos a:hover {
	border: 1px solid #3b5576;
}

#sslcalogos img {
	padding: 10px 5px 5px 5px;
	margin: 0 20px;
}

#voiceservertypes {
	text-align: center;
	height: 150px;
}

#voiceservertypes a {
	display: inline-block;
	border: 1px solid #fff;
}

#voiceservertypes a:hover {
	border: 1px solid #3b5576;
}

#voiceservertypes img {
	padding: 10px 5px 5px 5px;
	margin: 0 20px;
}

.shoppingcarticon {
	float: left;
	padding-right: 5px;
}

.floatleft {
	float: left;
}

.floatleftclear {
	clear: left;
}

.floatright {
	float: right;
}

.floatclear {
	clear: both;
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}



img {
	border: 0;
}

a {
	color: #3b5576;
}

form {
	padding: 0;
	margin: 0;
}

code {
	display: block;
	margin: 10px;
	padding: 5px;
	border: 1px dashed #E0E0E0;
	background-color: #ddd;
}

#content a.faq {
	line-height: 17px;
}

#content p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

#content p.justify {
	text-align: justify;
}

#content hr {
	border: 1px dashed #f2f2f2;
	margin-bottom: 1em;
	_margin-bottom: 0.5em 0;
}

a.normal {
	color: #616161;
	font-weight: normal;
}

.agb {
	margin: 0;
	padding: 0;
}

.agb li {
	list-style: none;
	font-weight: bold;
}

.agb ol {
	margin: 0;
	padding: 1em 0;
}

.agb ol li {
	margin: 0 3em;
	list-style: decimal;
	font-weight: normal;
}

#content img.right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#content img.left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

table.sslpricelist {
	border-spacing: 0;
}

table.sslpricelist td,
table.sslpricelist th {
	text-align: right;
	padding: 5px 10px;
}

#content table tr td input.inp {
	width: 250px;
}

#content table tr td textarea {
	height: 200px;
	width: 350px;
}

#content table.orderform tr td textarea {
	height: 100px;
	width: 300px;
}

fieldset.contact {
	margin-left: 25px;
	_margin-left: 37px;
}

.green {
	color: #288E27;
}

.red {
	color: #BD0003;
}

.orange {
	color: #FF6500;
}

.italic {
	font-style: italic;
}

#domaincheck {
	border-collapse: collapse;
}

tr.even {
	background: #eee;
}

.orderform tr th {
	text-align: right;
	white-space: nowrap;
	vertical-align: middle;
}

.orderform tr td input {
	width: 200px;
}

#hidden {
	display: none;
}

table.products {
	width: 240px;
}

table.products th {
	background-color: #446693;
	color: #fff;
	text-align: center;
}

table.products td {
	color: #000;
	text-align: right;
}

table.products td.right {
	background-color: #a2b1c3;
}

#produktliste {
	margin: 5px 5px 5px 15px;
	text-align: center;
	width: 90%;
	border: hidden;
	border-collapse: collapse;
}

#produktliste td,
#produktliste th {
	border: 1px dashed #C0C0C0;
	padding: 1px;
	vertical-align: middle;
}

table.webspace {
	width: 550px;
}

table.webspace caption {
	color: #3b5576;
	font-size: 13px;
	font-weight: 700;
}

table.webspace tbody tr {
	background-color: #dbdbdb;
}

table.webspace tbody tr:hover {
	background-color: #3b5576;
	color: #fff;
}

table.webspace tbody tr:hover a {
	color: #fff;
}

table.webspace td {
	font-size: 12px;
	padding: 10px;
}

.bold {
	font-weight: 700;
}

.left {
	text-align: left;
}

.middle {
	vertical-align: middle;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

#register fieldset {
	border: 1px solid #aaa;
	padding: 10px;
	margin: 20px 0;
}

#register legend {
	margin-left: 20px;
}

#register td:first-child {
	width: 120px;
	text-align: right;
}

.sslcerts {
	width: 100%;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.sslcerts {
	padding: 0;
	margin: 0;
}

.sslcerts th,
.sslcerts td {
	text-align: center;
	vertical-align: middle;
	height: 25px;
	padding: 5px;
	margin: 0;
}

.sslcerts td {
	border-left: 1px dotted #555;
}

.sslcerts tbody th {
	text-align: right;
}

.sslcerts .price td {
	text-align: right;
}

input.button.right {
	float: right;
}

#orderssl {
	display: inline-block;
}

#orderssl legend {
	font-weight: bold;
	font-size: 13px;
}

#orderssl textarea {
	font-family: monospace;
	font-size: 12px;
	width: 500px;
	height: 300px;
}

#orderssl label {
	display: inline-block;
	width: 100px;
	text-align: right;
	padding: 5px 0;
}

#approvermails label {
	padding: 0;
}

#orderssl table th {
	text-align: right;
}

#orderssl table caption {
	color: #3b5576;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}

ul#steps {
	list-style: none;
	padding: 0;
	text-align: left;
	border-bottom: 1px dashed #eee;
}

ul#steps li {
	display: inline-block;
	padding: 0 10px;
	text-align: left;
}

.step_done {
	font-weight: normal;
	color: #ccc;
}

.step_active {
	font-weight: bold;
}

select.red {
	border: 1px solid red;
}

#form_order_v2 {
	background-color: #7CA6C4;
	border: 1px solid #3b5576;
	padding: 20px;
}

#form_order_v2 table {
	width: 100%;
}

#form_order_v2 label {
	color: #26496D;
	font-size: 14px;
	font-weight: bold;
}

#form_order_v2 .info {
	font-size: 0.7em;
}

label#bouncerprice {
	font-size: 20px;
	text-align: right;
}


#form_order_webspace {
	float: right;
	width: 35%;
}

.info {
	font-size: 0.7em;
}

.ui-icon {
	display: inline-block;
}

#shoppingcart {
	border-collapse: collapse;
	width: 100%;
}

#shoppingcart tbody tr:hover {
	background: #ABC7D8;
}

#shoppingcart td,
#shoppingcart th {
	padding: 1px 5px;
}

article.infobox {
	float: right;
	width: 40%;
	margin: 0 0 0 30px;
}

#form_order_webspace article,
article.infobox {
	background: #eee;
	-moz-box-shadow: 0 0 5px 1px #000;
	-webkit-box-shadow: 0 0 5px 1px #000;
	box-shadow: 0 0 5px 1px #000;
	padding: 10px 20px;
}

.shoppingcartiteminfos {
	color: #333;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.8em;
}

#form_register {
	margin: 40px 0 0 0;
}

#form_register table {
	width: 100%;
}

#form_register table td:first-child {
	width: 30%;
	white-space: nowrap;
	padding: 10px 0;
	text-align: right;
}

form.style2 {
	margin: 40px 0 0 0;
}

form.style2 table {
	width: 100%;
}

form.style2 table td {
	padding: 0 0 0 10px;
}

form.style2 table td:first-child {
	width: 30%;
	white-space: nowrap;
	padding: 10px 0;
}

table.form {
	width: 100%;
}

table.form td:first-child {
	width: 30%;
	white-space: nowrap;
	padding: 10px 0;
}

.button {
	background-color: #ABC7D8;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px 20px;
	font-weight: bold;
	margin: 10px 0;
}

.button:hover {
	background-color: #1688CF;
}

.textfield {
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	padding: 5px;
	margin: 0 10px 10px 0;
	font-size: 12pt;
}

.textfield:focus {
	border-color: #119FEC;
}

#register_organisation,
#register_company,
#register_ustid,
#register_country,
#register_phone,
#register_fax,
#register_email,
#register_emailinvoice,
#register_vatid {
	width: 320px;
}

#register_firstname,
#register_surname,
#register_lastname,
#register_address,
#register_title {
	width: 150px;
}

#register_street,
#register_city {
	width: 250px;
}

#register_housenr,
#register_plz,
#register_postcode {
	width: 50px;
}

#register_birthdate {
	width: 10em;
}

.form_error {
	border-color: red;
}

.footnote {
	color: #000;
	font-size: 0.85em;
	line-height: 1.5em;
}

#form_domains_domain {
	background: #fff;
	border: 0;
	border-radius: 0 0 5px 0;
	-moz-box-shadow: 0 0 5px 1px #000;
	-webkit-box-shadow: 0 0 5px 1px #000;
	box-shadow: 5px 5px 5px 2px #26496D;
	color: #26496D;
	font-size: 1.5em;
	padding: 10px 50px;
	margin: 30px;
	text-align: center;
	width: 300px;
}

.faqanswer {
	margin: 10px;
}

.faqanswer img {
	margin: 5px;
	max-width: 100%;
}

.faqanswer br {
	clear: both;
}

.faqanswer table caption {
	font-weight: bolder;
	font-size: 1.1em;
}

.faqanswer table tr th {
	white-space: nowrap;
	padding: 0.5em;
}

.faqanswer table tr td {
	vertical-align: text-top;
	padding: 0.5em;
}

.faqanswer table td,
.faqanswer table th {
	border: 1px solid black;
}

.faqanswer table {
	border: 1px solid black;
	border-collapse: collapse;
}

#faq {
	margin: 0;
	padding: 0;
	list-style: none;
}

#faq>li {
	padding: 0;
	margin: 0;
	font-size: 15px;
}

#faq ul {
	list-style: square;
}

#faq ul li {
	padding: 2px;
	font-size: 14px;
}

#faq ul li a {
	display: block;
}

#faq ul li:hover {
	background-color: #ddd;
}

#faqsearchform fieldset {
	border: 1px dotted #eee;
	padding: 10px;
	margin: 10px;
}

#content .base64 {
	width: 100%;
	height: 300px;
}

.ssllogo {
	margin: 20px 0;
}

div.news>article>header>time {
	color: #777777;
	display: block;
	font-size: 9px;
	text-align: right;
	float: right;
}

div.news>article>footer ul {
	color: #777777;
	font-size: 0.9pt;
	list-style: circle;
	padding: 0 0 0 1.5em;
}

img.center {
	display: block;
	margin: auto;
}

td.width50p {
	width: 50%;
}

div#info {
	background: none repeat scroll 0 0 #FFED96;
	color: #EA2727;
	font-weight: bolder;
	padding: 10px;
}

.topleveldomainlist {
	width: 45%;
	display: inline-table;
}

table.dotted,
table.dotted td,
table.dotted th {
	border: 1px dotted #ccc;
	border-collapse: collapse;
}

table.dotted thead tr th {
	padding: 0.5em 1em;
}

table.dotted tbody tr td {
	padding: 0.1em 0.5em;
}

table.stretch {
	width: 100%
}

.button.small {
	padding: 0.5em 0.2em;
}

.infotable {
	position: relative;
	left: 50%;
	width: 500px;
	margin-left: -250px;
	border-spacing: 1em;
	font-size: 1.1em;
}

.infotable th {
	color: #555;
}

.top {
	vertical-align: top;
}

.infobox2 {
	background: #fffe89 none repeat scroll 0 0;
	padding: 1em;
}

ol {
	line-height: 1.4em
}

ol.sup {
	padding: 0;
	margin: 0 0 0 1em
}

ol.sup>li {
	font-size: 0.8em
}

section {
	font-size: 14px;
	line-height: 1.8em
}

sup {
	position: absolute;
	margin: -0.5em 0 0 .3em;
	font-size: .7em
}

article {
	font-size: 14px;
	line-height: 1.8em;
	text-align: justify;
	padding: 0 0 1em 0
}

article li {
	text-align: left
}

.index {
	border-color: #c1bfbf;
	border-style: solid;
	border-width: 0 0 1px 1px;
	float: right;
	margin: 0 0 2em 2em;
	padding: 0 0 1em 1em;
	position: relative;
	min-width: 18em;
	z-index: 1
}

.index ol {
	list-style-type: square
}

.blocks {
	text-align: center;
}

.large {
	font-size: x-large
}

.small {
	font-size: x-small
}

.blocks>* {
	display: inline-block;
	padding: 0.3em;
	line-height: 1em;
}

.offers article {
	display: inline-block;
	padding: 0 4em 0 0;
	vertical-align: top
}

@media print {
	html {
		font-size: 18px
	}

	body {
		left: 0;
		width: 100%;
		margin: 0
	}

	#head>form {
		display: none
	}

	#footerv2 {
		position: relative
	}
}

form.style3 {
	font-size: 16px
}

form.style3 label {
	display: inline-block;
	padding: 0.5em 1em;
	text-align: right;
	width: 20em
}

form.style3 * {
	outline-color: #0272a7
}

form.style3 input[type=text],
form.style3 select {
	border: 0;
	border-bottom: thin solid #ccc;
	border-left: thin solid #ccc;
	padding: 0.2em;
	margin: 0.2em
}

form.style3 input[type=text]:required,
form.style3 select {
	border-color: #0272a7
}

.hover tr:hover {
	background: #ccc !important
}

#form_webspace_order_quota {
	width: 4em
}

abbr {
	border-bottom: 1px dotted #004EFF
}

.striped tbody tr:nth-child(odd) {
	background: #E8E8E8
}

#ssltlscertificates {
	table-layout: fixed;
	width: 100%
}

#ssltlscertificates td {
	padding: 0.7em 0.3em
}

#ssltlscertificates p {
	font-size: 0.8em;
	margin: 0;
	line-height: 1.2em
}

a.sup {
	text-decoration: none
}