/** Basics **/

@import "ie6.css";

* {
	margin: 0;
	padding: 0;
}

body {
	background: url('../media/bg.gif') repeat-y 0 0 #D6D6D6;
	color: #684000;
	margin: 0px;
	font-family: "MS Trebuchet", Verdana, Arial;
	font-size: 12px;
}

#container {
	/*height: 100%;*/
	width: 792px;;
	margin: 0 0 0 -396px;
	left: 50%;
	position: absolute;
}

/** Logo **/

h1 {
	background: url('../media/logo.png') no-repeat 0 0;
	height: 222px;
	width: 252px;
	left: 50%;
	margin: 5px 0px 0px -111px;
	text-indent: -1000em;
	position: relative;
}

/** Menu **/

#menu {
	margin: -5px 0 0 0px;
	width: 792px;
	left: 50%;
	text-align: center;
}

#menu a {
	float: left;
	display: block;
	height: 127px;
	width: 112px;
	margin: 10px;
	text-decoration: none;
}

#menu a.mvdesign {
	background: url('../media/menu/minilogo.png') no-repeat 0 0;
}

#menu a.buitentafels {
	background: url('../media/menu/buitentafels.png') no-repeat 0 0;
}

#menu a.binnentafels {
	background: url('../media/menu/binnentafels.png') no-repeat 0 0;
}

#menu a.hekwerken {
	background: url('../media/menu/hekwerken.png') no-repeat 0 0;
}

#menu a.constructies {
	background: url('../media/menu/constructies.png') no-repeat 0 0;
}

#menu a.accessoires {
	background: url('../media/menu/accessoires.png') no-repeat 0 0;
}


#menu a span {
	display: none;
	color: #684000;
}
#menu a:hover span {
	display: block;
	width: 110px;
	margin: 115px 0 0 0;
	font-weight: bold;
}

#menu a:hover {
	color: #f00;
}




/** Content **/

#content {
	width: 534px;
	margin: 160px 0px 0px -267px;
	position: absolute;
	left: 50%;
}

#content_menu {
	float: left;
	width: 115px;
	margin: 43px 0px 0 0px;
	text-align: right;
}

#content_menu li {
	list-style: none;
	line-height: 18px;
	height: 20px;
	font-weight: bold;
}

#content_menu li.active {
	list-style: square inside;
}


#content_menu li a {
	text-decoration: none;
	color: #684000;
}

#content_menu li a:hover {
	list-style: none;
	color: #684000;
	border-bottom: 1px dotted #684000;
}

#content_text {
	margin: 0 0 0 135px;
	float: left;
	max-width: 400px;
	position: absolute;
}

#content_text h2 {
	color: #684000;
	margin: 0 0 20px 0;
}

#content_text p {
	line-height: 18px;
	margin: 0 0 12px 0;
}

#content p a, #contactblock a {
	text-decoration: none;
	color: #684000;
	border-bottom: 1px dotted #684000;
}

#content p a:hover, #contactblock a:hover {
	border-bottom: 2px solid #684000;
}

.route p {
	font-size: 10px;
}


/** Form **/

input {
	margin: 0 0 5px 0;
	width: 233px;
}

textarea{
	margin: 0 0 5px 0;
	width: 320px;
	height: 100px;
}

.label {
	width: 85px;
	float: left;
}

#form {
	clear: both;
}

/** fotos **/

.kolom {
	float: left;
}




.kolom a {
	width: 100px;
	height: 100px;
	display: block;
	margin: 5px;
	border: 1px dotted #ccc;
}

.kolom a:hover {
	border: 1px solid #684000;	
}

a img { border: 0; }

#openblock {
	float: left;
	margin: 0 0 0 20px;
}
#contactblock {
	float: left;
	margin: 0 0 20px 0px;	
}
#beheer {
	margin: 40px auto;
	width: 420px;
}

#beheer p{
	font-size: 0.9em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	color: #999;
}

#beheer h2 {
	margin: 10px 0 10px 0;
}

#beheer a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#beheer a:hover {
 	color: #333;
	border-bottom: 1px dotted #333;
}

#beheer textarea{
	width: 375px;
	height: 350px;
}

#beheer .small {
	width: 300px;
	font-size: 0.8em;
}

#beheer #header {
	width: 100%;
	color: white;
	background: #684000;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	height: 30px;
	line-height: 30px;
}

#beheer #header a {
	margin: 0 0 0 20px;
	color: white;
	text-decoration: none;
	border-bottom: none;
}

#beheer #header a:hover {
 	color: white;
	border-bottom: 1px dotted white;
}

#beheer form#list {
	margin: 20px 0 0 0;
}

/*foto beheer*/

#beheer .kolom li {
	margin: 10px;
	list-style: none;
	display: block;
	height: 120px;
	width: 100px;
}
#beheer .kolom input{
	text-align: center;
	width: auto;
}
