/*
Title:		Standard website style definitions
File: 		inc/style_site.css
Version: 	v2.20
Author:		Digitalization
Contact:	info@digitalization.nl
*/

/* Clear all default margins and paddings */
* {
	margin:				0px;
	padding:			0px;
}

/* Body */
html, body {
	height:				100%;
}

body {
	margin: 			20px;
}

/* Text throughout the site*/
body,td,th,p {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size: 			12px;
	color: 				#000000;
}

/* Re-set some margins */
table {
	padding-bottom:		10px;
}

ul, ol {
	padding-bottom:		10px;
	margin-left: 		10px;
}

ul li, ol li {
 	margin-left: 		10px;
    list-style: 		disc;
	line-height:		18px;
}

/* Default paragraph text */
p {
	padding-bottom:		10px;
	line-height:		18px;
}

/* Links */
a {
	color:				#9d0202;
	text-decoration:	none;
	outline:			none;
}

a:hover {
	text-decoration:	underline;
}

/* Rulers */
hr {
	border: 			1px dotted #777777;
	border-style: 		none none dotted;
	margin-top:			10px;
	margin-bottom:		10px;
}

/* Headers */
h1 {
	font-size:			16px;
	color:				#000;
	font-weight:		bold;
}

h2 {
	font-size:			14px;
	color:				#000;
	font-weight:		bold;
}

h3 {
	font-size:			14px;
	color:				#9d0202;
	font-weight:		bold;
}

/* Success message after form submit */
p.message {
	font-style:			italic;
}

/* Error message after form submit */
p.error_message {
	color:				red;
}

/* Clearing element */
.clear {
	clear: 				both;
}

/* No border for images */
img {
	border: 			none;
}

/* Form elements font style */
input, select, textarea, button, option {
	font-family: 		Arial;
	color: 				#000000;
	font-size: 			11px;
	margin-bottom: 		1px;
	margin-top: 		1px;
}

form {
	display: 			inline;
}

/* Standard width fitting for textarea and selectboxes */
textarea {
	border: 		1px solid #888888;
	width: 			362px;
	height: 		120px;
	padding: 		2px;
}

select {
 	border: 		1px solid #888888;
	width: 			216px;
	height: 		18px;
	padding: 		1px;
}

option {
	padding:		1px;
}

/* Standard width text input boxes */
.input_small {
 	border: 		1px solid #888888;
	width: 			50px;
	height: 		14px;
	padding: 		2px;
}

.input_medium {
 	border: 		1px solid #888888;
	width: 			150px;
	height: 		14px;
	padding: 		2px;
}

.input_regular {
 	border: 		1px solid #888888;
	width: 			210px;
	height: 		14px;
	padding: 		2px;
}

.input_large {
 	border: 		1px solid #888888;
	width: 			362px;
	height: 		14px;
	padding: 		2px;
}

/* Calendar input box and file input box */
.input_calendar {
 	border: 		1px solid #888888;
	width: 			180px;
	height: 		14px;
	padding: 		2px;
}

.input_file, input[type='file'] {
	width: 			221px;
	padding: 		2px;
}

/* Checkboxes */
input[type='checkbox'], input[type='radio'] {
	margin-left: 	4px;
}

/* Correct text blocks div for checkboxes and radio buttons */
div.radio_checkbox_div {
	padding-left: 	40px;
	text-indent: 	-45px;
}
div.radio_checkbox_div input {
	width:			40px;
}

/* Buttons */
button, input[type='submit'], .input_submit {

}

/* Calendar button */
button.calendar_button {
	padding-top:		0px;
	width: 				26px;
	height:				20px;
}

/* Main Layout */
body {
	background:			#000 url(../gfx/site/hout_only.jpg) repeat scroll 0 0;
	height:				100%;
	width:				100%;
	margin:				0px;
}



div#container {
	background:			transparent url(../gfx/site/paper.png) repeat-y scroll 0 0;
	position:			relative;
	
	width:				900px;

	left:				0px;
	margin:				0 auto;
	padding:			0px 4px;
	
	height:				auto !important;
	min-height:			100%;

}

/* Header */
div#header {
	width:				900px;
	height:				140px;
	background:			transparent url(../gfx/site/header.png) no-repeat scroll 0px 0;
	margin-bottom:		50px;
	margin-left:		-3px;
}


div#logo {
	padding-left:		10px;
	float:				left;
}

div#social {
	float:				right;
	padding:			9px 7px 0px 0px;
	background:			transparent url(../gfx/site/social_background.png) no-repeat scroll right 0;
	width:				90px;
	height:				45px;
	padding-left: 		40px;
}

#social li {
	color:				#fff;
	font-size:			14px;
	float:				left;
    list-style: 		none;
	line-height:		18px;
	font-weight:		bold;
	font-family:		Times, Ariel;
	margin:				0px;

}

li#rss a{
	background:			transparent url(../gfx/site/rss.png) no-repeat scroll 0 0;
	width:				20px;
	height:				20px;
	display:			block;
}

li#rss a:hover {
	background:			transparent url(../gfx/site/rss_hover.png) no-repeat scroll 0 0;
}

li#linkedin a{
	background:			transparent url(../gfx/site/linkedin.png) no-repeat scroll 0 0;
	width:				20px;
	height:				20px;
	display:			block;
}

li#linkedin a:hover {
	background:			transparent url(../gfx/site/linkedin_hover.png) no-repeat scroll 0 0;
}

li#twitter a{
	background:			transparent url(../gfx/site/twitter.png) no-repeat scroll 0 0;
	width:				20px;
	height:				20px;
	display:			block;
}

li#twitter a:hover {
	background:			transparent url(../gfx/site/twitter_hover.png) no-repeat scroll 0 0;
}

li#flickr a{
	background:			transparent url(../gfx/site/flickr.png) no-repeat scroll 0 0;
	width:				20px;
	height:				20px;
	display:			block;
}

li#flickr a:hover {
	background:			transparent url(../gfx/site/flickr_hover.png) no-repeat scroll 0 0;
}

div#header_menu {
	padding-left:		26px;
	padding-top: 		104px;
	float:				left;
	
}

#header_menu ul {
	float:				left;
}

#header_menu li {
	color:				#fff;
	font-size:			14px;
	float:				left;
    list-style: 		none;
	line-height:		18px;
	font-weight:		bold;
	font-family:		Times, Ariel;
	margin:				0px;

}

li#grafisch a{
	background:			transparent url(../gfx/site/grafisch_ontwerp.png) no-repeat scroll 0 0;
	width:				135px;
	height:				35px;
	display:			block;
}

li#grafisch a:hover , li#grafisch .active{
	background:			transparent url(../gfx/site/grafisch_ontwerp_hover.png) no-repeat scroll 0 0;
}

li#webdesign a{
	background:			transparent url(../gfx/site/webdesign.png) no-repeat scroll 0 0;
	width:				104px;
	height:				34px;
	display:			block;
	margin-top:			1px;
}

li#webdesign a:hover , li#webdesign .active {
	background:			transparent url(../gfx/site/webdesign_hover.png) no-repeat scroll 0 0;
}

li#freelance a{
	background:			transparent url(../gfx/site/freelance.png) no-repeat scroll 0 0;
	width:				135px;
	height:				35px;
	display:			block;

}

li#freelance a:hover, li#freelance a.active {
	background:			transparent url(../gfx/site/freelance_hover.png) no-repeat scroll 0 0;
}

#header_menu a {
	color:				#fff;
	text-decoration:	none;
	
}
/* Content */	
div#content {
	width:				600px;
	float:				left;
	padding:			00px 10px 10px 40px;
}

div#latest_news {
	position:			relative;
	
	float:				right;
	background:			transparent url(../gfx/site/latest_news.png) no-repeat scroll 10px 0 ;
	height:				200px;
	width:				195px;
	top:				-30px;
	padding-top:		90px;
	padding-left:		25px;
	padding-right:		45px;
}

#latest_news h3 {
	color:				#f49f26;
	font-size:			14px;
}

#latest_news p {
	padding-bottom:		0px;
}

#latest_news a {
	color:				#f49f26;
}

/* Right pannel */
div#right_pannel {
	width:				250px;
	float:				left;
	
	
}

div#right_menu {
	background:			transparent url(../gfx/site/menu_background.png) no-repeat scroll 0 0 ;
	height:				150px;
	width:				220px;
	margin-left:		30px;
	position:			relative;
	top:				-70px;
	padding-top:		80px;
	padding-left:		7px;
	
}

#right_menu li {
	color:				#fff;
	font-size:			14px;
    list-style: 		none;
	line-height:		18px;
	font-weight:		bold;
	font-family:		Times, Ariel;
}

li#nieuws a{
	background:			transparent url(../gfx/site/nieuws_blog.png) no-repeat scroll 0 0;
	width:				135px;
	height:				22px;
	display:			block;
}

li#nieuws a:hover {
	background:			transparent url(../gfx/site/nieuws_blog_hover.png) no-repeat scroll 0 0;
}

li#klantenreacties a{
	background:			transparent url(../gfx/site/klantenreacties.png) no-repeat scroll 0 0;
	width:				135px;
	height:				28px;
	display:			block;
}

li#klantenreacties a:hover {
	background:			transparent url(../gfx/site/klantenreacties_hover.png) no-repeat scroll 0 0;
}

li#meer_info a{
	background:			transparent url(../gfx/site/meer_info.png) no-repeat scroll 0 0;
	width:				135px;
	height:				25px;
	display:			block;
}

li#meer_info a:hover {
	background:			transparent url(../gfx/site/meer_info_hover.png) no-repeat scroll 0 0;
}

li#contact_info a{
	background:			transparent url(../gfx/site/contact_info.png) no-repeat scroll 0 0;
	width:				135px;
	height:				25px;
	display:			block;
}

li#contact_info a:hover {
	background:			transparent url(../gfx/site/contact_info_hover.png) no-repeat scroll 0 0;
}

div#portfolio {
	background:			transparent;
	height:				235px;
	width:				240px;
	position:			relative;
	top:				-60px;
	margin-left:		20px;	
}
div#contact_info {
	border: 			0px;
	height:				185px;
	width:				240px;
		position:			relative;
	top:				-50px
}

