* {
    margin:0;
    padding:0;
}

body, html {
    background-color: #FFFFFF;
}

/* allgemeine Definitionen */
ul, li {
	list-style-position:inside;
}
a.pop {
	cursor:pointer;
	color:#005;
}
td, th {
	/*padding:2px 3px 2px 3px;*/
}
td.bigger {
    font-family:Arial;
    font-size:12px;
    color: #333333;
    font-weight: bold;
    width: 700px;
}
td.tsuccess {
    background-image: url('./domimg/finish.png');
    background-repeat: no-repeat;
    background-position: 10;
    width: 94px;
    height: 64px;
}
td.twarning {
    background-image: url('./domimg/warning.png');
    background-repeat: no-repeat;
    background-position: 10;
    width: 94px;
    height: 64px;
}
td.terror {
    background-image: url('./domimg/error.png');
    background-repeat: no-repeat;
    background-position: 10;
    width: 94px;
    height: 64px;
}
td.right {
    text-align: right;
    margin: 0;
    padding: 0;
    border: 0;
}
td.tbgright,
th.tbgright {
    background-image: url('./domimg/td_right_bg.gif');
    background-repeat: repeat-y;
    background-position: right;
    width: 10px;
}
td.tbgleft,
th.tbgleft {
    background-image: url('./domimg/td_left_bg.gif');
    background-repeat: repeat-y;
    background-position: left;
    width: 10px;
}
table {
	border-collapse: collapse;
	border-spacing:2px;
    font-family:Arial;
    font-size:11px;
    color: #333333;
}
table.layout {
	margin:0;
	padding:0;
	border-spacing: 0;
	width:95%;
}
table.layout tr,
table.layout td {
	margin:0;
	padding:0;
	border-spacing:0;
}

table.default,
table.handleeditor {
	width:835px;
	margin-bottom:10px;
}
table.defaultwm {
    width:835px;
    margin: 0;
    padding: 0;
    border: 0;
}
table.hdefault {
    width: 417px;
}
table.default td,
table.hdefault td,
table.handleeditor td {
	padding:2px 3px 2px 3px;
}
table.w {
	width:530px;
}
table.info, 
table.domlist {
	/*width:750px;*/
	width:100%;
	margin-bottom:15px;
}
table.info td, 
table.domlist td {
	font-size:11px;
	padding:2px 3px 2px 3px;
}
table.info a,
table.domlist a {
	color:#005;
}
table.info a:hover, 
table.domlist a:hover {
	cursor:pointer;
}
table.domlist th span {
	cursor:pointer;
}
table.domlist td.marked {
	background-color:#F88;
	/*padding:2px 5px 2px 10px;*/
	padding:2px 3px 2px 3px;
}
table.domlist input.button {
	width:100px;
	display:inline;
	padding:1px;
}

table td.name,
table th.name {
    text-align: left;
	width:250px;
    padding-left: 3px;
}
table td.vday,
table th.vday {
    text-align: left;
	width:100px;
    padding-left: 3px;
}
table td.client,
table th.client {
    text-align: left;
	width:100px;
    padding-left: 3px;
}
table td.usr,
table th.usr {
    text-align: left;
	width:120px;
    padding-left: 3px;
}
table td.lval,
table th.lval {
    text-align: left;
	width:300px;
    padding-left: 3px;
}
table td.wlval,
table th.wlval {
    text-align: left;
	width:355px;
    padding-left: 3px;
}
table td.akt,
table th.akt {
    text-align: left;
	width:110px;
    padding-left: 3px;
}
th.akt img {
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
table td.hakt,
table th.hakt {
    text-align: left;
	width:60px;
    padding-left: 3px;
}
th.hakt img {
    border: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
}
td.imgtab img {
    border: 0;
    padding: 0;
    margin-right: 2px;;
}
td.imgtab {
    height: 22px;
    font-size: 11px;
    line-height: 9px;
}
table td.date,
table th.date {
    text-align: left;
	width:80px;
    padding-left: 3px;
}
table td.answ,
table th.answ {
    text-align: left;
	width:190px;
    padding-left: 3px;
}
table td.kund,
table th.kund {
    text-align: left;
	width:165px;
    padding-left: 3px;
}
table td.stat,
table th.stat {
    text-align: left;
	width:220px;
    padding-left: 3px;
}

span.marked {
	background-color: #FCC760;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    margin-left: 1px;
    margin-right: 1px;
}

a:link.navlink,
a:visited.navlink,
a:active.navlink {
    font-family:Arial;
    font-size:11px;
    color: #333333;
    text-decoration: none;
    font-weight: normal;
}
a:hover.navlink {
    font-family:Arial;
    font-size:11px;
    color: #333333;
    text-decoration: underline;
    font-weight: normal;
}
table input, 
table select, 
table textarea {
	width:100%;
}
.inputreadonly {
    background-color: #EFEFEF;
    color: #A3A3A3;
}
.tdcheck input {
    width: 14px;
    height: 14px;
}
select {
    font-size: 11px;
}
input.button {
    height: 31px;
    width: 200px;
    line-height: 31px;
    font-size: 11px;
	border: 0;
    background-image: url('./domimg/but_ok_bg.gif');
    padding: 0;
    margin: 0;
}
input.newbutton {
    height: 31px;
    width: 200px;
    line-height: 31px;
    font-size: 11px;
	border: 0;
    background-image: url('./domimg/but_new_bg.gif');
    padding: 0;
    margin: 0;
}
input.backbutton {
    height: 31px;
    width: 200px;
    line-height: 31px;
    font-size: 11px;
	border: 0;
    background-image: url('./domimg/but_back_bg.gif');
    padding: 0;
    margin: 0;
}
input.copybutton {
    height: 31px;
    width: 22px;
    line-height: 31px;
    font-size: 11px;
	border: 0;
    background-image: url('./domimg/scopy_but.gif');
    text-align: center;
    padding: 0;
    margin: 0;
}
input.radio {
	width:10px;
	height:10px;
	display:inline;
}
a:link.butlink,
a:active.butlink,
a:visited.butlink {
    display: block;
    height: 31px;
    width: 200px;
    line-height: 31px;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
	border: 0;
    background-image: url('./domimg/but_ok_bg.gif');
    padding: 0;
    margin: 0;
    text-align: center;
}
a:link.butnewlink,
a:active.butnewlink,
a:visited.butnewlink {
    display: block;
    height: 31px;
    width: 200px;
    line-height: 31px;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
	border: 0;
    background-image: url('./domimg/but_new_bg.gif');
    padding: 0;
    margin: 0;
    text-align: center;
}
a:link.butbacklink,
a:active.butbacklink,
a:visited.butbacklink {
    display: block;
    height: 31px;
    width: 200px;
    line-height: 31px;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
	border: 0;
    background-image: url('./domimg/but_back_bg.gif');
    padding: 0;
    margin: 0;
    text-align: center;
}
a:link.butdellink,
a:active.butdellink,
a:visited.butdellink {
    display: block;
    height: 31px;
    width: 200px;
    line-height: 31px;
    font-size: 11px;
    color: #000000;
    text-decoration: none;
	border: 0;
    background-image: url('./domimg/but_del_bg.gif');
    padding: 0;
    margin: 0;
    text-align: center;
}
td {
	/*background-color:#DDD;*/
}
th.top,
td.top {
	background-image: url('./domimg/table_top_bg.gif');
    height: 32px;
}
th.bot,
td.bot {
	background-image: url('./domimg/table_bot_bg.gif');
    height: 16px;
}
th.htop {
	background-image: url('./domimg/table_top_h_bg.gif');
    height: 32px;
}
th.hbot {
	background-image: url('./domimg/table_bot_h_bg.gif');
    height: 16px;
}
td.lgray {
	background-color:#FAFAFA;
	padding:2px 3px 2px 3px;
    height: 25px;
    border-bottom: 2px solid white;
}
td.dgray {
	background-color:#EFEFEF;
	padding:2px 3px 2px 3px;
    height: 25px;
    border-bottom: 2px solid white;
}
td.lgrayl {
    width: 189px;
	background-color:#FAFAFA;
	padding:2px 3px 2px 3px;
    height: 25px;
    border-bottom: 2px solid white;
}
td.dgrayl {
    width: 189px;
	background-color:#EFEFEF;
	padding:2px 3px 2px 3px;
    height: 25px;
    border-bottom: 2px solid white;
}
td.lgrayr {
	background-color:#FAFAFA;
	padding:2px 3px 2px 3px;
    height: 25px;
    border-bottom: 2px solid white;
}
td.dgrayr {
	background-color:#EFEFEF;
	padding:2px 3px 2px 3px;
    height: 25px;
    border-bottom: 2px solid white;
}
td.bgr {
	background-color:#CECECE;
	padding:2px 3px 2px 3px;
}
td.bgc {
	background-color:#EEE;
	/*padding:2px 5px 2px 10px;*/
	padding:2px 3px 2px 3px;
}
td.bgw {
	background-color:#FFF;
	/*padding:2px 5px 2px 10px;*/
	padding:2px 3px 2px 3px;
}
td.bgb {
	background-color:#FFF;
	/*padding:4px 0 0 0;*/
	padding:2px 3px 2px 3px;
}
.error {
	color:red;
	font-weight:bold;
}
.fcol {
	width:130px;
}
.reqfield {
	background-color:#FDD;
}
.readonly {
	color:#AAA;
	background-color:#EEE;
}
.hstitle {
    height: 15px;
    background-image: url('./domimg/handle.gif');
    background-repeat: no-repeat;
    background-position: left;
	font-weight:bold;
	cursor:pointer;
    padding-left: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
}
.hscontent {
    padding-left: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
	border-bottom: 1px solid #EFEFEF;
	cursor:pointer;
}
.space-left {
	padding-left:3px;
}
.swhid {
	display:none;
}
textarea.massdom {
	height:80px;
}

div.inputlist {
    border: 2px solid blue;
}

div.inputlistitem {
    border: 2px solid blue;
}

/* Ajax-Selektion */
div#selection, div#simselect {
	border:1px solid #EFEFEF;
	background-color:#FAFAFA;
	padding:5px;
	z-index:50;
}
div#selection ul, div#simselect ul {
	list-style-type:none;
	cursor:pointer;
    font-size: 12px;
	color: #333333;
}
div#handlelist, div#simselect, div#clientlist {
	height:172px;
	border:0;
	padding:5px;
	overflow:auto;
}

div#selection li:hover, div#simselect li:hover {
	color: #000000;
}


/* Grundaufbau DIV */
div#Logo {
    position:absolute;
    left:0px; top:0;
    width:160px;
    height:106px;
    background-image: url('./domimg/logo_bg.gif');
    background-repeat: no-repeat;
    background-position: left;
}
div#Logo a {
    display: block;
    width: 160px;
    height: 106px;
}
div#Logo img {
    margin-left: 14px;
    margin-top: 28px;
}
div#Header {
    position:absolute;
    left:165px; top:0;
    height:106px;
    width:833px;
    text-align:left;
	font-weight:bold;
    background-image: url('./domimg/header_bg.gif');
    background-repeat: no-repeat;
    background-position: 0 3;
    padding-left: 4px;
    padding-top: 49px;
    font-family:Arial;
    font-size:12px;
    color: #333333;
    border: 0;
    margin: 0;
}
div.htitle h1 {
    font-size:20px;
    line-height:50px;
}
div#headtitle {
    width: 120px;
    height: 20px;
    line-height: 20px;
    padding-left: 6px;
    color: #666666;
    text-align: center;
    font-family:Arial;
    font-size:11px;
}
div#Header div.htitle {
    background-color: #FCC760;
    width: 500px;
    height: 50px;
    border: 0;
}
/*
div#tabmenu {
    height: 30px;
    width: 800px;
    float: left;
    border: 0;
    margin: 0px;
    padding: 0px;
}
div#tabmenu #tabs {
    height: 30px;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

div#tabmenu #tabs li {
    float: left;
}
div#tabmenu #tabs a {
    float: left;
    width: 80px;
    height: 30px;
    margin-left: 6px;
    background-color: #DCDCDC;
    text-decoration: none;
    line-height: 32px;
    text-align: center;
    color: #333333;
}
*/
div#tabmenu #tab1 a{
    background-image: url('./domimg/tab_1_bg.gif');
    background-repeat: no-repeat;
}
div#tabmenu #tab2 a{
    background-image: url('./domimg/tab_2_bg.gif');
    background-repeat: no-repeat;
}
div#tabmenu #tab3 a{
    background-image: url('./domimg/tab_3_bg.gif');
    background-repeat: no-repeat;
}
div#tabmenu #tab1 a:hover {
    background-image: url('./domimg/tab_1_bgs.gif');
    background-repeat: no-repeat;
}
div#tabmenu #tab2 a:hover {
    background-image: url('./domimg/tab_2_bgs.gif');
    background-repeat: no-repeat;
}
div#tabmenu #tab3 a:hover {
    background-image: url('./domimg/tab_3_bgs.gif');
    background-repeat: no-repeat;
}
div#tabmenu #tabs a.active-tab {
    background-color: #F3F2EE;
    color: #333;
}
#tabbar {
    margin: 0;
    padding: 0;
    clear: both;
    width: 827px;
    height: 20px;
}
div#logdata {
    position:absolute;
	top:13px;left:578px;
	height: 59px;
    width: 300px;
	font-size:9px;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    border: 1px solid #FCC760;
    text-align: left;
    margin: 0;
    padding-left: 10px;
    z-index: 1;
}
div#logdata table {
    height: 58px;
    width: 300px;
    margin: 0;
    padding: 0;
    border: 0;
}
div#qinfo {
    position:absolute;
	top:13px;
	margin-left:895px;
	width:90px;
	height:25px;
    background-color: #FCC760;
    border: 1px solid #FCC760;
    z-index: 1;
}
div#qinfo div.rmail {
    width: 45px;
    height: 25px;
    background-image: url('./domimg/mail_out.gif');
    background-repeat: no-repeat;
    border: 0;
    padding-left: 4px;
    padding-top: 6px;
    margin-left: 45px;
    color: #333333;
    font-weight: bold;
    font-size: 10px;
}
div#qinfo div.lmail {
    float: left;
    width: 45px;
    height: 25px;
    background-image: url('./domimg/mail_in.gif');
    background-repeat: no-repeat;
    border: 0px;
    padding-left: 4px;
    padding-top: 6px;
    margin: 0;
    color: #333333;
    font-weight: bold;
    font-size: 10px;
}
div.attention {
    margin:10px;
    border:1px solid red;
    background-color:#FFA;
    color:red;
    list-style-position:inside;
    padding:10px;
    font-size: 11px;
}
/* Menü */
div#Menu {
    position:absolute;
    left:0; top:110px;
	font-family:Arial;
	font-size:12px;
	width:155px;
    bottom:0;
    background-image: url('./domimg/menu_lr.gif');
    background-repeat: repeat-y;
    background-color: #FEC003;
    padding-left: 5px;
}
div#Menu div {
	height:31px;
    width: 150px;
	/*border-right:1px solid black;*/
}
div#Menu div a {
	text-decoration:none;
	line-height:31px;
	display:block;
	color: #333333;
}
div#Menu div.logoutbutton {
    padding-left: 7px;
    background-image: url('./domimg/h_menu_bg.gif');
    background-repeat: no-repeat;
    background-position: left;
	color: #DE3939;
	font-size:12px;
    line-height: 31px;
}
div#Menu div.logoutbutton a {
	text-decoration:none;
	line-height:31px;
	display:block;
	color: #333333;
}
div#Menu div.layer0 {
    padding-left: 7px;
    background-image: url('./domimg/h_menu_bg.gif');
    background-repeat: no-repeat;
    background-position: left;
	color: #333333;
	font-size:12px;
    line-height: 31px;
}
div#Menu div.layer1 {
    height: 22px;
    background-color: #FEC003;
}
div#Menu div.layer1 a {
    height: 22px;
    line-height: 22px;
    padding-left: 7px;
	margin-left:7px;
	margin-right:7px;
    background-color: #FCC760;
	font-size:11px;
}
div#Menu div.layer1 a:hover {
    color: #666666;
}
div#Menu div.layer2 {
	background-color:#CCC;
	padding-left:25px
}
div#Menu div.layer3 {
	background-color:#EEE;
	padding-left:35px
}
div#Menu div.marked { 
    /* hovereffekt */
}
div#Menu div.topimg {
    height: 5px;
    background-image: url('./domimg/menu_top.gif');
    background-repeat: no-repeat;
    background-position: left;
}

div#Main {
    position:absolute;
    left:165px; top:106px;
	width:835px;
	border-right:1px solid white;
}

input, textarea {
    /*border:1px solid #CCC;*/
	border-top:1px solid #BBB;
	border-left:1px solid #BBB;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
}
input.ack {
    background-image: url('./domimg/but_h_ok_bg.gif');
    background-repeat: no-repeat;
    height: 31px;
    width: 100px;
    line-height: 31px;
    font-size: 11px;
	border: 0;
    padding: 0;
    margin: 0;
}
input.nack {
    background-image: url('./domimg/but_h_no_bg.gif');
    background-repeat: no-repeat;
    height: 31px;
    width: 100px;
    line-height: 31px;
    font-size: 11px;
	border: 0;
    padding: 0;
    margin: 0;
}
input.rereg {
    background-image: url('./domimg/but_rereg_bg.gif');
    background-repeat: no-repeat;
    height: 31px;
    width: 100px;
    line-height: 31px;
    font-size: 11px;
	border: 0;
    padding: 0;
    margin: 0;
}
input.check {
	width:12px;
	height:12px;
}

div.table {
    width:100%;
}
div.form {
    width:100%;
}
div.table div.row, div.form div.row {
    width:100%;
	background-color:#FFF;
    /*margin-bottom:5px;*/
    clear:both;
    font-weight:bold;
}
/*
div.table div.row, {
    background-image:url(/domreg/dev.gif);
    background-position:bottom;
    background-repeat:repeat-x;
}
*/
div.table span, div.form span {
    font-weight:normal;
    float:left;
}
div.table span.header {
    font-weight:bold;
}


div.table span.nr {
    width:40px;
}
table td.nr {
	width:40px;
}
div.table span.domname {
    width:300px;
}
table td.domname {
	width:300px;
}
div.table span.status {
    width:100px;
}
table td.status {
	width:100px
}
div.table span.vkey {
    width:150px;
}
table td.vkey {
	width:150px;
}
div.table span.vval {
    width:200px;
}
table td.vval {
	width:200px;
}


div.form span.desc {
	background-color:#CCC;
	width:120px;
}
table.form td.desc {
	background-color:#AAA;
	width:120px;
}
div.form span.input {
    width:200px;
}
table.form td.input {
	width:200px;
}
div.form span.button {
    width:100px;
}
table.form td.button {
	width:100px;
}
div.form span.input input, div.form span.input textarea {
    width:100%;
}
table.form td.input input, table.form td.input textarea {
	width:100px;
}



div.table span.spacer, div.form span.spacer {
    margin-left:20px;
}



div.clear {
    height:1px;
    clear:both;
}
dev {
    height:20px;
    clear:both;
}

div.bar {
	text-align:right;
	font-weight:bold;
	border: 0;
	margin-bottom:5px;
    background-color: #FFFFFF;
}
div.bar a {
    border: 0;
	text-decoration:none;
}
div#conthandlesearch {
}
div#warning, 
div#error,
div#info {
	position:absolute;
	width:350px;
	height:200px;
	left:200px;
    top:100px;
	border: 1px solid #333333;
	padding-left:100px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-size:11px;
	font-family:Arial;
}
div#warning img,
div#error img {
    border: 0;
    margin: 0;
    padding: 0;
}
div#warning ul, div#error ul {
    margin-bottom: 5px;
}
div#warning li, div#error li {
	list-style-position:inside;
    list-style-image: url('./domimg/list.gif');
    font-weight: bold;
}
div#warning {
	background-color:#FFF;
    background-image: url('./domimg/warning.png');
    background-repeat: no-repeat;
    background-position: 10px 30px;
}
div#error {
	background-color:#FFF;
    background-image: url('./domimg/error.png');
    background-repeat: no-repeat;
    background-position: 10px 30px;
}
div#info {
	background-color:#FFF;
}

/* Domain-Infos */
div#dominfo {
	width: 120px;
    height: 24px;
	padding: 3px;
    margin:0;
	border:1px solid #000055;
	background-color:#FAFAFA;
}
div#dominfo img {
	float:left;
}

div#login {
	width:250px;
	border:2px solid black;
	margin-top:150px;
	margin-left:350px;
	font-size:12px;
	font-family:Arial;
	background-color:#EEE;
	-moz-border-radius:10px;
}
div#login div.bar {
	height:20px;
	line-height:20px;
	letter-spacing:2pt;
	text-align:left;
	border-bottom:1px solid black;
	padding-left:15px;
	background-color:#FF0;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
}
div#login div table {
	width:100%;
	font-size:inherit;
	margin:15px 0 15px 0;
}
div#login div table td.dev {
	width:40%;
}
div#login div table td.inp {
	width:60%;
}
div#login input.button {
	margin-top:5px;
}
