
html, body, div {
	margin: 0px;
	padding: 0px;
	text-align: left;
	background-color:#ffffff;
	font-family:Verdana;
	color: #fff;
}

/* Container
---------------------------------------------------------------------------------------- */

#container {
	text-align:left;
	background-color: #ffffff;
	width: 800px;
	height: 100%;
}

/* Header
---------------------------------------------------------------------------------------- */
#header {
	width: 800px;
}

#header_top_left {
	width: 550px;
	height: 60px;
	text-align: left;
	background: url("http://www.linguistlink.nl/images/toplogo.gif") no-repeat;
	margin:0px auto;
	float:left;
}

#header_top_right {
	width: 250px;
	height: 60px;
	background-color: #62C6C5;
	margin:0px auto;
	float: right;
}

#header_middle {
	width:800px;
	height: 20px;
	background-color: #000000;
	margin:0px auto;
	float: left;
	color: #ffffff;
	padding-left: 0px;
}

#header_bottom_left {
	width: 550px;
	height: 150px;
	text-align:left;
	background: url("http://www.linguistlink.nl/images/boy.jpg") no-repeat;
	float: left;
}

#header_bottom_right {
	width: 250px;
	height: 150px;
	background-color: #62C6C5;
	margin:0px auto;
	float: left;
}

#menutop {
	background-color: #000000;
	height: 20px;
	margin-left: 0px;
	padding-left: 0px;
	color: #fff;
	font-size: 11px
	float: left;
}

#menutop ul	{margin: 0px; padding-left: 4px;}
#menutop ul li	{list-style-type: none; display: inline;}

#menutop a	{color: #fff; font-family: Verdana; font-size: 10px; text-decoration: none;}
#menutop a.hover	{color: #62C6C5; font-family: Verdana; font-size: 10px; text-decoration: none;}
#menutop li.home a	{ padding-left: 0px; color: #fff; font-family: Verdana; font-size: 10px; text-decoration: none;}

#menutop1 {
	background-color: #62C6C5;
	text-align: right;
	padding-right: 6px;
	padding-top: 40px;
}
#menutop1 ul	{margin: 0px; padding-left: 4px;}
#menutop1 ul li	{list-style-type: none; display: inline;}
#menutop1 a	{color: #fff; font-family: Verdana; font-size: 10px; text-decoration: none;}

/* content
---------------------------------------------------------------------------------------- */

#holder {
	margin-top:0px;
	border-right: 1px;
	background-color: #fff;
	text-align: left;
}

#content {
	width: 550px;
	height: 850px;
	margin-top:0px;
	float: left;
	border-right: 1px;
	text-align: left;
	background-color: #fff;
}

#content h1 {
	font-size: 16px;
	color: #316362;
	font-weight: bold;
	margin-left: 8px;
	margin-top: 25px;
}

#content h3 {
	font-size: 12px;
	color: #316362;
	font-weight: bold;
	margin-left: 8px;
}

#content ul {
	font-size: 12px;
	color: #000000;
	margin-left: 8px;
	padding-left: 8px;
	list-style-type: square;
}

#content li {
	font-size: 12px;
	color: #000000;
	margin-left: 8px;
}

#content p{
	font-size: 12px;
	margin-left: 8px;
	padding-right: 15px;
	color: #000000;	
}

/* Menu
------------------------------------------------------------------------------------- */

#menu {
	width: 250px;
	float: left;
	height: 850px;
	background-color: #316362;
}

#menu_rechts {
	padding-top: 30px;
	margin-top: 10px;
  width: 190px;
  height: 250px;
  text-align: left;
  background-color: #316362;
 }

#menu_rechts a {
	margin-top: 15px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}

/* Footer
------------------------------------------------------------------------------------- */

#footer {
	width: 800px;
	height: 20px;
	background-color: #000000;
	margin:0px auto;
	float: left;
}

/* Call 2 action
----------------------------------------------------------------------------------------*/

#cta {
	width: 430px;
	padding-left: 50px;
}
	
#cta a {
	display: block;
	font-size: 13px;	
	font-family:Verdana;
	border-color: #336699;
	border: 1px solid #999999;

	text-align: center;
	font-weight: Bold;
	padding: 5px;
  background-color: #316362;
	color: #ffffff;	
}

#cta a:hover {
	color: #000000;	
	font-family:Verdana;
	background-color: #ffffcc;	
}
