/**
 * @author Hailfinger Electronic, Stefanie Janine Stoelting
 * @version 0.1
 */
body {
	background: #ffffff;
	color: black;
	font-family: Arial,sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}

div#container {
	
}
p {
  font-size: small;
}

div#logo_left {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 131px;
	height: 544px;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}

div#innercontainer {
	float: left;
	width: 80%;
	margin-left: 20px;
}

div#menubar {
	width: 100%;
	height: 25px;	
}

div#content {
	width: 100%;
	margin-top: 10px;
}

li.menuitem {
	display: block;
	float: left;
	width: 125px;
	height: 25px;
	padding-top: 2px;
	color: white;
	background-color: #09bdad;
	text-align: center;
	margin-right: 1px;
}

a.menuitem {
	color: #ffffff;
	background-color: #09bdad;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
}
a.menuitem:hover {
	color: #000000;
}

p.listing {
	margin: 0;
	padding: 0;
}
table.contentlist td {
	vertical-align: top;
}

td.years {
	width: 50px;
}
p.form {
	padding: 0;
	margin: 0;
	padding-top: 4px;
	width: 404px;
}
label.formanfrage {
	font-size: small;
}
span.small {
	font-size: small;
}
span.xsmall {
	font-size: x-small;
}

div#ticker {
	height: 50px;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	left: 850px;
	font: bold 11px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#ticker .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 10px;
	top: 8px;
	width: 850px;
	overflow: hidden;
}
ul.newsticker li {
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
}
ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #09bdad;
	font: bold 11px Verdana;
	margin: 0 50px 0 0;
} 

td.lager1 {
  width: 175px;
}
td.lager2 {
  width: 150px;
}
td.lager3 {
  width: 220px;
}
td.lager4 {
  width: 300px;
}

