BODY {
	margin: 0px;
	padding: 0px;
	background-color: #E4E3E3;
	background-image: url(../images/pbk.gif);
	background-repeat: repeat-y;
}

#logo {
	position: absolute;
	left: 50px;
	top: 0px;
	width: 199px;
	height: 110px;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #3a7728;
	background-image: url(../images/Logo.png);
	background-repeat: no-repeat;
	z-index: 4;
}

#maintopic {
	position: absolute;
	left: 254px;
	top: 80px;
	width: 695px;
	height: 20px;
	overflow: hidden;
	background-repeat: repeat-x;
	background-color: #90ad99;
	z-index: 2;
}

#plaintext {
	position: absolute;
	left: 750px;
	top: 86px;
	width: 195px;
	height: 30px;
	text-align: right;
	z-index: 100;
}

#plaintext a {
	color: #888888;
	text-decoration: none;
}


#youarehere {
	position: absolute;
	left: 50px;
	top: 111px;
	width: 900px;
	height: 30px;
}

#youarehere a {
	display: block;
	float: left;
	height: 30px;
	padding: 0px 10px 0px 23px;
	line-height: 30px;
	color: #888888;
	text-decoration: none;
	font-size: 11px;
	background : url(../images/pmr.gif) no-repeat;
}

#youarehere a:hover {
	color: #50617C;
	background : url(../images/pmra.gif) no-repeat;
}


#maintopic a {
	display: block;
	float: left;
	height: 20px;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing : 1px;
	background : url(../images/pln.gif) no-repeat right;
	font-weight: bold;
}

#maintopic a:hover {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
	text-decoration: underline;
}

#maintopic a.active {
	background: url(../images/pmta.gif) repeat-x;
	color: #333333;
	font-weight: bold !important;
	font-size: 11px;
	text-decoration: underline;
}


#topic {
	position: absolute;
	left: 50px;
	top: 100px;
	width: 199px;
	background-color: #dae4da;
	height: 750px;
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #3a7728;
	font-size: 11px;
	text-align: right;
	overflow: hidden;
}

#topic a {
	display: block;
	color: #2A3F00;
	text-decoration: none;
	border-bottom: 1px solid #C1CBD7;
	padding: 0px;
	margin: 15px 20px 3px 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

#topic p {
	text-align: center;
}

#topic p a {
	border-bottom: none !important;	

}

#topic a:hover, #topic a.active {
	color: #90AD99;
	text-decoration: underline;
}

#topic h1 {
	padding: 9px 20px 9px 20px;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0px;
}

#content {
	position: absolute;
	left: 270px;
	top: 108px;
	width: 560px;
	padding: 0px;
	margin: 0px;
	z-index: 6;
}

#sidebar {
	position: absolute;
	top: 0px;
	left: 750px;
	width: 200px;
	color: #fffff;
	background-image: url(../images/sb3.jpg);
	bottom: 0px;
	z-index: 3;
	height: 850px;
}

#footer {
	position: absolute;
	left: 50px;
	width: 500px;
	color: #fffff;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	margin-left: 220px;
	top: 830px;
}

#footer a {
	color: #2A0000;
	text-decoration: none;
}

#footer a:hover {
	color: #3A7728;
	text-transform: uppercase;
	text-decoration: none;
}

#lang {
	position: absolute;
	width: 200px;
	color: #fffff;
	z-index: 8;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	top: 50px;
}

#lang a {
	color: #3A7728;
	text-decoration: none;
	text-transform: uppercase;
}

#lang a:hover {
	color: #3A7728;
	text-transform: uppercase;
	text-decoration: none;
}

form.search {
	position: absolute;
	top: 83px;
	left: 784px;
	width: 160px;
	z-index: 3;
}

form.search input {
	margin: 0px;
	vertical-align : middle;
}

input.search {
	border : 1px solid #cdcdcd;
	color: #333333;
	width: 118px;
	padding: 2px;
	background: url(../images/pmt.gif) repeat-x;
	font-size: 10px;
}
#teamtable {
	width: 75%;
}
.teammember {
	background-color: #f0f0f0;
}
.standort {
	background-color: #f0f0f0;
	margin: 10px;
	padding: 10px;
	width: 420px;
}

.standort-h {
	margin-bottom: 10px;
	font-weight: bold;
}

#tease {
	margin-top: 20px;
	margin-bottom: 10px;
}