/******************** layout *********************/
html, body {
	margin: 0;
	background-color: #272727;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.content {
	margin: auto;
	padding: 0;
	width: 800px;
}

#top_bg {
	margin: 0;
	height: 100px;
	background: url(../images/bg_top.jpg) repeat-x;
}

#menu_bg {
	margin: auto;
	background: url(../images/bg_menu.jpg) center;
	height: 40px;
}

#main_top_bg {
	margin: auto;
	background: url(../images/bg_main_top.jpg) center;
	height: 160px;	
}

#main_bottom_bg {
	margin: 0;
	padding: 25px 10px 25px 10px;
	background: url(../images/bg_main_bottom.jpg) repeat-x top #65a9c4;
	overflow: hidden;
}

#wrapper {
	position: relative;
	bottom: 0;
	width: 100%;
}

#fav {
	background-color: #3e3e3e;
	background-image: url(../images/bg_fav.jpg);
	background-repeat: repeat-x;
	height: 150px;
	clear: both;
}

#footer {
	background-image: url(../images/bg_meta.jpg);
	background-repeat: repeat-x;
	height: 50px;
	text-align: center;
	clear: both;
}

.object {
	margin: 10px 0 25px;
	height: 200px;
}

/********************* menu **********************/
ul#mainnav {
	margin: 0;
	padding: 0;
	float: right;
	list-style-type: none;
}

ul#mainnav li {
	padding-left: 40px;
	font-size: 16px;
	float: left;
	font-weight: bold;
}

ul#mainnav li a {
	margin: 0;
	padding: 10px 0 10px 0;
	display: block;
	color: #d4eacf;
	text-decoration:none;
}

ul#mainnav li a:hover{
	margin: 0;
	padding: 10px 0 10px 0;
	background-image: url(../images/nav_select.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #0e6936;
	text-decoration:none;
}

ul#mainnav li a.current_page {
	background-image: url(../images/nav_select.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	color: #0e6936;
}

/********************* images **********************/

img {
	border: none;
}

.logo {
	margin: 49px 0 0 20px;
	width: 189px;
	height: 40px;
	border: none;
}

.title {
	margin: 60px 0 0 150px;
}

.web_lightbox a {
	margin: 0 30px 0 0;
	padding: 0;
	height: 180px;
	width: 240px;
	display: block;
	border: 5px solid #ffffff;
	float: left;
	overflow: hidden;
}

.web_lightbox a:hover, .print_lightbox a:hover {
	border: 5px solid #abd7e9;
}

.print_lightbox a {
	margin: 0 30px 0 0;
	padding: 0;
	height: 170px;
	width: 240px;
	display: block;
	border: 5px solid #ffffff;
	float: left;
	overflow: hidden;
}

.portret {
	width: 200px;
	height: 200px;
	border: 5px solid #1e6985;
	margin: 0 0 10px 0;
}

/********************* interest **********************/
#fav .interest {
	width: 240px;
	float: left;
}

#fav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#fav ul li {
	line-height: 20px;
}

#fav a {
	padding: 0;
	
	color: #cbcbcb;
	text-decoration: underline;
	font-size: 11px;	
}

#fav a:hover {
	padding: 0;
	color: #e9e9e9;
	text-decoration: none;
}

#fav a.thumblink {
	margin: 0 10px 10px 0;
}

/********************* text **********************/
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

h1.title_portfolio {
	text-decoration: underline;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}

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

h4 {
	margin: 25px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff
}

h4.title_customer {
	margin: 0 0 0 30px;
}

p {
	padding: 5px 0 5px;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}


p a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

p a:hover {
	color: #e3f7ff;
	text-decoration: none
}

ul.about {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
}

ul.about li {
	margin: 3px 0 3px 0;
	padding: 3px 0 0 0;
}

ul.about li a {
	margin: 0;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

ul.about li a:hover {
	color: #e3f7ff;
	text-decoration: none
}

ul.about li ul {
	margin: 3px 0 0 0;
	padding: 0 0 0 15px;
}

#main_bottom_bg p {
	margin: 0;
	font-size: 12px;
	line-height: 160%;
}

p.meta {
	margin: 0;
	padding-top: 20px;
	text-align: center;
	color: #919191;
	font-size: 11px;
	font-weight: normal;
}

p.meta a {
	color: #919191;
	text-decoration: none;
}

p.meta a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/********************* contactformulier **********************/
table {
	margin: 20px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

input {
	margin-bottom: 5px;
	border: 1px solid #4888a1;
	text-indent: 2px;
	background: #ffffff;
}

textarea {
	border: 1px solid #4888a1;
	text-indent: 2px;
}

input.submit {
	margin-top: 5px;
	border: 1px solid #4888a1;
	text-indent: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0c526d;
	background-color: #d3eef9;
}

/********************* Twitter Feed **********************/
#twitter {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	width: 200px;
	float: right;
	border-left: 1px solid #b3dff0;
}

h1.twitter_logo {
	padding: 5px 0 0 35px;
	height: 30px;
	background: url(../images/twitter.jpg) no-repeat;
	font-size: 16px;
	
}

#twitter a {
	text-decoration: none;
	border: none;
}

#tweet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	float: right;	
}

#tweet ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tweet ul li {
	text-align: left;
	font-style: italic;	
}

#tweet ul li a {
	color: #bddfec;
}


