/* CSS Document */

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

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

h2 {
	font-size: 130%;
	font-style: normal;
	color: #517188;
	width: 600px;
	margin-bottom: -20px;
	text-indent: 15px;
	letter-spacing: 1px;
}

h3 {
	font-size: 115%;
	font-style: normal;
	color: #517188;
	width: 600px;
	text-indent: 15px;
	letter-spacing: 1px;
}

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

a:hover { color: #ff9f00; }

tr.shadow
{
	background-color: #333333;
	color: #ffffff;
	text-align: center;
	height: 50px;
}

tr.t-shadow
{
	background-color: #111111;
	color: #ff8a00;
	text-align: center;
	height: 50px;
}

tr.no-shadow
{
	background-color: #666666;
	color: #ffffff;
	text-align: center;
	height: 50px;
}

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

td { vertical-align: middle; }

td.past { color: #aaaaaa; }


/* 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;
}

#top2 {
	height: 90px;
	vertical-align: middle;
	color: #b6b6b6;
	font-size: 90%;
	background-color: #000000;
}

#top3 {
	width: 90%;
	height: 60px;
	margin: 0 auto;
}

#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;
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top: 50px;
	letter-spacing: 7px;
	background-color: #000000;
}


