/*--------------------------------------------------------------------
Basic Style Sheet

Version: 1.0
Copyright: 2007, DeTi Internet Hosting Service VOF
Email: info@deti.nl
Website: http://www.deti.nl
--------------------------------------------------------------------*/

/* Global settings
-------------------------------------------------------------------------*/

* { 
	font-family: verdana, sans-serif; 
	font-size: 11px; 
}

body {
	margin: 0;
	padding: 0;
	background: url(css/images/background.jpg) no-repeat center top;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #ab0505;
}

h1 {
	font-size: 17px;
	color: #ab0505;
	text-transform: uppercase;
}

h2 {
	/*color: #ab0505;*/
	font-weight: bold;
}

h4 {
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding-bottom: 8px;
	line-height: 24px;
}

.pointer {
	cursor: pointer;
}

div#site {
	position: relative;
	margin: 0 auto;
	width: 999px;
	text-align: left;
}


div.clear {
	clear: both;
}

/* Header
-------------------------------------------------------------------------*/
div#header {
	width: 998px;
	height: 94px;
	background: url(css/images/header.jpg);
}

div#header div#logo {
	position: absolute;
	width: 160px;
	height: 57px;
	top: 0px;
	left: 38px;
}

div#header div#menu {
	position: absolute;
	top: 57px;
	left: 104px;
	width: 798px;
	height: 37px;
}

div#header div#language {
	position: absolute;
	width: 160px;
	height: 57px;
	top: 35px;
	left: 655px;
}

div#header div#login {
	position: absolute;
	top: 23px;
	left: 735px;
	width: 222px;
	height: 77px;
}

div#header div#login input#id_acc {
	position: absolute;
	top: 42px;
	left: 21px;
	border: none;
	width: 51px;
	height: 12px;
}


div#header div#login input#id_usr {
	position: absolute;
	top: 42px;
	left: 78px;
	border: none;
	width: 40px;
	height: 12px;
}

div#header div#login input#id_pwd {
	position: absolute;
	top: 42px;
	left: 124px;
	border: none;
	width: 51px;
	height: 12px;
}

div#header div#login input#id_sbm {
	position: absolute;
	top: 39px;
	left: 182px;
	border: none;
	width: 27px;
	height: 19px;
}


div#graphics {
	position: relative;
	z-index: 5;
	width: 998px;
	height: 331px;
	background: url(css/images/graphics.jpg);
}

div#graphics div#text {
	position: relative;
	left: 735px;
	top: 33px;
	width: 183px;
	height: 136px;
	padding: 15px 20px 15px 20px;
	color: #b8b6b5;
	line-height: 18px;
}

div#graphics div#demo {
	position: absolute;
	width: 226px;
	height: 86px;
	top: 311px;
	left: 734px;
}

div#navigation {
	position: relative;
	z-index: 10;
	width: 958px;
	height: 36px;
	padding-left: 40px;
	cursor: default;
}


div#navigation div.nav {
	cursor: default;
}

div#navigation div.nav_left {
	float: left;
	width: 90px;
	margin-top: 5px;
	margin-right: 10px;
	min-height: 90px;
}
div#navigation div.nav_right {
	float: left;
	width: 230px;
}

div#navigation div.nav_bottom {
	position: absolute;
	bottom: 10px;
	width: 230px;
}


div#navigation div.nav_right a {
	padding: 0 0 1px 24px;
	background: url(css/images/icn_link.jpg) no-repeat 0 1px;
	color: #ab0505;
	text-decoration: none;
}

div#navigation div.nav_right a:hover {
	text-decoration: underline;
}

/* Content
-------------------------------------------------------------------------*/
div#content {
	min-height: 350px;
	padding: 40px 40px 40px 40px;
	width: 918px;
	line-height: 24px;
}

div#content div#left {
	position: relative;
	float: left;
	width: 656px;
}

div#content div#left input, div#content textarea {
	background: #f4f4f4;
	border: 1px solid #e3e3e3;
	padding: 5px;
	width: 240px;
}

div#content div#left input.small {
	width: 20px;
}

div#content div#left textarea {
	margin-top: 2px;
	height: 90px;
}

div#content div#left input.go {
	border: none;
	padding: 0;
	width: auto;
	background: none;
}


div#content div#left div#col {
	position: relative;
	float: left;
	width: 656px;
}

div#content div#left div#col div.download {
	float: left;
	line-height: 29px;
}

div#content div#left div#col1 {
	position: relative;
	float: left;
	width: 392px;
	padding-right: 30px;
}

div#content div#left ul.faq {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 392px;
}

div#content div#left ul.faq li {
	padding: 0 0 0 50px;
	margin: 0;
	border-bottom: 1px solid #e3e3e3;
	font-weight: bold;
	line-height: 30px;
	background: url(css/images/icn_listdown.jpg) no-repeat 20px 11px;
}

div#content div#left ul.faq li:hover {
	color: #ab0505;
	background-color: #f5f4f4;
}

div#content div#left ul.faq li.dark {
	border-bottom: 1px solid #8b8b8b;
}

div#content div#left ul.faq li.empty {
	background: none;
}

div#content div#left ul.faq li ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#content div#left ul.faq ul li.item {
	background: #fff url(css/images/icn_redarrow.gif) no-repeat 10px 11px;
	padding-left: 30px;
	border-top: 1px solid #e3e3e3;
	border-bottom: none;
	
}

div#content div#left ul.faq ul li.item a {
	font-weight: normal;
	color: #8b8b8b;
}

div#content div#left ul.faq ul li.item a:hover {
	text-decoration: underline;
	color: #ab0505;
}

div#content div#left div#col1 div.contact {
	float: left;
	line-height: 29px;
}

div#content div#left div#col1h {
	position: relative;
	float: left;
	width: 362px;
	padding-right: 30px;
}

div#content div#left div#col2 {
	position: relative;
	float: left;
	width: 234px;
}

div#content div#left div#col2h {
	position: relative;
	float: left;
	width: 264px;
}


div#content div#right ul.page {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#content div#right ul.page li {
	padding: 0 0 0 40px;
	width: 178px;
	margin: 0;
	border: none;
	border-top: 1px solid #e3e3e3;
	background: url(css/images/icn_arrow.gif) no-repeat 10px center;
}
div#content div#right ul.page li.active {
	background: #f4f4f4 url(css/images/icn_arrow.gif) no-repeat 10px center;
}

div#content div#right ul.page li.empty {
	background: none;
}

div#content div#right ul.page li a {
	font-weight: bold;
	color: #666e78;
	line-height: 30px;
}

div#content div#right ul.page li a.active {
	color: #ab0505;
	text-decoration: underline;
}

div#content div#left div#col2 strong {
	color: #ab0505;
}

div#content div#right {
	float: left;
	padding-left: 40px;
	width: 222px;
	background: url(css/images/content_line.jpg) no-repeat left top;
	color: #666e78;
	line-height: 20px;
}

div#content div#right ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#content div#right ul li {
	border-top: 1px solid #e0e2e4;
	padding: 2px 0 2px 0;
	width: 218px;
}

div#content div#right ul li a {
	color: #666e78;
}

div#content div#right ul li.active a {
	color: #ab0505;
}

div#content div#right a:hover {
	text-decoration: underline;
}

div#content div#bottom {
	position: relative;
	left: -3px;
	width: 918px;
	margin-top: 10px;
}

div#content div#bottom div#links {
	float: left;
	border-top: 1px solid #f3f4f4;
	padding-top: 20px;
	width: 644px;
}

div#content div#right div#call_nl {
	float: left;
	border: 1px solid #f3f4f4;
	width: 100px;
	height: 39px;
	background: url(css/images/content_call_nl.jpg) no-repeat -14px -2px;
	padding: 68px 0 0 118px;
	margin-bottom: 14px;
}

div#content div#right div#call_de {
	float: left;
	border: 1px solid #f3f4f4;
	width: 100px;
	height: 39px;
	background: url(css/images/content_call_de.jpg) no-repeat -14px -2px;
	padding: 68px 0 0 118px;
	margin-bottom: 14px;
}

div#content div#bottom div#mail_nl {
	position: relative;
	float: left;
	width: 274px;
	height: 109px;
	background: url(css/images/content_mail_nl.jpg) no-repeat;
}

div#content div#bottom div#mail_de {
	position: relative;
	float: left;
	width: 274px;
	height: 109px;
	background: url(css/images/content_mail_de.jpg) no-repeat;
}

div#content div#bottom input#id_address {
	position: absolute;
	top: 72px;
	left: 91px;
	width: 100px;
	padding: 4px;
	border: none;
}
div#content div#bottom input#id_subscribe {
	position: absolute;
	top: 70px;
	left: 206px;
}

div#content div#bottom div#links a {
	padding: 3px 0 2px 24px;
	background: url(css/images/icn_link.jpg) no-repeat 0 0;
	color: #ab0505;
	text-decoration: underline;
}

div#content div#bottom div#links a.download {
	background: url(css/images/icn_download.jpg) no-repeat 0 0;
}

div#content div#bottom div#links a:hover {
	text-decoration: none;
}


div#content div#bottom div#links div.col1 {
	float: left;
	width: 49%;
}

div#content div#bottom div#links div.col2 {
	float: left;
	width: 49%;
}

/* SITEMAP
-------------------------------------------------------------------------*/
div#content div#left ul.sitemap {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 392px;
}

div#content div#left ul.sitemap li {
	line-height: 30px;
}

div#content div#left ul.sitemap li:hover {
	color: #ab0505;
	background-color: #f5f4f4;
}

div#content div#left ul.sitemap li.empty {
	background: none;
}



/* Footer
-------------------------------------------------------------------------*/
div#footer {
	position: relative;
	width: 928px;
	height: 68px;
	background-color: #f5f6f7;
	padding: 25px 30px 0 40px;
	
	font-size: 10px;
	color: #8e8c8d;
	line-height: 22px;
}

div#footer a {
	color: #8e8c8d;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer div.left {
	float: left;
	width: 656px;
}

div#footer div.right {
	float: left;
	padding-left: 40px;
	width: 232px;
}

