body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #189AEB;
}
a:visited {
	color: #189AEB;
}
a:hover {
	color: #3165C6;
}
a:active {
	color: #189AEB;
}
h1 {
	font-size: 24px;
	color: #189AEB;
	font-weight: lighter;
	display: block;
}
h2 {
	font-size: 22px;
	color: #189AEB;
	font-weight: lighter;
}
h3 {
	font-size: 20px;
	color: #189AEB;
	font-weight: lighter;
}
h4 {
	font-size: 18px;
	color: #189AEB;
	font-weight: lighter;
}
h5 {
	font-size: 16px;
	color: #189AEB;
	font-weight: lighter;
	margin: 0px;
	padding: 0px;
}
h6 {
	font-size: 14px;
	color: #189AEB;
	font-weight: lighter;
}
#login {
	float: left;
	width: 100%;
	position: absolute;
	display: none;
}
.login-color {
	background-color: #2d2f38;
	float: left;
	height: auto;
	width: 100%;
}

.login-text {
	float: left;
	height: auto;
	width: 400px;
	padding: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.login-text h1 {
	font-size: 30px;
}
.login-text p {
	font-size: 16px;
}

#login-form {
	float: right;
	height: auto;
	width: 200px;
	padding: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#login-form h1 {
	font-size: 30px;
}
#login-form #username-text {
	float: left;
	height: 30px;
	width: 195px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	padding-left: 5px;
}
#login-form #username {
	float: left;
	height: 30px;
	width: 195px;
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 5px;
}
#login-form #password-text {
	float: left;
	height: 30px;
	width: 195px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	padding-left: 5px;
}
#login-form #password {
	float: left;
	height: 30px;
	width: 195px;
	margin-bottom: 10px;
	font-size: 16px;
	padding-left: 5px;
}
#login-form #login-submit {
	float: left;
	height: 30px;
	width: auto;
	background-color: #189AEB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #efefef;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #efefef;
	color: #efefef;
	padding-right: 15px;
	padding-left: 15px;
}
.error-border {
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	background-color: #fef8f6;
}
.login-reminder {
	float: left;
	width: auto;
	margin-left: 10px;
	font-size: 12px;
	display: block;
	height: 20px;
	padding-top: 10px;
}
.login-footer {
	float: left;
	height: 25px;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #189aeb;
}
.login-close {
	float: right;
	height: 25px;
	width: auto;
}
.login-close a {
	display: block;
	height: 20px;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #efefef;
	text-decoration: none;
	background-color: #189AEB;
}
#header {
	display: block;
	float: left;
	height: 150px;
	width: 100%;
	background-image: url(../media/images/bg-menu.png);
	background-repeat: repeat-x;
	background-position: left 110px;
}
#header-container {
	height: 150px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo {
	background-image: url(../media/images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 49px;
	width: 371px;
	margin-top: 10px;
}
.login-button {
	float: right;
	height: 25px;
	width: auto;
}
.login-button a {
	display: block;
	height: 20px;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	color: #efefef;
	text-decoration: none;
	background-color: #189AEB;
}

.client {
	display: block;
	float: right;
	height: 20px;
	width: 250px;
}
.top-menu {
	float: left;
	height: 40px;
	width: 960px;
	display: block;
	margin-top: 51px;
}
.topnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.topnav li {
	float: left;
	display: inline;
	position: relative;
}
.topnav li a {
	display: block;
	width: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 16px;
	font-weight: lighter;
	color: #FFF;
	text-decoration: none;
	height: 30px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #2D2F38;
}
.topnav li a:hover {
	background-color: #55575F;
}
.topnav li ul {
	display: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
	list-style-type: none;
	position: absolute;
	z-index: 40;
	background-color: #2D2F38;
}
.topnav li ul li {
	float: left;
}
.topnav li ul li a {
	font-size: 14px;
	display: block;
	height: auto;
	width: 185px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../media/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.topnav li ul li a:hover {
}

.active {
	color: #FFF;
	background-color: #189aeb;
}
#container-body {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 50px;
}
.center {
	height: auto;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*banner*/
.banner {
	display: block;
	float: left;
	height: 250px;
	width: 960px;
	margin-bottom: 25px;
	background-image: url(../media/images/banner-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.banner-show {
	float: left;
	height: auto;
	width: 100%;
}

.banner-webdesign {
	background-image: url(../media/images/banner-webdesign.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}
.banner-webdesign h1 {
	margin-top: 0px;
}
.banner-webdesign ul {
	padding: 0px;
	list-style-type: none;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.banner-webdesign ul li {
	float: left;
}
.banner-webdesign ul li h2 {
	font-size: 16px;
	font-weight: normal;
	color: #333;
	background-image: url(../media/images/ok.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 230px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.banner-webhosting {
	background-image: url(../media/images/banner-webhosting.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}
.banner-webhosting h1 {
	margin-top: 0px;
}
.banner-webhosting ul {
	padding: 0px;
	list-style-type: none;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.banner-webhosting ul li {
	float: left;
}
.banner-webhosting ul li h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../media/images/ok.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 230px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.banner-applicaties {
	background-image: url(../media/images/banner-applicaties.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}
.banner-applicaties h1 {
	margin-top: 0px;
	float: left;
	margin-left: 680px;
}
.banner-applicaties ul {
	padding: 0px;
	list-style-type: none;
	width: 250px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 700px;
}
.banner-applicaties ul li {
	float: left;
}
.banner-applicaties ul li h2 {
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-image: url(../media/images/ok.png);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	width: 230px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.banner-over_ons {
	background-image: url(../media/images/banner-over_ons.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}
.banner-webdesign-2 {
	background-image: url(../media/images/banner-webdesign-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}
.banner-webshop {
	background-image: url(../media/images/banner-webshop.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}
.banner-seo {
	background-image: url(../media/images/banner-seo.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}
.banner-mobile {
	background-image: url(../media/images/banner-mobile.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}
.banner-scripts {
	background-image: url(../media/images/banner-scripts.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}
.banner-contact {
	background-image: url(../media/images/banner-contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}
.banner-bedankt {
	background-image: url(../media/images/banner-bedankt.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}
.banner-payment {
	background-image: url(../media/images/banner-payments.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 250px;
	width: 960px;
}

.info {
	background-image: url(../media/images/info.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 30px;
	width: 112px;
	margin-top: 15px;
	display: block;
}

.content {
	display: block;
	float: left;
	height: auto;
	width: 720px;
}
.content ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-type: none;
}
.content ul li {
	padding-left: 20px;
	display: block;
	height: 18px;
	padding-top: 2px;
	background-image: url(../media/images/ok.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.box {
	display: block;
	float: left;
	height: auto;
	width: 300px;
	padding: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.box h1 {
	margin: 0px;
	float: left;
	display: block;
	height: 100px;
	width: 200px;
}
.box .icon {
	float: right;
	height: 100px;
	width: 100px;
}
.box p {
	float: left;
	display: block;
	height: auto;
	width: 300px;
}
.news {
	display: block;
	float: left;
	height: auto;
	width: 700px;
}
.news h1 {
}

.tweet {
	display: block;
	float: left;
	height: auto;
	width: 700px;
}


.right {
	display: block;
	float: right;
	height: auto;
	width: 200px;
	border: 2px solid #189aeb;
	margin-top: 35px;
}
.right-nav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.right-nav li {
	float: left;
}
.right-nav li a {
	display: block;
	height: 23px;
	width: 185px;
	background-image: url(../media/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #189aeb;
}
.right-nav li a:hover {
	background-color: #2D2F38;
	width: 175px;
	padding-left: 25px;
	color: #189aeb;
}
.right-nav-active {
}

#sitemap {
	display: block;
	float: left;
	height: auto;
	width: 100%;
	background-color: #2D2F38;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sitemap-item {
	display: block;
	float: left;
	height: auto;
	width: 200px;
	margin-bottom: 20px;
}
.sitemap-item h5 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.sitemap-item ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
.sitemap-item ul li {
	background-image: url(../media/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.sitemap-item ul li a {
	color: #FFF;
	text-decoration: none;
}
.sitemap-item ul li a:hover {
	background-color: #189AEB;
}
.social {
	float: left;
	height: auto;
	width: 100px;
	display: block;
}
.twitter {
	background-image: url(../media/images/twitter.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 50px;
	float: left;
}
.twitter:hover {
	background-image: url(../media/images/twitter-hover.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	display: block;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
}
#foot-nav {
	display: block;
	float: left;
	height: auto;
	width: 960px;
	text-align: center;
}
#foot-nav a {
	padding-right: 10px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #55575F;
	padding-left: 10px;
}
#foot-nav a:hover {
}
.copy {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

/*portfolio*/
.portfolio {
	float: left;
	height: auto;
	width: 680px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #189aeb;
	border-bottom-color: #189aeb;
	background-color: #0B0B0E;
	margin-top: 20px;
}
.portfolio:hover {
	background-color: #2A2B34;
}
.pf-img {
	float: left;
	height: auto;
	width: 204px;
	padding-bottom: 10px;
}
.pf-glow {
	border: 1px solid #189aeb;
}
.pf-glow:hover {
	border: 1px solid #00FFFF;
}
.pf-text {
	float: left;
	height: auto;
	width: 450px;
	margin-left: 20px;
	margin-top: 10px;
}
.pf-p {
	margin-left: 10px;
}
.pf-a {
	margin-left: 10px;
	text-decoration: none;
}
/*notices*/
.error {
	background-color: #f490aa;
	padding: 10px;
	float: left;
	height: auto;
	width: 716px;
	border: 2px solid #F00;
	color: #F00;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ok {
	background-color: #a7f4a7;
	padding: 10px;
	float: left;
	height: auto;
	width: 720px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #0F0;
	color: #333;
}
#form {
	float: left;
	height: auto;
	width: 740px;
}

.button {
	font-size: 12px;
	text-align: center;
	border: 1px solid #999999;
	color: #FFF;
	background-image: url(../media/images/right-menu-bg.png);
	background-repeat: repeat-x;
}
.button-2 {
	background-image: url(../media/images/right-menu-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	border: 1px solid #999;
	color: #FFF;
}

.icon-web {
	background-image: url(../media/images/icon-web-h1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	display: block;
	float: left;
	width: 690px;
}
.icon-host {
	background-image: url(../media/images/icon-hosting-h1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	display: block;
	float: left;
	width: 690px;
}
.icon-api {
	background-image: url(../media/images/icon-api-h1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	display: block;
	float: left;
	width: 690px;
}
.spacer {
	display: block;
	float: left;
	height: 25px;
	width: 960px;
}
.no-border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

