html, body
{
	height: 100%;
  	margin: 0px;
    padding: 0px;
   	background-color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
	width: 100%;
	font-size: 12px;
    font-weight: normal;
}

body
{	
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}

.mceContentBody /* tinymce editor bg fix */
{	
	padding: 0px;
	border: 0px;   	
	margin: 0px;
	background-color: #8F8F8F;
	background-image: none;
}

a
{
	text-decoration: none;
	color: #FFFFFF;
}

a:hover
{
	color: #ae0808;
}

img
{
    border: none;
}

#wrapper
{
	position: relative;
	width: 840px;
	margin: 0px auto;
	min-height: 100%;
    height: auto !important;
    height: 100%;
    background-image: url(../images/bg_content.png);
	background-repeat: no-repeat;
}

#star
{
	position: absolute;
	top: 0px;
	left: 40px;
}

#header
{
	text-align: right;
	text-transform: uppercase;
	padding: 0px 40px 0px 0px;
	margin: 0px;
	line-height: 28px;
	height: 130px;
}

#communicatie
{
	color: #636466;
	font-size: 28px;
	padding: 30px 0px 0px 0px;
	margin: 0px;
}

#wijOok
{
	font-size: 44px;
	color: #000000;
	padding: 0px;
	margin: 0px;
}

#titel_communicatie
{
	font-size: 44px;
	color: #000000;
	padding: 15px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
    font-family: Impact;
}

#titel_dieblijft
{
	font-size: 32px;
	color: #000000;
	padding: 0px;
	margin: 0px 35px 7px 0px;
	font-weight: bold;
    font-family: Impact;
}

#titel_hangen
{
	font-size: 44px;
	color: #000000;
	padding: 0px;
	margin: 0px 35px 0px 0px;
	font-weight: bold;
    font-family: Impact;
}

#content
{
	float: right;
	width: 500px;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}

#right
{
	text-align: right;
	padding: 0px 40px 20px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
	height: 460px;
	background-image: url(../images/bg_text.png);
	background-repeat: no-repeat;
}

#list
{
	text-align: justify;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px 40px 50px 0px;
	height: 220px;
}

#contactform
{
	padding: 0px 40px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	line-height: 21px;
}

#header_cdbh
{    
	background-image: url(../images/headerarrow.png);
	background-repeat: no-repeat;
	height: 130px;
}

#footer
{
    height: 20px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding: 0px 40px 0px 0px;
	margin: 0px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#footer a
{
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover
{
	color: #ae0808;
}

#link_webnet4u
{
    display: block;
    height: 105px;
    width: 100%;
}

#link_tastetheconcept
{
    display: block;
    height: 180px;
    width: 100%;
}

.bold14
{
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

.bold18
{
	font-weight: bold;
	font-size: 18px;	
	font-style: italic;
}

.clearBoth
{
	clear: both;
}

/**** contact formulier ****/

#table_contact
{
    margin: 0px 40px 0px 0px;
    padding: 0px;
    width: 310px;
    float: right;
}

#table_contact td
{
    text-align: right;
    margin: 0px;
    padding: 10px 0px 0px 0px;    
}

#table_contact em
{
    font-style: normal;
}

#table_contact input
{
    margin-top: 2px;
}

.ContactError
{
    width: 392px;
    padding: 4px;
    font-weight: bold;
    border: solid 1px #FF0000;
    background-color: #FFCFCF;
    color: #FF0000;
    margin: 0px 0px 0px 20px;
    text-align: center;
}

.ContactOk
{
    width: 392px;
    padding: 4px;
    margin: 0px;
    font-weight: bold;
    border: solid 1px #007F11;
    background-color: #C4FFBF;
    color: #007F11;
    margin: 0px 0px 0px 20px;
    text-align: center;
}

.textLink
{
    color: #9C9B86;
}

.textLink:hover
{
    text-decoration: none;
}

.Messages
{
    margin-left: 20px;
    margin-top: 10px;
}

.frame
{
    border: 1px solid #9C9B86;
}

/* textboxes */

.TextBoxLarge
{
    width: 300px;
    height: 16px;
    border: solid 1px #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
    padding: 0px 0px 0px 4px;
    border-style: dashed;
}

.TextBoxLargeError
{
    width: 300px;
    height: 16px;
    border: solid 1px #FF0000;
    background-color: #FFCFCF;
}

.TextBoxSmall
{
    width: 75px;
    border: solid 1px #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
    padding: 0px 0px 0px 4px;
    border-style: dashed;
}

.TextBoxSmallError
{
    width: 75px;
    border: solid 1px #FF0000;
    background-color: #FFCFCF;
}

.TextBoxMultiline
{
    width: 300px;
    height: 154px;
    border: solid 1px #FFFFFF;
    background-color: #000000;
    color: #FFFFFF;
    padding: 4px 0px 0px 4px;
    border-style: dashed;
}

.TextBoxMultilineError
{
    width: 300px;
    height: 154px;
    border: solid 1px #FF0000;
    background-color: #FFCFCF;
}