/* CSS-Layout für Content */
@font-face {
    font-family: FormalScrp421 BT;
    font-style:  normal;
    font-weight: normal;
    src: url(FORMALS0.eot);
  }
#masthead {
	z-index: 1;
	position: fixed;
	left: 10px;
	right: 10px;
	height: 60px;
	top: 0px;
}
#top_left {
	width: 150px;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#header {
	font-family: "Arial";
	margin-left: 55px;
	font-size: x-large; /*	background-color: #F5FCF9;	*/;
	width: 394px;
}
.container {
	position: absolute;
	top: 115px;
	font-size:11pt;
}
#right_col {
	width: 200px;
	position: fixed;
	right: 0px;
	top: 70px;
	background-color: #FFFFF4;
	color: gray;
}
#page_content {
	margin-right: 205px;
	background-color: #F5FCF9;
}
#page_content_full {
	margin-right: 0px;
/*	background-color: #F5FCF9;*/
}
#footer {
	font-size: small;
	position: fixed;
	bottom: 0px;
	right: 10px;
	text-align: right;
/*	background-color: #E8F7EF;
	width: 100%; */
}
.seiteneinstellung {
	background-image: url('images/hint_menue.jpg');
	background-attachment: fixed;
	font-family: Arial;
	color: olive;
}
.u1 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
.linksbuendig {
	position: fixed;
	bottom: 0px;
	width: 200px;
	right: 0px;
}
.logo {
	z-index: 2;
	position: fixed;
	right: 0px;
	top: 0px;
	background-color: #F5FCF9;
	width: 200px;
}
.tabelle {
	border: 1px solid #008000;
}
.tabelleor {
	border: 0px solid #000000;
}
.winzig {
	font-size: 8pt;
	font-family: Arial;
}
.bild {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.unterschrift {
	font-size: 8pt;
	padding-left: 5px;
	padding-bottom: 5px;
}
.link {
	width: 160px;
}
hr {
	padding-top: 5px;
	color: green;
	width: 375px;
	height: 1px;
	padding-bottom: 15px;
}
a {
	font-family: Arial, Helvetica, Sans, Sans-Serif;
	color: #009900;
	font-weight: bold;
	font-size: 11pt; 
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: none;
}
a:visited {
	color: #009900;
}
a:active {
	color: #009900;
}
a:hover {
	color: red;
}

