@IMPORT url('form.css');

html, body {
	height: 100%;
	margin:0px;
	padding: 0px;
}

body, tr, td {
	font-size:12px;
	font-family:arial;
	text-decoration:none;
	font-weight:normal;
	color:#000;
}
/** MAIN LAYOUT **/

#container {
	position: relative;
	left: 50%;
	width: 1000px;
	height: auto;
	margin-left: -500px;
}

#top {
	width: 1000px;
	height: 50px;
	background: url(../img/top.jpg) no-repeat top;
}

#topMenu {
	margin-left: 20px;
}

	#topMenu a {
		float: left;
		display: block;
		line-height: 44px;
		text-align: center;
		color: white;
		font-weight: bold;
		text-decoration: none;
		margin-left: 10px;
		margin-right: 10px;
	}

#logo {
	float: left;
	width: 402px;
	height: 241px;
	background: url(../img/logo.jpg) no-repeat;
	cursor: pointer;
}

#showcase {
	float: right;
	width: 598px;
	height: 241px;
	background: white;
}

#left {
	float: left;
	width: 229px;
}

	#navigatie {
		background: url(../img/navigatie_background.jpg) repeat-y;
	}

	#navigatie ul {
		list-style: none;
		width: 197px;
		padding: 0px;
		margin: 0px 0px 0px 18px;;
	}

		#navigatie ul li {
			height: 30px;
			border-bottom: solid #cdcdcd 1px;
		}
		
			#navigatie ul li a {
				display: block;
				line-height: 30px;
				color: #656565;
				text-decoration: none;
				font-weight: bold;
			}
			
				#navigatie ul li a img {
					vertical-align: middle;
				}

#content {
	float: right;
	width: 764px;
	height: auto;
	margin-right: 5px;
	border: solid #cdcdcd 1px;
}

	#content #textField  {
		width: 724px;
		margin: 20px;
		text-align: justify;
	}
	
		#content #textField p {
			text-align: justify;
		}

#footer {
	clear: both;
	width: 1000px;
	height: 49px;
	background: url(../img/footer.jpg) no-repeat;
	vertical-align:top;
}

	#footer #textField {
		margin-left: 20px;
		padding-top:10px;
		color: white;	
	}
	#footerlogo
	{
		float:right;	
		width:120px;
		height:40px;
	}

/** OLD CSS **/

#mainTable
{
	width:100%;
}
#leftCell
{

}
#midCell
{
	width:770px;
	vertical-align:top;
}
#menuCell
{
	vertical-align:top;
	width:200px;
}
#contentCell
{
	vertical-align:top;
	width:570px;
}

#content h1
{
	font-size:14px;	
}
#content h2, h3, h4
{
	font-size:12px;	
}


#breadcrumbs h1, h2, h3
{
	font-size:11px;
	padding:0;
	margin:0;
	display:inline;
}




#rightCell
{

}





/**	 FORMS **/

input {
	font-size:11px;
	color:#666666;
}
input.submit{
	font-size:11px;

}
textarea{

	font-weight:normal;
	font-family:verdana,arial;
	font-size:11px;
	color:#666666;
}

.trans{
	border:0px;
}


/**	 LINKS **/


a{
	text-decoration:underline;
	color: #000;
}

a:hover{
	color:#ff0000;
	text-decoration:none;
}


/**	 MENU **/
.hoofd
{
	height:20px;
}
.hoofd2
{

}
a.menu{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.menu:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.menu_actief{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.menu_actief:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.sub
{
	width:140px;
	height:18px;
}
.sub2
{

}
a.subbiemenu{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.subbiemenu:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.submenu_actief{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.submenu_actief:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
.intern
{

}.intern2
{

}
a.intmenu{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.intmenu:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.intmenu_actief{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
a.intmenu_actief:hover{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

/* Horizontaal Menu */

div#head_navigation {

	width: 100%;
	clear: both;
	border-left: #CCCCCC solid 1px;
	border-right: #CCCCCC solid 1px;
	border-top: #CCCCCC solid 1px;
	background-color: #F3F3F3;
}

ul#headmenu {
	
	margin: 0;
	padding: 0;
	width: 100%;
	height: 23px;
}

li.headmenu {
	
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

li.headmenu a {
	
	display: block;
	padding: 5px 10px 5px 10px;
	border-right: #CCCCCC solid 1px;
	background-color: #F3F3F3;
}

a.secure {

	color: red;
}

li.headmenu a:hover {
	
	display: block;
	padding: 5px 10px 5px 10px;
	border-right: #CCCCCC solid 1px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

div#sub_navigation {

	width: 100%;
	clear: both;
	border: #CCCCCC solid 1px;
	background-color: #F3F3F3;
	height: 23px;
}

ul.submenu {
	
	margin: 0;
	padding: 0;
	width: 100%;
	display: none;
}

li.submenu {
	
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}

li.submenu a {
	
	display: block;
	padding: 5px 10px 5px 10px;
	border-right: #CCCCCC solid 1px;
	background-color: #F3F3F3;
}

li.submenu a:hover {
	
	display: block;
	padding: 5px 10px 5px 10px;
	border-right: #CCCCCC solid 1px;
	background-color: #CCCCCC;
	color: #FFFFFF;
}

/* Einde Horizontaal Menu */


ul.lnieuws{
	margin-left:3px;
}


/**	 TELLAFRIEND **/


#show_tellafriend
{
	display: none;
}
#display_tellafriend
{
	display: block;
}



/**	 PROJECTEN **/
.projectkop
{
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #666666;
}
.projectkopLink
{
	font-weight:bold;
	color:#000000;
	border-bottom:1px solid #666666;
	text-align:right;
}
.projectLink
{
	font-weight:bold;
	color:#000000;
	text-align:right;
}
.projectThumb
{
	border:2px solid #666666;
}

#deafbeelding
{
	border:2px solid #666666;
}



/** CONTACFORM **/

.contactFieldset
{
	color:#666;
}
.contactLegend
{
	font-weight:bold;
	font-size:10px;
	color:#666;
}




/** GASTENBOEK **/
.gastPost
{
	color:#666;
}
.gastInfo
{
	font-weight:bold;
	font-size:10px;
	color:#666;
	
}
.gast{
	width:10px;
	font-weight:bold;
	padding:2px;
}
.gastactief{
	color:#000000;
	font-weight:bold;
	padding:2px;
}
.gastTable
{
	width:100%;
}
.gastHeadTable
{
	width:100%;
	border-bottom:1px solid #333333;
}
.gastHead
{
	color:#333;
	font-weight:bold;
	text-align:left;
}
.gastHeadTime
{
	width:120px;
}
.gastHeadName
{

}
.gastHeadIcons
{
	width:100px;
	text-align:right;
}
.gastContent
{
	text-align:left;
	vertical-align:top;
	width:100%;
	padding:2px;
}
.gastReactie
{
	padding-left:3px;
	padding-right:3px;
	border-left:1px solid #6f6f6f;
	color: #2d2d2d;
	vertical-align:top;
}




/** SMOELENBOEK **/
.smoelenboekTitle
{
	font-weight:bold;
}
.smoelenboekPicture
{
	width:110px;
	float:left;
}
	.smoelenboekPicture img
	{
		border:2px solid #d95936;
	}
.smoelenboekDescription
{
	float:left;
}
.smoelenboekLink
{
	float:right;
}
	/* SmoelenboekItem */
	
	#smoelenboekItemPicture
	{
		width:200px;
		float:left;
	}
		#smoelenboekItemPicture img
		{
			border:2px solid #d95936;
		}
	#smoelenboekItemDescription
	{
		float:left;
	}






/** INLOGGEN MODULE **/
#loginButton
{

}
/** NIEUWSBRIEF MODULE **/
#mailingButton
{

}



/**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**//**NIEUWS**/

.newsTitle
{
	font-weight:bold;
	vertical-align:top;
}	
.newsDate
{
	font-weight:bold;
	vertical-align:top;
	text-align:right;
}
.newsLink
{
	text-align:right;
}
.newsLine
{
	border-top:1px solid #333;
}
.newsContent
{
	line-height:20px;
}
#newsBericht
{
	border-bottom:1px solid #f1a400;
	padding-top:10px;
	line-height:20px;
	padding-bottom:40px;
}	
.newsReageerHeader
{
	color:#28418d;
	font-weight:bold;
}
.newsReageerSpacer
{
	height:30px;
}
#newsReageerTable
{
	border:0px solid #dbf0f9;
}
.newsReageerKop
{
	font-weight:bold;
	color:#28418d;
}
#newsReageerOpslaan
{
	text-align:right;
}
.newsReageerText
{
	width:200px;
	height:100px;
}
.newsReageerNaam
{
	font-size:xx-small;
	color:#28418d;
	border-bottom:1px solid #E7E6FF;
	padding-bottom:3px;

}
.newsReageerReactieDH
{
	padding-left:30px;
}


iframe#payment
{
	width: 100%;
	border-width: 0px;
	height: 45em;
}

div.mailingError {
	width: 99%;
	background-color: red;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 0;
	margin: 5px 2px;
}

div.mailingError p {

	margin: 3px;
}

div.mailingMelding {
	width: 99%;
	background-color: #EBEBEB;
	color: #333333;
	font-weight: bold;
	padding: 5px 0;
	margin: 5px 2px;
}

div.mailingMelding p {

	margin: 3px;
}

h1.mailing {
	font-size: 14px;
}

/** WEBSHOP LIST **/

div.product_holder {
	width: 200px;
	height: 300px;
	float: left;
	margin: 5px;
}

div.product_name {
	font-weight: bold;
	padding: 0px;
	margin-bottom: 2px;
	background-color: #4579cf;
	border: #478fb1 solid 1px;
	width: 200px;
	height: 23px;
	overflow: hidden;
}
div.image_holder {
	border: #478fb1 solid 1px;
}

div.image_holder img {
	border: none;
}

div.product_img {
	border: #478fb1 solid 1px;
	width: 200px;
	height: 150px;
	overflow: hidden;
}

div.product_img img {
	border: #478fb1 solid 0px;
	width: 200px;
}

div.product_img_not {
	height: 150px;
}

div.product_intro {

	margin-top: 2px;
	background-color: #4579cf;
	border: #478fb1 solid 1px;
	width: 200px;
	height: 70px;
	overflow: hidden;
}

div.product_price {
	width: 60%;
	float: left;
	font-weight: bold;
	text-decoration: underline;
	font-size: 10px;
}

div.product_more {
	width: 40%;
	float: right;
	text-align: right;
}

div.product_more a {
	
	font-size: 10px;	
	position: relative;
	top: 3px;
}

div.product_extra_holder {
	background-color: #4579cf;
	border: #478fb1 solid 1px;
	height: 18px;
}

/* WEBSHOP PRODUCT */


div#product_holder {
	width: 100%;
	margin-top: 10px;

}

div#product_holder input {margin: 0px;}

div#product_name {
	padding: 2px;
	background-color: #4579cf;
	border: #478fb1 solid 1px;
	margin-bottom: 2px;
}

div#product_content {
	padding: 2px;
	border: #478fb1 solid 1px;
}

div#product_extra_holder {
	padding: 2px;
	margin-top: 2px;
	background-color: #4579cf;
	border: #478fb1 solid 1px;
	height: 22px;
}

div.product_extra_holder {
	padding: 2px;
	margin-top: 10px;
	background-color: #4579cf;
	border: #478fb1 solid 1px;
	height: 22px;
}

div#product_price {
	margin-top: 4px;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 100%;
}

div.product_price {
	width: 20%;
	margin-top: 4px;
	font-weight: bold;
	float: left;
	text-align: left;
}


div#product_order {
	width:80%;
	float: right;
	text-align: right;
}

/* WEBSHOP SHOPPINGCART */

tr.result {background-color: #EFEFEF;}

td.total {
	background-color: #999999;
	color: #FFFFFF;
}

tr.total {
	background-color: #999999;
	color: #FFFFFF;
}

/* WEBSHOP CATEGORIES */

div.categorie_holder {
	float: left;
	margin: 5px;
	
}

div.categorie_name {
	border: #478fb1 solid 1px;
	background-color: #4579cf;
	margin-bottom: 2px;
	font-weight: bold;
	width: 200px;
}

div.categorie_img {
	background-color: #FFFFFF;
	border: #478fb1 solid 1px;
	width: 200px;
	height: 150px;
	overflow: hidden;
}

div.categorie_more {
	border: #478fb1 solid 1px;
	background-color: #4579cf;
	margin-top: 2px;
	width: 200px;
	text-align: center;
}

.hoofd2_1 a {

	color: #FFFFFF;
	text-decoration: none;
}

.hoofd2_1 a:hover {

	color: #333333;
}

.sub2_1 a {

	color: #FFFFFF;
	text-decoration: none;
}

.sub2_1 a:hover {

	color: #333333;
}