html, body, div {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial,Helvetica,sans-serif;
}

/* Container
---------------------------------------------------------------------------------------- */
#container {
	width: 100%
}

/* Header
---------------------------------------------------------------------------------------- */
#header {
	width:850px;
	height: 136px;
	margin-left: 215px;
}

#header_menu {
	width: 100%
	height: 21px;
	background-color: #007AC1;
	color: #ffffff;
	font-size: 12px;
}	

#header_menulinks{
	width: 300px;
	line-height: 20px;
	padding-left: 361px;
}

#header_menu a{
	color: #ffffff;
	text-decoration: none;
}	

#header_menu a.visited{
	color: #ffffff;
	text-decoration: none;
}	

#header_menu a.hover{
	color: #ccba7e;
	text-decoration: none;
}	

#header_bg {
	background-color: #CEBB80;
	height: 136px;
	width: 100%;
}

#header_bg_foto {
 	padding-left: 357px;	
}

/* Holder
---------------------------------------------------------------------------------------- */

#holder {

	width: 100%;
}

/* Menu
---------------------------------------------------------------------------------------- */
#menu {
	width: 357px;
	float: left;
}

#menu_rechts {
	padding-top: 30px;
	padding-left: 140px;
	margin-top: 30px;
  width: 190px;
  height: 250px;
 }

#menu_rechts a {
	margin-top: 15px;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #125E1C;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}

/* Content
---------------------------------------------------------------------------------------- */

#content {
	width: 700px;
	height: 100%;
	margin-top:0px;
	float: left;
	text-align: left;
}

#content h1 {
	font-size: 18px;
	color: #999999;
	font-weight: bold;
	margin-left: 8px;
	margin-top: 25px;
}

#content h3 {
	font-size: 12px;
	color: #999999;
	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;
}

/* Footer
---------------------------------------------------------------------------------------- */

#footer {
	height: 25px;
	width: 100%;
	background-color: #007AC1;
	color: #ffffff;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	font-family: Arial,Helvetica,sans-serif;
	float: left;
}

/* Call 2 action
----------------------------------------------------------------------------------------*/

#cta {
	width: 450px;
	margin-left: 110px;
}
	
#cta a {
	display: block;
	font-size: 15px;	
	font-family:Arial,Helvetica,sans-serif;
	border-color: #336699;
	border: 1px solid #999999;

	text-align: center;
	font-weight: Bold;
	padding: 5px;
	background-color: #007AC1;
	color: #ffffff;	
}

#cta a:hover {
	color: #000000;	
	font-family:Arial,Helvetica,sans-serif;
	background-color: #ffffcc;	
}