/* CSS Document */

A.editoren {
	font-family:Verdana;
	color:#6d6d6d;
	font-size: 10px;
	text-decoration:none;
	font-weight:bold;
}


A.editoren:hover {
	color: #808080;
	font-size: 10px;
	font-family:Verdana;
	font-weight:bold;

}



/*############### MENU ###################*/
A.menu1 {
	font: Verdana;
	font-family:Verdana;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
	margin: 0 0 0 5px;
}


A.menu1:hover {
	color: #7d0404;
	line-height: 20px;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	font: Verdana;
	font-family:Verdana;
}

A.menu2 {
	margin: 0 0 0 5px;
	font: Verdana;
	font-family:Verdana;
	color:#FFFFFF;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	line-height: 20px;
}

A.menu2:hover {
	color: #7d0404;
}


/* mit Tabellen */




/* mit Liste */
#nav ul {
	list-style-type:none;
	padding: 0;
	margin: 0 0 1em 2em;
}

#nav ul ul{
	list-style-type:none;
	padding: 0;
	margin-bottom: 0.5em;
}

li.mainnav {
	list-style-type: none;
	margin-top: 15px;
}

li.mainnav a {

	padding: 0.2em 0.2em;
	text-decoration: none;
	color:#fff;
	font-weight: bold;
	font-size: 14px;

}


li.mainnav a:hover {}


li.subnav {
	margin-left: 2em;
	padding: 0;
	list-style-type: none;
	margin-bottom: 0.2em;
}

li.subnav a {
	padding: 0.2em 0.2em;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size:12px;
	font-weight: bold;
}

li.subnav a:hover {}

/* MENU ENDE */

.formular{
 	color: #333333;
 	font-size: 10px;
	border: solid 1px #666666;
 	font-family:Verdana;
 }
 

.balken {
	background-color: #cc0000;
	line-height: 4px;
	border: 1px solid #cc0000;
}


/**********************************************/
#mailform fieldset.csc-mailform {
 margin-left:		0px;
 padding:			10px;
 width:				500px;
 border:			2px inherit #808080;
 }
  
#mailform fieldset.csc-mailform .csc-mailform-field {
 padding:			5px 0px; }
  
#mailform fieldset.csc-mailform .csc-mailform-field label {
 float:			left;
 font-size:		90%;
 font-weight:	bold;
 width:			200px; }



/***** Filelist *****************************************/

/*main table*/
.tx-filelist-pi1-table {
	border: 0px solid black;
	width: 400px;
}
.tx-filelist-pi1-header-icon{


}
.tx-filelist-pi1-header-filename{


}
.tx-filelist-pi1-header-info {

}
.tx-filelist-pi1-header-last_modification{

}
.tx-filelist-pi1-icon{
	border: 0px solid WHITE;
}
.tx-filelist-pi1-filename{
	border: 0px solid WHITE;
}


.tx-filelist-pi1-filename a{
	margin: 0 0 0 0;
	padding: 0;
}

.tx-filelist-pi1-info {
	border: 0px solid WHITE;
	color:#FF00FF;
}

.tx-filelist-pi1-info font {
	color:#FF00FF;

}

.tx-filelist-pi1-last_modification  {
	color: ef9327;
}

.tx-filelist-pi1-tr {
	color: ef9327;
}

.tx-filelist-pi1-last_modification{
	border: 0px solid WHITE;
}


.tx-filelist-pi1-header-tr .td{
	height: 0;
	border: 1px solid black;
}


