/*#############################################################
Name: tenten Krekels
Date: 03-02-2007
Description: Template

#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #b30838;
}
a:hover {
	color: #b30838;
}
body {
	background: #D6D8DC ;
	color:#444;
	font: normal 62.5% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em Verdana,sans-serif;
}
p,cite,code,ul {
	font-size: 12px;
	padding-bottom: 1.2em;
	text-align: left;
	color: #666;
	font-style: normal;
}
h1 {
	font-size: 14px;
	margin-bottom: 4px;

}
h4 {
	font-size: 12px;
	color: #b30838;
	margin-bottom: 4px;
}

code {
	border-left: 4px solid #A51D31;
	color: #555;
	font: normal 1.2em Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	padding: 8px 10px;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px solid #F0F0F0;
	background-image: url(Afbeeldingen/template/bgcode.gif);



}
cite {
	color: #666;
	display: block;
	font: normal 1.3em Verdana,serif;
	padding-left: 28px;
	background-repeat: no-repeat;
}
h1,h2 {
	color: #b30838;
	padding-top: 6px;
	letter-spacing: 0.2em;
	font-size: 14px;
	text-align: left;

}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	letter-spacing: 0.1em;
	font-size: 13px;
	color: #b30838;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 6px;
	letter-spacing: 0.1em;
	font-size: 10px;
	color: #b30838;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	padding-bottom: 6px;
	width: 955px;
	background-image:url(Afbeeldingen/template/bgcontainer.gif);
	background-repeat: repeat-y;
}
.header {
	background-repeat: repeat-x;
	background-image: url(Afbeeldingen/template/header_new.jpg);
}

/* title */
.title h1 {
	color: #FFF;
	font: normal 3em/100px Verdana, sans-serif;
	height: 100px;
	margin-bottom: 8px;
	text-align: center;
}

/* navigation */
.navigation {
	margin-bottom: 4px;
}
.navigation a {
	background-color: #4A91C3;
	color: #FFF;
	float: left;
	font: bold 1.2em Verdana,sans-serif;
	padding: 8px 0;
	width: 19%;
	border-right: 1px solid #FFF;
	//text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #000;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}

/* main left */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: #EEE;
	border: 1px solid #E4E4E4;
	background-color:#EEE;
	float: left;
	width: 200px;
}
.sidenav h1 {
	color: #b30838;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
	background-color:#DDDDDD;
	background-repeat: repeat-x;
	border-top-width: 0.1px;
	border-top-style: solid;
	border-top-color: #FAFAFA;
	text-align: left;
}
.sidenav li {
	border: 1px solid #FAFAFA;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #333333;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #b30838;
	text-align: left;
}
/*Reginald*/
.sidenav  a.active {
	color: #b30838;
}
.sidenav ul.menucontents li a {
	margin-left:15px;
}
.sidenav .menuheaders  {
	list-style: none;
	margin: 0;
}
.sidenav .menuheaders a {
	color: #333333;
	display: block;
	font-size: 0.9em;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 14px;
}

/* content */
.content {
	float: right;
	width: 700px;
	background-repeat: no-repeat;


}
.content .item {
	padding: 6px 10px;
	border: 1px solid #E4E4E4;
	margin-bottom: 6px;
	font-size: x-large;
	color: #C80838;
	font-weight: bold;
	text-align: center;

}
.content .descr {
	color: #333;
	margin-bottom: 6px;
}
.content li {
	margin-left: 18px;
	list-style-image: url(Afbeeldingen/template/li.gif);
}

/* search form */
form {
	padding: 0 0 6px 8px;
	font-size: 1.2em;

}
.styled {
	border: 1px solid #DDD;
	padding: 4px;
}
.button {
	border: none;
	height: 27px;
	width: 27px;
	clip:   rect(auto auto auto auto);
	vertical-align: text-bottom;
	text-align: left;
	background-image: url(Afbeeldingen/template/search.gif);
	background-repeat: no-repeat;
	background-position: right center;

}

/* footer */
.footer {
	border: 1px solid #DFDFDF;
	color:#FFF;
	font-size: 0.9em;
	margin: auto;
	text-align: center;
	padding: 4px;
	width: 910px;
	background-color:#B30838;
}
.footer a {
	color: #C3C3C3;
	text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
dd.stretcher {
			width: 480px;
			padding: 10px;
}
table {
	font-size: 12px;
}
.Tabel_afmetingen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.navigatie_boven {
	background-color: #DCDCDC;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: auto;
}
.number_one_Europe {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #b30838;
}
.inhoud {
	float: right;
	width: 475px;
}
.inhoud .item {
	border: 1px solid #EEE;
}

.menu {
	float: right;
	width: 220px;
	height: auto;
}
.container .main .content .item table tr td p strong {
	color: #333;
}
#testimonials {
	border: 1px dotted #C80838;
	font-style: italic;
}
.sitemap_title {
	border-right-style: double;
	border-right-color: #B30838;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #B30838;
	height: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-transform: uppercase;
	background-color: #EEEEEE;
}

.sitemap_content {
	padding-bottom: 10px;
	padding-top: 5px;	

}


.sitemap_content a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #444;	
}

.sitemap_content a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #444;	
}

.sitemap_content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color: #B30838;
}
.container .main .content .item table tr td table tr td .style6 strong {
	text-align: center;
}
.container .main .inhoud tr td h3 strong {
	font-weight: bold;
	font-size: 18px;
}
.container .main .inhoud tr td strong {
	font-size: 24%;
}
.container .main .inhoud tr td strong {
	font-weight: bold;
	font-size: 11px;
	color: #333;
}
.container .main .inhoud tr td h3 strong {
	font-weight: bold;
}
.container .main .inhoud tr td h3 strong {
	font-size: 36px;
}
h3 {
	color: #F00;

}
.container .main .inhoud tr td h2 {
	font-size: 36%;
}
.container .main .inhoud tr td h1 {
	color: #B30838;
}
.container .main .inhoud .item table tr td table tr td h4 span strong u {
	color: #B30838;
}
.container .main .inhoud .item table tr td table tr td h4 u {
	color: #B30838;
}
.container .main .inhoud .item table tr td table tr td .container u {
	color: #B30838;
}
.container .main .inhoud .item table tr td h4 u {
	color: #B30838;
}

