@charset "UTF-8";
/*-----------------------------------------------------------------------------
Studio Schenker Screen Stylesheet

version:   1.0
date:      10/03/2008
author:    LST Schenker AG

website:   www.lstschenker.ch

version history: 1.0 - 10/03/2008
-----------------------------------------------------------------------------*/


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

/* @import url(".css"); */




/* 						Standard Klassen Layout
-----------------------------------------------------------------------------*/

.clear{
	clear:both;
}


.right{
	float: right;
}

.left{
	float: left;
}




/* 							      Dokument
-----------------------------------------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}


ul{
	margin: 0px;
	padding: 0px;
}


li{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}


a{
	color: #088CC9;
	text-decoration: none;
}


p {
	margin-top: 0px;
	margin-bottom: 25px;
	
}

/* 							      Formular
-----------------------------------------------------------------------------*/


label{
	width: 100px;
	float: left;
}

input, textarea{
	font: normal 11px/11px Verdana, Arial, Helvetica, sans-serif;
	width: 300px;
	border: #088CC9 solid 1px;
	padding: 2px;
	margin: 2px;
	height: 15px;
}

textarea{
	height: 90px;
}



.csc-mailform{
	border: none;
}


.csc-mailform-submit {
	position: relative;
	color: #FFFFFF;
	left: 100px;
	margin-top:10px;
	margin-bottom:10px;
	width: 100px;
	border: 1px solid #088CC9;
	background-color: #abb600;
	padding-top: 1px;
	padding-bottom: 4px;
	height: 23px;
	cursor: pointer;
}




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

#divCenter{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#divHeader{
	vertical-align: bottom;
	position: relative;
	clear: both;
}


#divNavMeta{
	width: 500px;
	padding-top: 20px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-right: 15px;
	float: left;
}

#divLogo{
	margin-top:20px;
	float: right;
}

#divLogo img{
	margin-top:5px;
	margin-right:15px;
	
}

#posLogo{
	 
}


#divNavLang{
	font-size: 11px;
	color:#FFFFFF;
	
	height: 16px;
	background-color:#088CC9;
	padding-left: 15px;
	margin-bottom: 25px;
}



#divNavMain{
	width: 197px;
	margin-right: 15px;
	float: left;
	
}

#divNavi{
	
	
}

#divNavService{
	
}

/* 							  Spalte Content
-----------------------------------------------------------------------------*/


#divContentAll{
	width: 773px; 
	margin-right: 15px;
	float:right;
	
}

/*------ Spezialanweisung für IE 6 ------*/
*html #divContentAll{
	width: 770px;
	margin-right: 9px;
}
/* --------------------------------------*/


#divContent{
	width: 576px;
	float:left;
}


#divContent h1{
	font-size: 14px;
	margin-bottom: 20px;
	
		
}

#divContent img{
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
	border: #999999 solid 1px;
		
}


#divContent p {
	margin-top: 0px;
	margin-bottom: 15px;
	
}

#divContent ul{
	margin-left: 0.6em; 
	padding-left: 0.7em; 
}

#divContent li{
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
	list-style-position: outside;
	list-style-image: url(../images/dotList.gif);
	list-style-type: none;
	
}



#breadcrumb{
	
	width: 576px;
	padding-bottom: 4px;
	margin-bottom: 25px;
	
	font-size: 11px;
	line-height: 15px;
	
	color: #666666;
	
	background-image: url(../images/line.gif);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	
	float:left;
}

#breadcrumb a{
	color: #666666;
}

/* 							  Spalte Service
-----------------------------------------------------------------------------*/

#divService{
	width:182px;
	/*padding-right: 15px;*/
	float: right;
}




#divService h1{
	margin-top: 0px;
	padding-bottom: 4px;
	margin-bottom: 10px;
	
	font-size: 11px;
	line-height: 15px;
	
	color: #666666;
	
	background-image: url(../images/line.gif);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}

#divService ul{
	margin-top: 0px;
	margin-bottom: 20px;

}


#divService li{
	padding-bottom: 3px;
}


#divService a{
	color:#088CC9;
	background-image: url(../images/pfeileBl.gif);
	background-repeat: no-repeat;	
	padding-left: 10px;
	
}


#divService a:hover{
	color:#000000;
	background-image: url(../images/pfeileAk.gif);
}


/* 							      Footer
-----------------------------------------------------------------------------*/

#divFooter{
	
	background-image: url(../images/line.gif);
	background-position: 1px top;
	background-repeat: no-repeat;
	
	
	margin-top: 5px;
	padding-top: 5px;
	
	font-size:10px;
}


#divFooter a{
	color:#000000;
}


#divFooter a:hover {
	color: #088CC9;
}




/* 							      Tabelle
-----------------------------------------------------------------------------*/

.contenttable{
border-spacing: 0px;

}

.contenttable p{
	margin-bottom:0px;
}

.contenttable td{
	border-bottom: #0066CC dotted 1px;
	padding-right: 3px;
}

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

.greenDiv{
	background-color:#D3DD57;
	color:#FFFFFF;
}


.blueDiv{
	background-color:#088CC9;
	color:#FFFFFF;
}


.green{
	color:#D3DD57;
}

.blue{
	color:#088CC9;
}
.schwarz{
	color:#000000;
}

.blue a:link{
	color:#088CC9;
}


.titel, .breadcrumb{
	
	padding-bottom: 4px;
	margin-bottom: 30px;
	
	font-size: 11px;
	line-height: 15px;
	
	color: #666666;
	
	background-image: url(../images/line.gif);
	background-position: 0px bottom;
	background-repeat: no-repeat;
}
