.container {
position: relative;
top:869px;
z-index:10;
max-height:30px;
    -webkit-transition: all 0.2s ease;
			-moz-transition: all 0.2s ease;
			-o-transition: all 0.2s ease;
			-ms-transition: all 0.2s ease;
			transition: all 0.2s ease; 
}
					
					#logoH {
					  max-width: 850px;
					  position: relative;
             		  bottom: 0px;
					}
					.logo {
					  max-height: 150px;
					  max-width: 184px;
					  z-index: 15;
					  float: left;
					}
					.textright {
					  max-height: 150px;
					  z-index: 15;
					  float: right;
					  padding-top: 66px;
					}
.bodybg {
  height: 100%;
  width: 100%;
  margin-top: -150px;
  position: fixed;
  z-index: 5;
background: rgb(43,45,48); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(43,45,48,1) 1%, rgba(0,5,12,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(43,45,48,1)), color-stop(100%,rgba(0,5,12,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(43,45,48,1) 1%,rgba(0,5,12,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(43,45,48,1) 1%,rgba(0,5,12,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(43,45,48,1) 1%,rgba(0,5,12,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(43,45,48,1) 1%,rgba(0,5,12,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b2d30', endColorstr='#00050c',GradientType=0 ); /* IE6-9 */

}
.content {
	opacity:0.95;
  min-height: 950px;
  max-width: 850px;
  top: 0px;
  position: relative;
  z-index: 7;
  background-color: #59585a;
 -moz-box-shadow:    3px 0px 20px -10px #000;
  -webkit-box-shadow: 3px 0px 20px -10px #000;
  box-shadow:         3px 0px 20px -10px #000;
}      
            .menu {
              height: 50px;
              width: 600px;
              position: relative;
              z-index: 200;
              left: 59px;
              top: 0px;
              background-color: #2b2d30;
              -webkit-border-bottom-left-radius: 14px;
			-webkit-border-bottom-right-radius: 14px;
			-moz-border-radius-bottomleft: 14px;
			-moz-border-radius-bottomright: 14px;
			border-bottom-left-radius: 14px;
			border-bottom-right-radius: 14px;
			} 
			.bodytext {
				max-width: 520px;
              padding-top: 50px;
              padding-left: 40px;
              position: absolute;
			} 
			.tanjaB1c {
              position: relative;
              padding-top: 50px;
              float: right;
              padding-right: 40px;
            }
            .tanjaB1s {
              max-height:200px;
              position: relative;
              float: right;
			}  
			.karriere {
              height: 200px;
              width: 290px;
              position: absolute;
              background-color: #cae1b6;
              top: 350px; 
			-webkit-border-top-right-radius: 14px;
			-webkit-border-bottom-right-radius: 14px;
			-moz-border-radius-topright: 14px;
			-moz-border-radius-bottomright: 14px;
			border-top-right-radius: 14px;
			border-bottom-right-radius: 14px;
			}
								.cont1 {
								display:block;
								height: 200px;
								width: 550px;
								position: absolute;
								background-color: #636363;
								right: 0px;
								top:350px;
								-webkit-border-top-left-radius: 14px;
								-webkit-border-bottom-left-radius: 14px;
								-moz-border-radius-topleft: 14px;
								-moz-border-radius-bottomleft: 14px;
								border-top-left-radius: 14px;
								border-bottom-left-radius: 14px;
								}  




				
								
								
.car {
         width:120%;
         padding-top:120px;
         position: absolute;
         margin-left:-100px;

			}  


a:link { text-decoration:none; color:#59585a; -webkit-transition: all 0.4s ease;}
a:visited { text-decoration:none; color:#676767; }	
a:hover { text-decoration:none; color:#cae1b6; }
a:active { text-decoration:none; background-color:#59585a; }

q:link { text-decoration:none; color:#FFFFFF; }
q:visited { text-decoration:none; color:#676767; }	
q:hover { text-decoration:none; color:#cae1b6; }
q:active { text-decoration:none; background-color:#59585a; }

#preloader {
	opacity: 0.9;
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#000000; /* change if the mask should have another color then white */
    z-index:999999999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}


.signature { 
	opacity:0.8;
	bottom:0px;
	width: 100%;
	height: 20px;
	background-color: #02070e;
	position:relative;
	z-index: 199;
	padding:5px;
}




