@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Geneva, sans-serif;
}


/*------------------------------- Headings ---------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {color: #2FA9AA; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 14px;}
h2 {color: #000000; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 13px;}
h3 {color: #000000; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 13px;}
h4 {color: #000000; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 11px;}
h5 {color: #000000; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 10px;}
h6 {color: #000000; font-family: Verdana, Arial, Geneva, sans-serif; font-size: 9px;}


/*------------------------------- Container ---------------------------------*/

#container {
	margin: 0 auto;
	width: 795px;
}


/*------------------------------- Opmaak ---------------------------------*/

hr {
	height: 1px;
	border: 0;
	border-top: 1px dotted #2FA9AA;
	margin: 5px 0 10px 0;
}


/*------------------------------- Header ---------------------------------*/

#header {
	height: 61px;
	background: url(../images/header.jpg) no-repeat;
}

#logo {
	padding: 25px 0 0 200px;
}


/*------------------------------- Banner ---------------------------------*/

#banner {
	height: 90px;
}


/*------------------------------- Menu ---------------------------------*/

#menu {
	margin: 0 0 15px 0;
	padding: 0;
	width: 793px;
	height: 29px;
	list-style: none;
	border: 1px solid #3F3F3F;
	background: url(../images/menu_bg.jpg) repeat-x;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	height: 23px;
	margin: 0;
	padding: 8px 15px 0 15px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#menu li a:hover {
	height: 21px;
	color: #000000; 
	text-decoration: none; 
	background: url(../images/menu_bg_hover.jpg) repeat-x;
}


/*------------------------------- Content ---------------------------------*/

#content {
	float: left;
	width: 569px;
	min-height: 400px;
	font-size: 12px;
	color: #000000;
	padding: 10px 15px;
	border-right: 1px solid #2FA9AA;
}
	#content a { color: #000000; text-decoration: none;}
	#content a:hover { color: #29A9AB; text-decoration: none;}

#content img {
	border: 1px solid #2FA9AA;
	padding: 5px;
	margin: 0 0 5px 5px;
}

#content .tariefinformatie {
	float: right;
	width: 250px;
	min-height: 65px;
	border: 1px solid #F01484;
	padding: 5px;
	margin: 25px 0 0 5px;
	text-align: center;
}
	#content .tariefinformatie a { color: #000000; text-decoration: none; }
	#content .tariefinformatie a:hover { color: #29A9AB; border-bottom: 1px dotted #2FA9AA;}


/*------------------------------- Left ---------------------------------*/

#right {
	float: left;
	width: 175px;
	font-size: 11px;
	color: #000000;
	padding: 0 10px 10px 10px;
}
	#right a { color: #000000; text-decoration: none;}
	#right a:hover { color: #29A9AB; text-decoration: none;}

#right_inside {
	width: 153px;
	min-height: 400px;
	padding: 10px;
	border: 1px solid #F01484;
	background: url(../images/right_bg.jpg) no-repeat bottom right;
}

#right .right {
	margin: 0;
	padding: 0;
	list-style: none;
}
	#right .right li a:hover {border-bottom: 1px dotted #2FA9AA;}

#selfstorage_adres {
	padding-top: 15px;
}


/*------------------------------- Sitemap ---------------------------------*/

.sitemap {
	list-style: none;
	margin: 0;
	padding: 0;
}
	.sitemap li a:hover {border-bottom: 1px dotted #2FA9AA;}


/*------------------------------- 3wmedia:logo ---------------------------------*/

#logo_3wmedia {
	position: fixed;
	bottom: 0;
	right: 0;
	margin-right: 5px;
	margin-bottom: 5px;
}


/*------------------------------- Footer ---------------------------------*/

#footer {
	height: 25px;
	padding: 5px 0 0 0;
	margin-top: 10px;
	border-top: 1px solid #2FA9AA;
	font-size: 10px;
	color: #000000;
}
	#footer a { color: #000000; text-decoration: none;}
	#footer a:hover { color: #29A9AB; text-decoration: none;}