
    /*
   //  Template: Domainpunks 001
  //   Stylesheet-Media: SCREEN
 //    $Id: screen.css,v 1.44 2006/09/28 22:44:14 kaffeekocher Exp $
*/



body{
	font-family: Comic Sans MS;
	font-size: 12px;
    background: #ccc;
    align:center;
    text-align: center;
    margin: 0px;
}

div#main {
	background: #fff;
	clear: both;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    width: 800px;
	border: 1px solid black;
	border-top: none;
}


 /* Header */

div#header {
    text-align: left;
    margin: 0;
    padding: 0;
	background-image: url(../pix/logo.gif);
    background-repeat: none;
	width: 800px;
	height: 153px;
}

div#header img#logo {
	width: 800px;
	height: 153px;
    padding: 0px;
}
div#header #logo {
	position: absolute;
	width: 800px;
	height: 153px;
    margin: 0px;
}

div#status_icons {
	z-index: 99;
	float: right;
	position: relative; top:4px; right: 0px;
	margin: 0 auto;
	width: 90px;
	height: 40px;
}

div#ssl_secure {
	position: relative; top: 0;
	float: right;
	margin: 0px;
	margin-left: 1px;
	padding: 0px;
}
img#eurolabel {
	float: right;
	position: relative; top: 22px; left:136px;
	margin: 0 0 0 -140px;
	width: 105px;
	height: 70px;
}
span#language {
	float: right;
	position: relative; top: 102px; left:146px;
	margin: 0 0 0 -140px;
	width: 105px;
	height: 70px;
}

div#basket {
	position: relative;  top: 0;
	margin: 0px;
	display: inline
	float: none;
	padding: 0px;
}
div#basket a{
   text-decoration: none;
}
div#basket a:hover {
   cursor: hand;
   text-decoration: none;
}
div#basket a img{
   border: none;
   text-decoration: none;
}

 /* Footer */

div#footer {
    text-align: center;
    color: #999999;
    position: relative; top: 0px;
    margin: auto;
    padding: 0;
    width: 800px;
}
div#footer a{
    color: #999999;
    text-decoration: none;
}
div#footer a:hover{
    color: #000000;
    text-decoration: none;
}



 /* Menu */

div#menu {
	clear: both;
	position: relative; top:0px; left: 0px;
	background-image: url(../pix/menu.gif);
    background-repeat: none;
	height: 46px;
    font-size: 15px;
}
ul#navi {
    position: relative; top: 2px; left: 10px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: block;
	z-index: 98;
	width: 700px;
	list-style: none;
}
ul#navi li {
	float: left;
	display: block;
	position: relative;
	width: 130px;
	margin: 2px;
	margin-right: 4px;
}
ul#navi li ul {
	display: none;
	position:absolute; bottom: 0px; left: 0px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 12px;
	width: 180px;
	list-style: none;
	border: 1px solid black;
	background-image: url(../pix/back.gif);
    background-repeat: none;
	background-position: top left;
	}
ul#navi li ul li{
	float: left;
	position: relative; top: 0px; left: 0;
	width: 160px;
	margin: 0;
	margin-left: 4px;
	padding: 0;
}
ul#navi li:hover ul,
ul#navi li.over ul {
	display: block;
}
ul#navi li a {
	display: block;
    padding: 3px;
	margin: 0px;
    color: #000;
    text-decoration: none;
	z-index: 99;
	border-right: 1px dashed white;
}
ul#navi li ul li a {
    height: 100%;
}
ul#navi li a:hover{
    color: #fff;
    text-decoration: none;
}
ul#navi li.current a {
	font-weight: bold;
    color: #fff;
    text-decoration: none;
}
ul#navi li.current a:hover {
    color: #000;
    text-decoration: none;
}
ul#navi li ul li a,
ul#navi li.current ul li a {
	font-weight: normal;
    color: #000;
}
ul#navi li ul li a:hover,
ul#navi li.current ul li a:hover{
    color: #f00;
    text-decoration: none;
}
ul#navi li ul li a.selected,
ul#navi li ul li a.selected:hover {
    color: #f00;
    text-decoration: none;
}
ul#navi li>ul {
	left: auto;
}

div#navi_path {
	z-index: 99;
	position: relative; top: 195px; left: 10px;
	margin: 0 auto;
	text-align:left;
	font-family: Helvetica;
	font-size: 11px;
   letter-spacing: -0.1px;
   color: #666;
}
div#navi_path a{
   color: #666;
    text-decoration: none;
}
div#navi_path a:hover {
    color: #666;
    cursor: hand;
    text-decoration: underline;
}



div#login {
	clear: both;float: left;
	text-align: right;
	position: relative; top:0px; right:0px;
	margin: 0px; padding: 4px;
	padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
    color: #00f;
    background: #ccc;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
	background-image: url(../pix/back.gif);
    background-repeat: none;
	background-position: top right;
}
div#login span{
	display: none;
	
}
div#login:hover span{
	display: block;
}
div#login label {
    font-weight: bold;
    font-size: 11px;
    color: #00f;
}
div#login input {
    font-weight: normal;
    padding: 2px;
    font-size: 14px;
    background: #999;
    border: 1px solid #000;
    margin-top: 4px;
    color: #000000;
   cursor:pointer;
}
div#login input#loginbutton{
    background: #999;
}
div#login a {
	 margin-left: 1px;
	 font-weight: normal;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    letter-spacing: 0px;
}
div#login a:hover {
    text-decoration: underline;
}


 /* Right Panel */

div#rightpanel {
	float: right;
	position: relative; top:0px; right:0px;
    margin: 0px; padding: 0px;
}

div#lookup {
	clear: both;
	text-align: center;
	float: right; margin: 0 auto;
	position: relative; top:12px; right:-10px;
	margin: 4px; padding: 8px;
	padding-top: 12px;
    padding-right: 5px;
    font-size: 11px;
    color: #00f;
	background-image: url(../pix/lookup.gif);
    background-repeat: no-repeat;
	background-position: top left;
    border: none;
	width: 190px;
	height: 70px;
} 
div#lookup label{
    font-size: 13px;
    color: #f00;
	font-weight: bold;
	letter-spacing: 0.5px;
}
div#lookup input{
	position: relative; top:0px; right:0px;
    padding: 0px; margin: 0px;
    background: #999;
    border: 1px solid #000;
    color: #fff;
	width: 110px;
	height: 18px;
   cursor:pointer;
}
div#lookup input#lookupbutton{
	margin-right: 1px;
    background: #00f;
	color: #fff;
	width: 20px;
	height: 18px;
   cursor:pointer;
}



 /* Content Middle */

div#content {
	clear: both;
    left:0px; top: 0px;
    margin: 0px;
    padding: 10px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.1px;
    color: #000000;
    background-image: url(../pix/back.gif);
    background-repeat: repeat;
	background-position: top left;
}
* html div#content {
	width: 800px;
}
div#content h1 {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #090;
    border-bottom: 1px dashed green;
}
div#content h2 {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #090;
    border-bottom: 1px dashed green;
}
div#content h3 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    color: #090;
    border-bottom: 1px dashed green;
}
div#content h5 {
    margin: 0;
	padding: 0;
}
div#content a {
    color: #009;
    text-decoration: underline;
    border:none;
}
div#content a:hover {
    color: red;
    text-decoration: none;
}
div#content a:hover img {
    border: 1px solid red;
    padding:4px;
    margin:0;
}
div#content a img {
    padding:1px;
    margin:3;
}
div#content a img.img_lnk,
div#content a.img_lnk img{
    padding:2px;
    margin:3;
    border: none;
}
div#content .pun a {
    border-bottom: none;
    text-decoration:underline;
}
div#content .pun a:hover {
    border-bottom: none;
    text-decoration:none;
}
* HTML div#content p img {
   margin: 0 10 0 0;
}

/* Tables */

div#content table{
   font-size: 14px;
   border: none;
   padding: 0px;
   border-spacing:0px;
   color: black;
   margin-bottom: 10px;
}
div#content table tr th{
   border: none;
   border-bottom: 2px solid black;
   padding: 6px;
}
div#content table tr td{
   border: none;
   border-bottom: none;
   padding: 6px;
}
div#content table.autoform tr td {
	border: none;
	padding: 3px;
}

/* Domain Lookup */

table#tblDomainLookup a:hover {
	background: none;
}
table#tblDomainLookup tr.DomIsFree,
table#tblDomainLookup tr.DomIsFree a{
   color: darkgreen;
}
table#tblDomainLookup tr.DomIsSedo,
table#tblDomainLookup tr.DomIsSedo a{
   color: darkblue;
}
table#tblDomainLookup tr.DomIsPreReg,
table#tblDomainLookup tr.DomIsPreReg a{
   color: darkgreen;
}
table#tblDomainLookup tr.DomIsNotFree,
table#tblDomainLookup tr.DomIsNotFree a{
   color: darkred;
}
table#tblDomainLookup tr.DomNoConn,
table#tblDomainLookup tr.DomNoConn a{
   color: #666;
}
table#tblDomainLookup tr.DomWhoisErr,
table#tblDomainLookup tr.DomWhoisErr a{
   color: #666;
}


/*** Orderbox ***/

ul#orderbox_menu{
   padding-left: 10px;
   font-size: 10px;
	margin-left: 0;
	padding-left: 10px;
   float: left;
}
ul#orderbox_menu li{
   display: block;
   position: relative;
   list-style-type: none;
   margin: 3px;
   width: 175px;
   white-space: nowrap;
}
ul#orderbox_menu li a{
   padding: 1px;
}
ul#orderbox_menu li b{
   border-bottom: 1px solid #000;
   color: #000;
   padding: 1px;
}
ul#orderbox_menu li b.orderbox_ok {
        font-size: 9px;
	color: green;
	border: none;
	border-bottom: 1px solid green;
}
table#orderbox_overview tr{
   background: #f0f0f0;
}
table#orderbox_overview tr.odd{
   background: #fff;;
}
table#orderbox_overview tr.even{
   background: #fafafa;
}
div#orderbox_tooltip_container{
	top: 43px; left: 260px;
	width: 350px;
	height: 150px;
	margin: -11px 0 20 220px;
}
div.orderbox_tooltip{
	font-size: 11px;
	
	display: none;
	border-left: 1px dashed green;
	border-right: 1px dashed green;
	color: #000;
	white-space: wrap;
	padding: 3px 10px;
	margin: 5px;
}
div.orderbox_next {
   float: right;
   background: #00f;
   border: 1px solid #000;
   padding: 2px;
   margin-top: 0px;
}
div#content input.orderbox_submit {
   font-size: 16px;
   color: #fff;
   background: #00f;
   border: 1px solid #000;
   padding: 2px;
   margin-top: 8px;
   cursor: pointer;
}
div#content div.orderbox_next a,
div#content div.orderbox_next a:hover {
   color: #fff;
   border: none;
   padding: 2px;
}


/*** Form Styling ***/

div#content legend{
   font-size: 11px;
   border: 1px solid #999;
   background: #e9e5d0;
   margin: 0px;
}
div#content fieldset{
   margin: 5px 0;
	padding: 10px;
   border: 1px solid #ff0000;
}

div#content input{
    font-weight: normal;
    background: #fff;
    border: 1px solid black;
    color: #000000;
}
div#content input.submit{
	color: #fff;
   background: #00f;
   border: 1px solid #000;
   padding: 2px;
   margin-top: 8px;
   cursor:pointer;
}
div#content select.proportional option,
* html div#content select.proportional{
	font-family: courier new;
	letter-spacing: -0.5px;
}
.tooltip{
   font-size: 12px;
	position: absolute;
	display: none;
	background-color: #FFF;
	border: 1px solid black;
	color: #000;
	white-space: wrap;
	padding: 3px;
	margin: 5px;
}
* .FormError {
    color: red;
}
.FormError label:after{
   content: " *";
   color: red;
}
* HTML label.FormRequired{
	font-weight: bold;
}
.FormRequired:after{
    content: " *";
    color: black;
}
.aname{
	font-size: 1px;
	display: none;
	padding: 0px;
	margin: 0px;
}

/* Controlpanel Statusinfo */
div#content table#plugin_cp_statusinfo,
div#content table#plugin_cp_statusinfo tr th,
div#content table#plugin_cp_statusinfo tr td
{
   padding: 1px;
   font-size: 12px;
}
div#content table#plugin_cp_statusinfo tr th
{
   padding-top: 11px;
}

/* NEWS-Plugin */
div.news {
   border: 2px dotted;
   margin-top: 15px;
   width: 70%;
}
div.news ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   margin-left:10px;
}
div#content div.news h2 {
   margin-top: 4px;
   margin-bottom: 0;
   margin-right: 10px;
   border:none;
  font-size:15px;
}
div.news li {
   margin-bottom: 4px;
   font-size:12px;
}
