/* CSS Document */

body {
	margin: 0px;
	background-color: #ffffff;
	width:100%;
	
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 140%;
	font-style: italic;
	color: #517188;
	width: 600px;
	text-indent: 15px;
	margin: 30px 0px;
	letter-spacing: 2px;
	border-bottom: 2px #ff8a00  dotted;
}

h2 {
	font-size: 110%;
	color: #517188;
	font-weight: normal;
	width: 600px;
	margin-bottom: 40px;
	text-indent: 15px;
	letter-spacing: 2px;
	border-bottom: 2px #ff8a00  dotted;
}

a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: none;
}

a:hover { color: #ffffff; }

tr.shadow
{
	background-color: #cccccc;
	text-align: center;
	height: 20px;
}

tr.t-shadow
{
	background-color: #999999;
	height: 25px;
}

tr.no-shadow
{
	text-align: center;
	height: 20px;
}

th
{
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
}

td 
{
	vertical-align: middle;
}

td.past { color: #999999; }


/* Aufbau */

#top1 {
	width: 100%;
	height: 160px;
	text-align: center;
	color: #deed4;
	background-color: #000000;
	background-image: url(../images/edelweiss.png);
	background-position: top right;
	background-repeat: no-repeat;
}

#main {
	width: 85%;
	min-height: 300px;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 75px;
	text-align:justify;
	color:#000000;
}

#fussb {
	font-size: 10pt;
	color: #ff8a00;
	height: 50px;
	text-align: center;
	padding: 25px 0px 25px 0px;
	letter-spacing: 7px;
	background-color: #000000;
}

.menutrenn {
	color: #ffffff;
	width: 15px;
	text-align: center;
}

