/* CSS Document */
@page
{
	size:portrait;
	margin:0.2in;
}
*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}
html
{
	overflow-y:scroll;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
}
/* Hilflayer welcher alles zusammen hält */
#page {
	width:100%;
}
/* iconbar, search, language sollen alle Absolute positioniert werden! */
#iconbar {
	visibility:hidden;
	height:0px !important;
	width:0px !important;
	overflow:hidden;
}
#search {
	visibility:hidden;
	height:0px !important;
	width:0px !important;
	overflow:hidden;
}
#language {
	visibility:hidden;
	height:0px;
	width:0px;
	overflow:hidden;
}
#header{
	visibility:hidden;
	height:0px;
	width:0px;
	overflow:hidden;
}
#navigation
{
	visibility:hidden;
	height:0px;
	width:0px;
	overflow:hidden;
}
#navigation ul{
	visibility:hidden;
	height:0px;
	width:0px;
	overflow:hidden;
}
/* Hilfslayer welche alles unterhalb des Headers zusammen hält */
#main {
	position:relative;
	top:0px;
	width:100%;
	height:auto;
	margin:0px;
	padding:0px;
}

#navigation_sub
{ 
	visibility:hidden;
	height:0px;
	width:0px;
	overflow:hidden;
}

/* Der Haupt-Inhaltslayer */
#main_content { 
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	text-align:left;
	line-height:20px;
	margin:0px;
}
/* Zurück Link auf den Newsdetails muss einen Abstand zum Rand haben */
#main_content a{
	color:#000000;
}
#main_content table
{
	margin-left:8px;
}
/* Aller Inhalt innerhalb der Layouttabelle des Inhalts darf kein Abstand haben */
/* Für den IE muss "#main_content table table" explizit definiert werden */
#main_content table *,#main_content table table
{
	margin-left:0px ! important;
	border-collapse:collapse;
}
#main_content .titel1 {
	margin:0px;
	margin-left:8px ! important;
	margin-bottom:0px;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	padding:0px;
}
#breadcrump 
{
	visibility:hidden;
	height:0px !important;
	width:0px !important;
	overflow:hidden;
/*	position:relative;
	top:0px;
	padding-left:8px;
	color:#000000;
	font-size:11px;
	z-index:10;
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
	margin-bottom:5px;
*/
}
#breadcrump a
{
	font-size:15px;
	color:#000000;
}
#main_lastchange{
	font-size: 10px;
	color:#000000;
	text-align:left;
	margin-left:8px;
}
/* Die Fusszeile */
#footer{
	visibility:hidden;
	height:0px;
	width:0px;
	overflow:hidden;
}
.legende{
	font-size:11px;
}


