/**
 *
 * 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;
}


/**
 *
 * De header
 *
 */
 
#header { 
	height: 60px;
	background: url('../images/header_bg.jpg') 0 8px repeat-x;
	text-align: right;
	color: white;
	margin: 0 -5px 0 -5px;
}

#header2 {
	background: url(../images/header.jpg) no-repeat;
	height: 165px;
	font-family: "Times New Roman", Times, serif;
	padding-left: 605px;
	margin: -10px 0 0 0;
	text-align: center;
}

#header2 .titles {
	float: right;
	width: 130px;
}

#header2 .titles2 {
	padding: 30px 10px 0 0;
	background: url(../images/titlebg.jpg) top right no-repeat;
	height: 135px;
}

#header2 h1, #header2 h2 {
	margin: 0;
	padding: 0 0 15px 0;
	font-style: italic;
	color: #393939;
	line-height: 115%;
}

#header2 h1 {
	font-size: 2.3em;
}

#header2 h2 {
	font-size: 1.6em;
}

/* Het logo positioneren */ 
#header #logo {
	float: left;
	width: 235px;
}

#header #header_rechts {
	float: right;
}

#header #header_content {
	padding-top: 29px;
	overflow: hidden;
}

#header #header_content h2 {
	font-weight: normal;
	font-style: italic;
	color: #000;
	font-size: 1.4em;
	margin: 0;
}

#header #header_content h2:first-letter {
	font-size: 1.5em;
}

#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: 5px 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; 
}
