/* CSS WEBSITE*/
body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:10px;
	letter-spacing:1px;
	margin:0px;
	color:#003366;
	background-image:url(../images/header_repeat_top.jpg);
	background-repeat:repeat-x;
	background-position:0px 0px;
	background-color:#FF7F00;
}

a {
	color:#996633;
}

a:hover, .active {
	color:#999966;
}

.error {
	color:#faf701;
}
hr {
margin-top:-7px;
color:#6276b6;
border:1px solid #6276b6;
}
p img {
padding-left:0px;
}

 /* HEADER ITEMS */
#header {
	height:300px;
}
#page_title {
	margin-top:-20px;
	margin-bottom:25px;
	}
.content #page_title {
	margin-left:0px;
	margin-top:0px;
	}
#header_block {
width:670px;
height:170px;
display:block;
position:relative;
margin-left:158px;
margin-top:-232px;
}

#photoalbum {
float:left;
margin-right:7px;
}

 /* MENU ITEMS */
#menu {
	background-color:#FF7F00;
	min-height:40px;
	width:335px;
}

#menu a {	
	color:#003366;
	margin:3px;
	text-decoration:none;
	text-transform:uppercase;
}
#menu a:hover {
	color:#6276b6;
}

#menu .amenu_active  {	
	color:#6276b6;
}

#submenu {
margin-left:20px;
margin-top:-5px;
width:270px;
}

#submenu a {	
	color:white;
	line-height:2;
	margin:6px;
	text-decoration:none;
	float:none;
}
#submenu a:hover {	
	color:#6276b6;
}
#submenu .amenu_active {	
	color:#6276b6;
}


 /* CONTENT ITEMS */

#content_text {
	background-image:url(../images/left_bg.gif);
	background-repeat:repeat-y;
	font-size:12px;
	line-height:18px;
	letter-spacing:1px;
	float:left;
	min-height:400px;
	padding-left:390px;
}
#content_text .content {
	float:left;
	position:relative;
	margin-bottom:-10px;
	margin-top:-15px;
	margin-right:100px;
}
#content_text .block {
width:210px;
height:220px;
float:left;
margin:20px;
margin-left:0px;
padding:5px;
background-color:#FFCD6F;
color:#FF7F00;
font-weight:bold;
display:block;
overflow:hidden;
}
.block img {
margin-top:-20px;
margin-left:-5px;
padding:0px;
}

.block h4 {
font-size:12px;
color:#003366;
}

.block a {
width:200;
height:20px;
display:block;
color:#003366;
background-color:#FF7F00;
text-decoration:none;
padding:10px;
text-align:center;
}
.block a:hover {
background-color:#6276b6;
color:#FFFFFF;
}

#flash_object {
margin-left:-15px;
margin-top:5px;
position:absolute;}




/* QUOTES ITEMS */
#quote_display {
font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:285px;
	left:390px;
	color:#FF7F00;	
	width:700px;
	font-size:14px;
	letter-spacing:1px;
	line-height:18px;
}
#quote_display .quote {
	display:none;
	margin-left:0px;
	color:#FF7F00;
	text-decoration:none;
	padding-bottom:6px;
}

.quoteIE {
font-family:Georgia, "Times New Roman", Times, serif;
	display:none;
	color:#FFCD6F;
	text-decoration:none;
	padding-bottom:6px;
}
.quote_ani_final {
	display:block;
	margin-left:30px;
	color:#FFCD6F;
	text-decoration:none;
	padding-bottom:6px;
}





 /* TEXT STYLE ITEMS */
h1 {
	font-size:18px;
	color:#FFCD6F;
}

h2 {
	font-size:14px;
}

h3 {
	font-size:12px;
}

h4 {
	font-size:12px;
	text-transform:uppercase;
}

h5 {
	font-size:12px;
	font-style:italic;
}


 /* LIST ITEMS */
#content_center ul a{
	color:#000000;
}

#content_center ul a:hover{
	font-weight:bold;
	color:#000000;
}

#content_center li a{
	color:#000000;
}

#content_center li a:hover{
	color:#333333;
}


 /* TABULAR DATA ITEMS */
table {
	font-size:10px;
	color:#000000;
}

table th{
	font-size:10px;
	font-weight:normal;
}

table.tabular_data .odd {
	background-color:#999999;	
}

table.tabular_data .even {
	background-color:#333333;	
}


 /* FORM ITEMS */
form {
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
input {
	margin:2px;
	background-color:#FFCD6F;
	border:0px;
	color:#0b6bb5;
	padding-left:5px;
	width:220px;
}
.form_textarea {
	margin:2px;
	background-color:#FFCD6F;
	border:0px;
	color:#0b6bb5;
	padding-left:5px;
	width:220px;
	height:180px;
}
input.text {
	padding-left:3px;
	height:20px;
	font-size:9px;
	
}
input.form_submit {
	background-color:#6276b6;
	height:18px;
	font-size:10px;
	text-transform:uppercase;
	color:#FFFFFF;
	width:225px;
	cursor:pointer;
}
input.form_submit:hover {
	cursor:hand;
	color:#00899e;
	background-color:#FFCD6F;
}
input.invert {
	background-color:#00899e;
	color:white;
		cursor:hand;
}
input.invert:hover {
	background-color:#9ad4dd;
	color:#00899e;
		cursor:hand;
}


 /* FOOTER ITEMS */
#footer {
	border-left:335px solid #6276b6;
	border-top:1px solid #6276b6;
	height:25px;
	clear:both;
	color:#fff;
	padding-top:5px;
	
}

#footer span {
	color:#6276b6;
}

#footer a {
	margin-left:5px;
	margin-right:5px;
	color:white;
	text-decoration:none;
}

#footer a:hover {
	color:#6276b6;
}


/* general */

.articles_article_title a, .articles_article_title {
	
}
.articles_article_title a:hover {
	
}
#articles_article_details .articles_article_title {
	
}
/* articles menu */

.articlesmenu_level_0 {


}
.articlesmenu_level_1 {

}
.articlesmenu_level_2 {

}
.articlesmenu_level_3 {

}
#articles_menu {
	color:white;
	line-height:2;
	text-decoration:none;
	margin-top:-15px;
	margin-left:-50px;
	display:block;
	height:100px;
	
	
}
.articlesmenu_mainitem {
	color: #FFf;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding-left:25px;
	
}
.articlesmenu_mainitem:hover{
	color:#5475c8;
	background-color:#FFCD6F;
	background:url(../images/bt_bg_over.jpg);
	background-repeat:no-repeat;
}
.articlesmenu_active {
	color:#fff;
}

#articles_menu li {
width:220px;
height:24px;
float:left;
margin:10px;
display:block;
color:#FF7F00;
font-weight:bold;
background-color:#5475c8;
background:url(../images/bt_bg.jpg);
background-repeat:no-repeat;
}
#articles_menu ul{
		display:none;
}
a.articlesmenu_link_to_article {
		display:none;
}
a.articlesmenu_link_to_article:hover {
	color:#ffc146;
}

/* etc... unlimited levels */
.articlesmenu_active {

}

/* articles article overview */
.articles_article {
	float:left;
	
}
.articles_article_author {

}
.articles_article_photo {
	float:left;
	margin-right:13px;
	margin-bottom:10px;
	display:block;
	overflow:hidden;
	width:150px;
	height:100px;
}
.articles_article_summary {

}

/* articles article details */
#articles_article_details {
position:relative;

}
.articles_article_photos {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
.articles_article_photos a {
	display:block;
}
.articles_article_description {
margin-left:160px;
}
.articles_article_description p img {
margin-right:5px;
margin-bottom:15px;
float:left;
}
.overview {
	position:relative;
	background:url(../images/_overview_bg.jpg) no-repeat;
	padding-top:10px;
	color:#0b6bb5;
	font-size:12px;
	height:164px;
	width:724px;
	margin-top:20px;
	margin-bottom:10px;
}
.overview_prijs {
		position:absolute;
		top:3px;
		right:296px;
		display:block;
		background:url(../images/_offerte.png) no-repeat;
		width:129px;
		height:19px;
		padding-left:9px;
		padding-top:6px;
		text-decoration:none;
		font-size:18px;
		font-weight:bold;
		color:#faf2aa;
		display:none;
}
.overview_photo {
	margin-left:10px;
	float:left;
	width:119px;
	height:154px;
	overflow:hidden;
}
.overview_text {
	display:block;
	width:560px;
	height:132px;
	padding-top:28px;
	overflow:hidden;
	color:#210c60;
	font-size:12px;
	line-height:14px;
}
a.overview_title {
	position:absolute;
	height:164px;
	width:570px;
	top:0;
	left:0;
	padding-left:129px;
	padding-right:25px;
	padding-top:10px;
	color:#0b6bb5;
	font-size:20px;
	margin-bottom:10px;
	text-decoration:none;
	line-height:18px;
}
.overview_text p {
	margin:0;
}
a.overview_link {
	color:#210c60;
	display:block;
	margin-top:5px;
}
.overview_photo img {
	float:left;
	margin-right:8px;
}

.detail {
	position:relative;
	background-image:url(../images/_detail_bg.jpg);
	background-repeat: no-repeat;
	background-color:#ffcd6f;
	margin-top:20px;
	margin-bottom:10px;
	padding-top:34px;
	color:#0b6bb5;
	font-size:12px;
	width:724px;
	min-height:343px;
}
.detail_back {
	display:block;
	position:absolute;
	top:4px;
	left:45px;
}
.detail_back a {
	text-decoration:none;
	color:#faf2aa;
	font-size:18px;
}
.detail_text {
	width:704px;
	padding-left:10px;
	position:relative;
	min-height:334px;
}
.detail_text p {
}
.detail_photo {
	display:none;
}
.detail_details {
	display:block;
	color:#db8e04;
	line-height:14px;
	margin-left:417px;
	margin-top:10px;
	margin-bottom:10px;
	width:266px;
	min-height:120px;
	padding:10px;
	background-color:#ffcd6f;
	display:none;
}
	.prijs {
		font-size:24px;
		margin-bottom:15px;
			display:none;
	}
	.offerte {
		display:block;
		margin-left:131px;
		background:url(../images/_offerte.png) no-repeat;
		width:129px;
		height:19px;
		padding-left:9px;
		padding-top:6px;
		text-decoration:none;
		font-size:14px;
		font-weight:bold;
		color:#faf2aa;
	}
.detail_title {
	color:#0b6bb5;
	font-size:20px;
	margin-bottom:10px;
}
.detail_clear {
	display:block;
	clear:both;
	width:724px;
	height:11px;
	background:url(../images/_detail_clear_bg.jpg) no-repeat;
}
.items_item {
	background-image:url(../images/_item_bg.jpg);
	background-repeat: no-repeat;
	background-color:#faf2aa;
	margin-top:30px;
	padding-top:34px;
	color:#210c60;
	font-size:12px;
	width:724px;
	min-height:200px;
}
.item_title {
	padding-left:10px;
	color:#210c60;
	font-size:20px;
	margin-bottom:10px;
	line-height:20px;
}
.item_photos {
	float:left;
	padding:10px;
	padding-top:0;
	position:relative;
}
.item_photos a {
	position:absolute;
	height:150px !important;
	width:200px !important;
	display:block !important;
	z-index:100;
}
.item_photos img {
	border:0;
}
.stripTransmitter {
	display:none;
}
#item_description {
	width:704px;
	padding-left:10px;
	padding-right:10px;
	position:relative;
	min-height:200px;
	padding-bottom:10px;
	background:url(../images/_detail_clear_bg.jpg) no-repeat;
	background-position:left bottom;
}

