/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL */
body {
    background: url(../NEUimg/body-bg.jpg) repeat-x #7DB3EF;
    color: #39414C;
    font: 12px/18px Verdana, Arial, sans-serif;
    text-align: center;
}
a {
    text-decoration: none;
}
.color-red {
    color: #e52e2e !important;
}
.hidden {
    display: none;
}

/* BASIC POSITIONING */
#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 960px;
}
#header, #main, #footer, #footnote {
    float: left;
    overflow: hidden;
    width: 100%;
}
#header {
    background: url(../NEUimg/nav-bg.gif) repeat-x left bottom;
    position: relative;
}
#main {
    background-color: #FFF;
}
#footer {
    background: #FFF;
    margin-top: 4px;
    padding: 0 12px;
    width: 936px;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
}
.float-left {
    float: left;
}
.float-right {
    float: right !important;
}

/* LOGO */
#logo {
    float: left;
    padding: 20px 0 29px;
}
#logo a {
    background: url(../NEUimg/logo-bg.png) no-repeat;
    display: block;
    height: 110px;
    text-indent: -999em;
    width: 246px;
}
* html #logo a {
    background-image: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='assets/site/NEUimg/logo-bg.png')
}

/* META */
#meta {
    top: 39px;
    right: 0;
    position: absolute;
}
#meta ul {
    float: left;
}
#meta ul li {
    color: #FFF;
    float: left;
    font-size: 11px;
    font-weight: bold;
    padding: 0 12px;
}
#meta ul li.welcome {
    background: url(../NEUimg/meta-li-bg.gif) no-repeat right 4px;
}
#meta ul li.login {
    background: none;
}
#meta ul li a {
    color: #7EB6F1;
    display: block;
    float: left;
    font-weight: normal;
}
#meta ul li.contact a {
    background: url(../NEUimg/email.gif) no-repeat 0 2px;
    padding-left: 20px;
}

/* NAV */
#nav {
    bottom: 0;
    left: 246px;
    position: absolute;
}
#nav ul {
    float: left;
    position: relative;
    padding-bottom: 28px;
    width: 714px;
}
#nav ul li {
    float: left;
    padding: 0 3px 2px 0;
}
#nav ul li.active {
    padding: 0 3px 0 0;
}
#nav ul li a {
    background: url(../NEUimg/nav-li-bg.png) no-repeat;
    display: block;
    height: 32px;
    text-indent: -999em;
}
#nav ul li a.products {
    background-position: 0 0;
    width: 76px;
}
#nav ul li.active a.products {
    background-position: 0 -32px;
    height: 35px;
}
#nav ul li a.service {
    background-position: -76px 0;
    width: 66px;
}
#nav ul li.active a.service  {
    background-position: -76px -32px;
    height: 35px;
}
#nav ul li a.order {
    background-position: -142px 0;
    width: 124px;
}
#nav ul li.active a.order {
    background-position: -142px -32px;
    height: 35px;
}
#nav ul li a.intern {
    background-position: -266px 0;
    width: 115px;
}
#nav ul li.active a.intern {
    background-position: -266px -32px;
    height: 35px;
}
#nav ul li a.domains {
    background-position: -381px 0;
    width: 73px;
}
#nav ul li.active a.domains {
    background-position: -381px -32px;
    height: 35px;
}
#nav ul li a.webspace {
    background-position: -454px 0;
    width: 101px;
}
#nav ul li.active a.webspace {
    background-position: -454px -32px;
    height: 35px;
}
#nav ul li a.dyndns {
	background-position:-617px 0;
	width:70px;
}
#nav ul li.active a.dyndns {
    background-position: -617px -32px;
    height: 35px;
}
#nav ul li a.email {
    background-position: -555px 0;
    width: 62px;
}
#nav ul li.active a.email {
    background-position: -555px -32px;
    height: 35px;
}
#nav ul li ul {
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 0 1px;
}
#nav ul li ul li {
    background: url(../NEUimg/nav-sub-li-bg.gif) no-repeat right center;
    padding: 0;
}
#nav ul li ul li a {
    background: none;
    color: #333;
    font-size: 11px;
    height: auto !important;
    line-height: 1;
    padding: 9px 10px;
    text-indent: 0;
    width: auto !important;
}
#nav ul li ul li a:hover {
    color: #14163C;
    text-decoration: underline;
}
#nav ul li ul li.active a {
    color: #14163C;
    font-weight: bold;
    letter-spacing: -1px;
}

/* TABS */
#billboard {
    float: left;
    padding: 12px;
    width: 936px;
}
#billboard .tabs-content {
    background: url(../NEUimg/tabs-content-bg.jpg) no-repeat;
    float: left;
    height: 306px;
    width: 936px;
}
#billboard #email, #billboard #webspace, #billboard #sedo {
    display: none;
}
#billboard .tabs-content div.float-left,
#billboard .tabs-content div.float-right {
    padding: 0 36px;
}
#billboard .tabs-content h1 {
    color: #FFF;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: -2px;
    margin: 36px 0 18px;
    width: 396px;
}
#billboard .tabs-content p {
    color: #FFF;
    font-size: 12px;
    padding: 0 0 18px;
    width: 396px;
}
#billboard .tabs-nav {
    float: left;
}
#billboard .tabs-nav li {
    float: left;
}
#billboard .tabs-nav li a {
    background-image: url(../NEUimg/tabs-nav-bg.jpg);
    background-repeat: no-repeat;
    color: #FFF;
    display: block;
    float: left;
    font-size: 11px;
    height: 66px;
    padding: 12px 12px 12px 75px;
    width: 147px;
}
#billboard .tabs-nav li#tabs-nav-1 a {
    background-position: 0 0;
}
#billboard .tabs-nav li#tabs-nav-1 a.active  {
    background-position: 0 -90px;
}
#billboard .tabs-nav li#tabs-nav-2 a {
    background-position: -234px 0;
}
#billboard .tabs-nav li#tabs-nav-2 a.active {
    background-position: -234px -90px;
}
#billboard .tabs-nav li#tabs-nav-3 a {
    background-position: -468px 0;
}
#billboard .tabs-nav li#tabs-nav-3 a.active {
    background-position: -468px -90px;
}
#billboard .tabs-nav li#tabs-nav-4 a {
    background-position: -702px 0;
}
#billboard .tabs-nav li#tabs-nav-4 a.active {
    background-position: -702px -90px;
}
#billboard .tabs-nav li a span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: -1px;
}

/* PRICES */
#prices {
    float: left;
    padding: 12px;
}
#teaser,
#all {
    float: left;
    position: relative;
}
#prices h1 {
    float: left;
    padding: 0 12px;
}
#prices .btn-gold {
    position: absolute;
    right: 12px;
    top: 2px;
}
#teaser ul {
    float: left;
}
#all .table-wrap  {
    float: left;
    padding: 0 12px;
    width: 912px;
}
#teaser ul li {
    float: left;
    padding: 0 12px;
    width: 288px;
}
#prices table.std thead tr th,
#prices table.std tfoot tr td,
#prices table.std tbody tr td {
    font-size: 11px !important;
    padding: 2px 6px !important;
}
#prices table.std tbody tr td,
#domain-prices tbody tr td {
    cursor: pointer;
}
#prices table.std tfoot tr td {
    font-size: 10px !important;
    padding: 0px 6px !important;
    text-align: right !important;
}

/* CONTENT */
#content {
    float: left;
}
.site #content {
    padding: 24px 12px 24px 24px;
    width: 604px;
}
.wide #content {
    padding: 24px;
    width: 912px;
}
.start #content {
    float: left;
    padding: 0 !important;
    width: 960px !important;
}
#content h1 {
    color: #2A5A98;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: -2px;
    line-height: 33px;
    margin: 0 0 18px;
}
#content h2 {
    color: #1E3362;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 5px 0 9px;
}
#content h3 {
    font-weight: bold;
    margin-bottom: 5px;
}
#content p {
    margin-bottom: 18px;
}
#content a {
    border-bottom: 1px dotted #77571A;
    color: #77571A;
}
#content a.img-noborder {
  border-bottom: 0px;
  margin-bottom: -3px;
}
#content a:hover {
    border-bottom: 1px solid #77571A;
}
#content a.img-noborder:hover {
  border-bottom: 0px;
  margin-bottom: -3px;
}
#content table {
    margin-bottom: 18px;
}
#content pre {
	padding: 3px;
	border: 1px solid #B7C8DE;
	font: 12px/18px courier, sans-monospace;
}
#content ul.std,
#content ul.pdf-list ,
#content ul.feature-list {
    #background: url(../NEUimg/teaser-bg.gif) repeat-x left bottom #FFF;
    #border: 1px solid #B7C8DE;
    #color: #283D5A;
    padding: 3px 5px;
    margin-bottom: 18px;
}
#content ul.std li {
    background: url(../NEUimg/ul-std-bg.gif) no-repeat 0 6px;
    margin: 9px 0;
    padding-left: 15px;
}
#content ul.std li ul {
    background: none;
    border: 0;
    margin-bottom: 0;
}
#content ul.std li ul li {
    background: url(../NEUimg/ul-std-sub-bg.gif) no-repeat 0 8px;
    font-size: 11px;
    margin: 5px 0;
    padding-left: 13px;
}
#content ul.std li .msgInfo {
    margin-top: 9px;
}
#content ul.pdf-list li {
    background: url(../NEUimg/pdf.gif) no-repeat 0 1px;
    margin: 9px 0;
    padding-left: 24px;
}
#content ul.feature-list li {
    background: url(../NEUimg/feature-list-bg.gif) no-repeat 0 4px;
    margin: 9px 0;
    padding-left: 24px;
}
#content ul.action-list {
    margin-bottom: 18px;
}
#content ul.action-list li {
    clear: both;
    overflow: hidden;
    margin: 9px 0;
    width: 100%;
}
#content .small-print {
    font-size: 10px;
    line-height: 16px;
}
#content .btn-wrapper {
    float: left;
    margin-bottom: 18px;
    width: 100%;
}
#content .erklaerung {
	list-style-position:outside;
	list-style-type:decimal;
	padding-left:20px;
}
#content .erklaerung  li{
	padding-bottom:20px;
}
/* SIDEBAR */
#sidebar {
    float: left;
    padding: 24px 24px 24px 12px;
    width: 284px;
}
#sidebar .teaser {
    background: url(../NEUimg/teaser-bg.gif) repeat-x left bottom #FFF;
    margin-bottom: 24px;
    width: 284px;
}
#sidebar .teaser .inner {
    background: url(../NEUimg/glow-bg.gif) repeat-x left bottom;
    border: 1px solid #B7C8DE;
    border-top: 0;
    overflow: hidden;
    padding: 9px;
    width: 264px;
}
#sidebar .teaser h2 {
    background: url(../NEUimg/teaser-h2-bg.gif) repeat-x left top #2E5C99;
    color: #FFF;
    font-size: 11px;
    font-weight: normal;
    padding: 3px 9px 5px;
    text-transform: uppercase;
}
#sidebar .teaser p {
    color: #283D5A;
    font-size: 11px;
    margin-bottom: 18px;
}
#sidebar .teaser img {
    vertical-align: top;
}
#sidebar .teaser .inner img.float-right {
    margin: 6px 0 6px 12px;
}
#sidebar .teaser .inner img.float-left {
    margin: 6px 12px 6px 0;
}
#sidebar table.std {
    margin-bottom: 9px;
}
#sidebar table.std thead tr th,
#sidebar table.std tbody tr th {
    font-size: 11px;
    padding: 2px 6px;
}
#sidebar table.std tbody tr td {
    font-size: 11px;
    padding: 2px 6px;
}
#sidebar table.std tfoot tr th,
#sidebar table.std tfoot tr td {
    font-size: 11px;
    padding: 2px 6px;
}

/* TABLE */
table.wide {
    width: 100%;
}
table.std thead tr th,
table.std tbody tr th {
    background: url(../NEUimg/table-std-th-bg.gif) no-repeat #CFD9E5;
    border-bottom: 1px solid #B7C8DE;
    border-right: 1px solid #B7C8DE;
    border-top: 1px solid #B7C8DE;
    color: #283D5A;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 12px;
    white-space: nowrap;
}
table.std .first {
    border-left: 1px solid #B7C8DE;
}
table.std .top {
    border-top: 1px solid #B7C8DE;
}
table.std .width-auto {
    white-space: nowrap;
    width: 1%;
}
table.std .width-auto .checkbox {
    margin-left: 0;
    margin-right: 0;
}
table.std .btn-red,
table.std .btn-gold {
    font-size: 10px !important;
    padding: 3px 5px 4px;
}
table.std .vertical-align-middle {
    vertical-align: middle;
}
table.std .price {
    text-align: right;
    white-space: nowrap;
    width: 1%;
}
table.std .info {
    width: 1%;
    white-space: nowrap;
}
table.std .blank {
    background: none;
    border-right: 0;
    border-top: 0;
    padding: 0;
    text-indent: -999em;
}
table.std tbody .highlight td {
    background-color: #283D5A !important;
    color: #FFF !important;
}
table.std tbody .highlight td a {
    border-color: #FFF !important;
    color: #FFF !important;
}
table.std tfoot .blank {
    border: 0;
}
table.std tbody tr td {
    border-bottom: 1px solid #B7C8DE;
    border-right: 1px solid #B7C8DE;
    color: #283D5A;
    font-size: 12px;
    padding: 4px 12px;
}
table.std tbody tr.even td {
    background-color: #eff3f7;
}
table.std tbody tr td.domain {
}
table.std tbody tr td.domain strong {
}
table.std tfoot tr th {
    background-color: #FFF;
    border-bottom: 1px solid #B7C8DE;
    border-left: 1px solid #B7C8DE;
    border-right: 1px solid #B7C8DE;
    color: #647182;
    font-size: 11px;
    padding: 4px 12px;
}
table.std tfoot tr td {
    background-color: #FFF;
    border-bottom: 1px solid #B7C8DE;
    border-left: 1px solid #B7C8DE;
    border-right: 1px solid #B7C8DE;
    color: #647182;
    font-size: 11px;
    padding: 4px 12px;
}

/* CART */
#cart tbody tr td.action  {
    border-right: 0 !important;
    padding-right: 0 !important;
    width: 1% !important;
}
#cart tbody tr td.period  {
    width: 1% !important;
}
#cart tfoot tr th ,
#cart tfoot tr td  {
    color: #283D5A;
    font-size: 12px;
}
.sidebar #cart tfoot tr th ,
.sidebar #cart tfoot tr td  {
    font-size: 11px;
}
#cart tbody tr td a.btn-remove {
    background: transparent url(../img/btn-remove.gif) no-repeat scroll left center;
    border-bottom: 0 none;
    display: block;
    height: 18px;
    text-indent: -999em;
    width: 10px;
}
#content a.btn-chk {
  background: url(../img/btn-chk.png) no-repeat left center;
  border-bottom: 0;
  display: block;
  height: 18px;
  text-indent: -999em;
  width: 13px;
}
#content a.btn-chk-active {
  background: url(../img/btn-chk_active.png) no-repeat left center;
  border-bottom: 0;
  display: block;
  height: 18px;
  text-indent: -999em;
  width: 13px;
}
/* LOOKUP-RESULT */
#lookup-result thead tr th.availibility,
#lookup-result tbody tr td.availibility,
#lookup-result thead tr th.action,
#lookup-result tbody tr td.action,
#lookup-result thead tr th.check,
#lookup-result tbody tr td.check {
    white-space: nowrap;
    width: 1%;
}
table.std tbody tr.available td {
    background-color: #e8ffe5 !important;
    color: #0b8000 !important;
}

table.std tbody tr.notAvailable td {
    background-color: #ffe5e5 !important;
    color: #9A0000 !important;
}
table.std tbody tr.inactive td {
	background-color:#EEEEEE !important;
	color:#AAAAAA !important;
}
#lookup-result tbody tr td.check input {
    margin-left: 0;
    margin-right: 0;
}

/* FORMULAR */
form .label {
    font-size: 11px;
    font-weight: bold;
}
form .label span {
    font-weight: normal;
}
form .text,
form .textarea {
    background: url(../NEUimg/form-text-bg.gif) repeat-x #FFF;
    border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #999;
    border-right: 1px solid #D5D5D5;
    border-top: 1px solid #999;
    color: #283D5A;
    font: 12px/1 Verdana, Arial, sans-serif;
    margin: 0;
    padding: 3px;
    width: 200px;
}
form .textarea {
    line-height: 18px;
    width: 250px;
}
form .checkbox {
    margin-left: 0;
}
form .select {
    margin-bottom: 2px;
}
form .text:focus,
form .textarea:focus {
    border-bottom: 1px solid #999;
    border-left: 1px solid #666;
    border-right: 1px solid #999;
    border-top: 1px solid #666;
}
form .note {
    font-style: italic;
    font-size: 11px;
    margin-bottom: 0 !important;
}
form.std fieldset {
    background: url(../NEUimg/glow-bg.gif) repeat-x #EFF3F7;
    border: 1px solid #B7C8DE;
    color: #283D5A;
    margin-bottom: 18px;
    padding: 11px;
}
form.std .col {
    width: 268px;
}
form.std .wide {
    width: 602px;
}
form.std .float-left {
    padding-right: 12px;
}
form.std .float-right {
    padding-left: 12px;
}
form.std .step {
    margin-bottom: 18px;
}
form.std .step ol {
    margin-top: 18px;
}
form.std .inline {
    float: left;
    margin-right: 12px;
}
form.std .frmError {
    color: #9A0000 !important;
}
form.std .step .textarea {
    height: 159px;
}
form.std .step .note {
    display: block;
}
form.std .step .captcha {
    border: 1px solid #D5D5D5;
    vertical-align: top;
}
form.std .step .street,
form.std .step .city {
    width: 145px;
}
form.std .step .number,
form.std .step .zip {
    width: 43px;
}
form.std .step .month {
    width: 20px;
}
form.std .step .year {
    width: 35px;
}
form.std .step .radio {
    font-weight: normal;
}

/* TEST */
form#test {
    float: left;
    width: 604px;
}
.wide form#test {
    float: left;
    width: 912px;
}
form#test fieldset {
    background: url(../NEUimg/glow-bg.gif) repeat-x #EFF3F7;
    border: 1px solid #B7C8DE;
    color: #283D5A;
    float: left;
    margin-bottom: 18px;
    width: 602px;
}
.wide form#test fieldset {
    width: 910px;
}
form#test fieldset .row,
form#test fieldset .col {
    float: left;
    padding: 11px;
    width: 580px;
}
form#test fieldset .row .row {
    padding: 0;
}
.wide form#test fieldset .row {
    width: 888px;
}
.wide form#test fieldset div.row {
    padding: 11px;
}
.wide form#test fieldset .col {
    width: 433px;
}
form#test fieldset ol li {
    float: left;
    padding: 6px 0;
    width: 580px;
}
.wide form#test fieldset ol.row li {
    width: 888px;
}
.wide form#test fieldset ol.col li {
    width: 433px;
}
form#test fieldset .label-wrapper {
    float: left;
    text-align: right;
    padding-right: 12px;
    width: 150px;
}
form#test fieldset .label-wrapper .label {
    font-size: 11px;
    font-weight: bold;
}
form#test fieldset label.checkbox,
form#test fieldset label.radio {
    font-weight: normal;
}
form#test fieldset label.frmError {
    color: #9A0000;
}
form#test fieldset .col .input-wrapper {
    float: right;
    width: 271px;
}
form#test fieldset .row .input-wrapper {
    float: right;
    width: 418px;
}
form#test fieldset input.text,
form#test fieldset .textarea {
    background: url(../NEUimg/form-text-bg.gif) repeat-x #FFF;
    border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #999;
    border-right: 1px solid #D5D5D5;
    border-top: 1px solid #999;
    color: #283D5A;
    font: 12px/1 Verdana, Arial, sans-serif;
    margin: 0;
    padding: 3px;
    width: 250px;
}
form#test fieldset .input-wrapper input.text:focus {
    border-bottom: 1px solid #999;
    border-left: 1px solid #666;
    border-right: 1px solid #999;
    border-top: 1px solid #666;
}
form#test fieldset .input-wrapper input.street,
form#test fieldset .input-wrapper input.city {
    width: 193px;
}
form#test fieldset .input-wrapper input.number,
form#test fieldset .input-wrapper input.zip,
form#test fieldset .input-wrapper input.month,
form#test fieldset .input-wrapper input.year {
    width: 45px;
}
form#test fieldset .input-wrapper input.radio {
    margin-left: 0;
}
form#test fieldset .input-wrapper a {
    font-size: 11px;
}
form#test fieldset .records input.text {
    width: 150px !important;
}
form#test fieldset .msgInfo,
form#test fieldset .msgSuccess,
form#test fieldset .msgWarning,
form#test fieldset .msgError {
    margin: 6px 0 !important;
}

/* LOOKUP */
#lookup form,
#lookup form ol,
#lookup form ol li,
#lookup form ol li .label,
#lookup form ol li .text,
#lookup form ol li .btn-red {
    float: left;
}
#lookup form {
    margin-bottom: 18px;
}
#sidebar #lookup form {
    margin-bottom: 24px;
}
#lookup form ol {
    background: url(../NEUimg/lookup-form-bg.gif) repeat-x #CC1515;
    border: 1px solid #9A0000;
    padding: 23px;
    width: 556px;
}
#lookup form.small ol {
    padding: 11px;
    width: 580px;
}
#sidebar #lookup form.small ol {
    padding: 11px;
    width: 260px;
}
.start #lookup form ol {
    width: auto;
}
.start #lookup {
	background-image: url(../NEUimg/start-xxx.jpg)
}
.start #lookup a.link {
	display: block;
	width: 468px;
	height: 306px;
	float: right;
}
.start #lookup a.link img {
	display: none;
}
#lookup form ol li .text {
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    margin: 0 6px;
    width: 150px;
}
#sidebar #lookup form.small ol li .text {
    width: 135px;
}
#lookup form ol li .label {
    color: #F9DFDF;
    font-size: 12px;
    margin-top: 2px;
}
#lookup form ol li .note {
    color: #F9DFDF;
    float: left;
    padding-left: 12px;
}

/* MESSAGES */
.msgInfo {
    background: url(../NEUimg/glow-bg.gif) repeat-x #EFF3F7;
    border: 1px solid #B7C8DE;
    color: #283D5A;
    font-size: 11px;
    margin: 18px 0;
    padding: 11px;
}
.msgInfo #msg_top td {
	padding:30px;
}
.msgSuccess {
    background: url(../NEUimg/glow-bg.gif) repeat-x #E8FFE5;
    border: 1px solid #B7EDB2;
    color: #0D9900;
    font-size: 11px;
    margin: 18px 0;
    padding: 11px;
}
.msgWarning {
    background: url(../NEUimg/glow-bg.gif) repeat-x #FFFBE5;
    border: 1px solid #E0D59D;
    color: #806A00;
    font-size: 11px;
    margin: 0px 0px 18px 0px;
    padding: 11px;
}
.msgError {
    background: url(../NEUimg/glow-bg.gif) repeat-x #FFE5E5;
    border: 1px solid #EDB2B2;
    color: #9A0000;
    font-size: 11px;
    margin: 18px 0;
    padding: 11px;
}

/* BUTTONS */
a.btn-red,
div.btn-red button,
a.btn-gold,
a.btn-gray,
div.btn-gold button {
    border: 0;
    background: url(../NEUimg/btn-red-bg.gif) repeat-x #CD1515;
    color: #FFF !important;
    cursor: pointer;
    display: block;
    float: left;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    line-height: 1;
    margin: 0;
    padding: 4px 6px 5px;
}
a.btn-gold,
div.btn-gold button {
    background: url(../NEUimg/btn-gold-bg.gif) repeat-x #79591B;
}
a.btn-gray,
div.btn-gray button {
    background: url(../NEUimg/btn-gray-bg.gif) repeat-x #333333;
}
a.btn-red:hover,
div.btn-red button:hover {
    background: url(../NEUimg/btn-red-hover-bg.gif) repeat-x #E52F2F;
}
a.btn-gold:hover,
div.btn-gold button:hover {
    background: url(../NEUimg/btn-gold-hover-bg.gif) repeat-x #916F2E;
}
a.btn-red {
    border: 1px solid #9A0000 !important;
    padding: 4px 10px 5px;
}
a.btn-gold {
    border: 1px solid #805300 !important;
    padding: 4px 10px 5px;
}
a.btn-gray {
    border: 1px solid #000000 !important;
    padding: 4px 10px 5px;
    cursor: default;
}
div.btn-red,
div.btn-gold {
    border: 1px solid #9A0000 !important;
    float: left;
    height: 20px;
    padding: 0 !important;
}
div.btn-gold {
    border: 1px solid #805300 !important;
}
div.btn-gray {
    border: 1px solid #000000 !important;
}
div.btn-red button,
div.btn-gold button {
    height: 20px;
    line-height: 18px;
    overflow: visible;
    padding: 0 6px 2px;
    width: auto;
}
a.btn-remove {
    background: transparent url(/assets/site/imgtmp/delete.gif) no-repeat scroll left center;
    border-bottom: 0 !important;
    display: block;
    height: 18px;
    text-indent: -999em;
    width: 18px;
}

/* FOOTER */
#footer h2 {
    color: #1E3362;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 10px 0;
}
#footer div {
    padding: 12px;
    width: 444px;
}
#footer div ul {
    float: left;
}
#footer div ul li {
    float: left;
    padding-right: 14px;
}
#footer div ul li a {
    background: url(../NEUimg/logo-member.gif) no-repeat;
    display: block;
    float: left;
    height: 36px;
    text-indent: -999em;
}
#footer div ul li.denic a {
    background-position: 0 0;
    width: 69px;
}
#footer div ul li.denic a:hover {
    background-position: 0 -36px;
}
#footer div ul li.eurid a {
    background-position: -69px 0;
    width: 112px;
}
#footer div ul li.eurid a:hover {
    background-position: -69px -36px;
}
#footer div ul li.nicat a {
    background-position: -181px 0;
    width: 72px;
}
#footer div ul li.nicat a:hover {
    background-position: -181px -36px;
}
#footer div ul li.nominet a {
    background-position: -253px 0;
    width: 60px;
}
#footer div ul li.nominet a:hover {
    background-position: -253px -36px;
}
#footer div ul li.ssldienste a {
    background-position: -313px 0;
    width: 163px;
}
#footer div ul li.ssldienste a:hover {
    background-position: -313px -36px;
}
#footer div ul li.sslplus a {
	background-position:-531px 0;
	width:125px;
}
#footer div ul li.sslplus a:hover {
    background-position: -531px -36px;
}
#footer div ul li.webhostlist {
	padding-right:0px;
}
#footer div ul li.webhostlist a {
    background-position: -313px 0;
    width: 140px;
    background: url(../img/logo_webhostlist.gif) no-repeat;
    float: left;
    height: 60px;
   /* margin-left: 110px;*/
}
#footer div ul li.rackprofi a {
    background-position: -476px 0;
    width: 54px;
}
#footer div ul li.rackprofi a:hover {
    background-position: -476px -36px;
}

/* FOOTNOTE */
#footnote p {
    color: #234376;
    font-size: 10px;
    margin: 12px 0;
    text-align: center;
}

/* SSL Zertifikate */
.msg_top td {
	padding:10px 0 0 8px;
}
.msg_main td {
	padding:0 9px 9px;
}
.msg_top td, .msg_main td  {
	border-right:1px solid #B7C8DE;
}
.msg_ch_bg {
	background-color:#ddeaf7;
}
.ssl-zer {
	padding-bottom:5px;
}
.ssl-zer li {
	background:transparent url(../NEUimg/feature-list-bg.gif) no-repeat scroll 0 4px;
	padding-left:24px;
}
.ssl-price {
	font-style:normal;
	font-weight:bold;
	font-size:18px;
	padding-right:5px;
}
form.cmxform legend, form.cmxform label {
	color: #333;
}
form.cmxform label.error, label.error {
	color: red;
	font-size: 11px;
	font-style: italic;
}
form#test .order input.text {
	margin-right: 200px;
}
form#test .order textarea.textarea {
	margin-right: 200px;
}
form#test .input-wrapper input#zip {

} 

  
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
form.cmxform input.error { 
	border: 1px dotted red; 
}
form.cmxform textarea.error {
	border: 1px dotted red;
}
form.cmxform .gray * { color: gray; }
