﻿a:link, a:visited, a:active
	{
		color: black;
	}

body
	{
/*
		background: rgb(102,153,102);
*/
		background: rgb(0,51,0);
		font-family: helvetica neue, segoe, arial, sans-serif;
		font-size: .9em;
		margin: 2px 0 0 0;
		text-align:center;
	}

#header
	{
		height: 90px;
		width: 800px;
		background: rgb(0,51,0) url('../baumpflege-dizka.de_80/bilder/arbodomo_logo.png') bottom right no-repeat;
	}


#hauptcontainer
	{
		width: 800px;
		height: 600px;
		margin:0px auto;
		background: rgb(256,256,256) no-repeat bottom;
		text-align:left;
	}

#inhalt
	{
		padding: 2em 0 0 0;
		width: 700px;
		margin: 0em 1em 1em 2em;
		text-align:left;
		background: rgb(256,256,256);
	}

#inhalt img
	{
		margin: 0 0 20px 20px;
	}

#inhalt ul
	{
		line-height: 2em;
	}


#fusszeile
	{
		height: 20px;
		font-size: 11px;
		font-weight: book;
		color: rgb(10,20,30);
		margin:0px auto;
		text-align:left;
		word-spacing: 20px;
		width: 800px;
		text-indent: 1em;
		line-height: 1.2em;
		background: url('../baumpflege-dizka.de_80/bilder/schlussleiste.png') no-repeat;
	}

#fusszeile a, #menue a
	{
		text-decoration: none;
		color: rgb(5,0,5);
	}

#fusszeile b, #menue b
	{
		text-decoration: none;
	}

div#adresse
{
	background: rgb(256,256,256);
	padding: .5em;
	border: dotted 1px rgb(100,100,100);
	width: 300px;
	font-size: .9em;
	position: absolute;
	top: 390px;
	margin: 0 0 0 340px;
}
/*---*/
ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    top:61px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: rgb(256,256,256) url('../baumpflege-dizka.de_80/bilder/tab.png');
    color: rgb(0,51,0);
    display: block;
    float: left;
    height: 2em;
    padding-left: 20px;
    text-decoration: none;
    font-weight: bold;
}

ol#toc a:hover {
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
    color: rgb(0,51,0);
}

ol#toc li.current a {
    background-position: 0 -60px;
    color: #ffffff;
    font-weight: bold;
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url('../baumpflege-dizka.de_80/bilder/tab.png') 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 20px;
}


