@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;	
}

input, select, textarea {
	border:1px solid #CCC;
	padding:3px;
}
input[type='submit'], input[type='button'] {
	background-color:#F7F7F7;
	cursor:pointer;
}
input:focus, input[type='submit']:hover, input[type='button']:hover {
	border-color:#999;
}

input.delete {
	border-color:#E10000;
}
input.delete:hover {
	border-color:#900;
}


.errorMsg {
	color:#F00;
	font-weight:bold;
}
.successMsg {
	color:#090;
	font-weight:bold;
}
.infoMsg {
	color:#F90;
	font-weight:bold;
}


a {
	color:#006;
	text-decoration:none;	
}
a:hover {
	text-decoration:underline;	
}

.deleteBtn {
	width:12px;
	height:12px;
	background-image:url(../bilder/delete_icon.png);
	background-position:0px 0px;
	cursor:pointer;
}
.deleteBtn:hover {
	background-position:0px -12px;	
}

/* --- Login --- */

.loginDiv {
	background-image:url(../bilder/loginlogos2.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top:120px;
	width:397px;
	margin: 70px auto;
}
.loginDiv .form {
	margin-left:85px;
}
.loginDiv .label {
	margin-top:5px;
}
.loginDiv input[type='text'], 
.loginDiv input[type='password'] {
	margin-top:3px;
	width:180px;
}
.loginDiv input[type='submit'] {
	display:block;
	margin-top:10px;
	width:70px;
}
.loginDiv .errorMsg {
	text-align:center;
	margin-bottom:10px;	
}

/* ------ */

/* --- Main --- */

.siteheader {
	border-bottom:1px solid #DADADA;
	margin-bottom:10px;
}
.siteheader .shadow {
	margin-top:5px;
	border-bottom:1px solid #E9E9E9;
}
.siteheader .logo {
	float:left;
	background-image:url(../bilder/logos2.jpg);
	width:384px;
	height:29px;
}
.siteheader .userinfo {
	float:right;
	text-align:right;
	width:400px;
}
.siteheader .userinfo .username {
	font-weight:bold;
}
.siteheader .logoutBtn {
	margin-left:10px;
}

.sitebody {
	float:left;
	width:700px;
	padding:10px;
}
.sitebody h1 {
	color:#018CFE;
	padding:0px;
	margin:0px 0px 15px 0px;
	font-size:16px;
}
.sitebody h2 {
	color:#018CFE;
	padding:0px;
	margin:0px 0px 10px 0px;
	font-size:14px;
}
.sitebody h3 {
	color:#000;
	padding:0px;
	margin:0px 0px 5px 0px;
	font-size:12px;
	font-weight:bold;
}

.tblHead {
	color:#018CFE;
	font-weight:bold;
	font-size:14px;
}
.tblRow .smallInfo {
	font-size:10px;
	color:#999;
	margin-bottom:3px;	
}

a.arrow {
	background-image:url(../bilder/listarrow.jpg);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:15px;
}

/* ------ */

/* --- Menu --- */

.sitemenu {
	float:left;
	width:160px;
	border-right:1px solid #E9E9E9;
	padding:5px;
	margin-right:15px;
}
.sitemenu a, .sitemenu .level1 {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #CCC;	
}
.sitemenu a:hover {
	background-color:#F2F9FF;	
}
.sitemenu a.level2 {
	margin-left:15px;	
}
.sitemenu div.level1 {
	background-color:#F0F9FF;
}

/* ------ */

/* --- EPP Connection --- */

.connection0 {
	width:25px;
	height:25px;
	background-image:url(../bilder/connection0.png);	
}
.connection1 {
	width:25px;
	height:25px;
	background-image:url(../bilder/connection1.png);
}


/* ------ */

/* --- Kontakt Verwaltung --- */

.contactsModifyTBL select.form {
	width:238px;	
}

.contactsModifyTBL input, .contactsModifyTBL textarea {
	width:230px;	
}
.contactsModifyTBL td {
	padding-top:10px;	
}
.searchNoResult {
	color:#666;
	font-style:italic;	
}

/* ------ */

/* --- Polling Queue --- */

.pollingQueueItem {
	margin-top:15px;	
}
.pollingQueueItem .createdTime {
	color:#009;	
}
.pollingQueueItem .type {
	color:#666;	
	font-size:10px;
}
.pollingQueueItem .domain {
	color:#009;
	padding-left:15px;
	background-image:url(../bilder/webicon.jpg);
	background-position:1px 2px;
	background-repeat:no-repeat;
}
.pollingQueueItem .data {
	margin-top:5px;
	background-image:url(../bilder/listarrow.jpg);
	background-position:0px 2px;
	background-repeat:no-repeat;
	padding-left:15px;
}

/* ------ */