@charset "UTF-8";
/* CSS Document */
/*#############################################
#
#	PROJECT				: Skyberate Internet Service
#	DATUM				: 04 januari 2010
#	DOOR				: E-Finity Internet
#	AUTEUR				: Raymond Veldhuizen
#
*############################################*/


/*#############################################
#	ALGEMEEN                                  #
*############################################*/

@import url("menu.css");

html, body {
	padding: 0px;
	margin:0px;
	font-family:Tahoma;
	font-size:13px;
	color:#383838;
	line-height:18px;
	margin-bottom: 195px;
	background: url('../images/bottom_background.png') bottom repeat-x #fdfdfd;
}

body {
	overflow:-moz-scrollbars-vertical;
}

#container {
	width:1000px;
	margin: auto;
}

#top-header {
	position:absolute;
	background:url("../images/top-header.png") no-repeat;
	top:35px;
	width:1000px;
	height:125px;
}

.logo {
	width:270px;
	height:50px;
	margin:10px;
	display:block;
}

.logo img {
	border:none;
}

#contact-bar {
	float:right;
	margin-right:10px;
	margin-top:-30px;
	font-size:14px;
}

#contact-bar .zoeken {
	position:absolute;
	float:right;
	margin-top:-30px;
	margin-left:165px;
	width: 174px;
	height: 24px;
	border: 0px;
	padding-top: 5px;
	padding-left:5px;
	padding-right:35px;
	background: url("../images/search.png") no-repeat 0px 0px; 
}

.clear {
	clear:both;
}

.live_chat {
	text-decoration:none;
	color:#383838;
}

.livi_chat:hover {
	text-decoration:underline;
}

.live_chat img {
	border:none;
	width:150px;
}

.ideal {
	background:url('../images/ideal-hover.png');
	margin-top:25px;
	margin-left:15px;
	width: 50px;
	height: 50px;
}

.ideal:hover {
	background:url('../images/ideal.png');
}

.sidn {
	background:url('../images/sidn-hover.png');
	margin-top:25px;
	width: 65px;
	height: 50px;
}

.sidn:hover {
	background:url('../images/sidn.png');
}

.isp {
	background:url('../images/isp-hover.png');
	margin-top:25px;
	width: 50px;
	height: 50px;
}

.isp:hover {
	background:url('../images/isp.png');
}

.mkb-ok {
	background:url('../images/mkb-hover.png');
	margin-top:29px;
	width: 82px;
	height: 37px;
}

.mkb-ok:hover {
	background:url('../images/mkb.png');
}

/*#############################################
#	TOP-BAR                                   #
*############################################*/
#nav_topper {
	position:absolute;
	top: 0px;
	width:100%;
	height:18px;
	background-color:#707070;
	border-bottom:solid 1px #1c1c1c;
	z-index: 1;
}

#top-bar img {
	border: none;
}

#top-bar {
	position:absolute;
	top:0px;
	list-style:none;
	margin:0px;
	padding-top:2px;
	float:right;
	width:960px;
	line-height: 16px;
	z-index: 2;
}

#top-bar li {
	float:right;
	margin:0px 1px;
}

.top-link {
	color:#ff7900;
	text-decoration:none;
	background:url("../images/top-bar-left.png") left top no-repeat;
	padding-left:5px
}

.top-link span {
	background:url("../images/top-bar-right.png") right top no-repeat;
	padding-right:5px
}

.top-link, .top-link span {
	display: block;
	float: left
}

/*#############################################
#	FOOTER                                    #
*############################################*/
#footer {
	clear:both;
	position:absolute;
	width:100%;
	margin-top: 195px;
	background:#707070;
}

#footer div {
	width:1000px;
	margin: auto;
}

#footer ul {
	margin-left:-20px;
	list-style:none;
}

#footer ul li { /*1st level*/
	float:left;
	color:#ff7900;
	margin-right: 15px;
}

#footer ul li a {
	color:#cecece;
	font-weight:bold;
	text-decoration:none;
	padding:5px 0px;
	font-size:11px;
	display:block;
}

#footer ul li ul { /*2e and 3e level*/
	margin:0px;
	padding-left:0px;
}

#footer ul li ul li { 
	float:none;
	width: 100%;
}

#footer ul li ul li ul {
	padding-left:10px;
}

#footer ul li ul li a {
	color:#cecece;
	font-weight:normal;
	text-decoration:none;
	padding:0px;
	font-size:10px;
	display:block;
}

#footer ul li ul li a:hover {
	color:#eee;
}

#footer .prijs {
	margin-bottom:10px;
	border-top: solid 1px #cecece;
	clear:both;
	width: 1000px;
	color:#cecece;
	font-size:11px;
	text-align:center;
}

