* { padding: 0; margin: 0; border: 0; 
	background: transparent; 
	visibility: visible;
	font-family: Arial,Helvetia,sans-serif;
	line-height: 130%;
	color: #333;
	text-decoration: none;
	}


/* Definition verschiedener HTML-Klassen */

a { color: #000; }
a:hover, .aktiv { color: #c00; }
body { background-color: #ddd; }
.aktiv { font-weight: normal; }


/* Scroller */

#demo-bar {
	margin: 0;
	padding: 0;
	width: 960px;
	height: 30px;
	top: 15px;
	position: absolute;
	z-index: 10;
}

#demo-bar a, #logo a { border-bottom: 0; }

 
#demo-wrapper {
	margin: 0;
	overflow: hidden; 
	height: 576px; 
	width: 960px;
	top: 0;
	left: 0;
	position: absolute;
	/* background: url(../images/backgrid_logo.gif); */
	background-color: #fff;
	z-index: 1;
}
 
#demo-inner {
	width: 2560px;
	height: 2860px;
	position: relative;
	z-index: 1;
}
 
#header {
	margin: 0;
	overflow: hidden; 
	height: 160px; 
	width: 960px;
	top: 0;
	left: 0;
	opacity: 0.8;
	position: absolute;
	/* background: url(../images/backgrid_logo.gif); */
	background-color: #fff;
	z-index: 100;
}
 
.scrolling-content {
	height: auto;
	position: absolute;
}
 
.scrolling-content h1  { 
	padding: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
}
 
.scrolling-content h2 { 
	padding: 0 0 12px 0;
	font-size: 11px;
	font-weight: bold;
}

#newscontent h1  { 
	padding: 0 0 12px 0;
	font-size: 14px;
	font-weight: bold;
}
 
#newscontent h2 { 
	padding: 0 0 12px 0;
	font-size: 11px;
	font-weight: bold;
}

.scrolling-content p, #newscontent p, #logo p { 
	padding: 0 0 12px 0;
	font-size: 11px;
}

.scrolling-content td { 
	padding: 0 0 3px 0;
	font-size: 11px;
}

#newscontent {
	position: absolute;
	left: 670px; 
	top: 472px;
	width: 220px;
	height: 200px;
	overflow: hidden;
}

#content1 {
	left: 670px; 
	top: 160px;
	width: 250px;
	height: 395px;
	overflow: hidden;
}
 
#content2 {
	left: 20px;
	margin-left: 34px; 
	top: 160px;
	width: 576px;
	height: 395px;
	overflow: hidden;
}
 
#content3 {
	left: 1009px; 
	top: 160px;
	width: 836px;
	height: 395px;
	overflow: hidden;
}
 
#content4 {
	left: 1270px; 
	top: 160px;
	width: 680px;
	height: 395px;
	overflow: hidden;
}

#broadcontent {
	left: 370px; 
	top: 160px;
	width: 545px;
	height: 395px;
	background-color: transparent;
	overflow: hidden;
}

#logo {
	position: absolute;
	top: 18px;
	left: 670px;
	width: 175px;
	height: 35px;
	z-index: 135;
}

#navi {
	position: absolute;
	top: 65px;
	left: 20px;
	z-index: 111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.navibox {
	float: left;
	margin-right: 16px;
}

.navibox_l {
	float: left;
	margin-left: 34px !important;
	margin-left: 19px;
	margin-right: 16px;
}

.navibox_r {
	float: left;
}

.navibox a, .absenderbox a {
	text-decoration: none;
	border: 0;
}

.navibox a:hover, .navibox a:active, .absenderbox a:hover, .absenderbox a:active {
	text-decoration: none;
	color: #c00;
	border: 0;
}

.absenderbox {
	position: absolute;
	top: 0px;
	left: 650px;
	width: 220px;
}


/* layer fuer die ausrichtung der website in der mitte des fensters */

#horizon        
	{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	text-align: left;
	overflow: visible;
	visibility: visible;
	display: block;
	}

#stage    
	{
	position: absolute;
	margin-left: -480px;
	top: -288px;
	left: 50%;
	width: 960px;
	height: 576px;
	visibility: visible;
	}
