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


/*#############################################
#   Textpage                                  #
*############################################*/
#wrapper {
	position:relative;
	top:175px;
	width:968px;
	padding:15px 15px 0px 15px;
	border:solid #cecece;
	border-width:0px 1px;
	background:#fff;
}

#wrapper p {
	width:600px;
}

#content a {
	text-decoration:none;
	color: #286dab;
}

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

.highlight {
	color:#286dab;
}

#content ul {
	margin:0px;
	width:580px;
}

#top_wrapper, #bottom_wrapper {
	width:1000px;
	height:3px;
	margin-left:-16px;
}

#top_wrapper {
	margin-top:-16px;
	background:url("../images/wrapper_top.png") top no-repeat;
}

#bottom_wrapper {
	clear:both;
	background:url("../images/wrapper_bottom.png") bottom no-repeat;
}

#content {
	float:left;
	margin-top:80px;
	border-right:solid 0px #cecece;
	padding-right: 30px;
	padding-left:15px;
}

.call-helpdesk, .call-skyberate, .call-back {
	width: 224px;
	height: 33px;
	display:block;
	margin: 2px 0px 5px 30px;
}

.call-helpdesk {
	margin-top:-12px;
	background:url('../images/helpdesk.png') no-repeat;
}

.call-skyberate {
	background:url('../images/algemeen.png') no-repeat;
}

.call-back {
	background:url('../images/terugbellen.png') no-repeat;
}
/*#############################################
#   Sitepanel                                 #
*############################################*/
.side {
	list-style:none;
	margin-top:10px;
	padding:0px;
	background:url("../images/side_top.png") #f7fbfe top no-repeat;
	width:302px;
}

.side li {
	border: solid #cecece;
	border-width:0px 1px;
	padding: 3px 8px;
}

.side li ul {
	list-style:none;
	margin:0px;
	padding:0px;
	border:none;
}

.side li ul li {
	border:none;
	padding:0px;
}

.side li ul li a {
	border-bottom: solid 1px #cecece;
	width: 100%;
	display:block;
	margin: 0px -9px;
	text-decoration:none;
	color: #383838;
	padding: 5px 0px 5px 18px;
}

.side li ul li a:hover {
	background: #d3eaff;
}

.side .top {
	height: 27px;
	border:none;
}

.side .bottom {
	height:1px;
	background:url("../images/side_footer.png") bottom no-repeat;
	border:none;
}

#message {
	width:100%;
	display:block;
	margin-top: 4px;
	height:20px;
	color:#383838;
	text-align:center;
	background:#a4cd39;
	border:solid 1px #617f10;
}

.mail, .livechat {
	margin-top:10px;
	background: url('../images/mail.png') no-repeat;
	display:block;
	float:right;
	width: 109px;
	height: 33px;
	margin-right:30px;
}

.livechat {
	background: url('../images/live_chat.png') no-repeat;
	float: left;
	margin-right:0px;
	margin-left:30px;
}

/*#############################################
#   Breadcrump                                #
*############################################*/
#breadcrump {
	position:relative;
	height: 30px;
	list-style:none;
	margin:0px 0px 0px -5px;
	padding:0px;
	width:978px;
	line-height:30px;
	border-bottom:solid 1px #cecece;
}

#breadcrump li {
	float:left;
	margin-left:5px;
}

#breadcrump li.in-active {
	color:#a5a5a5;
}

#breadcrump li a {
	color:#a5a5a5;
	text-decoration:none;
}

#breadcrump li a:hover {
	color:#383838;
}

/*#############################################
#   Elements                                  #
*############################################*/
.article {
	margin-top: 15px;
}
.article h3 {
	color:#286dab;
}

.news_date {
	display:inline;
	width:160px;
	color:#286dab;
}

.news_title {
	display:inline;
	margin-top: -18px;
	margin-left:75px;
}

.news_message {
	display:block;
	margin-left:75px;
	width: 525px;
}

h1 {
	margin-top:-50px;
	margin-bottom:25px;
	padding:0px;
	font-size: 28px;
	color:#286dab;
	font-weight:normal;
}

h2 {
	color:#ff7900;
	font-weight:normal;
	margin: 0px;
	padding:0px;
}

.side h2 {
	color:#ff7900;
	margin-bottom:10px;
	margin-top:-28px;
}

.side img {
	border:none;
	display:block;
}

#nieuwsbrief label, #klantenlogin label {
	display:block;
	height:25px;
	width: 150px;
}

#nieuwsbrief input[type="text"], #klantenlogin input[type="text"], #klantenlogin input[type="password"] {
	border:solid 1px #cecece;
	padding:2px;
	width:150px;	
	margin-top:-25px;
	float:right;
	background: #f0f0f0;
}

#nieuwsbrief input[type="submit"], #klantenlogin input[type="submit"] {
	float:right;
	display:block;
	height:20px;
	border:solid 1px #cecece;
	background: #f0f0f0;
}

/*#############################################
#   Tables                                    #
*############################################*/

table {
	border-collapse:collapse;
	width:100%;
}

th, th.top-left, th.top-right {
	color:#fff;
	height:30px;
}

th {
	background-image: url('../images/thead.png');
	background-repeat: repeat-x;
	border-left: solid 1px #155f9e;
}

th.top-left {
	background-image: url('../images/top-left.png');
	background-repeat: no-repeat;
	border:none;
	width:150px;
}

th.top-right {
	background-image: url('../images/top-right.png');
	background-position:top right;
	background-repeat: no-repeat;
}

td {
	border: solid thin #e1e1e1;
	padding:2px 7px 2px 7px;
}

tr.odd {
	background-color: #f1f1f1;
}

td.bottom, td.bottom-left, td.bottom-right {
	background: #1867b2;
	border:none;
}

table tbody tr td ul {
	width:100px;
}

#wrapper table tr td p {
	width:310px;
}

/*#############################################
#   Product Menus                             #
*############################################*/
ul.product_menu {
	margin:20px;
	padding:0px;
	list-style:none;
	height:35px;
	background: #f7fbfe;
	border: solid #1867b2;
	border-width:1px 0;
}

ul.product_menu li {
	float:left;
	padding:7px 25px;
	display:block;
}

ul.product_menu li a.actief {
}