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

date:      09/2008
author:    LST Schenker AG

website:   www.lstschenker.ch

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





/* Referenzen */

#divContentBlau{
	background-color: #25679b;
	color: #FFFFFF;
	margin-bottom: 15px;
}

*html #divContentBlau{
	padding-bottom: 10px;
}


#divContentBlau a{
	color: #e9dfbe;
}

#divContentBlau a:hover{
	color: #194382;
}

#divContentBlau h1{
	color: #FFFFFF;
}




#divReferenzHeader{
	background-color: #194382;
	
	padding: 20px 25px 12px 30px;
}

#divReferenzHeader h1{
	text-transform: uppercase;	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	border-bottom: #FFFFFF dotted 1px;
}

#divReferenzHeader td, #divReferenzHeader th {
	border-bottom: #FFFFFF dotted 1px;
	padding: 1px 0px 1px 0px;
}

#divReferenzHeader th {
	width: 120px;
	font-weight: bold;
	text-align: left;
}



#divReferenzEbene1{
	z-index: 6;
	position: absolute;
}

#divReferenzEbene2{
	z-index: 5;
}


.boxReferenz{
	padding: 20px 25px 12px 30px;
}



.boxReferenzText{
	position: absolute;
	width: 220px;
	float:left;
	margin-right: 20px;
}

.boxReferenzText a{
	font-weight: bold;
	color: #FFFFFF;
	border-top: #FFFFFF dotted 1px;
	border-bottom: #FFFFFF dotted 1px;
	display: block;
	
}

.boxReferenzBild{
	margin-bottom: 20px;
	text-align: right;
}

.boxReferenzPreview{
	text-align: right;
	margin-bottom: 20px;
}

.boxReferenzPreview img{
	margin-left: 10px;
	margin-bottom: 10px;
}



