html, body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Consolas, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}

img {
	border: none;
}

table.std {
	table-layout: fixed;
	border-collapse: collapse;
}

td.std {
	border: solid 2px #000000;
	width: 240px;
	height: 240px;
	text-align: center;
	vertical-align: center;
}

a.indexlink {
	text-decoration: none;
}

a.indexlink_s {
	text-decoration: none;
	color: #000000;
}

a.homelink {
	text-decoration: none;
	color: #000000;
	font-size: x-large;
}

.slogan {
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	font-style: italic;
}

.title {
	color: #000000;
	font-weight: bold;
	font-size: xx-large;
 	text-align: center;
	vertical-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}

.stand {
        color: #FFFFFF;
	font-size: medium;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
}

.list {
	color: #000000;
	font-size: medium;
	font-weight: bold;
	text-align: justify;
	vertical-align: top;
	margin-bottom: 0px;
}

.sublist {
	font-size: small;
	font-weight: normal;
	text-align: justify;
	vertical-align: top;
	margin-bottom: 0px;
	margin-top: 0px;
}

a.mainlink, a.mainlink:link, a.mainlink:visited {
	color: #000000;
	font-weight: bold;
	font-size: x-large;
	text-decoration: none;
}

a.mainlink:hover {
	color: #000;
}

ul.liste {
	text-align: left;
}

#container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	height: 550px;
	margin-top: -275px;
}

#containerindex {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	height: 800px;
	margin-top: -400px;
}

#homelink {
	position: relative;
	background-color: #FFF;
	text-align: left;
	width: 100%;
	margin: 0px;
	font-weight: bold;
	height: 6%;
}

#indexlink {
	position: relative;
	background-color: #FFF;
	text-align: center;
	width: 100%;
	margin: 0px;
	font-size: large;
	font-weight: bold;
	height: 5%;
}

#inhalt {
	position: relative;
	width: 98%;
	height: 70%;
	overflow: auto;
	border: none;
	text-align: center;
	padding: 0px;
}

#fussbalken {
	position: relative;
  bottom: 0px;
  margin: 0px;
  height: 19%;
  width: 100%;
  background-color: #FFFFFF;
}

#TICKER {
	width: 100%;
  overflow: hidden;
	color: #585858;
	font-family: Consolas, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
}


