/* copyright Studio Huis - studiohuis.nl */
/* Hier worden algemene gedragingen bepaald */
body {
	background-image: url(../../images/hoek_new.jpg);
	background-repeat: no-repeat;
	background-color: #b2c902;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	color: #333333;
	background-position: center top;
	
}
a:link {
	color: #ff6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-decoration: none;
}a:hover {
	color: #367100;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5cc0c;
}
a:visited {
	color: #ff6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-decoration: none;
}
a:visited:hover {
	color: #367100;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5cc0c;
}
/* Hier worden het menu bepaald */
.con_menu {
	width: 625px;
	margin-left: 0px;
	position: absolute;
	height: auto;
	margin-top: 0px;
	z-index: 1;
	
}
.menu {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 50px;
	float: none;
	clear: none;
	z-index: 20;
}
.menu_sub {
	color: #999999;
	font-size: 10px;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 55px;
	float: none;
}
.menu_sub a {
	color: #333;
}
.menu_sub a:hover {
	color: #75aa02;
}
#current a {
	color: #999;
}
/* Hier worden specifieke gedragingen bepaald */
.line {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #000000;
}
.copy {
	padding-top: 5px;
	padding-left: 15px;
	float: left;
	font-size: 10px;
	background-color: #x;
	width: 396px;
	padding: 2px;
}
.copy a {
	color: #fff;
	border-bottom-width: 0px;
}

.con_header {
	margin-right: auto;
	width: 800px;
	margin-left: auto;
	padding-top: 15px;
	
}

.break {
	margin-right: auto;
	width: 700px;
	margin-left: auto;
	position: absolute;
	top: 220px;
	z-index: 0;	/* geef zindex 0, zodat de content layer ONDER het menu_con layer schuift */
}
.con_content {
	width: 450px;
	height: auto;
	float: left;
	margin-top: 95px;
	margin-bottom: 38px;
	margin-left: 0;
	background-color: #x;
}

#header {
	color: #fff;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 70px;
}

#header2 {
	color: #ff6600;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 70px;
}

#lead {
	font-weight: bold;
}
#content {
	background-repeat: no-repeat;
	background-color: #x;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #367100;
	font-size: 12px;
	line-height: 18px;
}
#content a {
	color: #fff;
}
#content a:hover {
	color: #367100;
}
#content_bottom {
	background-image: url(../../images/content_bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 14px;
}
.con_sub {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	padding: 0px;
	margin-top: 0px;
	float: none;
	clear: both;
}
#sub_content {
	top: 0px;
	width: 160px;
	margin-right: 0px;
	float: right;
	font-size: 10px;
	padding: 10px;
	margin-top: 0px;
	line-height: 18px;
	color: #000;
}
#sub_content a {
	font-weight: bold;
	padding: 2px;
	border-bottom-width: 0px;
}

.con_bottom {
	width: 625px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-top: 10px;
	font-size: 10px;
	color: #333333;
	text-indent: 15px;
	line-height: 18px;
}
.image_front a {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.image_front a:hover {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/* style van titel in rechter sub kader */
.titel {
	font-weight: bold;
	color: #367100;
	background-image:url(../../images/wig2.jpg);
	background-repeat:no-repeat;
	background-position: left center;
	padding-left: 15px;
}

/*  style van (optionele) oranje header in hoofdkader */ 
.header2b {
	
	color: #ff6600;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 55px;
	
}

.header {
	color: #fff;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 70px;
}
