html, form 
{
	padding:0px;
	margin:0px;
	text-align:center;
}

body 
{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url(images/bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	text-align:center;
}

#container 
{
	width:100%;
	text-align:center;
}

#header 
{
	background-color:#b3c9b6;
	height:75px;
	text-align:center;
	border-bottom:solid 1px white;
}

#header div 
{
	width:950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header div img 
{
	float:left;
	border-left: solid 1px white;
	border-right: solid 1px white;
	margin-left:1px;
}

#header div ul 
{
	float:right;
	margin-top:54px;
}

#containerContent 
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	text-align:left;
}

#containerContent #menu 
{
	float:left;
	width:270px;
	margin-top:80px;
	padding-bottom:40px;
}

#containerContent #content 
{
	float:left;
	width:659px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:40px;
}

#containerContent .newsliste {
	width:648px;
	padding-left:4px;
}

#footer 
{

	background-color:#b3c9b6;
	border-top:solid 1px white;
	text-align:center;
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
}

#footer div 
{
	width:950px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:24px;
}

#footer div img 
{
	border-left:solid 1px white;
	border-right:solid 1px white;
	float:left;
}

#footer div div#footerText
{
	font-size:11px;
	color:white;
	padding-top:6px;
	height:18px;
	width:auto;
	text-align:center;
}

#footer div div#footerText a:link, #footer div div#footerText a:visited 
{
	color:white;
	text-decoration:none;	
}
