<!--
/*
http://www.exposant.de/css/standardstyles.css
Autor:		Sascha Engel, http://saschaengel.info.ms
Erstellt:	11.01.04
	Geändert: 11.04.07
*/
html {
	height:100%;
}

body {
	padding:0px;
	margin:0px;
	background-color:#c0c0c0;
	height:100%;
}

.content,
.content td {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:13px;
	color:#000000;
	text-align:left;
}
.content {
	width:704px;
	height:400px;
	overflow:auto;
}

.text1headline {
	font-size:14px;
	font-weight:bold;
}

a.navigation:link,
a.navigation:active,
a.navigation:visited {
	font-family:'century gothic',arial,helvetica,sans-serif;
	font-size:24px;
	color:#000000;
	text-decoration:none;
}
a.navigation:hover {
	color:#e10915;
}
a.navigation_small:link,
a.navigation_small:active,
a.navigation_small:visited {
	font-family:'century gothic',arial,helvetica,sans-serif;
	font-size:16px;
	color:#000000;
	text-decoration:none;
}
a.navigation_small:hover {
	color:#e10915;
}

.title_bottom {
	font-family:'century gothic',arial,helvetica,sans-serif;
	font-size:22px;
	color:#ffffff;
}

ul {
	list-style-type:square;
}
ul ul {
	list-style-type:circle;
}
li {
	margin-left:-24px;
}
-->
	