/* Start of CMSMS style sheet 'metav_layout.css' */
/* CSS Document */

html,body{
	min-height: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background-image: url('uploads/metaveld/images/bg_body.jpg');
	background-repeat: repeat-y;
	background-position:top center;
}



/* containers */
#full_container{
	height: 100%;
	width: 990px;
	margin: 0px auto;
	background-image: url('uploads/metaveld/images/bg_body.jpg');
	background-repeat: repeat-y;
}

#left_container{
	height: 100%;
	width: 613px;
	margin-left: 18px;
	float: left;
}

#right_container{
	height: 100%;
	width: 343px;
	float: left;
}



/* right part */
#left_logo{
	height: 134px;
	width: 613px;
	background-image: url('uploads/metaveld/images/logo.jpg');
	background-repeat: no-repeat;
}

#left_logo_small{
	height: 109px;
	width: 613px;
	background-image: url('uploads/metaveld/images/logo.jpg');
	background-repeat: no-repeat;
}

#left_navigatie{
	height: 40px;
	width: 613px;
}

#left_header{
	height: 241px;
	width: 613px;
	overflow:hidden;
	position: relative;
	z-index: 2;
}

#left_header_small{
	height: 109px;
	width: 613px;
	overflow:hidden;
	position: relative;
	z-index: 2;
}

#left_content{
	width: 509px;
	margin-left: 52px;
	margin-top: 44px;
}



/* right part */
#right_top{
	height: 174px;
	width: 343px;
	background-image: url('uploads/metaveld/images/top_orange.jpg');
	background-repeat: no-repeat;
}

#right_adres{
	height: 221px;
	width: 299px;
	background-color: #0059a1;
	border-bottom: 1px solid #FFFFFF;
	padding: 20px 0px 0px 44px;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
	overflow:hidden;
}

#right_adres_small{
	height: 89px;
	width: 299px;
	background-color: #0059a1;
	border-bottom: 1px solid #FFFFFF;
	padding: 20px 0px 0px 44px;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 11px;
	color: #FFFFFF;
	line-height: 17px;
	overflow:hidden;
}

#right_content{
	width: 298px;
	margin-left: 23px;
	margin-top: 44px;
}
#right_fotoboek{
	margin-top: 30px;
	text-align: center;
}

ul.sitemap{
	list-style:none;
	margin:0px;
	padding:0px;
}

ul.sitemap li{
	margin:0px;
	padding:0px;
	margin-bottom:30px;
}

ul.sitemap li a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 17px;
	color: #1f589b;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #eca33a;
	margin-bottom:10px;
}

ul.sitemap li li{
	margin-bottom:0px;
}

ul.sitemap li li a{
	list-style:none;
	margin:0px;
	margin-left:25px;
	padding:0px;
	border-bottom:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 11px;
	color: #565656;
}

#navigatie {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 35px;
	position: relative;
	top: 3px;
}

#navigatie ul {
        list-style:none;
        margin:0;
        padding:0;
}

#navigatie li {
        float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 12px;
	text-transform: uppercase;
	color: #1f589b;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #ef9f3c;
	padding: 10px 18px 11px 18px;
	margin: 0px 0px 0px 0px;

}

#navigatie li a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 12px;
	text-transform: uppercase;
	color: #1f589b;
	text-decoration: none;
	font-weight: bold;
}


#navigatie li:hover {
	padding: 10px 18px 4px 18px;
	border-bottom: 7px solid #ef9f3c;
}


#navigatie .currentpage {
	padding: 10px 18px 4px 18px;
	border-bottom: 7px solid #ef9f3c;
}

#navigatie .currentpage h3 {
      font-size: 12px;
       display: inline;
} 

#navigatie_right {
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 106px 0px 0px 20px;
}


#navigatie_right ul{
        list-style:none;
	margin: 0px;
	padding: 0px;
}

#navigatie_right li{
	display: inline;
	padding-right: 10px;
}

#navigatie_right a{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 11px;
	text-transform: uppercase;
	color: #1f589b;
	text-decoration: none;
	font-weight: bold;
}

#navigatie_right a:hover {
	text-decoration: underline;
}

#navigatie_right .currentpage h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 11px;
	text-transform: uppercase;
	color: #1f589b;
	font-weight: bold;
        text-decoration: underline;
        display: inline;
} 

/* CSS Document */

/* tekst styles */

body{
	line-height: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 11px;
	color: #565656;
}

a{
	color:#0059a1;
}

img{
	border: 0pt none;
}

h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	color: #1f589b;
	font-size: 13px;
	font-weight: bold;
}

.title{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 17px;
	color: #1f589b;
}

.text{
	padding-left: 41px;
	padding-top: 15px;
	*padding-top: 5px;
	padding-bottom: 30px;
	display:block;
}

/* End of 'metav_layout.css' */

