* {
	margin: 0;
	padding: 0;
	outline: none;
}

html {
	font-size: 100%;
	height: 100%;
	overflow-y: scroll;
}

body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a6e7f;
	background: url("images/bg_body.png") repeat-x 0 0 #e5e5e5;
	height: 100%;
}

body.subpage {
	background-image: url("images/bg_body_sub.png");
}

img {
	border: none;
}

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	margin: 0 auto -142px auto;
}

#page-push {
	height: 142px;
}

a.logo {
	display: block;
	float: left;
	width: 209px;
	height: 46px;
	background: url("images/logo.png") no-repeat 0 0;
	margin-top: 31px;
}

a.logo span {
	display: none;
}

.topmenu {
	float: right;
}

.topmenu ul {
	background: url("images/bg_topmenu.png") repeat-x 0 0;
	height: 41px;
}

.topmenu ul li {
	display: block;
	float: left;
	font-size: 1.2em;
	color: #c6c2e6;
	padding: 14px 10px;
	
}

.topmenu ul li a {
	color: #fff;
	text-decoration: underline;
}

.topmenu ul li a:hover {
	text-decoration: none;
}

.topmenu ul li.left {
	background: url("images/bg_topmenu_left.png") no-repeat 0 0;
	width: 29px;
	padding-left: 0;
	padding-right: 0;
}

.topmenu ul li.right {
	background: url("images/bg_topmenu_right.png") no-repeat 0 0;
	width: 29px;
	padding-left: 0;
	padding-right: 0;
}

.topmenu ul li img {
	vertical-align: text-bottom;
}

.topmenu ul li.int {
	padding: 0;
	margin-top: 12px;
}

.topmenu ul li.int span {
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #7f7f7f;
	display: inline-block;
	padding: 0 10px;
}

/************** HOOFDMENU ***************/
#menu {
	clear: both;
	height: 33px;
	padding-top: 27px;
	position: relative;
}

#menu ul {
	list-style-type: none;
}

#menu ul li {
	float: left;
	font-size: 1.2em;
	margin-right: 15px;
}

#menu ul li.back {
	background: url("images/bg_menu_left.png") no-repeat 0 0;
	height: 33px; 
	position: absolute;
	z-index: -1;
	padding-left: 15px;
}

#menu ul li.back .left {
	background: url("images/bg_menu_right.png") no-repeat 100% 0;
	height: 33px;
}

#menu ul li a {
	display: block;
	color: #fff;
	line-height: 33px;
	padding: 0 15px;
	margin-right: -15px;
	text-decoration: none;
}

#menu ul li a span {
	line-height: 33px;
	display: inline-block;
}

/************** HEADERBAR ***************/
.headerbar {
	background: url("images/bg_headerbar.png") no-repeat 0 0;
	height: 252px;
	margin-top: 10px;
	position: relative;
}

.headerbar-img {
	background: url("images/headerbar/server.png") no-repeat 550px 55px;
	padding: 56px 35px 0 35px;
	height: 123px;
}

.headerbar h1 {
	font-size: 3.3em;
	color: #fff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.headerbar p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #ffd800;
	font-size: 1.8em;
}

.headerbar .splash {
	height: 200px;
	width: 214px;
	background: url("images/bg_splash.png") no-repeat 0 0;
	position: absolute;
	top: -5px;
	right: -5px;
}

.headerbar-small {
	background: url("images/bg_headerbar_small.png") no-repeat 0 0;
	margin-top: 10px;
	height: 52px;
	padding: 15px 13px;
}

.headerbar-small h1 {
	font-size: 2.1em;
	color: #fff;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: .2em;
}

.headerbar-small p {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #fff;
}

/************** TABS ***************/
ul.tabs-bar {
	height: 73px;
	list-style-type: none;
}

ul.tabs-bar li {
	float: left;
	width: 326px;
}

ul.tabs-bar li.left {
	background: url("images/bg_spacer.png") no-repeat 100% 0;
	padding-right: 1px;
}

ul.tabs-bar li.center {
	background: url("images/bg_spacer.png") no-repeat 100% 0;
	padding-right: 1px;
}

ul.tabs-bar li a {
	display: block;
	height: 73px;
	text-decoration: none;
}

ul.tabs-bar li.left a {
	background: url("images/bg_tab_left.png") no-repeat 0 -73px;
}

ul.tabs-bar li.left a:hover {
	background-position: 0 0;
}

ul.tabs-bar li.center a {
	background: url("images/bg_tab_center.png") repeat-x 0 -73px;
}

ul.tabs-bar li.center a:hover {
	background-position: 0 0;
}

ul.tabs-bar li.right a {
	background: url("images/bg_tab_right.png") no-repeat 0 -73px;
}

ul.tabs-bar li.right a:hover {
	background-position: 100% 0;
}

ul.tabs-bar li h3 {
	color: #fff;
	font-size: 1.7em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-top: .8em;
}

ul.tabs-bar li p {
	color: #fff;
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: .4em;
}

ul.tabs-bar li a span {
	display: block;
	padding-left: 90px;
	height: 73px;
}

ul.tabs-bar li.left a span {
	background: url("images/icons/icon_people.png") no-repeat 25px 50%;
}

ul.tabs-bar li.center a span {
	background: url("images/icons/icon_dedicated.png") no-repeat 25px 50%;
}

ul.tabs-bar li.right a span {
	background: url("images/icons/icon_colo.png") no-repeat 25px 50%;
}

/************** ROUND CORNERED PANELS ***************/
.panel {
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	margin: 1em 0;
	position: relative;
}

.panel span.corners-top {
	display: block;
	margin: -1px -11px 0 -11px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url("images/bg_corners_left.png") no-repeat 0 0;
}

.panel span.corners-top span {
	display: block;
	height: 5px;
	background: url("images/bg_corners_right.png") no-repeat 100% 0;
}

.panel span.corners-bottom {
	display: block;
	margin: 0 -11px -1px -11px;
	height: 5px;
	font-size: 1px;
	line-height: 1px;
	background: url("images/bg_corners_left.png") no-repeat 0 100%;
	clear: both;
}

.panel span.corners-bottom span {
	display: block;
	height: 5px;
	background: url("images/bg_corners_right.png") no-repeat 100% 100%;
}

.balloon {
	padding: 0 20px;
	background-color: #f7f9fb;
	border: 1px solid #e4ebf1;
	margin-bottom: 1.2em;
}

.balloon-question {
	background: url("images/bg_question.png") no-repeat 95% 20px #f7f9fb;
}

.balloon span.corners-top {
	margin: -1px -21px 0 -21px;
	background: url("images/bg_corners_left_blue.png") no-repeat 0 0;
	height: 17px;
}

.balloon span.corners-top span {
	height: 17px;
	background: url("images/bg_corners_right_blue.png") no-repeat 100% 0;
}

.balloon span.corners-bottom {
	height: 17px;
	margin: 0 -21px -1px -21px;
	background: url("images/bg_corners_left_blue.png") no-repeat 0 100%;
}

.balloon span.corners-bottom span {
	height: 17px;
	background: url("images/bg_corners_right_blue.png") no-repeat 100% 100%;
}

.balloon .button {
	font-size: 1.2em;
	margin: 0 0 1em 7px;
}

.domein-panel {
	background-color: #f7f9fb;
	border: 1px solid #e4ebf1;
	padding: 0 20px;
	clear: both;
}

.domein-panel span.corners-top {
	margin: -1px -21px 0 -21px;
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	background-image: none;
}

.domein-panel span.corners-top span {
	background: url("images/bg_corners_right_domein.png") no-repeat 100% 0;
	height: 6px;
}

.domein-panel span.corners-bottom {
	height: 6px;
	font-size: 1px;
	line-height: 1px;
	margin: 0 -21px -1px -21px;
	background: url("images/bg_corners_left_domein.png") no-repeat 0 100%;
}

.domein-panel span.corners-bottom span {
	background: url("images/bg_corners_right_domein.png") no-repeat 100% 100%;
	height: 6px;
}
 
/************** CONTENT ***************/
.content {
	float: left;
	width: 635px;
}

.sidebar {
	float: right;
	width: 305px;
}

/* Alleen indien in subpagina */
body.subpage .sidebar {
	background: url("images/bg_sidebar.png") no-repeat 0 0;
	min-height: 575px;
	width: 238px;
	padding-left: 14px;
}

body.subpage .content {
	width: 690px;
}

.content-wide {
	float: none;
	width: 100%;
	clear: both;
}

.content h1 {
	font-weight: bold;
	color: #26317a;
	font-size: 2em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: .2em 0 .3em 0;
	clear: both;
}

.content h2 {
	font-weight: bold;
	color: #26317a;
	font-size: 1.65em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0 0 .3em 0;
}

.content h4 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 0 .5em 0 0;
}

.content p {
	font-size: 1.2em;
	line-height: 1.65em;
	margin-bottom: 1.2em;
}

.content acronym {
	color: #ff5400;
	font-weight: bold;
}

.content a {
	font-weight: bold;
	text-decoration: none;
	color: #5a6e7f;
}

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

.content ul {
	font-size: 1.2em;
	margin-left: 1.5em;
	margin-bottom: 1.2em;
}

.content ul li {
	line-height: 1.7em;
}

.content ul li ul {
	margin-bottom: 0;
}

.content ul.breadcrumbs {
	list-style-type: none;
	margin-left: 0;
	margin-top: .7em;
	float: left;
}

.content ul.breadcrumbs li {
	display: inline;
	color: #7b7b7b;
}

.content ul.breadcrumbs li a {
	text-decoration: none;
	color: #7b7b7b;
	font-weight: normal;
}

.content ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

.content .balloon p {
	margin-bottom: 0;
}

.content .balloon a {
	text-decoration: underline;
	font-weight: normal;
}

.content .balloon a:hover {
	color: #ff5400;
}

.content .balloon ul {
	list-style-type: none;
}

.content .balloon ul li {
	background: url("images/list-item.png") no-repeat 0 50%;
	padding-left: 10px;
	line-height: 1.65em;
}

/************** SIDEBAR ****************/
.sidebar h3.domein {
	font-size: 1.2em;
	font-weight: bold;
	color: #191345;
	border-left: 1px solid #e4ebf1;
	background: url("images/bg_domein_heading_left.png") repeat-x 0 0;
	float: left;
	margin-top: .7em;
}

.sidebar h3.domein span {
	background: url("images/bg_domein_heading_right.png") no-repeat 100% 0;
	display: block;
	line-height: 44px;
	height: 44px;
	padding: 0 20px;
}

.sidebar p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.domein-panel hr {
	border: none;
	border-bottom: 1px solid #e4ebf1;
	margin: .7em -20px;
}

.domein-panel .fields {
	font-size: 1.2em;
}

.domein-panel .fields label {
	font-weight: bold;
	line-height: 2em;
}

.domein-panel .fields p {
	font-size: 1em;
}

.domein-panel .button,
.balloon .button {
	background: url("images/bg_button_left_domein.png") no-repeat 0 0;
	display: inline-block;
	height: 26px;
	padding-left: 15px;
	text-decoration: none;
}

.domein-panel .button span,
.balloon .button span {
	background: url("images/bg_button_right_domein.png") no-repeat 100% 0;
	height: 26px;
	line-height: 26px;
	color: #fff;
	display: inline-block;
	padding: 0 35px 0 0;
	font-weight: bold;
	text-decoration: none;
}

.inputbox {
	border: 1px solid #d5d5d5;
	background-color: #f5f5f5;
	padding: 4px 7px;
	font-size: 1em;
	margin-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5a6e7f;
}

.inputbox:disabled {
	color: #262626;
}

.fields {
	border: none;
}

/************** SUBMENU ****************/
h2.page_title {
	background: url("images/bg_domein_heading_left.png") repeat-x 0 0;
	height: 35px;
	font-size: 1.2em;
	border-left: 1px solid #e4ebf1;
	border-bottom: 1px solid #e4ebf1;
	margin-top: 1em;
}

h2.page_title span {
	background: url("images/bg_domein_heading_right.png") no-repeat 100% 0;
	height: 35px;
	display: block;
	padding: 0 20px;
	line-height: 35px;
	color: #37529b;
}

ul.submenu {
	border-left: 1px solid #e4ebf1;
	border-right: 1px solid #e4ebf1;
}

ul.submenu li {
	list-style-type: none;
	font-size: 1.2em;
}

ul.submenu li a {
	display: block;
	padding: 11px 20px;
	text-decoration: none;
	color: #5a6e7f;
	background: url("images/bg_submenu.png") repeat-x 0 0 #f7f9fb;
	border-bottom: 1px solid #e4ebf1;
}

ul.submenu li a:hover {
	background: url("images/bg_domein_heading_left.png") repeat-x 0 -1px;
	font-weight: bold;
	color: #37529b;
	cursor: pointer;
}

ul.submenu li a.active {
	background: #fff;
	color: #37529b;
}

ul.submenu li a span {
	padding-bottom: 2px;
}

ul.submenu li a.active span {
	border-bottom: 1px dotted #37529b;
}

/************** PAGE TABS ****************/
.tabs, .tabs-normal {
	background: url("images/bg_tabs_center.png") repeat-x 0 0;
	height: 40px;
	margin-bottom: 2em;
	padding: 0 5px;
}

.tabs .left, .tabs-normal .left {
	height: 40px;
	width: 10px;
	float: left;
	background: url("images/bg_tabs_left.png") no-repeat 0 0;
}

.tabs ul, .tabs-normal ul {
	float: left;
	list-style-type: none;
	margin-top: 6px;
	font-size: 1.3em;
	margin-left: 0;
}

.tabs ul li, .tabs-normal ul li {
	float: left;
	margin-right: 5px;
}

.tabs ul li a, .tabs-normal ul li a {
	display: block;
	background: url("images/bg_tabitem_left.png") no-repeat 0 -26px;
	padding-left: 14px;
	height: 26px;
	font-weight: normal;
}

.tabs ul li a span, .tabs-normal ul li a span {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	background: url("images/bg_tabitem_right.png") no-repeat 100% -26px;
	padding: 0 15px 0 1px;
}

.tabs ul li a:hover, .tabs ul li a.current,
.tabs-normal ul li a:hover, .tabs-normal ul li a.current {
	background-position: 0 0;
	color: #fff;
	text-decoration: none;
}

.tabs ul li a:hover span, .tabs ul li a.current span, 
.tabs-normal ul li a:hover span, .tabs-normal ul li a.current span {
	background-position: 100% 0;
	color: #fff;
	cursor: pointer;
}

.tabcontent {
	clear: both;
}

.tabs .right, .tabs-normal .right {
	height: 40px;
	width: 10px;
	float: right;
	background: url("images/bg_tabs_right.png") no-repeat 0 0;
}

/************** SCHAAKBORD PATROON ***************/
.chess {
	margin-bottom: 1.2em;
}

.chess div {
	float: left;
	width: 343px;
	height: 140px;
}

.chess div.dark {
	background-color: #fafafa;
}

.chess div.light {
	background-color: #fdfdfd;
}

.chess div.left {
	border-right: 1px solid #e4ebf1;
	border-bottom: 1px solid #e4ebf1;
}

.chess div.right {
	border-bottom: 1px solid #e4ebf1;
}

.chess dl {
	padding: 10px;
}

.chess div.left dl {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 121px;
}

.chess div.right dl {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 121px;
}

.chess div.top dl {
	border-top: none;
}

.chess div.bottom dl {
	border-bottom: none;
}

.chess div.bottom {
	border-bottom: none;
}

.chess dt {
	float: left;
	width: 75px;
	text-align: center;
}

.chess dd {
	float: right;
	width: 240px;
}

.chess dd h3 {
	color: #26317a;
	font-size: 1.2em;
	margin-bottom: .7em;
}

.chess a {
	color: #26317a;
	font-weight: normal;
	text-decoration: underline;
}

.chess a:hover {
	color: #ff5400;
}

.chess div.clear {
	height: 20px;
	font-size: 1px;
	line-height: 1px;
}

/************** PRODUCT BOX ****************/
.product {
	float: left;
	width: 215px;
	margin-right: 32px;
	padding-bottom: 2em;
}

/* Content-wide en content verschillen */
.content .product {
	width: 208px;
}

.content-wide .product {
	width: 215px;
}

.product h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #26317a;
	font-size: 1.4em;
	background: url("images/bg_product_shadow.png") no-repeat 0 60%;
}

.product h3.tower-1 span,
.product h3.tower-2 span,
.product h3.tower-3 span {
	background: url("images/tower-1.png") no-repeat 100% 100%;
	display: block;
	height: 33px;
	padding-top: 10px;
}

.product h3.tower-2 span {
	background-image: url("images/tower-2.png");
}

.product h3.tower-3 span {
	background-image: url("images/tower-3.png");
}

.product small {
	font-size: 1.1em;
	display: block;
	margin-bottom: 1em;
}

.product ul {
	list-style-type: none;
	margin-bottom: 1em;
	margin-left: 0;
}

.product ul li {
	line-height: 1.7em;
	padding: 3px 0 3px 30px;
	background: url("images/icons/icon_check.png") no-repeat 0 50%;
}

.product ul li a.arrow {
	display: block;
	float: right;
	background: url("images/icons/icon_arrow.png") no-repeat 0 0;
	width: 12px;
	height: 12px;
	margin-top: 3px;
}

.product ul li a.arrow span {
	display: none;
}

.product h4 {
	text-transform: uppercase;
	color: #707070;
	font-size: 1.4em;
	padding-left: 20px;
	background: url("images/list-item.png") no-repeat 4px 50%;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin-bottom: .8em;
}

/************** KNOPPEN ****************/
.button-2 {
	display: inline-block;
	height: 26px;
	padding: 0 0 0 15px;
	font-size: 1.2em;
	background: url("images/bg_button_left_blue.png") no-repeat 0 0;
}

.button-2 span {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 35px 0 2px;
	background: url("images/bg_button_right_blue.png") no-repeat 100% 0;
}

.button-2 span span.order {
	padding: 0;
	background: url("images/icons/icon_cart.png") no-repeat 0 0;
	display: inline-block;
	height: 26px;
	text-indent: -999em;
	width: 15px;
}

.button-2:hover {
	background-position: 0 -26px;
}

.button-2:hover span {
	background-position: 100% -26px;
	color: #fff;
	cursor: pointer;
}

.button-2:hover span span.order {
	background-position: 0 -26px;
}

.button-3 {
	display: inline-block;
	height: 26px;
	padding: 0 0 0 15px;
	font-size: 1.2em;
	background: url("images/bg_button_left_green.png") no-repeat 0 0;
}

.button-3 span {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding: 0 35px 0 2px;
	background: url("images/bg_button_right_green.png") no-repeat 100% 0;
}

.button-3:hover {
	background-position: 0 -26px;
}

.button-3:hover span {
	background-position: 100% -26px;
	color: #fff;
	cursor: pointer;
}

a.button-2:hover, a.button-3:hover {
	text-decoration: none;
	border: none;
}

p .button-2, p .button-3 {
	font-size: 1em;
}

/************** SUBFOOTER ****************/
.subfooter {
	margin-bottom: 1.2em;
	position: relative;
}

.subfooter-top {
	background: url("images/heading-slogan.png") repeat-x 0 0;
	height: 38px;
}

.subfooter-middle {
	padding: 10px;
	background: url("images/bg_footer.png") repeat-y 0 0;
	font-size: 2.2em;
}

.subfooter-middle img {
	margin: 0 9px;
	vertical-align: middle;
}

.subfooter-bottom {
	background: url("images/bg_footer_bottom.png") no-repeat 0 0;
	height: 13px;
}

.heading-left {
	display: block;
	float: left;
	width: 13px;
	background: url("images/heading-left.png") no-repeat 0 0;
	height: 38px;
}

.heading-pointer {
	display: block;
	float: left;
	height: 38px;
	background: url("images/heading-pointer.png") no-repeat 100% 0;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 30px 0 0;
	line-height: 38px;
	color: #fff;
}

.heading-right {
	display: block;
	float: right;
	height: 38px;
	width: 10px;
	background: url("images/heading-right.png") no-repeat 100% 0;
}

.heading-slogan {
	font-size: 1.2em;
	color: #474546;
	line-height: 38px;
	padding: 0 10px;
	float: left;
	display: block;
}

.heading-slogan a {
	color: #ff5400;
	text-decoration: none;
}

.heading-slogan a:hover {
	text-decoration: underline;
}

/************** FOOTER ****************/
#page-footer {
	background: url("images/bg_footer_container.png") repeat-x 0 0;
	height: 141px;
	border-top: 1px solid #fff;
}

.inner-footer {
	width: 950px;
	margin: 0 auto;
	padding: 15px;
}

.footer-block {
	float: left;
	width: 150px;
}

.footer-block h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	margin-bottom: .65em;
}

.footer-block ul {
	font-size: 1.1em;
	list-style-type: none;
}

.footer-block ul li {
	line-height: 1.5em;
	background: url("images/footer-list-item.png") no-repeat 0 50%;
	padding: 2px 0 2px 12px;
}

.footer-block ul li a {
	color: #fff;
	text-decoration: none;
}

.footer-block ul li a:hover {
	text-decoration: underline;
}

.footer-right {
	float: right;
}

.footer-right p.phone {
	background: url("images/footerlogo.png") no-repeat 0 50%;
	float: right;
	font-size: 1.7em;
	color: #fff;
	padding-left: 50px;
	margin: 20px 0 25px 0;
}

.footer-right p.copyright {
	color: #fff;
	float: left;
	font-size: 1.1em;
	clear: both;
	margin-right: 10px;
	line-height: 15px;
}

.footer-right ul.footerlinks {
	list-style-type: none;
	float: right;
}

.footer-right ul.footerlinks li {
	float: left;
	font-size: 1.1em;
	border-left: 1px solid #fff;
	padding-left: 7px;
	margin-left: 7px;
	line-height: 15px;
}

.footer-right ul.footerlinks li a {
	color: #fff;
	text-decoration: none;
}

.footer-right ul.footerlinks li a:hover {
	text-decoration: underline;
}

/************** IPHONE & TWITTER ***************/
.iphone-twitter {
	background: url("images/bg_iphone_twitter.jpg") no-repeat 0 0;
	height: 108px;
	margin: 1.2em 0;
	position: relative;
}

h1.iphone {
	float: left;
	margin: 2.5em 0 .3em 220px;
	color: #26317a;
	font-size: 1.8em;
	width: 430px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

p.iphone {
	float: left;
	font-size: 1.2em;
	margin-left: 220px;
	width: 430px;
}

h1.twitter {
	font-size: 1.8em;
	margin: 2.5em 0 .3em 0;
	color: #26317a;
	float: right;
	width: 225px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}

p.twitter {
	float: right;
	font-size: 1.2em;
	width: 225px;
}

p.twitter a {
	color: #5a6e7f;
	text-decoration: underline;
}

p.twitter a:hover {
	text-decoration: none;
}

/************** TABELLEN ****************/
table.gentable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.2em;
}

table.gentable tr td {
	padding: 2px 15px 2px 0;
	font-size: 1.2em;
}

table.alttable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.2em;
}

table.alttable tr td {
	padding: 5px 15px 5px 7px;
	font-size: 1.2em;
}

table.alttable tr.even {
	background: url("images/bg_table_row.png") repeat-y 0 0;	
}

table.alttable tr td p {
	margin-bottom: 0;
}

table.listtable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.2em;
}

table.listtable tr th {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	padding: 5px 7px 10px 7px;
	color: #000;
	border-bottom: 3px solid #dae0e6;
}

table.listtable tr td {
	padding: 5px 7px;
	font-size: 1.2em;
}

table.listtable tr.even {
	background-color: #f7f9fb;
}

table.gentable-padded {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.2em;
}

table.gentable-padded tr td {
	padding: 5px 7px 5px 0px;
	font-size: 1.2em;
}

table.gentable-padded tr td p {
	font-size: 1em;
}

table.gentable-padded tr td .inputbox,
table.gentable-padded tr td .submit {
	margin-left: 0;
}

table.gentable-padded ul,
table.gentable ul,
table.listtable ul {
	font-size: 1em;	
}

table.factable {
	border-collapse: collapse;
	width: 100%;
	font-size: 1.2em;
}

table.factable td {
	padding: 2px 0 2px 0;
	vertical-align: top;
}

table.factable td.debdata {
	text-align: left;
	width: 50%;
}

table.factable td.facdata {
	width: 50%;
}

table.factable td.facdata table {
	float: right;
}

table.factable td.facdata table td {
	padding-left: 20px;
}

table.factable td table td.td-right {
	text-align: right;
}

table.factable td.facrules table {
	width: 100%;
	margin-top: 50px;
}

table.factable td.facrules table th {
	text-align: left;
}

table.factable td.facrules table th.fac-amount {
	width: 8%;
}

table.factable td.facrules table th.fac-desc {

}

table.factable td.facrules table th.fac-price {
	width: 11%;
	padding-left: 2%;
	text-align: right;
}

table.factable td.facrules table td.fac-sign {
	width: 10px;
	padding-left: 2%;
}

table.factable td.facsum {
	width: 20%;
	padding-left: 79%;
}

table.factable td.facsum table {
	width: 100%;
}

table.factable td.facsum table td.lbl {
	width: 55%;
}

/************** FORMULIEREN ***************/
input.inputbox {
	color: #5a6e7f;
	background: url("images/bg_inputbox.png") repeat-x 0 0 #f5f5f5;
	margin-left: 0;
}

span.submit {
	display: inline-block;
	height: 26px;
	background: url("images/bg_button_right_green.png") no-repeat 100% 0;
	margin-left: 3px;
	margin-bottom: 5px;
}

span.submit input {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	background: url("images/bg_button_left_green.png") no-repeat 0 0;
	border: none;
	padding: 0 34px 0 20px;
	font-weight: bold;
	color: #5a6e7f;
	font-family: Arial, Helvetica, sans-serif;
}

span.submit:hover {
	background-position: 100% -26px;
}

span.submit:hover input {
	background-position: 0 -26px;
	color: #fff;
	cursor: pointer;
}

/************** OVERIGE STYLES ***************/
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.last-item {
	margin-right: 0;
}

.icon-feed {
	padding-right: 35px;
	background: url("images/icons/icon_feed.png") no-repeat 100% 50%;
	display: block;
	line-height: 15px;
}

.to_top {
	display: block;
	position: absolute;
	background: url("images/bg_to_top.png") no-repeat 0 0;
	width: 33px;
	height: 34px;
	text-indent: -999em;
	right: -33px;
	top: 60px;
}

.to_top_sub {
	display: block;
	position: absolute;
	background: url("images/bg_to_top_sub.png") no-repeat 0 0;
	width: 32px;
	height: 34px;
	text-indent: -999em;
	right: -32px;
	bottom: 16px;
}

p.light {
	color: #9ca6ae;
}

p.light a {
	color: #9ca6ae;
}

table.gentable tr td p,
table.alttable tr td p {
	font-size: 1em;
}

p.error, td.error {
	color: #ff9000;
}

p.error a {
	color: #ff9000;
}

p.success {
	color: #6d9614;
	font-weight: bold;
}

p.success a {
	color: #6d9614;
}

small {
	font-size: .9em;
	color: #9ca6ae;
}

ul.checks {
	list-style-type: none;
	margin: 0;
}

ul.checks li {
	padding: 0 0 0 30px;
	background: url("images/icons/icon_check.png") no-repeat 0 50%;
}

.image-left {
	float: left;
	width: 120px;
	margin-right: 15px;
	text-align: center;
	padding-bottom: 1em;
	padding-top: .5em;
}

.image-right {
	float: right;
	width: 120px;
	margin-left: 15px;
	text-align: center;
	padding-bottom: 1em;
	padding-top: .5em;
}

.text-left {
	float: left;
	width: 540px;
	padding-bottom: 1em;
}

.text-right {
	float: right;
	width: 540px;
	padding-bottom: 1em;
}

.text-left h4,
.text-right h4 {
	margin-bottom: .5em;
	color: #26317a;
}

hr.spacer {
	height: 1px;
	border: none;
	border-top: 1px solid #e4ebf1;
	clear: both;
	margin: 2em 0;
}

a.add_domainrow {
	font-weight: normal;
}

a.add_domainrow:hover {
	text-decoration: none;
}

a.add_domainrow img {
	vertical-align: text-bottom;
	padding-right: 6px;
}

ul.gallery {
	list-style-type: none;
	margin: 0 -12px 1.2em 0;
	float: left;
}

ul.gallery li {
	float: left;
	margin: 0 12px 12px 0;
	border: 1px solid #e5e5e5;
	width: 149px;
	padding: 6px;
	text-align: center;
}

ul.gallery li img {
	max-width: 141px;
	max-height: 100px;
	border: none;
}

/************** JQUERY UNIFORM ****************/
.small-dd div.selector {
	width: 55px;
}

.small-dd div.selector select {
	width: 55px;
}

.small-dd div.selector span {
	width: 42px;
}

.date-dd div.selector {
	width: 85px;
	float: left;
}

.date-dd div.selector select {
	width: 85px;
	margin-right: 10px;
}

.date-dd div.selector span {
	width: 60px;
}

/************** LINK UNDERLINES ***************/
a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
	text-decoration: none;
}

/************** ICON ACHTERGRONDEN ***************/
.vcard {
	background: url("../images/icons_content/vcards.png") no-repeat 100% 0;
}

.cemail {
	background: url("../images/icons_content/email_compose.png") no-repeat 100% 0;
}
.cehost {
	background: url("") no-repeat 100% 0;
}


/************** VOEDING / STROOMVERBRUIK ***************/
.bigbar p.cur_usage {
	font-family: Calibri, Arial, Helvetica;
	font-size: 2.3em;
	font-weight: bold;
	margin-bottom: 0;
	width: 50px;
	text-align: center;
}

.bigbar p.bar-left {
	float: left;
	font-size: 2em;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica;
	width: 100px;
}

.bigbar p.bar-right {
	float: right;
	text-align: right;
	font-size: 2em;
	font-weight: bold;
	font-family: Calibri, Arial, Helvetica;
	width: 100px;
}

.bigbar div.bar {
	height: 30px;
	line-height: 30px;
	background: url("../images/bigbar_green.png") repeat-x 0 0;
}

.bigbar div.bar div {
	height: 30px;
	background: url("../images/bigbar_red.png") repeat-x 0 0;
}

/**************** OVERIGE CSS ********************/
.addthis_default_style {
	float: right;
	font-size: 1.2em;
	line-height: 16px;
	margin-top: .8em;
	
}

.addthis_default_style a {
	color: #ff9000;
}

.addthis_default_style img {
	vertical-align: text-bottom;
}

blockquote{
	margin:20px;
	border-left:5px solid #d0d4d8;
	padding-left:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	line-height:1.5em;
	background: transparent url(../images/quote.png) no-repeat scroll top left;
	background-position:top left;
	
	
}
