﻿#container
{
	text-align: left;
	margin: 0 auto;
	width: 800px;
	/*background-color: white;*/
	background-color: transparent;
}

#header
{
	width: 800px;
	height: 130px;
	background-color: #fff;
	background-image: url(_images/haus_01.jpg);
	background-repeat: no-repeat;
}

#main
{
	width: 800px;
	background-color: #E5E5E5;
	/*background-color: transparent;*/
	min-height: 400px;
	padding-left: 0px;
	float: left;
	background-image: url(_images/haus_02.jpg);
	background-repeat: no-repeat;
}

#menu
{
	vertical-align: top;
}

#content
{
	width: 560px;
	float: right;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 35px;
	padding-right: 35px;
	/*background-color: orange;*/
	background-color: white;
	margin-right: 0px;
	margin-bottom:5px;
	margin-top:40px;
	min-height: 380px;

}

#sidebar
{
	/*padding-top: 20px;
	padding-left: 3px;*/
	width: 160px;
	float: left;
	background-color: transparent;
	/*background-color: magenta;*/
	/*background-color: #CCC;*/
	margin-left: 5px;
	margin-bottom:5px;
	overflow: hidden;
	top: 30px;
	position: relative;
}

#sidebar a
{
    /*padding-left: 10px;*/
}

#sidebar #news
{
	
}

#footer
{
	width: 786px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 2px;
	/*height: 145px;*/
	/*background: transparent url(_images/footer.gif) repeat-x;*/
	/*background-image: url(_images/footer.gif)repeat-x;*/
	/*background: #fff url(_images/footer.gif) repeat-x;*/
	/*background-color: cyan;*/
	background-color: #2d8c8e;
	vertical-align: bottom;
	text-align: right;
}

#footer a
{
	color: #CCC;
}

#footer p
{
	/*padding-left: 7px;
	padding-right: 7px;
	margin-top: 30px;
	text-align: right;*/
}


#sidebarmenu
{
	width: 160px;
}

#sidebar_logos
{
	width: 160px;
	padding-top: 20px;
	/*background-image: url(_images/mast_logo.gif);*/
	/*background-color:#FF0*/
}

#sidebar_lang
{
	width: 160px;
	padding-bottom: 10px;
	padding-left: 9px;
	/*background-image: url(_images/mast_logo.gif);*/
	/*background-color:#FF0*/
}


#SidebarExtras
{
   width: 160px;
    padding-left: 10px;
    padding-top: 5px;	
}
