/* Allgemeiner Hintergrund */
body {
	background-image:url(images/metal029.jpg);
	background-repeat:repeat;
	height:98%
}

div.page {
	width:99%;
	min-height:100%;
    height:100%;
	position:absolute;
    background:transparent;
	margin-left:3px;
}

/* Allgemeine Einstellungen zu den Containern */
div {
	background-color:#FFE271;
	margin:0px;
}

/* Container für die Kopfzeile (Logo, Zertifikat, Schriftzug) */
div#title {
	position:relative;
	background:#ffe271;
	width:99%;
	height:93px;
	z-index:1000;
}

/* Container für das Logo mit den Hintergrundstreifen */
div#logo {
	background-image:url(images/hg.gif);
	width:100%;
	height:50px;
	float:right;
}

/* Einstellungen für das Logo */
div#logo img {
	width:192px;
	height:39px;
	margin:5px;
}

/* Container mit dem Zertifikat */
div#zertifikat {
	background-color:#ffe271;
	width:77%;
	margin-left:10px;
	float:left;
	z-index:1000;
}

/* Container für den Schriftzug */
div#schrift {
	width:195px;
	float:right;
	text-align:left;
}

/* Container für die Trennleiste zwischen Titelzeile und dem Rest der Seite */
div#trenner {
	clear:both;
	width:98%;
	height:20px;
	background-color:transparent;
	text-align:right;
	padding-right:2%;
	font-size:12px;
}

/* Container für den News-Ticker */
div#news {
	background-color:#ffe271;
	float:left;
	width:70%;
	height:18px;
}

/* Container für die Navigationsleiste */
div#navi {
	position:relative;
	background-color:#ffe271;
	width:18%;
	height:678px;
	float:left;
	z-index:1000;
}

/* Container für das Hauptfenster */
div#hauptfenster {
	position:relative;
	width:77%;
	height:678px;
	float:right;
	margin-right:1%;
	text-align:left;
	padding-left:2%;
	overflow:auto;
	z-index:1;
}

/* Einstellungen für den Adresscontainer */
div.adr {
	width:100%;
	position:absolute;
	bottom:10px;
	background-color:#ffe271;
	font-Size:12px;
	font-weight:bold;
	text-align:center;
	padding-top:20px;
	border-top:2px solid #ff6600;
}

/* Einstellungen für den Container mit der Linecard */
div.card {
	height:450px;
	overflow:auto;
}

/* Einstellungen für den Container Impressum */
div.impressum {
	width:47%;
	text-align:center;
}

/* Einstellungen für den Container mit der Strassenkarte */
div.karte {
	position:absolute;
	top:35px;
	right:10px;
	width:48%;
}

/* Einstellungen für den Container mit den Copyright-Informationen */
div.cpr {
	width:95%;
	position:absolute;
	bottom:5px;
}

/* Schrift im Navigationscontainer */
b.nav {
	font-size:14px;
	margin-left:5px;
}

/* Einstellungen für allgemeine Formatierungen der Schrift */
p.align-center {
	text-align:center;
}

div#haupt td.align-left {
	text-align:left
}

.align-right {
	text-align:right;
}

.align-left {
	text-align:left;
}

.align-center {
	text-align:center;
}

.bodytext {
	margin-left:-15px;
	padding-right:15px;
}

/* Einstellungen für die Links, die nicht im Menü sind */
div#navi a:link {
	color:#000000;
}

div#navi a:visited {
	color:#000000;
}

div#navi a:hover {
	color:#ffffff;
}

div#navi a:active {
	color:#ffffff;
}

div#navi a img {
	border: 0 none;
}

div#trenner a:link {
	color:#000000;
}

div#trenner a:visited {
	color:#000000;
}

div#trenner a:hover {
	color:#ffffff;
}

div#trenner a:active {
	color:#000000;
}

div.w3c {
	margin-top:155px;
}