
body{
	background: #000;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}


.mycontainer{
    position: relative;
	width: 100%;
	top: 1000px;
	z-index: 		100;
}

.mycontainer_small{
    position: relative;
	width: 100%;
	top: 90px;
	z-index: 		100;
}

.mycontainer_normal{
    position: relative;
	width: 100%;
	top: 0px;
	z-index: 		100;
}

.menuline_center{
	max-width: 		1300px;
	height: 		300px;
	margin:			0 auto;
}

.menuline_top{
	max-width: 		1300px;	
	height: 		70px; 
	margin:			0 auto;	
}


ol, ul {
	list-style:none;
	margin:0;
	padding: 0;
}

.umfassendes_element {
    width: 				100%;
    height: 			100%;
    position: 			absolute;
	background: 		rgba(0,0,0,0.0);	
}

.umfassendes_element_small {
    width: 				100%;
    height: 			70px;
    position: 			fixed;
  	z-index: 			500;
 	background: 		transparent;
}

.small_background{
    width: 				100%;
    height: 			70px;
    position: 			fixed;
  	z-index: 			499;
 	background: 		rgba(0,0,0,0.8);
	display: none;	
}


.umfassendes_element_normal {
    width: 				100%;
    height: 			300px;
    position: 			relative;
  	z-index: 			500;
 	background: 		rgba(0,0,0,0.0);	
}

.zentriert {
  	text-align: 		center;
 	background: 		rgba(0,0,0,0.0);
  	color: 				#ffffff;
  	position: 			relative;
  	top: 				50%;
  	-webkit-transform: 	translateY(-50%);
  	-ms-transform: 		translateY(-50%);
  	transform: 			translateY(-50%);
  	z-index: 			100;
	height: 			300px;
}

.menu_pos_left{
	width: 40%;
	float:left;
	margin-top: 130px;	
}

.menu_pos_right{
	width: 40%;
	float:right;
	margin-top: 130px;	
}

.menu_pos_logo{
	width: 20%;
	float:left;
}


.zentrieren{
  display: table-cell;
  vertical-align: middle;
	margin:0;
	padding: 0;
}

.tabelle{
	display: table;	
}


.logo{
    border-radius:0%;    
  /*  -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;*/
}
/*
.logo:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
}
*/

@media (max-width: 1024px) {

.menuline_center{
	height: 		100px;
}

.umfassendes_element_normal {
    height: 			100px;	
}

.zentriert {
 	height: 		100px;
}	

.menu_pos_left{
	margin-top: 30px;	
	width: 45%;
}

.menu_pos_right{
	margin-top: 30px;
	width: 45%;	
}	

.menu_pos_logo{
	margin-top: 5px;
	width:10%;
}	
}

@media (max-width: 768px) {

.umfassendes_element_small {
    position: 			relative;
}

.umfassendes_element_normal {
    height: 			70px;

.menuline_center{
	height: 		100px;
}
	
	
.zentriert {
 	height: 		100px;
}	

.menu_pos_left{
	margin-top: 30px;	
	width: 42%;
}

.menu_pos_right{
	margin-top: 30px;
	width: 42%;	
}	

.menu_pos_logo{
	margin-top: 5px;
	width:16%;
}	
}

.verticalcenter{
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
