/* CSS Document */
@page
{
	size:landscape;
	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;
}
#dida_kolloquium{
	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;
}
#main_content table table
{
	width:50%; 
	border-collapse:collapse;
	margin-left:1px;
}

#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;
}
/* 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 table td
{
/*	width:32%; */
	width:auto; 
}
#main_content .trennspalte
{
	width:2% !important;
}
#main_content .spaltenzelle_table
{
	width:100%;
}
#main_content .spaltenzelle_td
{
	width:auto;
}
#breadcrump 
{
	position:relative;
	top:0px;
	color:#000000;
	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;
}

