/* +++++++++++++++++++++++++++++ Shifting Ground +++++++++++++++++++++++++++++ */


/* ++++++++++++++++++++ Common Styles ++++++++++++++++++++ */


* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #fff;
	background-image: url(../../images/BackgroundDuTTch.jpg) ;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 17px;
	text-align: center;
	max-width: 800px;
}

table {
	font-size: 1em;
}

td {
	color: #fff;
	background-color: inherit;
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 1em;
}

a {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

img {
	border: none;
}

#navmenu ul li {
	list-style: none outside;
	padding-left: 0px;
}

#navmenu ul{
	
	padding-left: 0px;
}
ol, ol li {
	list-style: decimal inside;
}

/* Bepaald list	 
------------------------------------------------*/
   li{
     margin-left:0;

   } 
   
   /* Bepaald list gedrag
------------------------------------------------*/
   ul {
    margin-left:0;
    padding-left: 10px;
   } 
   

p {
	padding: 0.6em 0em 0.6em;
}

fieldset {
	border: none;
}

input, textarea, select {
	font-family: 'verdana', 'helvetica', sans-serif;
	font-size: 13px;
}

.hidethis {
	display: none;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	overflow : hidden;
	visibility: hidden;
}


/* ++++++++++++++++++++ Image Thumbnails ++++++++++++++++++++ */

.tb_center {
	text-align: center;
}

.tb_center img {
	margin: 1.3em auto;
	border: 1px #fff solid;
}



/* ++++++++++++++++++++ Body Wrappers ++++++++++++++++++++ */

#body_wrapper {
	margin: 20px 10px;
	width: 982px;
	height:550px;
	background: url('../../images/duTTchWardrobe2.jpg') no-repeat 100% 40px;
	font-size: 0.71em;
}

/* ++++++++++++++++++++ Body Container ++++++++++++++++++++ */

#body_container {
	float: right;
	position: relative;
	left: -243px;
	width: 496px;
	
	background: url('../../images/main_bg_bot.gif') no-repeat 0% 100%;
}

#body_container_b {
	padding: 15px 0px;
	width: 496px;
	
	background: url('../../images/main_bg_top.gif') no-repeat 0% 0%;
}

#body_container_c {
	color: inherit;
	height: 545px;
	background-color: #009100;
	border-left: #fff 6px solid;
	border-right: #fff 6px solid;
}



/* #00A600 ++++++++++++++++++++ Page Header ++++++++++++++++++++ */

#page_header {
	padding-bottom: 2px;
	color: inherit;
	background-color: #009100;
}

#page_header h1 {
	position: relative;
	top: 4px;
	width: 100%;
	height: 40px;
	
}



/* ++++++++++++++++++++ Page Content ++++++++++++++++++++ */

#page_content {
	padding: 15px 17px 10px;
	font-weight: bold;
	text-align: left;
}

.link_readmore {
	padding: 35px 0px 10px;
	text-align: right;
}

.link_readmore a {
	margin-left: auto;
	display: block;
	width: 94px;
	height: 24px;
	background: url('../../images/button_readmore.gif') no-repeat 0% 0%;
}

.big{
    margin:0 0 10px 0;
    text-align: center;
}



.preview{
 text-align:center;
 display:inline;
}


/* ++++++++++++++++++++ Navigation Menu ++++++++++++++++++++ */

#navmenu {
	float: left;
	margin-top: 100px;
	position: relative;
	left: 77px;
	width: 166px;
	background: url('../../images/navmenu_bg_bot.gif') no-repeat 0% 100%;
	font-size: 1.15em;
	font-weight: bold;
}

#navmenu_b {
	padding: 15px 0px;
	width: 166px;
	background: url('../../images/navmenu_bg_top.gif') no-repeat 0% 0%;
}

#navmenu_c {
	color: inherit;
	background-color: #014545;
	border-left: #fff 6px solid;
}

#navmenu a {
	text-decoration: none;
	text-transform: uppercase;
}

#navmenu li {
	border-top: #fff 1px solid;
}

#navmenu li a {
	display: block;
	padding: 5px 0px;
	width: 160px;
}

#navmenu li a:hover {
	color: inherit;
	background-color: #016B6B;
}

#navmenu li.list_first {
	border-top: none;
}



/* ++++++++++++++++++++ Page Footer ++++++++++++++++++++ */

#page_footer {
	padding: 20px 0px;
	font-size: 0.9em;
	font-weight: bold;
}


