@charset "utf-8";
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
}

* {
	font-family: Verdana;
	font-size: 11px;
	color:#FFFFFF;
}

input.formInput{
	border: 1px solid black;
	width: 200px;
	padding: 4px;
	color: #000000;
}

input.formButton{
	border: 1px solid black;
	width: 100px;
	padding: 4px;
	color: #000000;
}

table#container {
	height: 100%;
	text-align: center;
}

td#header_container {
	height: 49px;
}

td#header {
	width: 1024px;
	height: 49px;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
}

td#headerbg_links	{
	height:49px;
	background-image:url(img/bglinks.jpg);
}

td#headerbg_rechts	{
	height:49px;
	background-image:url(img/bgrechts.jpg);
}

td#content {
	background-color: #0176a1;
}

div#marquee{
	background-image:url(img/marqueebg.jpg);
	height: 25px;
	width: 100%;
	padding-top: 5px;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
}

.copy {
	font-size: 10px;
}

.copy a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.copy a:hover {
	text-decoration:underline;
}
