﻿body {
	margin:0;
	padding:0;
	background:white url('../images/body.png') repeat-y;
	overflow:hidden; /* TODO: Set this into IE specific CSS */
	height:100%;
}

body, th, td {
	font-family:"Trebuchet MS", "Free Sans", Arial, Helvetica, sans-serif;
	color:white;
	font-size:12px;	
}

img {
	border:none;
}

a {
  color:white;
  text-decoration:underline;
}

h1, h2, h4, p {
	margin:0;
	padding:0;
}

h1 {
	height:220px;
	background:url('../images/head.png') bottom left no-repeat;
	text-indent:-9000em;
}

strong {
  text-transform:uppercase;
}

em {
  font-style:normal;
  color:#FFC000;
  text-transform:uppercase;
}

div#container {
  background-color:#85A20C;
  border-bottom:1px solid #B9B9B9;
  border-top:1px solid #B9B9B9;  
  height:321px;  
}

div #navi {  
  background:url('../images/navi.png') top left no-repeat;
  border-right:1px solid #B9B9B9;
  width:128px; 
  height:321px;
  position:absolute;
  top:221px;
  left:0px;
}

div#navi ul {
  line-height:1.6em;
  text-align:right;
  font-size:12px;
  list-style:none;
  margin:none;
  padding:220px 15px 0 0;
  text-transform:uppercase;
  color:#FFC000;
}

div#navi ul li {
  margin:0;
  padding:0;
}

div#navi ul li a {
  color:white;
  text-decoration:none;
}

div#navi ul li a:hover {
  text-decoration:underline;
}

img#billboard {
  border-right:1px solid #B9B9B9;
  width:475px;
  height:321px;
  position:absolute;
  top:221px;
  left:129px;
}

div#copyblock {
  width:460px;
  height:321px;
  position:absolute;
  top:221px;
  left:605px;
  overflow:hidden;
}

div#copyblock.person {
  background:url('../images/portrait.jpg') top left no-repeat;
  padding:30px 0 0 150px;
  height:291px;
}

div#copyblock.impressum {
  padding:15px 0 0 15px;
  height:306px;
}

div#copyblock ul {
  margin:0 0 0 15px;
  padding:0;
}

div#copyblock li {
  margin:0 0 1em 0;
  padding:0;
}

div#footer img {
  margin:7px 0 0 25px;
}

div#footer {
  background:url('../images/foot.png') top left no-repeat;
  height:300px;
  clear:both;  
}