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


.mycontainer{			/*  Standard - Groß    */
    position: relative;
	width: 100%;
	top: 80px;
	z-index: 		100;
}

.mycontainer_normal{	/*  Normal   */
    position: relative;
	width: 100%;
	top: 80px;
	z-index: 		100;
}

.mycontainer_small{  	/* klein */
    position: relative;
	width: 100%;
	top: 80px;
	z-index: 		100;
}


.menuline_center{ 		/*  Standard - Groß    */   /*  Normal   */
	max-width: 		1300px;
	height: 		200px;
	margin:			0 auto;
}

.menuline_top{			/* klein */
	max-width: 		1300px;	
	height: 		80px; 
	margin:			0 auto;	
}


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


.umfassendes_element {	/*  Standard - Groß   */
    width: 				100%;
    height: 			80px;
    position: 			fixed;
	background: 		rgba(0,0,0,0.0);	
}

.umfassendes_element_normal {  /*  Normal   */
    width: 				100%;
    height: 			80px;
    position: 			fixed;
  	z-index: 			499;
/* 	background: 		rgba(0,0,0,0.0); */
 	background: 		white;		
}

.umfassendes_element_small {	/* klein */
    width: 				100%;
    height: 			80px;
    position: 			fixed;
  	z-index: 			499;
 	background: 		transparent;
	background: 		rgba(255,255,255,0.5);	
	
}


.menuausrichtung{ /* klein */
	width: 100%; 
	float:left;  
	margin-top: 25px;	
}

.small_background{			/* klein */
    width: 				100%;
    height: 			80px;
    position: 			fixed;
  	z-index: 			499;
 	background: 		rgba(255,255,255,0.8);
	display: none;	
}

.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{	/*  Standard - Groß    */   /*  Normal   */
	width: 100%;
	float:left;
	margin-top: 130px;	
}

.menu_pos_right{
	width: 100%;
	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: 		80px;
}

.umfassendes_element_normal {
    height: 			80px;	
}

.zentriert {
 	height: 		80px;
}	

.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;
   height: 70px;
/* 	position:static;*/
}

.mycontainer_small{  	/* klein */
	top: 25px;
}

.umfassendes_element_normal {
    height: 			40px;
}

.menuline_center{
	height: 		70px;
}

.menuausrichtung {
	margin-top: 5px;	
}

.menuline_top{			/* klein */
	height: 		70px; 
}	

.small_background{			/* klein */
    position: 			relative;
    width: 				1px;
    height: 			1px;
}
	
.zentriert {
 	height: 		70px;
}	

.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;
}
