body {
	background: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

a:link {
	text-decoration: none;
	color: #ff9933;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #ff9933;
	font-weight: bold;
}

a:hover {
	color: #ff9933;
	font-weight: bold;
	text-decoration: underline;
}

#topnav a:link, #topnav a:visited, #topnav a:hover {
	color: #ffffff;
}

h1{
 font-size: 120%;
 color: #333333;
 padding-top: 10px
}

h2{
 font-size: 114%;
 color: #333333;
 padding-top: 10px
}

h3{
 font-size: 100%;
 color: #333333;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #333333;
}

ul{
	padding: 10 0 0 20;
	list-style-image: url(grafik/gt.gif);
	list-style-position: outside;
}

li {
	padding: 0;
}

#topnav {
	background: #999999;
	color: #ffffff;
    white-space: nowrap;
	padding-right: 5px;
}

#position{
	font-size: 75%;
	color: #333333;
}

#header {
	background-image: url(grafik/header.gif);
	background-repeat: no-repeat;
}

#leiste {
	background-image: url(grafik/leiste_hell.gif);
	background-repeat: repeat-x;
}

#topnav td {
	padding: 5;
}

#topnav img {
	background: #cccccc;
	margin: 5;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#main {
	vertical-align: top;
	text-align: left;
    /*float:right;*/
	margin: 0;
	padding: 10px 10px 40px 10px;
}

#main img {
	margin: 5;
}

div {
	padding: 10 0 0 0;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #ff9933;
	font-size: 75%;
	color: #666666;
	padding: 10px 10px 20px 10px;
	margin-top: -1px;
}

#subnav{
	border-bottom: 1px solid #ff9933;
	border-left: 1px solid #ff9933;
	padding: 5;
	font-size: 90%;
	color: #666666;
}

#siteInfo img{
	margin: 4px 4px 0px 0px;
	vertical-align: middle;
}

#datestamp{
	font-size: 75%;
	color: #666;
}

/* KLASSEN */

.invisible {
	display:none;
}

.feature{
	font-size: 0.95em;
	font-weight: bold;
	padding: 0 0 1em 0;
}

.story{
	font-size: 0.95em;
	padding: 0 0 1em 0;
	clear:both;
}

.center{
	font-size: 0.95em;
	text-align:center;
	display:block;
	padding: 0 0 1em 0;
}
