/* ============== Stylesheet für alle Browser ============== */

@font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:400;
    font-display:block;
    src:url('../fonts/poppins-v20-latin-regular.eot');
    src:local(''), url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), url('../fonts/poppins-v20-latin-regular.woff') format('woff'), url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
}

@font-face {
    font-family:'Poppins';
    font-style:normal;
    font-weight:600;
    font-display:block;
    src:url('../fonts/poppins-v20-latin-600.eot');
    src:local(''), url('../fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), url('../fonts/poppins-v20-latin-600.woff') format('woff'), url('../fonts/poppins-v20-latin-600.ttf') format('truetype'), url('../fonts/poppins-v20-latin-600.svg#Poppins') format('svg');
}

BODY, HTML {
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: 'Poppins', arial;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
}

BODY {background-color: #000000;}
BODY.body_login {background-color: #000000!important;}

* {font-family: 'Poppins', arial;}
* {outline:none;}

IMG {
	border: 0px;
}

H1 {
	color: #ffffff;
	font-size: 20px;
	line-height:23px;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
}

H2 {
	color: #b18e34;
	font-size: 14px;
	line-height:18px;
	margin: 30px 0px 8px 0px;
	font-weight: bold;
}

H3 {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
}

.nomargin {margin-top:0px;}
.blau {color: #b18e34;}
.grau {color:#999999;}
.hidden {display:none;}

P {
	margin: 12px 0px 12px 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #ffffff;
}

A {
	text-decoration: none;
	color:#b18e34;
	transition: color 0.4s ease;
}

A:hover {
	color:#37E64C;
}

FORM {
	margin: 0px;
	padding: 0px;
}

TD {
	padding: 4px;
	color: #ffffff;
	vertical-align: center;
	text-align:left;
	font-size: 12px;
	line-height: 15px;
}

TD.zeile {
	background-color: #101214;
}

TD.zeile_select {
	background-color: #404040;
	color: #FFFFFF;
}

TH {
	padding: 3px;
	color: #808080;
	vertical-align: top;
	text-align:left;
	font-size: 12px;
	line-height: 16px;
}

INPUT, TEXTAREA, SELECT {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #ffffff;
	border: 1px solid #999999;
	background-color: #323232;
	padding: 1px 3px 1px 3px;
}

INPUT.checkbox { border: 0px; width:auto!important;}

INPUT.submit {

	color: #ffffff;
	font-size: 12px;
	line-height:15px;
	font-weight: bold;
	background-color: #b18e34;
	cursor:pointer;
	border:none;
	cursor:pointer;
	transition: background-color 0.4s ease;
}

INPUT.submit:hover {
	background-color: #37E64C;
}


UL {
	list-style-image: url(../images/layout/li.gif);
}
