/**
 *
 * De standaard dingen
 *
 */

html,body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #aaa;
}

img {
	border: 0;
}

/* Het blok wat alles bij elkaar houdt*/
#container {
	background: url('../images/bg_right.jpg') top right repeat-y #fafafa;
	min-height: 100%;
	width: 968px;
	padding: 0 30px 0 0;
	margin: 0 auto;
}

#container2 {
	background: url('../images/bg_left.jpg') top left repeat-y;
	padding-left: 30px;
	min-height: 100%;
}


/**
 *
 * De header
 *
 */

#header2 {
	background: #0390d5;
	font-family: "Times New Roman", Times, serif;
	margin: 0 0 5px 0;
	text-align: center;
	height: 40px;
}

#header2 h1, #header2 h2 {
	font-style: bold;
	color: #FFF;
}

#header2 h1 {
	font-size: 2.3em;
	float: left;
	margin: 5px 0 0 10px;;
}

#header2 h2 {
	font-size: 1.8em;
	margin: 0 0 0 auto;
	padding: 10px 10px 0 0;
	width:300px;
	text-align: right;
}

#reclame {
	text-align: center;
	margin: 10px auto 0 auto;
}



/**
 *
 * Het menu 
 *
 */
 


#menu {
	float: left;
	width: 150px;
	overflow: hidden;
}

#menu ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	border-top: 1px solid #FFCC33;
}

#menu ul li a {
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #FFCC33;
	width: 130px;
}

#menu ul li a.dezeDochter {
	background: #FFCC33;
	color: black;
}

#menu ul li a:hover {
	color: #333;
	text-decoration: underline;
	background: #FFCC33;
}

#menu #menu_reclame {
	text-align: center;
}

ul#dochters_menu {
	margin-top: 50px;
}

ul#pagina_menu {
	margin-top: 17px;
}

/**
 *
 * Het content gedeelte
 *
 */

/* Het element waar de categorieën inzitten */
#content {
	padding: 10px;
	overflow: hidden;
}

#content1 {
	padding: 5px;
}

#reclame_rechts {
	float: right;
	width: 120px;
	padding: 5px 20px 0 0;
	overflow: hidden;
}

/**
 *
 * De footer
 *
 */

#footer{
	border-top:	1px solid #0390d5; 
	margin-top: 20px;
	padding: 0 0 0 150px; 
	clear: both; 
	text-align: center; 
}

#footer div {
	padding: 15px; 
}

#footer a {
	color: #3347FF;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

/* De lijn */
#footer hr {
	color: #3347FF; 
	background: #3347FF; 
	height: 1px; 
}

/**
 * Overige css
 *
 */

.error{
	color: red;
	font-size: 0.8em; 
}
