body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 22px; 
	font-style: normal; 
	line-height: 30px; 
	font-weight: normal; 
	color: #000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000; 
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

a:visited, a:link, a:active { 
	color: #C3384D; 
	text-decoration: none;
}

a:hover { 
	color: #333333; 
	text-decoration: none;
}


/*
 * Formatierung der Inhaltbox
 */
#middle{
	position: relative;
	top: 26px;
	left: 0px;
	
	_height: 400px; /* ie hack */
    min-height: 400px;
	z-index:1;
	width: 810px;
}
 
#inhalt {
	margin: -18px 0px 0px 0px !important;
	margin: -5px 0px 0px 0px;
	float: right;
	width:540px;
	
}

/*
 * Formatierung der linken Inhaltsbox
 */
#left {
    float:left;
	width:235px;
	z-index:4;
	
	
}

#inhaltlinks {
	padding: 0px 0px 0px 0px;
}


.explorer{
   padding: 0px 0px 0px 30px;
}

/*
 * Text Formatierungen 
 */

.grundtext { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 20px; 
	font-weight: normal;
}

.bodytext {
	margin-top: 0px;
	padding-top: 0px;
}

.grundtextklein { 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 11px; 
	font-style: normal; 
	line-height: 14px; 
	font-weight: normal; 
}

/*
 * Tabellen formatierung
 */
.contenttable tbody tr td, .htmlarea-showtableborders tbody tr td{
	vertical-align: top;
}

/*
 * Formatierung der Navigation (main und subnavigation
 */

#menu {
	position: absolute;
	left: 0px;
	top: 138px;
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
	font-size: 14px;
	font-weight: bold;
	width: 650px;
	
}

#menu li {
	display: inline;
	margin: 0px;
	padding: 0px;
	position: fest;
	
	
}

#menu a {
	background: #C3384D;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin: 1px;
	padding: 5px 30px 6px 15px;
	line-height: 31px;
	
}

#menu a:hover {
	background: #1A578E;
	color: #FFFFFF;
	text-decoration: none;
}


	
#subnavigation {
	z-index:4;
	left: 0px;
}

.seitennavigationlinie{
	padding: 0px;
	margin: 0px;
}

.seitennavigation {
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
	font-size: 12px; 
	font-style: normal; 
	line-height: 22px; 
	font-weight: normal;
	padding: 0px 0px 0px 30px;
	margin: 0px 0px 0px 0px;
}


#sprachauswahl {
	position:absolute;
	width:200px;
	height:25px;
	z-index:4;
	left: 672px;
	top: 149px;
}

/*
 *  Abschlusslinie (am Ende der Seite)
 */	
#linie_unten {
	position: relative;
	top: 40px;
	width:830px;
	height:4px;
	z-index:5;
}

/*
 *  Filesharing formatierung
 */
.tx-mocfilemanager-pi1 #contenttable{
	margin: 42px 0px 0px 0px;
}
 
.tx-mocfilemanager-pi1 table tr td{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
}

.filelink:visited, .filelink:link, .filelink:active { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #C3384D; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
}

.filelink:hover {
    color: #333333; 
	text-decoration: none;
}

.filelinkactive:visited, .filelinkactive:link, .filelinkactive:active {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold;
	color: #000000; 
	text-decoration: none;
}

.dirpath{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
}

.borderbottom { 
	padding: 0px;
	border-bottom: 1px solid black;
}

/* CSS Document */


