@charset "UTF-8";
/* CSS Document */
/*-----------------------------------------------------------------------------
-------------------------------------------------------------------------------
Stylesheet:  La Vache qui rit
			 Screen + Print
-------------------------------------------------------------------------------
date:        07/2009
author:      LST Schenker AG
website:     www.lstschenker.ch
-----------------------------------------------------------------------------*/
/* Import weiter stylesheets
-----------------------------------------------------------------------------*/

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

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

body {
	background-color: #7e151c;	
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	
	background-image: url(../images/hintergrund.gif);
	background-repeat: repeat-y;
	background-position: center;
	
}


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

a:hover{
	color: #fef7ba;
	text-decoration: none;
}

a.weiss:hover{
	color: #fcd100;
}

p{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 0px;
}

h1{
	font-size: 13px;
	font-weight: bold;
	border-bottom: #FFFFFF solid 1px;
	margin-top: 5px;
	padding-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 7px;
}

h2{
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	color:#fcd100;
}

h3{
	font-size: 12px;
	font-weight: bold;
	border-top: #FFFFFF solid 1px;
	border-bottom: #FFFFFF solid 1px;
	margin-top: 4px;
	padding-top: 4px;
	margin-bottom: 8px;
	padding-bottom: 5px;
}

.hr {
	margin-top: 5px;
	border-bottom: #FFFFFF solid 1px;
	margin-bottom: 10px;
}

.hr hr {
	display: none
}

FIELDSET { border:none; }
OBJECT { outline:none; }

/* --- Liste -------*/
ol{
	margin-left: 0px;
	padding-left: 25px;
}

li{
	margin-bottom: 7px;
}

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

.clear{
	clear: both;
}

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

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

.gross13{	
	font-size:14px;
}

.gelb{
	color: #fcd100;
}

.weiss, .weiss-aktiv, .weiss-act {
	color: #ffffff;
}
.weiss-act { font-weight:bold; }
.block{
	display: inline-block;
}

.einzug100{
	margin-left:100px;
}
.pagination { float:right; padding-left:10px; }
.weiss-aktiv { text-decoration: underline; }
.num {width:40px;text-align:right;padding-right:10px;}
.capt {width:150px;}
.val {width:45px; text-align:right;}
/*DIV#videoPlayer {background-image: url(../images/videoBG_gross.png); background-repeat:no-repeat;}*/
.act { font-weight:bold; }
/* ----------------------------------------------------------------  Navigation   ---- */

#divNav{
	position: absolute;
	top: 5px;
	margin-left: 20px;
	z-index: 10;
	width: 950px;
	height: 50px;
	text-transform: uppercase;
	text-align: right;
	line-height: 24px;
	background-image: url(../images/nav_line.gif);
	background-repeat: no-repeat;
}

#divNav a{
	color: #FFFFFF;
}

#divNav a.gelb, #divNav a:hover{
	color: #fcd100;
}

#divNav a.gelb:hover{
	color: #000000;
}

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

#divContent{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	
}

#divMain{
	position: absolute;
	width: 970px;
	top: 210px;
	z-index: 4;
	margin-left: 0px;
}
#divMainIndex {
	position: absolute;
	width: 970px;
	top: 110px;
	z-index: 4;
	margin-left: 0px;
}
#divMainIndex img{
	/*behavior: url(script/iepngfix.htc);*/
}
#divSpot{
	position: absolute;
	top: 0px;
	z-index: 1;
	margin-left: 0px;
}

#divLogo{
	position: absolute;
	top: 60px;
	z-index: 5;
	margin-left: 0px;
}

#divNavVideos{
	position: absolute;
	top: 187px;
	width: 970px;
	z-index: 20;
	margin-left: 0px;
	text-align: right;
}
#divNavVideosHolder {display:none;}


#divFooter{
    /*border-top: #FFFFFF solid 1px;*/
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    /*text-align: right;
    text-transform: uppercase;*/
    font-size: 10px;
}

#divFooterRight{
    float: right;
    text-transform: uppercase;
    padding-top: 2px;
    margin-top: 0px;

}

#divFooterLeft{
    float: left;
    line-height: 11px;
    width: 210px;
    padding-top: 4px;
    margin-top: 0px;

}


#divFooter a{
	color: #FFFFFF;
}

#divFooter a.gelb, #divFooter a:hover{
	color: #fcd100;
}
DIV#pageShade {
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 888;
  height:100%;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0; 
  padding: 0;
  background:url(../images/loading.gif) center no-repeat #000000;
  opacity: 0.8;
}
/* ----------------------------------------------------------------  Inhalt   ---- */

.contentRight{
	width: 950px;
	margin-top: 3px;
	text-align: right;
}

.contentRight form{
	display: inline;
	margin-right: 20px;
}


.spalte{
	float: left;
}

.box{
	width: 445px;
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 20px 20px;
	background-image:url(../images/transparenz.png);
	border-top: #FFFFFF solid 1px;
	border-bottom: #5b0e01 solid 1px;
	
	/*behavior: url(script/iepngfix.htc);*/
}
.box-upload {
	width: 445px;
	padding: 15px 10px 15px 10px;
	margin: 0px 0px 20px 20px;
	background-image:url(../images/transparenz.png);
	border-top: #FFFFFF solid 1px;
	border-bottom: #5b0e01 solid 1px;
	
	/*behavior: url(script/iepngfix.htc);*/
}


.transparentimg {
	/*behavior: url(script/iepngfix.htc);*/
}


.ganzeBreite{
	width: 950px;
	padding: 10px 0px 15px 0px;
	margin: 0px 0px 20px 20px;
	background-image:url(../images/transparenz.png);
	border-top: #FFFFFF solid 1px;
	border-bottom: #000000 solid 1px;
	
	/*behavior: url(script/iepngfix.htc);*/
	
	overflow:visible;
}

.ganzeBreiteRand{
	width: 910px; 
	padding: 10px 20px 15px 20px; 
	margin: 0px 20px 20px 20px;
	background-image:url(../images/transparenz.png);
	border-top: #FFFFFF solid 1px;
	border-bottom: #000000 solid 1px;
	
	/*behavior: url(script/iepngfix.htc);*/
	
	overflow:visible;
}

.thumbnail {
  padding-top: 5px;
}

.videoPreview{
	width: 180px;
	height: 220px;
	margin: 5px 0px 10px 10px;	
	float: left;
	display: inline;
}

.videoBackground{	
	margin-top: 0px;
	margin-left: 0px;
	z-index:1;
}

.videoBackground img{
	/*behavior: url(script/iepngfix.htc);*/
}

.videoContent{
	position:absolute;
	margin-top: 7px;
	margin-left: 7px;	
	z-index:2;
}

.videoContent img{
	margin-bottom: 15px;
}

/* --- Link analog Form Submit-Button --- */
.linkBox{
	height: 18px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px 5px 2px 5px;
	background-color:#c50e1f;
	border: #FFFFFF solid 1px;
	margin: 5px 5px 7px 0px;
	display: inline-block;
}

a:hover.linkBox {
	background-color:#7e151c;
}


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


th{
	padding: 5px 10px 5px 0px;
	border-bottom: #FFFFFF solid 1px;
	text-align: left;
	font-size: 11px;
}

td{
	padding: 3px 10px 3px 0px;
	border-bottom: #FFFFFF solid 1px;
}



/* ----------------------------------------------------------------  Formular   ---- */
input,textarea{
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	padding-top: 3px;
	background-color:#7e151c;
}

label{
}

.divLabel, DT#captcha-label, DT{
  padding-top: 5px;
	width: 90px;
	text-align: right;
	line-height: 12px;
	margin-right: 10px;
	float: left;
	display: block;
}
DT#captcha-label {
  height: 20px;
  padding-top:60px;
}
INPUT[type='text'], INPUT[type='password'], TEXTAREA {
	width: 325px;
	height: 18px;
	padding-left: 5px;
	background-color:#7e151c;
	border: #FFFFFF solid 1px;
	margin-bottom: 7px;
}
.inputStandard, #inputkurz {
	width: 325px;
	height: 18px;
	padding-left: 5px;
	background-color:#7e151c;
	border: #FFFFFF solid 1px;
	margin-bottom: 7px;
}
.textareaStandard {
	width: 325px;
	height: auto;
	padding-left: 5px;
	background-color:#7e151c;
	border: #FFFFFF solid 1px;
	margin-bottom: 7px;
}

/* 
/////////////////
/////////////Suchfeld Breite hier eintragen 
////////////////
*/
#inputkurz { width: 100px; }
/*///////////////////////////////////////////////*/
TEXTAREA { font-family: Verdana, Arial, Helvetica, sans-serif;	font-size:11px; line-height:16px; height:100px; color:#FFFFFF;}

textarea#msg{
	height: 250px;
}

INPUT[type='file']{
	color:#FFFFFF;
}

.inputkurz{
	width: 100px;
}

.styleCheckbox{
	display:block;
	float: left;
	margin-bottom: 20px;
}

.button{
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 4px;
	background-color:#c50e1f;
	border: #FFFFFF solid 1px;
	cursor: pointer;
}
INPUT[type='submit'] {
	font-weight: bold;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 4px;
	background-color:#c50e1f;
	border: #FFFFFF solid 1px;
	cursor: pointer;
}
.button:hover{
	background-color:#7e151c;
}
.errors {padding-top:0; padding-bottom:7px; margin-top:0; color: #fcd100; }
.errMsg { padding-bottom:14px; color: #fcd100;}






