* {
	padding: 0;
	margin:0;
	border:0;
	}


/* positioning */

body { 
	height: 100%; 
	width: 100%; 
	background-color: #fff;
	color: #111;
	}

#wrap {
	position:relative;
	width:780px;
	height: auto !important; 
	min-height: 100%;
	height: 100%;
	left:200px;
	padding-bottom: 1px;
	background: transparent;
	border-left:4px solid #cf0;
	}

#header {
	position:absolute;
	top:40px;
	left:0px;
	height: 140px;
	width: 100%; 
	background: #cf0 url(header-boxes.jpg) no-repeat 57px 4px;
	text-align:baseline;
	z-index: 90;
	}

#header h1 {
	position:absolute;
	left: 420px;
	bottom:2px;
	margin-bottom:-.18em;
	width:360px;
	color: #fff;
	z-index: 3;
	}

#header img {
	position:absolute;
	top:17px;
	left: 780px;
	}

#homelink {
	position:absolute;
	left: 0px;
	top:  0px;
	height: 150px;
	width: 100%;
	color: transparent;
	z-index: 2;
	}

#homelink a {
	width: 700px;
	height: 140px;
	}


#navigation {
	float:left;
	width: 400px;
	margin-left:-200px;
	padding:220px 0 80px 0;
	}

#navigation ul {
	position:relative;
	list-style-type: none;
	width: 160px;
	margin-left: 20px;
	}

#navigation ul li {
	text-align: right;
	}

#navigation ul ul {
	margin-left: 200px;
	}

#navigation ul ul li {
	text-align: left;
	width: 190px;
	}

#content{
	margin-left:-186px;
	padding:220px 40px 100px 400px;
	}

#content li{
	margin-left:1.8em;
	padding-left:0.2em;
	}
	
#footer{
	position: relative;
	width: 980px;
	height: 50px;
	margin-top:-50px;
	clear:both;
	}

#kontakt{
	float: left;
	width:180px;
	text-align: right;
	}

#impressum {
	float: left;
	width:196px;
	margin-left:40px;
	}

#home {
	float: left;
	width:520px;
	border-bottom: 2px solid #cf0;
	text-align: right;
	}



/* typography */

body { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	line-height: 130%;
	}

#content p {
	line-height: 135%;
	padding-bottom:0.6em;
	}

h1, h2, h3 {
  	color: #666;
  	padding-bottom:.6em;
	line-height: 116%;
	padding-top:1em;
	}

b	{
	color: #333;
	}
    
#header h1 {
   	font-size: 190%;
   	line-height: 100%;
	text-transform:uppercase;
	font-weight:normal;
  	padding-bottom:0;
	}

table {
	border-top: 2px solid #cf0;
	border-bottom: 2px solid #cf0;
	border-collapse:collapse;
	margin-top: 1em;
	margin-bottom: 1em;
	}

td 	{
	padding: .4em 0.2em .5em 0.2em;
	border-bottom: 1px solid #cf0;
	line-height: 135%;
	vertical-align:top;
	}

#navigation {
	font-weight: bold;
	line-height: 190%;
	}

#navigation ul ul {
	font-size: 90%;
	}

#footer {
	font-weight: bold;
	}

#backlink {
	font-size: 85%;
	}


/* link decoration */

a {
	color: #509200;
	}
a:hover {
	color: #90dd00;
	}

#header a {
	text-decoration: none;
	color: #ffffff;
	}
#header a:hover {
	text-decoration: none;
	color: #509200;
	}

#navigation a {
	text-decoration: none;
	}
#navigation ul {
	color:#60AA00;
	}
#navigation ul a {
	color: #666666;
	}
#navigation ul a:hover {
	color: #90dd00;
	}
#navigation ul ul a {
	color: #a0a0a0;
	}
    
#footer a {
	text-decoration: none;
	}
#footer a:hover {
	color: #90dd00;
	}
#kontakt {
	color:#60AA00;
	}
#kontakt a {
	color: #666666;
	}
#impressum {
	color:#60AA00;
	}
#impressum a {
	color: #a0a0a0;
	}
#home a {
	color: #cf0;
	}
#home a:hover {
	color: #509200;
	}

