@charset "utf-8";
body  {
	background: #eaeaea;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #6e6e6e;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.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;
}
img {border:0px;}
p{
	margin:0px;
	padding:0px;}
h1 {
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h2{
	margin:0px;
	padding:0px;}

hr {
	border:0px none #FFF;
	border-top: 1px solid #CCC;
}

.twoColFixLtHdr #container {
	width: 770px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:relative;
	margin-top:20px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height:108px;
	background-color: #FFF;
	background-image: url(../images/rondehoekjes_bven.gif);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixLtHdr #header #logo{
	position:absolute;
	left: 21px;
	top:12px;
}
#header #menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c0c0c0;
	border-bottom-color: #c0c0c0;
	position: absolute;
	height: 26px;
	width: 740px;
	padding-left:30px;
	left: 0px;
	top: 80px;
	font-size: 1.1em;
}

#header #menu .menu_item a {
	background-color: #c0c0c0;
	margin-right: 2px;
	height: 26px;
	color:#FFFFFF;
	line-height:26px;
	padding-right: 10px;
	padding-left: 10px;
	float:left;
	text-decoration:none;
	text-transform: lowercase;
}
#header #menu .menu_item a:hover {
	background-color: #808080;
}

#header #menu .selected a {
	background-color: #ff6600;
}

#menu_login a{
	background-color: #FFF;
	margin-right: 2px;
	height: 26px;
	color:#6E6E6E;
	line-height:26px;
	padding-right: 10px;
	padding-left: 10px;
	float:left;
	text-decoration:none;
	text-transform: lowercase;
	position:absolute;
	right:30px;
	top:0px;
	font-weight: bold;
}

#menu_login a:hover{
	color:#999999;
}

.twoColFixLtHdr #sub_menu {
	float: left; /* since this element is floated, a width must be given */
	width: 155px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.twoColFixLtHdr #mainContent {
	float:left;
	width:550px;
	min-height:300px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	background-color: #FFF;
	height:23px;
	background-image: url(../images/rondehoekjes_onder.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
}
.twoColFixLtHdr #footer p {
	font-size:10px;
	margin:0px;
	padding:0px;
	padding-top:4px;
	text-align: center;
	color:#999;
}

.nieuwe_item{
	font-size: 12px;
	height:15px;
	padding:3px;
	text-align:center;
	background-color:#CCCCCC;
}
.nieuwe_item a{
	text-decoration: none;
	color:#336699;
	font-weight:bold;
}
.nieuwe_item a:hover{
	text-decoration: underline;
}

.item_container {
	float:left;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	padding-top: 5px;
}
.item_img {
	float:left;
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 10px;
	border: 1px solid #333;
}
.item_opties {
	display: block;
	margin-bottom: 5px;
	background-color: #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
}
.item_opties a {
	color: #000;
	text-decoration: none;
}
.item_opties a:hover {
	color: #C00;
}
.item_tekst{
}
#mainContent #subitem_verwijderen{
	font-size: 12px;
	height:15px;
	padding:3px;
	text-align:center;
	margin-bottom:20px;
}
#mainContent #subitem_verwijderen a{
	text-decoration: none;
	color:#CC0000;
	font-weight:bold;
}
#mainContent #subitem_verwijderen a:hover{
	text-decoration: underline;
}
.sitemap a {
	color: #369;
	text-decoration: none;
	line-height: 22px;
}
.sitemap a:hover {
	color: #000;
	text-decoration: underline;		
}
.sitemap ul {
		
}
.sitemap ul li {
		
}
#sitemap {
	width: 50px;
	right: 15px;
	bottom: 2px;
	position: absolute;
	height: 17px;
	text-align: right;
	z-index: 10;
}
#sitemap a {
	color: #C0C0C0;
	text-decoration: none;
}
#sitemap a:hover {
	color: #000;
	text-decoration: underline;	
}

