html 
{
}

body 
{
	margin: 0px;
	padding: 0px;
	background-color: White;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	color: Black;
	overflow: auto;
}

a:visited {text-decoration: none; color: blue}
a:active {text-decoration: none; color: white}
a:link {text-decoration: none;}
a:hover {color: white;}

#Header 
{
	/*
	font: Old English Text MT
	*/
	background-color: Green;
	width: 85%;
	padding: 5px;
	padding-left: 20px;
	vertical-align: middle;
}

#Logo 
{
	width: 15%;
	height: 25%;
	text-align: center;
}

#Navigation 
{
	background-color: #D73419;
	padding: 10px;
	vertical-align: top;
}

#Footer 
{
	background-color: Red;
}

#Content 
{
	background-color: White;
	width: 85%;
	padding: 10px;
	vertical-align: top;
}

.Content 
{
	color: Black;
}
.Link 
{
	padding-bottom: 5px;
}
a.Link:visited {text-decoration: none; color: black}
a.Link:active {text-decoration: none; color: black}
a.Link:link {text-decoration: none; color:Black;}
a.Link:hover {color: black;text-decoration:underline;}


.NavigationItem 
{
	/*background-image: url(../img/beil.gif);
	background-position: left, bottom;
	background-repeat: no-repeat;
	width: 150px;
	height: 100px;
	border: 1px solid black;*/
}
.NavigationLink 
{
	font-family: Juice ITC, Arial, Sans-Serif;
	font-size: 26pt;
}

.TerminHeadline 
{
	background-color: Lightgrey;
	font-weight: bold;
}
td 
{
	font-size: 10pt;
}
.AlternateRow 
{
	background-color: Lightgrey;
}
h1 
{
	font-family: Arial Black, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: underline;
}

.Offset 
{
	padding-bottom: 10px;
}

h2 
{
	font-variant: small-caps;
	font-size: 12pt;
	padding: 0px;
}

.Gallery 
{
	text-align: center;
	font-size: 8pt;
	vertical-align: top;
}
