@charset "UTF-8";

/* ---------------------- SEMANTIK ---------------------- */

/* Hiermit werden ALLE Abstände auf null gestellt */
* {
	margin:0px;
	padding:0px;

}

/* Die Basisschriftgrösse wird im Body definiert. Falls nicht anderes angegeben, wird dies durchgehend vererbt. Bitte alle anderen Schriftgrössen in ems angeben (1em = Basisgrösse, 2em = doppelte Basisgrösse). Dies hat den Vorteil, dass mit der Einstellung der Grösse in "body" alle Schriftgrössen verändert werden. Tabellen (td tr etc sind davon nicht betroffen) */


/* ---------------------- LAYOUT ---------------------- */


#wrap1 {
	background-image: url(../img/bg-y.gif);
	background-repeat: repeat-y;
}
#wrap1files {
	background-image: url(../img/bg-yfiles.gif);
	background-repeat: repeat-y;
}
#wrap {
	width:984px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#header {
	height:139px;
	padding-right:82px;
	text-align:right;
}
#headerfiles {
	height:50px;
	padding-right:82px;
	text-align:left;
	padding-left: 50px;
	padding-top: 30px;
}

.padding-1 {
	padding-top:0px;
	margin-left:50px;
	height:350px;
	overflow:auto;
}

.padding-1files {
	padding-top:0px;
	margin-left:50px;

}
.padding-1files input, .padding-1files input p, .padding-1files, .padding-1files td, .padding-1files tr, .padding-1files textarea, .padding-1files label {
font-size: 12px;

}
.padding-1files input, .padding-1files textarea {
border: 1px solid #585757;
padding: 3px;
background-color: #fff;

}

#contentwrap {
	
}

#mainnaviwrap {
float:left;
padding-left:60px;
	
}
#mainnavi {

}

#metanaviwrap {
	float:right;
	padding-top:320px;
	text-align:right;
	padding-right:5px;
	
}

#maincontent {
	float:left;
	width:633px;
}
#maincontentfiles {
	float:left;
	width:833px;
	
}

#footer {
	height:12px;
	margin-bottom:22px;
}


.clearer {
	clear:both;
}
#dateieninhalt {
	width: 580px;
	float: left;
	
}
#dateiennavi {
	width: 200px;
	float: left;
	
}

/* ---------------------- HAUPTNAVIGATION ---------------------- */
/* Listenpunkt Navigation, der Link wird als Block dargestellt. Fehler in IE für doppelten Margin und anderes Verhalten für Padding und Margin beachten */
#mainnavi ul {
	margin:0;
}

#mainnavi ul li {
	list-style-type:none;
	margin-bottom:12px;
	padding:0;
	
}
#mainnavi ul li ul li {
	list-style-type:none;
	margin-bottom:2px;
	margin-top:4px;
	padding-left:15px;
	
}

#mainnavi ul li a {
	
	text-decoration:none;
	color:#000000;
	font-size:18px;
}

#mainnavi ul li ul li a {
	
	text-decoration:none;
	color:#000000;
	font-size:14px;
}

#mainnavi ul li a:hover {
	color:#666666;
}
#mainnavi #current {
	color:#666666;
	
}

/* ---------------------- METANAVIGATION ---------------------- */
#metanavi ul {
	margin:0;
}

#metanavi ul li {
	list-style-type:none;
	margin-bottom:6px;
	padding:0;
	
}

#metanavi ul li a {
	
	text-decoration:none;
	color:#000000;
	font-size:14px;
}

#metanavi ul li a:hover {
	color:#666666;
}

/* ---------------------- CMS AUSGABE ---------------------- */

.csc-mailform label {
	display:block;
	float:left;
	width:170px;
}
.csc-mailform input, .csc-mailform textarea {
	width:220px;
	border:0px solid #CCCCCC;	
}
.csc-mailform input.csc-mailform-check {
	width:15px;
	border:none;
}
.csc-mailform input.csc-mailform-submit {
	background-color:#cfe2af;
	width:120px;
	margin-left:170px;
	border:1px solid #CCCCCC;	
}
.csc-mailform-field {
	margin-bottom:7px;
}
.csc-mailform-field select {
	width:220px;
	border:0px solid #CCCCCC;	
}

#jobssite h3 {
	margin-bottom:3px;
	margin-top:15px;
	padding:0;
}
	
#jobssite div {
	
}

.tx-loginboxmacmade-pi1 .tx-loginboxmacmade-pi1-error {
    color: #FF0000;
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable {
    margin-top: 5px;
    margin-bottom: 5px;
    border: solid 1px #DFE2E3;
    border-collapse: collapse;
	width:500px;
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable input {
	border: 1px solid #999999;
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD {
	border: solid 1px #DFE2E3;
	padding: 5px;
}
.tx-loginboxmacmade-pi1 TABLE.tx-loginboxmacmade-pi1-loginTable TD.tx-loginboxmacmade-pi1-labelCell {
    border: solid 1px #DFE2E3;
    font-weight: bold;
	background-color:#cfe2af;
} 

/* ---------------------- Finder Menu ---------------------- */
#dateiennavi ul {
	margin: 0;
	padding: 0;
}
#dateiennavi li {
	list-style-type: none;

}

.menu-level1 a {
	padding-left: 45px;
	background-image: url(../img/folder.gif);
	background-repeat: no-repeat;
	font-size: 12px;
		display: block;
	padding-bottom: 6px;
}
.menu-level2 a {
	padding-left: 65px;
	background-image: url(../img/folder.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: 20px 0px;
}

.menu-level1 .menu-level1-with-subpage a {
	padding-left: 45px;
	background-image: url(../img/foldersub.gif);
	background-repeat: no-repeat;
	font-size: 12px;
}
.menu-level2 menu-level1-with-subpage a {
	padding-left: 65px;
	background-image: url(../img/foldercurrent.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	background-position: 20px 0px;
}

.menu-level1 a.current {
	background-image: url(../img/foldercurrent.gif);
	font-weight: bold;
}
.menu-level1 a.active {

	background-image: url(../img/foldercurrent.gif);

}

.helplink {
	padding-top: 40px;
	padding-left: 5px;
}

#dateienform {
	margin-top: 20px;
}
/* DOWNLOAD */
.tx-neofileshare-pi2 table tr td{vertical-align:top;width:auto;padding:3px;}
.tx-neofileshare-pi2 table,tr,td{font-size:1em;}
.tx-neofileshare-pi2 table tr.tx-neofileshare-pi2-listrow-header{font-weight:bold;background-color:#DFDFDF;}
.tx-neofileshare-pi2 table tr.tx-neofileshare-pi2-listrow-header a{text-decoration:none;}
.tx-neofileshare-pi2 table tr.tx-neofileshare-pi2-listrow-odd{background-color:#EEEEEE;}
.tx-neofileshare-pi2 p{padding:0.1ex;}
.tx-neofileshare-pi2 .browseLinksWrap{text-align:right;}
.tx-neofileshare-pi2 span.tx-neofileshare-pi2-sword{color:#FF0000;font-weight:bold;}
.tx-neofileshare-pi2 .tx-neofileshare-pi2-listrow table{border:1px solid #999;background-color:#FFF;}
.browseLinksWrap{padding:5px 5px 2px 5px;}
.tx-neofileshare-pi2-listrow table {
	width: 580px;
}
/* UPLOAD */
fieldset.tx-neofileshare-pi1{border:0px;padding:0px;clear:both;}
div.tx-neofileshare-pi1_formField label{display:block;width:120px;float:left;padding-right: 10px;}
.tx-neofileshare-pi1_formField input,textarea{/border:1px solid #000000;margin-bottom:10px;width:280px !important;}
.tx-neofileshare-pi1_formField input.button,input.tx-neofileshare-pi2-searchbox-button{width:auto !important;cursor:pointer;}
.tx-neofileshare-pi1_formField input[type="checkbox"] {width:auto !important;}
.tx-neofileshare-pi1-status{margin-bottom:20px;font-weight:bold;}


