/* General
------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 76%;
	font-family: Arial, Helvetica, sans-serif; /* Verdana, Lucida,  */
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	/*line-height: 1em;*/
	color: #333333;
	background-color: #FFFFFF;
}

.noshow {
	display: none;
}

.clear {
	clear: both;
}								

/* Inline
------------------------------------------------- */
p {
	 margin: 0.8em 0;
	 /*line-height: 1.1em;*/
}
small {
	font-size: 0.9em;
	padding: 0.2em 0;
}
img {
	border: none;
}
form {
	display: inline;
}
ul, ol {
	padding-left: 2em;
}
ul {
	list-style-type: square;
}
li {
	padding-bottom: 0.4em;	
}
table, tr, td{
	font-size: inherit;
}
a, a:link, a:active, a:visited, a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: none !important;
	color: #ff9900 !important;
}

/* Header
------------------------------------------------- */
.wrapper_header {
	height: 230px;
	border-top: 4px solid #676767;
	background: transparent url(http://welcome.novatrend.ch/img/bg_customer_index.gif) repeat-x top left;
}
#header {
	position: relative;
	width: 850px;
	margin: 0 auto;
}
#header h2 {
	height: 107px;
	margin: 0 0 0 -3px;
	padding: 30px 0 0 0;
}
#header h2 a, #header h2 a:hover {
	text-decoration: none !important;
}
#header h2 img {}
#header h2 a.logo img {}
#header h2 a.secure img {
	padding-left: 140px;
}

#domainname { /* h1 */
	margin: 5px 0 0 0;
	color: #343434;
	font-size: 17pt;
	font-weight: bold;
}
#domainname span {
	padding-left: 10px;
	font-weight: normal;
}


#loginbox {
	position: absolute;
	top: 0;
	right: 10px;
	width: 345px;
}
#loginbox .wrapper_left {
	background: transparent url(http://welcome.novatrend.ch/img/loginbox_bg_left.gif) no-repeat top left;
	padding-left: 30px;
}
#loginbox .wrapper_right {
	background: transparent url(http://welcome.novatrend.ch/img/loginbox_bg_right.gif) no-repeat top right;
	padding-right: 4px;
}
#loginbox .wrapper_content {
	height: 30px;
	background: transparent url(http://welcome.novatrend.ch/img/loginbox_bg_mid.gif) repeat-x top left;
	padding: 0 30px 0 14px;
	white-space: nowrap;
}
#loginbox .wrapper_content a.info {
	position: absolute;
	top: 3px;
	left: 20px;
	display: block;
	text-decoration: none !important;
}
#loginbox .wrapper_content input.fldBgBlack {
	width: 125px;
	margin-top: 3px;
}
#loginbox .wrapper_content input.btn {
	position: absolute;
	top: 3px;
	right: 0;
	margin: 0 6px;
}


/* Content
------------------------------------------------- */
.wrapper_main {
	width: 850px;
	margin: 0 auto;
}
#content {
	float: left;
	width: 550px;
	padding: 0 30px 30px 30px;
	/*background: lightblue;*/
}
#content h4, #content p, #content li {
	color: #343434;	
	font-size: 1.1em;
	font-weight: normal;
}

#content h3 {
	color: #a1a1a1;
	margin: 0 0 0.5em 0;
	font-size: 1.6em;
	font-weight: normal;
}
#content h4 {
	margin: 0 0 1em 0;
}
#content ol {
	display: block;
	list-style-type: none;
	margin: 1em 0;
	padding: 0;
}
#content ol li {
	margin: 0 0 5px 5px;
	padding: 0 0 0 28px;
	background: transparent none no-repeat top left;
}
#content ol li.item1 {
	background-image: url(http://welcome.novatrend.ch/img/listitem-1-orange.gif);
}
#content ol li.item2 {
	background-image: url(http://welcome.novatrend.ch/img/listitem-2-orange.gif);
}
#content ol li.item3 {
	background-image: url(http://welcome.novatrend.ch/img/listitem-3-orange.gif);
}
#content a.ind {
	display: block;
	margin: 5px 0 10px 20px;
}


#features {
	float: right;
	width: 230px;
	margin: 10px 0 0 0;
	/*background: lightblue;*/
}
#features .featurebox {
	padding: 0 5px 10px 15px;
}
#features .featurebox a {
	display: block;
	padding: 7px 0 0 55px;
	font-size: 0.9em;
	text-decoration: none;
	color: #CCCCCC;
	background: transparent none no-repeat top left;
}
#features .featurebox a:hover {
	color: #000000 !important;
}
#features .featurebox a strong {
	font-size: 1.1em;
}
#features .featurebox a.anti_virus { background-image: url(http://welcome.novatrend.ch/img/ico_anti_virus_sw.gif); }
#features .featurebox a.anti_virus:hover { background-image: url(http://welcome.novatrend.ch/img/ico_anti_virus.gif); }
#features .featurebox a.mail_setup { background-image: url(http://welcome.novatrend.ch/img/ico_mail_setup_sw.gif); }
#features .featurebox a.mail_setup:hover { background-image: url(http://welcome.novatrend.ch/img/ico_mail_setup.gif); }
#features .featurebox a.stop_spam { background-image: url(http://welcome.novatrend.ch/img/ico_stop_spam_sw.gif); }
#features .featurebox a.stop_spam:hover { background-image: url(http://welcome.novatrend.ch/img/ico_stop_spam.gif); }
#features .featurebox a.control_panel { background-image: url(http://welcome.novatrend.ch/img/ico_cpanel_sw.gif); }
#features .featurebox a.control_panel:hover { background-image: url(http://welcome.novatrend.ch/img/ico_cpanel.gif); }
#features .featurebox a.back_up { background-image: url(http://welcome.novatrend.ch/img/ico_backup_sw.gif); }
#features .featurebox a.back_up:hover { background-image: url(http://welcome.novatrend.ch/img/ico_backup.gif); }


/* Footer
------------------------------------------------- */
.wrapper_footer {
	border-bottom: 4px solid #323232;
}
#footer {
	position: relative;
	width: 850px;
	margin: 0 auto;
	margin-top: 20px;
	white-space: nowrap;
}
#footer h2 {
	/*visibility: hidden;*/
	display: none;
}
#footer a.switcher {
	display: block;
	position: absolute;
	left: 13px;
	top: 0;
	width: 224px;
	height: 21px;
	cursor: pointer;
	text-decoration: none !important;
	background: transparent url(http://welcome.novatrend.ch/img/footerbox_domainsearch.gif) no-repeat bottom left;
}
#footer a.switcher span {
	/*visibility: hidden;*/
	display: none;
}
#footer .about {
	height: 18px;
	padding: 3px 3px 0 260px;
	/*text-align: right;*/
	color: #999999;
	font-size: 12px;
	letter-spacing: -1px;
}
#domainsearch {
	background: #323232;
	padding: 10px 10px 10px 26px;
	color: #FFFFFF;
	font-size: 12px;
}
#domainsearch .fldBgBlack {
	width: 170px;
}
#domainsearch .btn {
	width: 130px;
	background-image: url(http://welcome.novatrend.ch/img/btn_bg_black_130.gif);
	margin-left: 4px;
	margin-bottom: -2px;
}



/* Form
------------------------------------------------- */
.fldBgBlack {
	padding: 2px;
	border: 1px solid #939393;
	color: #cdc7d2;
	font-size: 12px;
	background: #353535;	
}
.button {
	height: 24px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border: none;	
	background: transparent no-repeat top left;
	cursor: pointer;
}

/* Infobox
------------------------------------------------- */	
#infobox_black,
#infobox_white {
	position: absolute;
	top: 0;
	left: 0;

	width: 325px;
	z-index: 20;
	visibility: hidden;
	filter:alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
}
#infobox_black h3,
#infobox_white h3 {
	margin: 0 0 0 -3px;
	padding: 0 0 0 30px;
	font-size: 1.3em;
	font-weight: normal;
}
#infobox_black h3 {
	background: transparent url(http://welcome.novatrend.ch/img/infobox_black_infoicon.gif) no-repeat center left;
	color: #fefefe;
}
#infobox_white h3 {
	background: transparent url(http://welcome.novatrend.ch/img/infobox_white_infoicon.gif) no-repeat center left;
	color: #b9b9b9;
}
#infobox_black p,
#infobox_white p {
	padding: 0;
	margin: 1em 0 0 0;
	font-size: 1em;
}
#infobox_black p {
	color: #c8c8c8;
}
#infobox_white p {
	color: #323232;
}
#infobox_black span.title,
#infobox_white span.title {
	font-size: 1em;
	font-weight: bold;	
}
#infobox_black span.title {
	color: #fefefe;
}
#infobox_white span.title {
	color: #323232;
}

#infobox_black a.close,
#infobox_white a.close {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	width: 10px;
	height: 10px;
	background: transparent no-repeat top left;
	text-decoration: none;
	border: none;
	font-size: 1px; /* IE6... */
}
#infobox_black a.close { background-image: url(http://welcome.novatrend.ch/img/infobox_black_closeicon.gif);	}
#infobox_white a.close { background-image: url(http://welcome.novatrend.ch/img/infobox_white_closeicon.gif);	}
#infobox_black a.close:hover,
#infobox_white a.close:hover {
	background-position: bottom left;
}

#infobox_black .t { background: transparent url(http://welcome.novatrend.ch/img/infobox_black_tl.gif) no-repeat top left; }
#infobox_black .t .tr { background: transparent url(http://welcome.novatrend.ch/img/infobox_black_tr.gif) no-repeat top right; }
#infobox_black .t .tr .tm {
	margin: 0 2px;
	padding-top: 2px;
	background: transparent url(../img/infobox_black_t.gif) repeat-x top center;
}
#infobox_black .m { background: transparent url(http://welcome.novatrend.ch/img/infobox_black_l.gif) repeat-y center left; }
#infobox_black .m .mr { background: transparent url(http://welcome.novatrend.ch/img/infobox_black_r.gif) repeat-y center right; }
#infobox_black .m .mr .mm {
	margin: 0 2px;
	padding: 10px;
	background: #3f3f3f url(../img/infobox_black_bg.gif) repeat-x top center;
}
#infobox_black .b { background: transparent url(http://welcome.novatrend.ch/img/infobox_black_bl.gif) no-repeat bottom left; }
#infobox_black .b .br { background: transparent url(http://welcome.novatrend.ch/img/infobox_black_br.gif) no-repeat bottom right; }
#infobox_black .b .br .bm {
	margin: 0 2px;
	padding-top: 2px;
	background: transparent url(../img/infobox_black_b.gif) repeat-x bottom center;
}

#infobox_white .t { background: transparent url(http://welcome.novatrend.ch/img/infobox_white_tl.gif) no-repeat top left; }
#infobox_white .t .tr { background: transparent url(http://welcome.novatrend.ch/img/infobox_white_tr.gif) no-repeat top right; }
#infobox_white .t .tr .tm {
	margin: 0 5px;
	padding-top: 5px;
	background: transparent url(../img/infobox_white_t.gif) repeat-x top center;
}
#infobox_white .m { background: transparent url(http://welcome.novatrend.ch/img/infobox_white_l.gif) repeat-y center left; }
#infobox_white .m .mr { background: transparent url(http://welcome.novatrend.ch/img/infobox_white_r.gif) repeat-y center right; }
#infobox_white .m .mr .mm {
	margin: 0 5px;
	padding: 7px;
	background: #ffffff;
}
#infobox_white .b { background: transparent url(http://welcome.novatrend.ch/img/infobox_white_bl.gif) no-repeat bottom left; }
#infobox_white .b .br { background: transparent url(http://welcome.novatrend.ch/img/infobox_white_br.gif) no-repeat bottom right; }
#infobox_white .b .br .bm {
	margin: 0 5px;
	padding-top: 5px;
	background: transparent url(../img/infobox_white_b.gif) repeat-x bottom center;
}



.tablebglight {
	background-color: #F4F4F4;
}

.tablebgdark {
	background-color: #EEEEEE;
}

.tableheader {
	background-color: #DCDCDC;
}

