body, html
{
	margin: 0;
	padding: 0;
}
body
{
	background-color: #DDE6DC;
}

/* Header */

#header
{
	position: relative;
	width: 702px;
	height: 113px;
	background: url(../images/layout/header_bg.jpg) no-repeat;
}
#logo
{
	position: absolute;
	top: 13px;
	left: 41px;
	width: 170px;
	height: 47px;
	margin: 0;
	padding: 0;
	background: url(../images/layout/logo.gif) no-repeat;
	border: none;
}
#logo a
{
	display: block;
	width: 100%;
	height: 100%;
}
#logo span
{
	display: none;
}
#top_navigation
{
	position: absolute;
	top: 12px;
	right: 14px;
	width: 256px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#top_navigation li
{
	float: right;
	margin: 0 0 0 12px;
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	text-transform: uppercase;
}
#top_navigation li a
{	
	color: #484848;
	font-weight: normal;
	line-height: 13px;
	text-decoration: none;
}
#top_navigation .impressum a
{
	padding: 0 0 0 10px;
	background: url(/images/layout/icon_impressum.gif) no-repeat left top;
}
#top_navigation .startseite a
{
	padding: 0 0 0 12px;
	background: url(/images/layout/icon_startseite.gif) no-repeat left top;
}
#navigation
{
	position: absolute;
	top: 79px;
	left: 280px;
	width: 422px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation a
{
	display: block;
	height: 25px;
}
#navigation li
{
	float: left;
	margin: 0;
	padding: 0;
	border-left: solid 1px #FFFFFF;
}
#loesungen a
{
	display: block;
	width: 115px;
	background: url(/images/layout/nav_loesungen.gif) no-repeat top left;
}
#unternehmen a
{
	width: 107px;
	background: url(/images/layout/nav_unternehmen.gif) no-repeat top left;
}
#leistungen a
{
	width: 90px;
	background: url(/images/layout/nav_leistungen.gif) no-repeat top left;
}
#kontakt a
{
	width: 92px;
	background: url(/images/layout/nav_kontakt.gif) no-repeat top left;
}
#navigation span
{
	display: none;
}

/* Haupt-Container */

#main
{
	width: 702px;
	background: url(/images/layout/content_bg.gif) repeat-y;
}

/* Sub_Navigation */

#left_column
{
	float: left;
	display: inline;
	width: 229px;
	height: 500px;
	margin: 0 0 0 10px;
}
#haus
{
	margin: 0;
	padding: 0;
	border-bottom: solid 3px white;
}
#sub_navigation
{
	width: 229px;
	margin: 25px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#sub_navigation li
{
	width: 229px;
	margin: 0;
	padding: 0;
	background-color: #89B9AA;
	line-height: 26px;
}
#sub_navigation li a
{
	display: block;
	width: 204px;
	height: 25px;
	margin: 0;
	padding: 0 25px 0 0;
	border-bottom: solid 1px #DDE6DC;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}
#sub_navigation li a:hover,
#sub_navigation li a:focus
{
	background: #258370;
}
#sub_navigation li.active a
{
	background: #258370 url(/images/layout/arrow_nav_active.gif) no-repeat top right;
}
#sub_navigation li.active ul li a
{
	background-color: #89B9AA;
	background-image: none;
}
#sub_navigation li.active ul li a:hover,
#sub_navigation li.active ul li a:focus
{
	background: #258370;
}

/* Sub-Navigation Startseite */

#sub_navigation.startseite a,
#sub_navigation.startseite a:hover,
#sub_navigation.startseite a:focus
{
	background: #F4F7F3 url(/images/layout/arrow_nav_start.gif) no-repeat top right;
	color: #258370;
}
#sub_navigation.startseite li.active a
{
	background: #258370 url(/images/layout/arrow_nav_active.gif) no-repeat top right;
	color: #FFFFFF;
}
#sub_navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* Teaser linke Spalte */

ul.teaser
{
	margin: 24px 0 0 0;
	padding: 0;
	line-height: 18px;
	font-size: 12px;
	list-style-type: none;
}
ul.teaser a
{
	padding: 0 0 0 18px;
	color: #258370;
	font-weight: normal;
}
ul.teaser li
{
	margin: 0 25px 4px 0;
	padding: 0;
	text-align: right;
}
#teaser_rueckruf
{
	display: block;
	width: 229px;
	height: 59px;
	margin: 12px 0 0 0;
	background: url(/images/layout/teaser_rueckruf.gif) no-repeat;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
#teaser_rueckruf span
{
	display: none;
}
ul.teaser .mandantenbrief a
{
	background: url(/images/layout/icon_mandantenbrief.gif) no-repeat left center;
}
ul.teaser .erstberatung a
{
	background: url(/images/layout/icon_beratung.gif) no-repeat left center;
}

/* Content */

#content
{
	float: left;
	display: inline;
	width: 417px; /* 461 */
	margin: 0 0 0 2px;
	padding: 0 20px 36px 24px;
}

/* Footer */

#footer
{
	clear: both;
	width: 702px;
	height: 22px;
	background: url(/images/layout/footer_bg.gif) repeat-y;
}
#footer p
{
	padding: 0 40px 0 0;
	color: #FFFFFF;
	line-height: 22px;
	font-size: 10px;
	letter-spacing: 0.1em;
	text-align: right;
}
#footer a
{
	margin: 0;
	padding: 0 0 0 15px;
	background: url(/images/layout/arrow_top.gif) no-repeat 0 -4px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
div#footer_print
{
	display: none;
}

/* Druck-Styles */

@media print
{
	body
	{
		background: white;
		color: black;
	}
	#footer, #navigation, #sub_navigation, #top_navigation
	{
		display: none;
	}
	#rahmen, #header
	{
		background: none;
	}
	#header
	{
		height: auto;
		padding-bottom: 1em;
		border-bottom: solid silver 1px;
	}
	#content
	{
		margin: 0 1cm 1cm 0.5cm;
		padding: 0;
	}
	#footer_print
	{
		display: block;
		border-top: solid silver 1px;
	}
}
