@charset "ISO-8859-1";
/*@charset "UTF-8";*/
/* CSS Document */
/*-----------------------------------------------------------------------------


-------------------------------------------------------------------------------
Stylesheet:  sansecura.ch
			 Screen + Print
-------------------------------------------------------------------------------

date:        03/2010
author:      LST Schenker AG
website:     www.lstschenker.ch


-----------------------------------------------------------------------------*/


/* Import weiter stylesheets
-----------------------------------------------------------------------------*/





/* ----------------------------------------------------------------  Allgmeine Stile   ---- */





body {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #6E6E6E;
	
	width: 90%;

}


p{
	margin: 0px 0px 10px 0px;
}


a{
	color: #A0BE32;
	text-decoration: none;
}




hr {
	margin: 5px 0px 3px 0px;
	height: 0px;
	border:none;
	border-bottom: #dcdcdc solid 1px;
}





h1{
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #1B7F9e;
	margin-bottom: 25px;
}



h2{
	font-size: 12px;
	font-weight: normal;
	color: #1B7F9e;
	line-height: 15px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	border-bottom: #8f9194 solid 1px;
}





h3{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #6E6E6E;
	border-bottom: #8f9194 solid 1px;
	padding-bottom: 2px;
	margin-bottom: 12px;
	display: inline-block;
}



h4{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #6E6E6E;
}



h6{
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #6E6E6E;
}


div{
	margin-bottom: 20px;
}


img{
	border: none;
}



.grau{
	color: #969696;
}


.rot{
	color: #7D374B;
}




.clear{
	clear: both;
}


/* ----------------------------------------------------------------  Container Navigation   ---- */
#nav1, #nav2, #nav3, #divFooter{
	display: none;
}

#divNavHeader{
	display: none;
}



.contentSpalte .csc-default{
	padding-top: 10px;
	padding-bottom: 3px;
	border-top: #dcdcdc solid 1px;
}



.contentLinks{
	display: block;
	width: 70%;
	float: left;
}

.contentRechts{
	width: 27%;
	/*padding: 10px 20px 10px 20px;
	background-color: #F5F5F5;*/
	display: block;
	float: right;
}


.contentRechts .csc-default{
	padding-top: 0px;
}


.contentRechts .contentGrau{
	background-color: #F5F5F5;
}




/* ----------------------------------------------------------------  FORM   ---- */


form{
	display:inline;
}

input, textarea{
	font-size: 11px;
	width: 277px;
	border: none;
	background-color: #F2EBED;
	padding: 2px 0px 2px 3px;
	color:#7D374B;
}

INPUT[type='submit']{
	background-color: #FFFFFF;
	width: auto;
	cursor: pointer;
	float: left;
}


INPUT[type='reset']{
	color: #969696;
	background-color: #FFFFFF;
	width: auto;
	float: right;
	cursor: pointer;
}

label{
	width: 120px;
	display: block;
	float:left;
}

fieldset{
	border:none;
	/*border-top: 1px dotted #969696;*/
	margin: 2px 0px 0px 0px;
	padding: 0px;
}

.csc-mailform-field{
	padding-top: 2px;
	border-top: 1px dotted #969696;
	/*border-bottom: 1px dotted #969696;*/
	padding-bottom: 2px;
	padding: 4px 0px 2px 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin: 2px 0px 2px 0px;
}

