﻿#Wrapper, #DivHeadHome,#DivHead, #DivFoot, #DivContent
{
	width: 898px;
	clear: both;
}

#Wrapper
{
	
	margin-left: auto;
	margin-right: auto;
	background-color: #707172;
}

#DivHeadHome,#DivHead 
{
	height: 345px;
}

#DivHeadHome
{
	background: url(../Images/Global/HeadHome.jpg);
}

#DivHead
{
	background: url(../Images/Global/HeadUnterseiten.jpg);
}

#DivHeadMenu
{
	float: right;
	/*margin: 93px 20px 0 105px; mit Mandanten-Bereich*/
	margin: 93px 20px 0 235px;
}

#DivContent
{
	/*padding-bottom: 15px;
	margin-bottom: 15px;*/
}

#DivFoot
{
	height: 32px;
	line-height: 32px;
	background-image: url(../Images/Global/BackgroundFooter.gif);
	background-repeat: repeat-x;
}

#DivFootLinks
{
	margin: 0 0 0 45px;
	color: #fabb00;
	width: auto;
	float: left;
}

#DivFootLinks a
{
	color: White;
	text-decoration: none;
}

#DivFootRight
{
	float: right;
	margin-right: 20px;
	width: auto;
}

