@charset "ISO-8859-1";
/*@charset "UTF-8";*/
/* CSS Document */
/*-----------------------------------------------------------------------------


-------------------------------------------------------------------------------
Stylesheet:  enswico.com
			 Screen + Print
-------------------------------------------------------------------------------

date:        12/2009
author:      LST Schenker AG
website:     www.lstschenker.ch


-----------------------------------------------------------------------------*/


/* Import weiter stylesheets
-----------------------------------------------------------------------------*/





/* ----------------------------------------------------------------  Allgmeine Stile   ---- */


html, body {
	margin: 0px;
	padding: 0px;
	/*height: 100%;*/
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #9C9D9F;
}


p{
	margin-top: 0px;
}


h1{
	font-size: 11px;
	line-height: 18px;
	color: #009933;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 18px;
}

h2{
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
}

h6{
	font-size: 18px;
	color: #E2001A;
	margin-top: 35px;
	margin-bottom: 20px;
	padding: 0px;
	font-weight: normal;
}



li{

	margin-bottom: 1px;
	padding-bottom: 5px;
	padding-left:10px;
	margin-left:0px;
	
	line-height:15px;
	list-style:none;
	background-image:url(http://enswico.vs57.snowflakehosting.ch/fileadmin/templates/img/liste.gif);
	background-repeat:no-repeat;
	background-position:top left;

}


ul{
	margin-top:0px;
	padding-left: 0px;
	margin-left: 0px;
}


a{
	text-decoration: none;
	color: #009933;
}

a:hover{
	color: #000000;
}

table{
	border-collapse:collapse;
}


.contenttable td{
	color: #000000;
	border-bottom: 1px solid #009933;
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 3px;
}

td p{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;

}


.imgtext-table td{
	border: none;
}








/* ----------------------------------------------------------------  Spezial Klassen   ---- */



.clear{
	clear: both;
}

.left{
	float: left;
	display: inline;
}

.right{
	float: right;
	display: inline;
}

.green{
	color: #009933;
}


.weiss{
	color: #FFFFFF;
}







/* ----------------------------------------------------------------  Navigation   ---- */


/* --- header ---- */
#navMeta{
	padding-top: 35px;
	float: left;
	width:490px;

	font-weight: bold;
	text-align: right;
}

#navMeta a{
	text-decoration:none;
	color: #000000;
	padding-right: 25px;
}

#navMeta a:hover{
	color: #009933;
}





#suche {

	margin:0px;
	padding-right:100px;
	padding:0px;
	float:left;
	padding-top: 18px;
}

#suche input{
	margin-right:5px !important;
}



#navLang{
	margin-top: 35px;
	font-weight: bold;
	float: right;
	width: 100px;
	margin-right: 0px;
	position: absolute;
	left: 800px;
}

#navLang a{
	text-decoration:none;
	color: #000000;
	padding: 1px 5px 0px 20px;
	width: 75px;
	height: 21px;
	display: block;
	background-image:url(../img/bg_transp.png);
}


.navLangStil{
	cursor: pointer;
	height: 34px;
	text-decoration:none;
	color: #000000;
	padding: 1px 5px 0px 20px;
	width: 75px;
	display: block;
}


#navLang a:hover, .navLangAktiv{
	color: #009933;
	background-image:url(../img/bg_transp_70.png);
	background-color:#009933;
}


#navLangSub{
	display: none;
}



/* --- linke Spalte ---- */
#navMain{
	width: 270px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
}



.navSize{
	/*height: 23px;*/
	display: block;
}



.nav1{
	width: 135px;
	display: block;
	float: left;
	
}

.nav1 a{
	color: #FFFFFF;
	font-weight: bold;
	padding: 2px 5px 0px 23px;
	width: 107px;
	height: 20px;
	background-color:#009933;
	border-bottom: 1px solid #FFFFFF;
	display: block;
	float: left;

}

.nav1 a:hover{
	color: #000000;
}


.nav2{
	float: right;
}


.nav2 a{
	color: #009933;
	font-weight: bold;
	padding: 2px 5px 0px 23px;
	width: 107px;
	height: 21px;
	background-image:url(../img/bg_transp_nav.png);
	display: block;
	border-bottom: 1px solid #FFFFFF;
	border-bottom: none;
	
}

.nav2 a:hover, a.nav2aktiv{
	background-color:#009933;
	background-image:url(../img/bg_transp_nav_hell.png);
}



.nav3 a{
	color: #000000;
	font-weight: normal;
	padding: 2px 5px 0px 23px;
	width: 107px;
	height: 21px;
	background-image:url(../img/bg_transp.png);
	display: block;
	
	
}

.nav3 a:hover, a.nav3aktiv{
	color:#009933;
	background-color: transparent;
	background-image:url(../img/bg_transp.png);
}



/* ----------------------------------------------------------------  Ebenen   ---- */


#divCenter{
	width: 900px;
	height: 655px; /*630px;*/
	background-color:#FFFFFF;
	margin: auto;
	/*margin-left: auto;
	margin-right: auto;*/
}





/* ------------------------ Header -------------------*/
#divHeader{
	width: 900px;
	height: 70px;
	position: absolute;
	z-index: 5;
}


#divLogo{
	width: 140px;
	float: left;
}

/* Navigationselemente sind unter "Navigation" definiert! */

/* ------------------------ EBDE Header ---------------*/



#divMain{
	top: 70px;
	width: 900px;
	height: 535px;
	position: absolute;
	z-index: 1;
}


#divLinks{
	width: 270px;
	height: 535px;
	float: left;
	display: inline;
}



#divLinksIndex{
	width: 900px;
	height: 535px;
	float: left;
	display: inline;
}



#divContent{
	width: 485px;
	height: 505px;
	margin: 0px 0px 0px 45px;
	padding: 0px 100px 30px 0px;
	float: left;
	display: inline;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	
}





#divFooter{
	color: #999999;
	font-size: 10px;
	margin-top: 0px;
	padding-top: 4px;
	padding-left: 23px;
	height: 21px;
	position: absolute;
	top: 605px;
}


#divCopyright{
	color: #CCC;
	font-size: 10px;
	padding-top: 0px;
	padding-left: 23px;
	height: 25px;
	width: 900px;
	position: absolute;
	top: 630px;
	background-color: #9C9D9F;
}


/* ----------------------------------------------------------------  Inhaltselemente   ---- */

.contentBox{
	padding-bottom: 30px;
	float: right;
}



/* -------------------------------------------------------------- */
/* -------- Spezial-Anweisungen für Internet Explorer 6 --------- */
/* -------------------------------------------------------------- */

/*html .boxLinks{
	margin-right: 4px;
	width: 368px;
}

*html .boxRechts{
	
}*/


/* -------------------------------------------------------------- */
/* -------------------------------------------------------------- */




/* ----------------------------------------------------------------  FORM   ---- */


form{
	display:inline;
}

#divContent textarea, #divContent input[type='text']{
	font-size: 11px;
	padding-left:3px;
	width: 395px;
	border: none;
	background-color: #dbf1e2;
	padding: 2px 0px 2px 3px;
	color:#000000;
}


input[type='submit']{
	color:#FFFFFF;
	width: 100px;
	margin-left: 80px;
	background-color: #009933;
}

input[type='checkbox']{
	width: 20px;
}


label{
	width: 80px;
	display: block;
	float:left;
}

fieldset{
	border:none;
	padding: 0px;
}

.csc-mailform-field{
	padding-top: 2px;
	border-bottom: 1px solid #009933;
	padding-bottom: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
}









@charset "UTF-8";
/* CSS Document */

.tx-indexedsearch img {
	margin-top:5px;
}
.tx-indexedsearch a {
	text-decoration:none !important;

}
.tx-indexedsearch a:hover {
	text-decoration:underline !important;

}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-text-item-path item-path a {
	text-decoration:none !important;
}
.tx-indexedsearch .tx-indexedsearch-browsebox LI {
	display:inline;
	margin-right:5px;

}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button {
	width:100px;
	margin-left:120px;
	margin-top:10px;

}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword {
	width:150px;
}
.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top:10px;
	margin-bottom:30px;
	margin-left:123px;
}
.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight:bold;
	text-transform:uppercase;
}
.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align:left;
	font-weight:bold;
}
.tx-indexedsearch .tx-indexedsearch-res TD.tx-indexedsearch-descr {
	font-style:italic;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead {
	margin-top:20px;
	margin-bottom:5px;

}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 {
	margin-top:0px;
	margin-bottom:0px;

}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD {
	background:#cccccc;
	vertical-align:middle;
}
.tx-indexedsearch .tx-indexedsearch-res .noResume {
	color:#666666;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-res {
	background:#eeeeee !important;
	padding:5px;
	padding-top:0px;

}
.tx-indexedsearch .tx-indexedsearch-title a {
	text-decoration:none;
font-size:12px;

}
/* Additional styles, needed for the tableless template_css.tmpl (styles don't conflict with the original template) */
		.tx-indexedsearch .res-tmpl-css {
	clear:both;
	margin-bottom:1em;
}
.tx-indexedsearch .searchbox-tmpl-css LABEL {
	margin-right:1em;
	width:10em;
	float:left;
}
.tx-indexedsearch .result-count-tmpl-css, .tx-indexedsearch .percent-tmpl-css {
	letter-spacing:0;
	font-weight:normal;
	margin-top:5px;
margin-right:3px;
	float:right;
font-size:11px;
}
.tx-indexedsearch .info-tmpl-css dt, .tx-indexedsearch dl.info-tmpl-css dd {
	float:left;
}
.tx-indexedsearch .info-tmpl-css dd.item-mtime {
	float:none;
}
.tx-indexedsearch .info-tmpl-css dd.item-path {
	float:none;
}

