/* ==================================================================
					css by Robert Hahmann
					  Dresden 25.03.08
 ==================================================================*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

body {
	color: #006633;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(../img/bg.jpg);
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
p {
	padding: 5px 10px;
	font-size: 0.7em;
}
a {
	text-decoration: none;
	color: #000000;
	font-size: 0.7em;
}
a:hover {
	color: #006633;
}
table {
	font-size: 0.7em;
}
/* ====================================================================
					Struktur
-------------------------------------------------------------------- */


#container {
	position: relative;
	top: 10px;
	width: 950px;
	height: 600px;
	background-image: url(../img/bg_klein.png);
	margin: 0 auto;
	text-align: left;
}
/* ------------------------------------------------------------------*/

#header {
	height: 157px;
}
#logo {
	position: absolute;
	padding: 10px;
}
#header h1 {
	padding: 15px 0 0 20px;
}
#header h2 {
	padding-left: 45px;
}

#menu {
	position: absolute;
	top: 139px;
	left: 475px;
	width: 475px;
	border-bottom: #006633 solid 1px;
	text-align: right;
	font-weight: bold;
}
#menu li{
	display: inline;
	padding: 1px 11px;
}
/* ------------------------------------------------------------------*/


#contend {
	height: 356px;
	line-height: 1.2em;
}
#slideshow {
	float: left;
	padding-right: 10px;
}
#contend h3 {
	padding: 20px;
	padding-top: 40px;
}
#contend ul {
	margin-left: 520px;
	font-size: 0.7em;
}
#contend li {
	font-weight: bold;
}
/* ------------------------------------------------------------------*/
#footer {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 475px;
	height: 88px;
	color: #ffdd00;
	background-color: #006633;
	border-top: #ffdd00 solid 1px;
}
#footer p {
	float: left;
	padding-right: 20px;
}
/* ==================================================================*/





/* ==================================================================*/
.aktiv {
	background-color: #006633;
}
.aktiv a {
	color: #ffdd00;
}
.aktiv a:hover {
	color: #000000;
}