* {
	padding: 0;
	margin: 0;
}

object {
	outline: none;
}

a img {
	border: none;
}

html, body {width:100%; height:100%;}
table.rahmen {width:100%; height:95%;}
table.rahmen td {text-align:center; vertical-align:middle;}

#header {
	position: relative;
	width: 900px;
	
	margin-left: auto;
	margin-right: auto;
	
	background-color: #000;	
	color:#FFFF00;
	text-decoration:none;
}

#header #logo{
	position:absolute;
	top: 0px;
	left: 0px;
}

#header #ticker{
	float: right;
}

#header #impressum{
	float: right;
}

a:link {
	color:#FFFF00;
}

body {
	color: #fff;
	background-color: #000;
	/*font-family: "Franklin Gothic Medium", sans;*/
	
	text-align: center;
	
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
}

h1, h2, h3 {
	font-size: 1em;
	font-weight: normal;
}

ul#sponsoren {
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
}

ul#sponsoren li, ul#sponsoren li h3 {
	display:inline;
}

ul#sponsoren li h3 {
	line-height: 75px;;
}


#sponsoren img {
	margin-left: 20px;
}




/*##############*/

#bt_toggle {
	display: none;
	position: absolute;
	top: 270px;
	left: 280px;
/*	width: 16px;*/
	padding: 5px;
	background: #000;
	color: #FFFF00;
	border: 1px solid #000;
}

#bt_toggle:hover {
	color: #000;
	background: #fff;
	cursor: pointer;
	}

#newsfenster {
	position: absolute;
	width: 350px;
	height: 250px;
	border: 1px solid #000;
	top: 10px;
	left: 10px;
	display: none;
	padding: 10px;
	background: #FFFF00;
}

body.news {
	text-align: left;
	background: #FFFF00;
	color: #000;
	/*padding: 15px;*/
	font-size: 11px;
}

body.news a{
	color: #000;
	text-decoration: underline;
}

body.news p, body.news ul, body.news h1, body.news h2{
	margin-bottom: 1em;
}

body.news p, body.news ul li{
	margin-bottom:  0.6em;
}

body.news ul{
	list-style: square;
	list-style-position: inside;
}
