﻿#masthead {
	z-index: 1;
	position: fixed;
	left: 10px;
	right: 10px;
	height: 60px;
	top: 0px;
}
#masthead_pull {
	z-index: 1;
	position: fixed;
	background-color: #E8F7EF;
	width: 100%;
	height: 30px;
	top: 0px;
}
#top_left {
	width: 150px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	font-family: "Courier New", Courier, Monospace;
	color: yellow;
	font-weight: bold;
	position:fixed;
	margin-left: 55px;
	font-size: x-large;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	text-align: right;
	width: 685px;
	border: 2px;
	border-style: solid;
	background-color: #000000;
}
#container {
	position: absolute;
	top: 55px;
	left: 5px;
}
#right_col {
	width: 200px;
	position: fixed;
	left: 595px;
	top: 55px;
	background-color: #FFFFF4;
	color: blue;
	padding: 5px;
}
#page_content {
	width: 570px;
	border: 2px solid yellow;
	padding-left: 5px;
	padding-right: 5px;
}
#page_content_full {
	width: 785px;
	border: 2px solid yellow;
	padding-left: 5px;
	padding-right: 5px;
}
#yello {
	background-color: #FFFFF4;
}
#footer {
	font-size: small;
	color: yellow;
	position: fixed;
	bottom: 0px;
	left: 6px;
	text-align: right;
	border: 2px;
	border-style: solid;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #000000;
}
.seiteneinstellung {
	background-image: url('images/hint_content.jpg');
	background-attachment: fixed;
	font-family: Arial, Helvetica, Sans-Serif;
	color: black; 
	margin-left:0px;
	margin-top:	0px;
}
.menueeinstellung {
	background-color: black;
	font-family: "Courier New", Courier, Monospace;
	color: yellow;
}
.u1 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
.linksbuendig {
	position: fixed;
	bottom: 0px;
	width: 200px;
	left: 0px;
}
.rechtsbuendig {
	position: fixed;
	bottom: 0px;
	width: 200px;
	left: 595px;
}
.zentriert {
	text-align: center;
}
#zentriert{
	text-align:center;
}
.logo {
	z-index: 2;
	position: fixed;
	right: 0px;
	top: 0px;
	background-color: #F5FCF9;
	width: 200px;
}
.tabelleor {
	border: 0px solid #000000;
}
.tabelle_mr {
	border: 1px solid #000000;
}
.no_wrap {
	white-space: nowrap;
	border: 1px solid #000000;
}

.winzig {
	font-size: 8pt;
	font-family: Arial;
}
.winzigst {
	font-family: Arial;
	font-size: x-small;
}
.bild {
	padding-left: 2px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;
	border: 0px;
}
.bild_rahmenlos {
	border: 0px solid #000000;
	padding: 0px;
}
.unterschrift {
	font-size: 8pt;
	padding-left: 5px;
	padding-bottom: 5px;
}
.rot {
	color: red;
}
.arial {
	font-family: Arial;
}
.arial_rechts {
	font-size: 8pt;
	font-family: Arial;
	text-align: right;
}
.pad {
	padding-left: 3px;
	padding-right: 3px;
}
table{
	border:0px; 
	padding:0px;
}
td {
	text-align: left;
}
hr {
	color: black; /* only IE */;
	background-color: black;
	height: 1px;
	border-width:0px; /* = noshade */
}
.link {
	font-size: 14px;
}
.link_hintergrund {
	border-width: 1px;
	background-color: #FFFFF4;
}
a {
	font-family: "Courier New", Courier, Monospace;
	color: yellow;
	font-weight: bold;
	font-size: 12px;
	background-color: black;
	text-decoration: none;
}
a:visited {
	color: yellow;
	background-color: black;
}
a:active {
	color: yellow;
	background-color: black;
}
a:hover {
	color: red;
	background-color: black;
}

