body {
	background: #1F1F1F;
	font-family: Verdana;
	font-size: 12px;
	height: 100%;
	text-align:center;
	margin:0 auto;
	padding:0;
}

img {
	border: 0;
}

hr{
	border: 1px solid #333;
	margin: 15px;
}

/* LAYOUT ITEMS */

.container {
	width: 860px;
	min-height: 660px;
	height: auto !important;
	height: 660px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 20px;
}

.header {
	position: relative;
	width: 780px;
	height: 50px;
	text-align: center;
	padding-left: 80px;
}

.vlaggen{
	position: relative;
	float: right;
	z-index: 2;
	width: 60px; /* 90px bij 3 vlaggen */
	height: 20px;
	padding-top: 10px;
}

.menu {
	position: absolute;
	left: 0px;
	z-index: 1;
	width: 200px;
	height: 600px;
	background: #333;
}

.menu_items {
	padding-top: 35px;
}

.content_left {
	position: absolute;
	left: 160px;
	margin-top: 38px;
	z-index: 2;
	width: 350px;
	height: 525px;
	background: #666;
}

.content_right {
	position: absolute;
	left: 510px;
	margin-top: 38px;
	z-index: 2;
	width: 350px;
	height: 525px;
	background: #666;
}

.content_full {
	position: absolute;
	left: 160px;
	margin-top: 38px;
	z-index: 2;
	width: 700px;
	min-height: 505px;
	height: auto !important;
	height: 505px;
	background: #666;
	padding-bottom: 15px;
}

.collectie_boys .content_full {
	min-height: 510px;
	height: auto !important;
	height: 510px;
	background: #999 url(images/boys_bg.jpg) repeat-y;
}

.collectie_girls .content_full {
	background: #999 url(images/girls_bg.jpg) repeat-y;
}

#image_fader {
	margin: 0;
	padding: 0;
}

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

ul#portfolio li {
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}

.shoebox {
	position: relative;
	z-index: 3;
	float: left;
	width: 200px;
	height: 150px;
	background: #fff;
	margin: 20px 10px 10px 16px;
}

.shoebox_boys {
	position: relative;
	z-index: 3;
	float: left;
	width: 200px;
	height: 150px;
	background: #fff;
	margin: 20px 10px 10px 16px;
}

.shoebox img {
	margin: 0;
	padding: 0;
}

.shoebox img.full {
	margin: 0;
}

.collectie_boys .content_full .shoebox {
	border: 1px #333 solid;
}

.collectie_boys .content_full .shoebox_boys {
	border: 1px #333 solid;
}

.collectie_girls .content_full .shoebox {
	border: 1px #ff3311 solid;
}

.footer{
	position: relative;
	width: 160px;
	color: #fff;
	font-size: 10px;
	float: right;
	margin-top: 560px;
	margin-right: -60px;
	text-align: right;
	padding: 10px 0;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	color: #999;
	font-style: italic;
}

/* STANDAARD MENU ITEMS */
.menu a:link, .menu a:active, .menu a:visited {
	background-position:left top;
	display:block;
	height:25px;
	overflow:hidden;
	width:200px;
}

.menu a:hover {
	background-position:right top;
}

.menu a.home_menu {
	background-image:url(images/home_btn.png);
}

.menu a.collectie_menu {
	background-image:url(images/collectie_btn.png);
}

.menu a.collectie_boys {
	background-image:url(images/collectie_boys_btn.png);
}
.menu a.collectie_girls {
	background-image:url(images/collectie_girls_btn.png);
}
.menu a.bedrijf_menu {
	background-image:url(images/bedrijf_btn.png);
}
.menu a.beurzen_menu {
	background-image:url(images/beurzen_btn.png);
}
.menu a.contact_menu {
	background-image:url(images/contact_btn.png);
}

/* SELECTED STANDAARD MENU ITEMS */
.home .menu a.home_menu, 
.collectie .menu a.collectie_menu,
.collectie_boys .menu a.collectie_boys,
.collectie_boys .menu a.collectie_menu,
.collectie_girls .menu a.collectie_girls,
.collectie_girls .menu a.collectie_menu,
.bedrijf .menu a.bedrijf_menu, 
.beurzen .menu a.beurzen_menu,
.contact .menu a.contact_menu {
	background-position:right top;
}


.home .menu {
	background: url(images/home_menu_bg.png) no-repeat;
}
.collectie .menu {
	background: url(images/collectie_menu_bg.png) no-repeat;
}
.collectie_boys .menu {
	background: url(images/boys_menu_bg.png) no-repeat;
}
.collectie_girls .menu {
	background: url(images/girls_menu_bg.png) no-repeat;
}
.bedrijf .menu {
	background: url(images/bedrijf_menu_bg.png) no-repeat;
}
.beurzen .menu {
	background: url(images/beurzen_menu_bg.png) no-repeat;
}
.contact .menu {
	background: url(images/contact_menu_bg.png) no-repeat;
}


/* JONGENS EN MEISJES COLLECTIE ITEMS */
a.boys{
	background: url(images/boys_btn.jpg) left top;
	display:block;
	height:525px;
	width:350px;
}

a.girls{
	background: url(images/girls_btn.jpg) left top;
	display:block;
	height:525px;
	width:350px;
}

a.boys:hover,
a.girls:hover {
	background-position:right top;
}

/* CONTENT ITEMS */
p{
	color: #fff;
	padding: 0 20px;
	text-align: left;
}
h1 {
	color: #FFFFFF;
	font-size: 16px;
	padding-left: 20px;
	padding-top: 20px;
	text-align: left;
}
hr {
	margin: 0 20px;
	padding: 0;
}

/* FORMULIER ITEMS */
.cssform {
	margin-top: 10px;
}

.cssform p {
	margin: 5px 0pt;
}

.cssform label{
	font-weight: bold;
	float: left;
	width: 90px;
}

cssform input[type="text"]{ 
	width: 200px;
}

.cssform textarea{
width: 210px;
height: 120px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}