@charset "UTF-8";
/* CSS Document Mooi van Binnen */

/*================= stijl informatie ===================*/

h1{ 
	font-size:14px;
	font-weight:bold;
	font-stretch:extra-expanded;
	margin-bottom:-1px;
	margin-top:-1px;
}

/*ul{
	margin: 0;
}

li{
	margin: 0;
}*/

a.mitzl:link {
	text-decoration: none;
	color: #fff;
}
a.mitzl:visited {
	text-decoration: none;
	color: #fff;
}
a.mitzl:hover {
	text-decoration: none;
	color: #ee9abe;
}
a.mitzl:active {
	text-decoration: none;
	color: #fff;
}

/*================= opbouw website ===================*/


html {
	scrollbar-3dlight-color:#000;
    scrollbar-arrow-color:#ee9abe;
    scrollbar-base-color:#000;
    scrollbar-track-color:#000;
    scrollbar-darkshadow-color:#000;
    scrollbar-face-color:#000;
    scrollbar-highlight-color:#000;
    scrollbar-shadow-color:#000;
	}


body {
	margin: 0;
	padding: 0;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#fff;
	}
	
#wrapper{
	width:955px;
	height:760px; 
	margin: 20px auto 40px;
	background-color:#000;
	}
	
#wrapper_temp{
	width:955px;
	height:500px; 
	margin: 20px auto 40px;
	background-color:#000;
	}
	
	
	
#top{
	float:left;
	display:inline;
	width: 925px;
	height:113px;
	border-left: 15px solid #ee9abe;
	border-right: 15px solid #ccc;
}

#stijlfoto{
	float:left;
	display:inline;
	height:164px;
	width:340px;
	background-repeat:no-repeat;
}

#actief{
	float:left;
	display:inline;
	height:164px;
	width:339px;
	padding-right:45px;
}

#logo{
	float:left;
	display:inline;
	height:164px;
	width:221px;
	background-image:url(../image/mitz/logo.gif);
	background-repeat:no-repeat;
}

#mvb_menu{
	float:left;
	display:inline;
	width:925px;
	height:auto;
	border-left:15px solid #ee9abe;
	border-right:15px solid #ccc;
	border-bottom:1px solid #ccc;
}

#links_menu{
	float:left;
	display:inline;
	width:15px;
	height:50px;
	background-color:;
}



#orchidee{
	float:left;
	display:inline;
	width:300px;
	height:373px;
	border-left:15px solid #6b6d6f;
}

#contentwrapper{
	float:right;
	display:inline;
	width: 640px;
	height:373px;
	background-image:url(../image/mitz/bg_content.gif);
}

#content{
	float:left;
	display:inline;
	width:605px;
	height:347px;
	border-top:1px solid #ccc;
	border-right:15px solid #fff;
	overflow:auto;
	background-color:#000;
	padding:15px 20px 0 0;
	text-align:justify;
}

#ftr {
	float:left;
	display:inline;
	width:930px;
	height:20px;
	font-size:11px;
	text-align:right;
	color:#fff;
	padding-right: 25px;
	padding-top:10px;
	line-height:20px;
	margin-bottom:20px;
	}
	
.img_right{
	display:block;
	float:right;
	margin:5px 0 0 5px;
}



.clear{
	clear:both;
	}

.sep{
	float:left;
	height:30px;
	width:500px;
	padding:10px 0 0 55px;
	line-height:30px;
}
	