body {
	margin: 0 auto;
	font-family: tahoma;
	font-size: 12px;
}

#spacer-left {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../img/spacer-left.gif");
	background-repeat: repeat-x;
	min-width: 50%;
	z-index:  1;
}

#spacer-right {
	width: auto;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url("../img/spacer-right.gif");
	background-repeat: repeat-x;
	min-width: 50%;
	z-index:  1;
}

#main-content {
	margin: 0 auto;
	top: 0px;
	width: 1010px;
	height: 100%;
	border: 1px;
	position: relative;
	min-height: 600px;
	z-index:  2;	
}

#shadow-left {
	width: 7px;
	height: 100%;	
	background-image: url("../img/shadow-left.gif");
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:  2;
}

#shadow-right {
	width: 7px;
	height: 100%;
	background-image: url("../img/shadow-right.gif");
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 1003px;
	z-index:  2;
}

#header-logo {
	width: 527px;
	height: 187px;
	background-image: url("../img/header-logo.gif");
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 7px;
	z-index: 4;
}

#header-photo {
	width: 478px;
	height: 187px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 527px;
	z-index: 4;
}

#header-navigation {
	width: 979px;
	height: 33px;
	background-image: url("../img/nav-background.png");
	background-repeat: no-repeat;
	position: absolute;
	top: 139px;
	left: 17px;
	z-index: 20;
}

/* NAVI */

ul.top-nav {
	list-style-type: none;
	margin: 0px;
	margin-top:7px;
}

ul.top-nav li {
	width: 135px;
	float: left;
	background-image: url("../img/navi.gif");
	background-repeat: no-repeat;
	text-decoration: none;
	text-indent:20px;	
}

ul.top-nav li:hover {

	height: 30px;
	float: left;
	background-repeat: no-repeat;
}

ul.top-nav li a {
	color: white;
	text-decoration: none;
	font-size: 12px;
	cursor:pointer;
	font-weight: bold;
}
ul.top-nav li a:hover {
	color:#000000;
}
/*SUB NAV */

ul.top-nav li ul { 
	display:none; 
	list-style-type:none; 
	margin:0px;
	padding-left: 0px;
	margin-top: -7px;
	line-height:18px;
	text-indent:15px;
}

ul.top-nav li ul li {
	height: 23px;
	width: 160px;
	float: left;
	background-image: url("../img/sub-nav.gif");
	background-repeat: no-repeat;
	background-color: #7F7F7F;
	text-align: left;
	padding-top: 5px;
}

ul.top-nav li ul li:hover {
	height: 23px;
	float: left;
	background-image: url("../img/sub-nav.gif");
	background-repeat: no-repeat;
	text-align: left;
}
ul.top-nav li ul li a:hover {
	color: #000000;
}

ul.top-nav li:hover ul { 
	display:block;
	position: relative;
}
/* ENDE SUBNAV */


/* CONTENT */

#main-background {
	width: 997px;
	height: 416px;
	position: absolute;
	top: 187px;
	left: 0px;
}

#main-left {
	width: 440px;
	min-height: 400px;
	position: relative;
	top: 0px;
	left: 7px;
	background-image: url("../img/main-left.gif");
	background-repeat: repeat-x;
	z-index:  5;
	/*background-color:#33CC99;*/
	padding: 20px 40px 20px 40px;
}

#main-right {
	width: 476px;
	min-height: 600px;
	position: absolute;
	top: 0px;
	left: 527px;
	background-image: url("../img/main-left.gif");
	background-repeat: repeat-x;
	z-index: 5;	
}

/*#main-text {
	height: 300px;
	width: 451px;
	position: absolute;
	top: 60px;
	left: 37px;
	right: 32px;
	font-family: tahoma;
	font-size: 12px;
	z-index: 7;
}*/

/*#main-text h1{
	font-family: tahoma;
	font-size: 16px;
	font-style: bold;
}
*/
#main-text a {
	color: #990100;
	text-decoration: none;
}

#aktuelles {
	width: 400px;
	height: 300px;
	position: absolute;
	top: 50px;
	left: 0px;
	background-color: white;
	z-index: 7;
	padding: 16px;
	overflow:auto;
}

/*#aktuelles-text {
	width: 233px;
	height: 214px;
	position: absolute;
	top: 16px;
	left: 180px;
	z-index: 8;
}*/

/*#aktuelles-photos {
	width: 404px;
	height: 214px;
	position: absolute;
	top: 16px;
	left: 16px;
	z-index: 8;
}
*/
#bottom {
	width:997px;
	position: relative;
/*	top: 650px;*/
	left: 45px;
	background-image: url("../img/main-end.gif");
	background-repeat: no-repeat;
	z-index: 6;
	/*background-color:#6633CC;*/
}

#bottom-text {
	font-family: tahoma;
	font-size: 11px;
}

#botteom-text b {
	color: #990100;
	font-size: 11px;
}

#bottom-text a {
	color: #990100;
	text-decoration: none;
	font-size: 11px;
}
