body {
	background-color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
}


#mainlayer {
	margin: 0 auto;
	background-image: url(../identity.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

#container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: auto;
	right: auto;
}

#content {
	background-color: #000;
	margin-top: 27px;
	min-height: 200px;
	margin-right: auto;
	margin-left: auto;
}

#inner_content {
	padding: 20px;
}

#footer {
	line-height: 75px;
	font-size: 0.6em;
	padding: 15px;
	clear: both;
}
#header img {
	float: left;
}
#clear_float {
	clear: both;
	float: none;
}


#navigation {
	margin-top: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	width: 650px;
	float: right;
}

#navigation li {
	display: inline;
	margin-left: 35px;
	float: left;
}


#navigation li a {
	color: #666;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}
#navigation li a:hover {
	color: #FFF;
	font-weight: bold;
	font-size: 0.8em;
	text-decoration: none;
}


#navigation li.back {
	background-image: url(../images/selector.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 16px;
	margin: 0;
	position: absolute;
	top: -20px;
}

/* Header */
#logo {
	width: 230px;
	height: 66px;
	position: absolute;
	top: 0px;
	border: none;
}

#tagline {
	margin-top: 0px;
	margin-bottom: 200px;
}

/* Content */
#slider {
	padding-top: 15px;
	z-index: 2;
	margin: 0 15px;
	width: 870px;
	position: relative;
}

#slider ul {
	list-style: none;
}

#prevBtn, #nextBtn { 
	clear: both;
	display: block;
	width: 112px;
	height: 23px;
	position: absolute;
	top: 286px;
}

#prevBtn {
	left: 0px;
}
	
#nextBtn { 
	left: 788px;
	z-index: 1;
}

#prevBtn a, #nextBtn a {  
	display: block;
	height: 23px;	
}	

#prevBtn a {
	width: 90px;
	background-image: url(../previous.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
	
#nextBtn a {
	width: 112px;
	background-image: url(../next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nextBtn a:active {
	border: none;
}

/* Submenu */
ul#submenu {
	list-style: none;
	float: left;
	width: 125px;
}

ul#submenu li a {
	text-decoration: none;
	color: #3b3b3b;
	font-size: 0.9em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}

ul#submenu li a:hover {
	color: #a3a3a3;
}

ul#submenu li a.active {
	color: #a3a3a3;
}

#main_content {
	font-size: 0.75em;
	color: #b1b1b1;
	margin: 5px 300px 5px 150px;
	line-height: 1.5em;
}

#main_content_single {
	font-size: 0.75em;
	color: #b1b1b1;
	margin: 5px 300px 5px 0;
	line-height: 1.5em;
}


#main_content p {
	margin-bottom: 2em;
}

#right_content {
	width: 300px;
	float: right;
}

#right_content p {
	font-size: 0.8em;
	color: #eee;
	margin-bottom: 1em;
}

#right_content ul#opsomming {
	list-style-image: url(../images/tick.png);
}
#content ul li {
	list-style-position: inside;
	list-style-image: url(../images/tick_red.png);
}
.domains_content {
	color: #999;
	font-size: small;
}
.white_medium {
	font-size: medium;
	color: #FFF;
}
#content .domains_content p span a {
	font-size: medium;
	color: #FFF;
}
#content .domains_content p span a:hover {
	font-size: medium;
	color: #F00;
}



#right_content ul#opsomming li {
	color: #fff;
	font-size: 0.9em;	
	line-height: 1.5em;
}

#right_content ul#opsomming p {
}

#right_content ul#opsomming li.subtext {
	font-size: 0.7em;
	color: #888;
	margin-bottom: 1.5em;
	list-style: none;
}

/* Footer */
#footer ul {
	float: left;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #555;
	margin-right: 5px;
	padding-left: 5px;
}

#footer ul li:first-child {
	border: none;
}

#footer ul li a {
	text-decoration: none;
	color: #999;
}

#footer ul li a:hover {
	text-decoration: none;
	color: #FFF;
}

#copyright {
	float: right;
	line-height: normal;
	margin-top: 18px;
	text-align: right;
	color: #666;
}


.copyright {
	color: #999;
	padding-right: 100px;
}


.validation {
	color: #ccc;
	padding-right: 100px;
}

/* Contactforumlier */
.textfield {
	margin-bottom: 15px;
	background-color: #171717;
	color: #eee;
	border: 1px solid #383838;
	padding: 8px 5px;
	font-size: 0.9em;
	width: 200px;
}

.textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	background-color: #171717;
	color: #eee;
	border: 1px solid #383838;
	padding: 8px 5px;	
}
.blue {
	color: #DBE7FF;
}


label {
	display: block;
}

button {
	font-size: 0.9em;
	text-transform: lowercase;
	padding: 2px 8px;
	border: 1px solid #383838;
	background-color: #171717;
	color: #ccc;
	font-size: 1.6em;
	margin-top: 15px;
	float: right;
	margin-right: -12px;
}

/* Portfolio */
.portfolio {
	width: 870px;
	height: 300px;
	position: relative;
}

.portfolio .image_container {
	border: 3px solid #2f2f2f;
	float: left;
	line-height: 0;
}

.portfolio_right {
	float: left;
	width: 300px;
	margin-left: 10px;
}
.index_content {
	float: left;
	width: 560px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: small;
	color: #CCC;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.consultation {
	background-image: url(../images/div_orange_glow_bg_03.jpg);
	background-repeat: no-repeat;
	width: 190px;
	float: right;
	font-size: small;
	color: #CCC;
	background-position: right top;
	height: 310px;
	padding-top: 40px;
	padding-right: 45px;
	padding-bottom: 40px;
	padding-left: 45px;
}
#brief {
	width: 180px;
}
textarea {
	background-color: #CCC;
}
input {
	background-color: #CCC;
}

#content .index_content h2 {
	font-size: small;
	color: #666;
}

#content .index_content ul {
	list-style-position: inside;
	list-style-image: url(../images/tick_red.png);
}



.portfolio_website {
	position: absolute;
	top: -6px;
	left: -6px;
}

.portfolio p {
	font-size: 0.7em;
	color: #919191;
}

/* Extra markup */
a {
	color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1em;
}

h2 {
	font-size: 0.7em;
	color: #ccc;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 15px;
}
h3 {
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
h4 {
	font-size: 14px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#submit {
	width: 60px;
	background-image: url(../images/btn_bg_up.jpg);
	height: 26px;
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	display: block;
	cursor:pointer !important;
	color: #000;
	float: left;
	}
#submit:hover {
	color: #FFF;
	background-image: url(../images/btn_bg_over.jpg);
	background-repeat: repeat-x;
	}
.consultation h1 {
	color: #666;
}
#validation_image p a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
}
a:hover {
	color: #FFF;
}
label {
	text-align: left;
	float: left;
	width:150px;
	margin-right:1em;
}
input {
	padding:0.15em;
	width:15em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
legend {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
fieldset {
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#form {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}

#textareainput {
	padding:0.15em;
	width:15em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
.about_right {
	float: left;
	margin-left: 10px;
	width: 575px;
}
