body {
	align:center;
	margin:0px;
	background-color: #003366;
}

/* Haupttabelle */
.construct {
	width:100%;
	hight:100%;
	margin-left:auto;
	margin-right:auto;
	border:none;
}

/* Head */
.head {
	hight:150px;
}

/* Navigation */
.navigation {
	text-align:center;
	hight:34px;
}

/* Footer */
.footer {
	hight:36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-align: center;
}
.footer a:link {
	text-decoration : none;
	color : #FF3300;
}
.footer a:visited {
	text-decoration : none;
	color : #FF3300;
}
.footer a:hover {
	color:#FF3300;
	text-decoration:underline;
}
.footer a:active {
	text-decoration:underline;
	color : #FF3300;
}

/* Copyright */
.copyright {
	hight:36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: right;
}
.copyright a:link {
	text-decoration : none;
	color : #999999;
}
.copyright a:visited {
	text-decoration : none;
	color : #999999;
}
.copyright a:hover {
	color:#FF3300;
	text-decoration:none;
}
.copyright a:active {
	text-decoration:none;
	color : #FF3300;
}

/* Hauptinhaltstext */
.content {
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #FFFFFF;
	height: 300px;
	padding-right: 50px;
	width:680px;
}
.content a:link {
	text-decoration : none;
	color : #FF3300;
}
.content a:visited {
	text-decoration : none;
	color : #FF3300;
}
.content a:hover {
	color:#FF3300;
	text-decoration:underline;
}
.content a:active {
	text-decoration:underline;
	color : #FF3300;
}

.titel2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	text-shadow: 2px 2px 4px #666666;
}
	
/* Text in Tabellen */
.tabinhalt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}
.tabinhalt a:link {
	text-decoration : none;
	color : #FF3300;
}
.tabinhalt a:visited {
	text-decoration : none;
	color : #FF3300;
}
.tabinhalt a:hover {
	color:#FF3300;
	text-decoration:underline;
}
.tabinhalt a:active {
	text-decoration:underline;
	color : #FF3300;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	text-shadow: 2px 2px 4px #666666;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 175%;
}
.graufiller {
	background-color: #EFEFEF;
}
.center {
	background-position: center;
}

/* Definitionen fuer den Kontaktbereich / Kontaktformular */
.red {
	color: #E63E24;
}
.adresse {
	color : #666666;
	text-align: right;
}
.rahmen {
	border : 1px solid #888888;
	font-family : Arial, Helvetica, sans-serif;
	width : 300px;
}
.button {
	border : 1px solid #444444;
	font-family : Arial, Helvetica, sans-serif;
	width : 140px;
}
.schnaeppchen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	border: 1px solid #003366;
	border-bottom: 0;
	border-right: 0;
}
.schnaeppchen thead {
	font-size: 11px;
	font-weight: bold;
	background-color: #d7ebff;
}
.schnaeppchen td {
	padding: 5px 5px;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
}
.schnaeppchen .hi {
	background-color: #F0F8FF;
}
.schnaeppchen .lo {
	background-color: #fff;
}
