﻿.header_grey {
	position: fixed;
	display: flex;
	justify-content: center;
	top: 0;
	width: 100%;
	height: 44px;
	z-index: 2000;
	background: url('powerful_CD.png') center top 0px no-repeat;
	background-size: contain;
	background-color: #000000;
}

.blue-line {
    position: fixed;
    top: 44px;
    left: 0;
    height: 1px;
    background: blue;
    width: 100%;
    text-align: center;
    z-index: 2000;
}

.header_black {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 45px;
    left: 0;
    width: 100%;
    height: 40px;
    background: black;
    z-index: 2000;
}

.header_menue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px;
}
