/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-color: #551F75;
	text-align: center;
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #000;
}
h2 {
	color: #551F75;
	font-size: 22px;
	height: 75px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
h3 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
h2.home {
	background: transparent url(../img/h2_home.gif) no-repeat top left;
	height: 330px;
}
h2.portrait {
	background: transparent url(../img/h2_portrait.gif) no-repeat top left;
}
h2.kontakt {
	background: transparent url(../img/h2_kontakt.gif) no-repeat top left;
}
h2.treuhand {
	background: transparent url(../img/h2_treuhand.gif) no-repeat top left;
}
h2.steuerberatung {
	background: transparent url(../img/h2_steuerberatung.gif) no-repeat top left;
}
h2.unternehmungsberatung {
	background: transparent url(../img/h2_unternehmensberatung.gif) no-repeat top left;
}
#container {
	width: 875px;
	height: 527px;
	background-color: #FFF;
	margin: 60px auto 0 auto;
	overflow: hidden;
	text-align: left;
}
#inner {
	position: relative;
	width: 875px;
	height: 527px;
}
#logo {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 110px;
	width: 75px;
	background: white url(../img/hg_logo.gif) no-repeat top left;
}
#logo h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#logo h1 a {
	display: block;
	outline: none;
	height: 110px;
	width: 75px;
}
#mainmenu {
	position: absolute; 
	top: 185px;
	left: 30px;
	width: 205px;
	height: auto;
}
#mainmenu ul {
	border-top: 1px solid #000;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 13px;
}
#mainmenu ul ul {
	border-top: 1px solid #000;
}
#mainmenu ul li {
	border-bottom: 1px solid #000;
	line-height: 26px;
}
#mainmenu ul li.last {
	border: none;
}
#mainmenu ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#mainmenu ul li.act a {
	color: #7F5798;
}
#mainmenu ul li ul li {
	padding: 0 0 0 13px;
	border-bottom: 1px solid #000;
	background: white url(../img/hg_submenu.gif) no-repeat -3px 5px;
}
#mainmenu ul li ul li.act {
	background: white url(../img/hg_submenu_act.gif) no-repeat -3px 5px;
}
#mainmenu ul li ul li.act a,
#mainmenu ul li ul li a  {
	color: #000 !important;
}
#mainmenu ul li ul li a {
	font-weight: normal;
}
#content {
	position: absolute;
	top: 30px;
	left: 260px;
	background-color: #EBEBEB;
	width: 592px;
	height: 436px;
	overflow: hidden;
}
#content .inner {
	padding: 20px;	
}
#content a {
	color: #000;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content ul {
	margin: 5px 0 10px 0;
	padding: 0;
	list-style: none;
}
#content ul li {
	background: transparent url(../img/hg_li.gif) no-repeat 0 2px;
	padding: 0 0 0 18px;
}
#content p {
	margin-top: 2px;
	padding-top: 0;
}
#content .impressum {
	position: absolute;
	bottom: 14px;
	width: 400px;
	height: 30px;
	left: 20px;
	font-size: 11px;
	line-height: 15px;
}
#footer {
	position: absolute;
	bottom: 20px;
	left: 260px;
	width: 592px;
	height: 25px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 25px;
	font-size: 13px;
}
#footer p {
	margin:0;
	padding: 0;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}