@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	background-color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #FFF;

}

a img {
	border:0;
}
	
a {
	color: #747476;
	text-decoration: none;
}

a:hover {
	text-decoration:none;
	color: #caaf00;
}

a:active {
	text-decoration:underline;
	color: #caaf00;
}

h1 {
	font-size: 18px;
	color: #747476;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 16px;
	color: #747476;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 16px;
	color: #747476;
	padding: 0;
	margin: 0;
}

.line {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #caaf00;
}

#container {
	width: 1100px;
	height: 100%;
	margin: 0 auto;
}

#header_logo {
	background-image: url(../img/header_logo.jpg);
	background-repeat: no-repeat;
	height: 118px;
	width: 1100px;
}

#menu_content {
	height: 30px;
	width:580px;
	margin: 0 0 0 432px;
	padding-top: 70px;
	text-align: justify;
	}
#header_img_top {
	background-image: url(../img/header_img_top.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 1100px;
}

#header_img_main {
	background-image: url(../img/header_img_main.jpg);
	background-repeat: repeat-y;
	height: 265px;
	width: 1100px;
}

#header_img_bottom {
	background-image: url(../img/header_img_bottom.jpg);
	background-repeat: no-repeat;
	height: 24px;
	width: 1100px;
}

#main_content {
	background-image: url(../img/main_content.jpg);
	background-repeat: no-repeat;
	min-height: 310px;
	width: 1100px;
	overflow: hidden;
}

#main_container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: justify;
	vertical-align: top;
	min-height: 310px;
	width: 900px;
	margin: 20px 100px 0px 100px;
	overflow: hidden;
}

.content_box_small_first {
	min-height: 310px;
	width: 278px;
	float: left;
	overflow: hidden ;
}

.content_box_small_next {
	min-height: 310px;
	width: 278px;
	float: left;
	margin-left: 33px;
	overflow: hidden;
	position: relative;
}

.content_box_small_last {
	min-height: 310px;
	width: 278px;
	float: right;
	overflow: hidden;
	position: relative;
}

.content_box_big {
	min-height: 310px;
	width: 590px;
	overflow: hidden;
	float: left;
}

#footer {
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 1100px;
}

.team_content {
	vertical-align: top;
	text-align: justify;
}

#footer_content_left {
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	float: left;
	height: 24px;
	width: 500px;
	font-size: 11px;
	color: #747477;
	padding: 20px 0 0 100px;
}

#footer_content_right{
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	float: right;
	height: 24px;
	width: 400px;
	font-size: 11px;
	color: #747477;
	padding: 20px 100px 0 0;
}

.button_salon a{
	background-image: url(../img/button_salon_off.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 146px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}

.button_salon a:hover{
	background-image: url(../img/button_salon_on.jpg);
}

.button_team a{
	background-image: url(../img/button_team_off.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 146px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}

.button_team a:hover{
	background-image: url(../img/button_team_on.jpg);
}

.button_volg {
	position: absolute;
	top: 250px;
}
.button_volg a{
	background-image: url(../img/button_volg_off.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	width: 103px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	text-indent:-9999px;
}

.button_volg a:hover{
	background-image: url(../img/button_volg_on.jpg);
}

.logoTrans {
	outline: none;
}
.logoTrans img {
	margin: 0 0 0 100px;
	width: 300px;
	height: 110px;
	border: none;
	outline: none;
}

/* Contact formulier */

.labelName {
}

.typeText {
	border: 1px solid #caaf00;
	display: block;
	margin: 2px 0 8px 0;
	width: 300px;
}

.typeArea {
	border: 1px solid #caaf00;
	display: block;
	margin: 2px 0 8px 0;
	width: 90%;
	height: 150px;
}

.typeSubmit {
	background-color: #747476;
	border: 1px solid #333;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	width: 110px;
}

.typeSubmit:hover {
	background-color: #747476;
	border: 1px solid #caaf00;
	color: #FFF;

	cursor: pointer;
	font-weight: bold;
	width: 110px;
}

.typeError {
	font-size: 10px;
	color: #caaf00;
	margin: 0 0 0 30px;
}


/* Twitter / Hyves */
#twitterItem {
	border-top: 1px dotted #747477;
	border-bottom: 1px dotted #747477;
	width: 255px;
	height: 198px;
	overflow: hidden;
	position: absolute;
	top: 37px;
	left: 0;
	color: #FFF;
}
#twitterItem a {
	color: #FFF;
}
#twitterItem a:hover {
	color: #CDAD02;
}
.twitterMessage {	
	display: block;
	font-size: 12px;
}
.twitterDate {
	font-size: 10px;
	color: #747477;
	display: block;
	margin: 0 0 8px 0;
}
.Scroller-Container {
	left: 0;
	position: absolute;
	top: 0;
}
.Scrollbar-Up {
	background-image: url(../img/scroll_up.jpg);
	background-repeat: no-repeat;
	font-size: 0;
	height: 11px;
	position: absolute;
	width: 11px;
	cursor: pointer;
}
.Scrollbar-Track {
	background-image: url(../img/scroll_line.gif);
	background-repeat: repeat-y;
	height: 161px;
	position: absolute;
	top: 20px;
	width: 11px;
}
.Scrollbar-Handle {
	background-image: url(../img/scroll_schuif.jpg);
	background-repeat: no-repeat;
	height: 31px;
	position: absolute;
	width: 11px;
	cursor: pointer;
}
.Scrollbar-Down {
	background-image: url(../img/scroll_down.jpg);
	background-repeat: no-repeat;
	font-size: 0;
	height: 11px;
	position: absolute;
	top: 191px;
	width: 11px;
	cursor: pointer;
}
#Scrollbar-Container {
	left: 267px;
	position: absolute;
	top: 36px;
}
.homeButtonTwitter {
	position: absolute;
	top: 250px;
}
.homeButtonTwitter a {
	width: 151px;
	height: 33px;
	text-indent: -9999px;
	outline: none;
	display: block;
	background-color: #747476;
}
.homeButtonTwitter a:hover {
	background-color: #212121;
}
