body {
	margin:0;
	padding:0;
	font:normal 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#666666;
}

a {
	color:#666666;
	text-decoration:none;
}

a:hover {
	color:#000000;
}

/*Reset Tags*/

p, h1, h2, h3, h4, h5, h6, ul, ol, li, img, form {
	margin:0;
	padding:0;
	border:0;
}

#wrapper {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
}

#row_1_outer {
	width:100%;
	position:fixed;
	z-index:999;
	background:#FFFFFF;
}

#row_1_center {
	width:1000px;
	margin:0 auto;
}

#row_1 {
	width:1000px;
	border-bottom:dotted 1px #CCCCCC;
	float:left;
	padding:10px 0;
}

#row_2 {
	width:100%;
	float:left;
	padding:130px 0 0 0;
}

#row_2 h2 {
	text-transform:uppercase;
	font-size:25px;
	width:100%;
	border-bottom:dotted 1px #CCCCCC;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

#row_2 h3 {
	text-transform:uppercase;
	font-size:15px;
	width:100%;
	padding:0 0 5px 0;
}

#row_2 h4 {
	text-transform:uppercase;
	font-size:15px;
	width:100%;
	padding:0 0 10px 0;
}

#left_menu {
	width:200px;
	float:left;
	border-right:dotted 1px #CCCCCC;
	padding:0 35px 0 0;
	margin:0 35px 0 0;
}

#left_menu a {
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;
	font-size:15px;
}

#left_menu a:hover {
	color:#000000;
}

#left_menu a img {
	width:100px;
	height:77px;
}

#about_us {
	width:287px;
	float:left;
}

#about_us ul {
	width:267px;
	float:right;
	padding:0 0 10px 0;
}

#about_us ul li {
	width:100%;
	float:left;
}

#row_3_outer {
	width:100%;
	position:fixed;
	z-index:999;
	background:#FFFFFF;
	bottom:0;
}

#row_3_center {
	width:1000px;
	margin:0 auto;
}

#row_3 {
	width:1000px;
	border-bottom:dotted 1px #CCCCCC;
	float:left;
	padding:20px 0;
}

#row_3 span.left_side {
	float:left;
}

#row_3 span.right_side {
	float:right;
}

#content_outer {
	width:100%;
	float:left;
	border-bottom:dotted 1px #CCCCCC;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}

#content {
	width:998px;
	float:left;
	border:solid 1px #CCCCCC;
	height:500px;
}

.box {
	width:200px;
	height:400px;
	float:left;
	position:relative;
}

.trans {
	background:url(../images/trans.png) repeat;
	color:#FFFFFF;
	font-size:20px;
	position:absolute;
	bottom:0;
	right:0;
	width:199px;
	text-transform:uppercase;
	padding:20px 0;
}

.trans a {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	width:100%;
	text-align:center;
}

.trans a:hover {
}

/*Page1*/

#page1 {
	width:100%;
	height:1623px;
}

#page1_inner {
	width:1000px;
	height:1159px;
	margin:0 auto;
}

/*Page2*/

#page2 {
	width:100%;
	height:1623px;
}

#page2_inner {
	width:1000px;
	height:1159px;
	margin:0 auto;
}

/*Page3*/

#page3 {
	width:100%;
	height:1623px;
}

#page3_inner {
	width:1000px;
	height:1159px;
	margin:0 auto;
}

/*Page4*/

#page4 {
	width:100%;
	height:1623px;
}

#page4_inner {
	width:1000px;
	height:1159px;
	margin:0 auto;
}

/*Page5*/

#page5 {
	width:100%;
	height:1623px;
}

#page5_inner {
	width:1000px;
	height:1159px;
	margin:0 auto;
}

/*Page6*/

#page6 {
	width:100%;
	height:1623px;
}

#page6_inner {
	width:1000px;
	height:1159px;
	margin:0 auto;
}

#content-scroll {
	width:300px;
	float:left;
	overflow-y:scroll;
	overflow-x:hidden;
	height:270px;
	padding:0 20px 0 0;
	margin:15px 0 0 0;
}

#content-scroll::-webkit-scrollbar {
    width: 8px;
}

#content-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#content-scroll::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 30px rgba(102,102,102,1);
}

#marketing_experties_outer {
	width:300px;
	float:right;
}

#marketing_experties {
	width:300px;
	float:right;
	overflow-y:scroll;
	overflow-x:hidden;
	height:350px;
	padding:0 20px 0 0;
}

#marketing_experties::-webkit-scrollbar {
    width: 8px;
}

#marketing_experties::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#marketing_experties::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 30px rgba(102,102,102,1);
}

#marketing_experties ul {
	width:256px;
	float:right;
	padding:5px 0 10px 0;
}

#marketing_experties ul li {
	width:100%;
	float:left;
}


#logo {
	float:left;
}

#logo2 {
	float:right;
	text-align:right;
}

#logo2 img {
	margin:0 0 10px 0;
}

#contact {
	width:300px;
	float:left;
	overflow-y:scroll;
	overflow-x:hidden;
	height:350px;
	padding:0 20px 0 0;
}

#contact::-webkit-scrollbar {
    width: 8px;
}

#contact::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    border-radius: 10px;
}

#contact::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 30px rgba(102,102,102,1);
}
