@charset "utf-8";
/* CSS Document */
body {
	background-color: #479ed8;
}
a:link, a:visited, a:active {
	font-weight:bold;
	text-decoration:none;
	color:#0082c8;
}
a:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#0082c8;
}
a.foot:link, a.foot:visited, a.foot:active {
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
a.foot:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#0082c8;
}
a.domains:link, a.domains:visited,a.domains:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
a.domains:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	text-decoration:none;
	color:#0082c8;
}
a.links:link, a.links:visited,a.links:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
a.links:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#0082c8;
}
#main {
	border:#000 1px solid;
	background:url(../images/bg.jpg) no-repeat;
	height:705px;
	width:991px;
}
#header {
	height:200px;
	width:991px;
	vertical-align:middle;
}
#footer {
	height:20px;
	width:991px;
	background:url(../images/bgfooter.jpg) no-repeat;
}
#content {
	height:485px;
	width:991px;
}
#content1 {
	background:url(../images/bgcontent1.png) left no-repeat;
}
#content2 {
	background:url(../images/bgcontent2.png) right no-repeat;
}
#subpage {
	padding-left:5px;
	padding-right:5px;
}
#addNewdomain, #editMydomain, #deleteMydomain, #refreshMydomain,
#loginChangePass, #registerNewUser, #deleteOffer, #deleteUser, #payadd, #payrefresh, #payresult {
	background-color:#479ed8;
	padding:5px;
	display:none;
}
.input_login {
	background:url(../images/login.gif) no-repeat left;
	border:none;
	height:19px;
	width:128px;
	padding-top:5px;
	padding-left:7px;
}
.input_offer {
	background:url(../images/bod.gif) no-repeat left;
	border:none;
	height:19px;
	width:72px;
	padding-left:7px;
}
.input_email {
	background:url(../images/email.gif) no-repeat left;
	border:none;
	height:19px;
	width:176px;
	padding-left:7px;
}
.rounded_top_left {
	height:15px;
	margin-right:15px;
	background: url(../images/bgcontentlt.png) no-repeat top left;
}
.rounded_top_right {
	height:15px;
	width:100%;
	margin-top:-15px;
	background: url(../images/bgcontentrt.png) no-repeat top right;
}
.rounded_bottom_left {
	height:15px;
	margin-right:15px;
	background: url(../images/bgcontentlb.png) no-repeat bottom left;
}
.rounded_bottom_right {
	height:15px;
	width:100%;
	margin-top:-15px;
	background: url(../images/bgcontentrb.png) no-repeat bottom right;
}
.rounded_content {
	height:300px;
	background: url(../images/bgcontentr.png) repeat;
}
.rounded_login {
	padding-left:5px;
	padding-right:5px;
	height:87px;
	background: url(../images/bgcontentr.png) repeat;
	position: relative;
}
a.menu:link, a.menu:visited, a.menu:active {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
}
a.menu:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:normal;
	text-decoration:none;
	color:#37b2f5;
}
.menuactive {
	background:url(../images/menuactive.jpg);
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
}
.activeleft {
	background:url(../images/bgactive_l.png) left no-repeat;
}
.activemiddle {
	background:url(../images/bgactive_m.png) center repeat-x;
}
.activeright {
	background:url(../images/bgactive_r.png) right no-repeat;
}
.stijl1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	text-decoration:none;
	color:#000;
}
.stijl2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
	color:#000;
}
.stijl3 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#0082c8;
}
.stijl4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-style:normal;
	text-decoration:none;
	color:#000;
}
.koptekst {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	color:#0082c8;
}
.klok {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
	padding-top:10px;
	padding-right:57px;
}
.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
	padding-right:15px;
}
.error {
	color:#F00;
}
.submit {
   background-color: transparent;
   background:url(../images/ok.png);
   width:40px;
   height:15px;
   border: none;
   cursor: pointer;
}