@charset "utf-8";
/* CSS Document */
#header {

}
#container {
	width: 960px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #CEEBAD;
}

#header .headertoprow a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #840000;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top;
}
#header .headerbottomrow img {
	text-decoration: none;
	border: thin solid #CEEBAD;
	margin-top: 5px;
	margin-bottom: 5px;
}
.headerleft {
	height: 190px;
	width: 241px;
}
.headermiddle {
	width: 352px;
	height: 78px;
	background-color: #CEEBAD;
}
.greenbg {
	background-image: url(http://www.dolcevia.nl/img/sitegraphics/greenbg.jpg);
	background-repeat: repeat-x;
	height: 47px;
}
.headerright {
	background-image: url(http://www.dolcevia.nl/img/sitegraphics/greenstripbg.jpg);
	background-repeat: repeat-x;
	height: 47px;
}
.headerbottomrow {
	height: 60px;
	width: 352px;
}
.headertoprow {
	height: 125px;
	background-image: url(http://www.dolcevia.nl/img/sitegraphics/logobg.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica;
	font-size: 12px;
	list-style-type: square;
	
}
.headerbottomfull {
	height: 60px;
}

#footerlinks {
	line-height: 1.5;
	background-color: maroon;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 950px;

}
#footerlinks p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a.footerlinks:active {
	color: white;
	text-decoration: none;
	padding-right: 10px;

}
a.footerlinks:link {
	color: white;
	text-decoration: none;
	padding-right: 10px;
	font-size: 10px;
}
a.footerlinks:hover {
	color: white;
	text-decoration: underline;
	padding-right: 10px;
	font-size: 10px;
	background-color: #840000;

}
a.footerlinks:visited {
	color: gainsboro;
	text-decoration: none;
	padding-right: 10px;
	font-size: 10px;

}

.whiteseperator {color: #FFFFFF}

.thrColElsHdr #container {
	width: 60em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CEEBAD;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
} 
.thrColElsHdr #mainContent {
	border: thin solid #CEEBAD;
	margin-top: 10px;
	margin-right: 15em;
	margin-bottom: 0;
	margin-left: 9em;
	padding-right: 10px;
	padding-left: 10px;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

