﻿* {
	margin: 0;
	padding: 0;
}
.nachricht_frame {
	background-color:#eee;
	color: inherit;
	margin: 0 ;
	padding: 10px;
	width: 600px;
	border-bottom: 2px;
	border-bottom-style: dashed;
	border-bottom-color: gray;
}
.nachricht {
	background-color: #eee;
	color: inherit;
	margin: 0 auto;
	padding: 20px;
	width: 600px;
	border-bottom: 2px;
	border-bottom-style: dashed;
	border-bottom-color: gray;
}

.nachricht p {
	margin-top:10px;
	margin-bottom:10px;
}
.nachricht a:link {color:#282858; text-decoration:none;font-weight:bold;}
.nachricht a:visited {color:#000000; text-decoration:none;font-weight:bold;}
.nachricht a:hover {color:#F8A000; text-decoration:none;font-weight:bold;}
.nachricht a:active {color:#F8A000; text-decoration:none;font-weight:bold;}


.nachricht_gelb {
	background-color: #FFFF99;
	color: inherit;
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 595px;
	border-bottom: 2px;
	border-bottom-style: dashed;
	border-bottom-color: gray;
}
.nachricht_rot {
	background-color: #FFCCCC;
	color: inherit;
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 595px;
	border-bottom: 2px;
	border-bottom-style: dashed;
	border-bottom-color: gray;
}
.nachricht_blau {
	background-color: #CCCCFF;
	color: inherit;
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 595px;
	overflow:hidden;
	border-bottom: 2px;
	border-bottom-style: dashed;
	border-bottom-color: gray;
}
#nachricht_frame {
	background-color: #CCCCFF;
	color: inherit;
	margin: 10px auto 0 auto;
	padding: 0;
	width: 595px;
	overflow:hidden;
	border-bottom: 2px;
	border-bottom-style: dashed;
	border-bottom-color: gray;
}
.nachricht_frame iframe.iframe {
	display:inline-block;
	background-color: #eee;
	color: inherit;
	border: 7px;
	border-style: outset;
	border-color: #0099FF;
	width: 800px;
	margin-left: 1%;
	float: left;
	height: 800px;
}
.nachricht_frame .anker {
	font-size:1px;
	background-color:#FCFCFC;
	color:#FCFCFC;
}

.tabelle_pre {
	background-color: #fcfcfc;
	margin: 0 auto 0 auto;
	padding: 10px;
	width: 595px;
	height:auto;
	overflow:hidden;
	border-bottom: 2px;
	border-bottom-style: dashed;
	border-bottom-color: gray;font-family: Courier New, Courier, monospace;
	color: inherit;
	white-space: pre;
}
.tabelle_pre h3 {
	font-size: 1.1em;
	font-family:Arial, Helvetica, sans-serif;
}
.nachricht_datum {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: smaller;
	float: right;
}
.pre_text {
	background-color: inherit;
	font-family: "Courier New", Courier, monospace;
	white-space: pre;
	font-size: 14px;
	color: inherit;
	border-bottom-style: hidden;
}
#presse {
	background-color: white;
	color: inherit;
	margin: 2% 20% 2% 20%;
	width: auto;
	padding: 20px;
	border-left: 1px black solid;
	border-right: 1px black solid;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	text-align: justify;
}
.info {
	background-color: #FFCCFF;
	color: inherit;
	padding: 30px;
	margin: 10px 30px 10px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
.list {
	background-color: inherit;
	font-size: 0.9em;
	color: white;
}
