	/*** CSS Document ***/
body{
	height: 100%;
	font-size: 11px;
	font-family: "Verdana", Arial, sans-serif;
	color: #5b6449;
	background-color: #ffffff;
	background-image: url(../images/layout/bg.gif);
	background-repeat: repeat-x;
}
html, body {
    height:100%;
	min-height: 100%;
	margin:0px;
	padding:0px;
}
#container {
	height:100%;
	margin-left: auto;
	margin-right: auto;
    width: 904px;
	margin-bottom: -20px;
}
html>body #container{
	height: auto; 
	min-height: 100%; 
	margin-bottom: -20px; 
}
img {
	border:none
}

h1{
	font-family: "Verdana", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #968513;
	display:block;
	margin-bottom: 10px;
}
h2{
	font-family: "Verdana", Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5b6449;
}
a:active   
	{
	color:#968513; 
	}

a:link {
	text-decoration : none;
	color: #968513;
}
a:visited {
	text-decoration : none;
	color: #968513;
}
a:hover {
	text-decoration : none;
	color: #968513;
	}
	
/*** pagina opzet ***/
#header {
	float:left;
	height:128px;
	width: 349px;
	background-image:url(../images/layout/logo_leben.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#slogan_leben {
	float:right;
	height:128px;
	width:219px;
	background-image: url(../images/layout/slogan_leben.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu {
clear:both;
	height:42px;
	background-image: url(../images/layout/bg_menu.gif);
	background-repeat: repeat-x;
}
#main {
	height:160px;
	width:903px;
}
#LatestItem {
	float:left;
	width:349px;
	height:160px;
	background-image: url(../images/layout/bg_LatestItem.gif);
	background-repeat: repeat-x;
}
#LatestItem_header{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	margin-top: 12px;
	margin-left: 10px;
	margin-bottom: 10px;
}
#LatestItem_content{
	margin-left: 10px;
	margin-bottom: 15px;
	background-image: url(../images/layout/arrow_news_item.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
}
#LatestItem_image {
	float:left;
	width:130px;
	background-color:#d7c445;
	margin-left: 10px;
	padding: 3px;
	background-repeat: no-repeat;
	background-position: center top;
}
/*** IE Fix ***/
* html #LatestItem_image {
	margin-left: 5px;
}
#LatestItem_image_text {
	float:left;
	width:186px;
	background-color:#c8ee83;
	text-align: left;
	vertical-align: bottom;
	padding: 3px;
}
#main_picture {
	float:right;
	width:554px;
	height:160px;
	background-image: url(../images/layout/default_main_picture.jpg);
}
#content_left {
	float:left;
	width:349px;
}
#content_news_left {
	float:left;
	width:349px;
}
#content_news_right {
	float:right;
	width:544px;
	margin-left:10px;
}
#content_header{
	margin-top: 10px;
}
#content_news{
	height:70px;
	background-image: url(../images/layout/bg_recent_news.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5e8612;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}
#content_main_text{
}
#content_image_left {
	background-color: #d7c445;
	padding: 3px;
	margin-top:18px;
}
#container_content {
display:block;
}
#content_portfolio2 {
	float:left;
	margin-left: 20px;	
	margin-bottom: 16px;
	cursor:pointer;
		
}
#content_portfolio {
	float:left;
		cursor:pointer;
}
#content_portfolio_image {
	float:left;
	width:150px;
	height:87px;
	padding: 3px;
	background-color: #d7c445;
	overflow:hidden;
}
#content_portfolio_text {
	float:left;
	width:273px;
	height:93px;
	color:#62861e;
	background-image: url(../images/layout/bg_portfolio.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 12px;
	padding-left: 12px;
}
#buffer{ 
	height: 20px; 
	clear:both; 
	position:relative; 
	bottom:0px; 
}
#footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 20px;
	background-color:#f5f5f5;
	font-size: 10px;
}
#footer_date {
	width: 216px;
	height: 20px;
	float:right;
	color:#5b6449;
	line-height: 18px;
	padding-right:10px;
	text-align:center;
}
#footer_text {
	width: 580px;
	height: 20px;
	float:left;
	color:#5b6449;
	line-height: 18px;
	text-align:center;
}
#footer a {
	text-decoration: none; 
	color: #8f7e0f; 
}
#footer a:hover {
	color: #8f7e0f; 
}
