@font-face {
    font-family: 'latobold';
    src: url('fonts/lato-bol-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body{
	background-color: #ffeb00;
	background: radial-gradient(#fff000,#ffca08);
	margin: 0;
	font-family: Arial;
	font-size: 12px;
}


.clearboth{
	clear: both;
}

.left{
	float: left;
}

.right{
	float: right;
}

h1{
	font-size: 22px;
	margin: 0px 0px 20px 0px;
}

h2{
	font-size: 15px;
	margin: 0;
}

a{
	outline: 0;
	color: #000;
	text-decoration: none;
}

a.logout{
	color: #ffffff;
}
a.logout:hover{
	text-decoration: underline;
}

label{
	display: block;
}

header{
	width:100%;
	height: 40px;
	background: #000;
}

#logo_top{

	background: #fff;
	padding: 2px;
	margin: 20px 0 10px 5px;
	border-radius: 8px;
	border: 2px solid #fff;
	float: left;
}

nav{
	font-family: "latobold", Arial;
	position: absolute;
	left: 138px;
}

nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav ul li{
	float: left;
	background: #000;
	border-right: 1px solid #424242;
	margin: 0;
	padding: 2px 0 0 0;
	height: 38px;
}

nav ul li a{
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	padding: 11px 19px 11px 19px;
	display: block;
}

nav ul li a:hover{
	color: #ffe400;
}

#content{
	min-width: 655px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
}


input:focus,
textarea:focus,
select:focus {
    outline: none;
}

.ampel{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display:inline-block;
	font-size: 14px;
}

.ampelSmall{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display:inline-block;
	font-size: 11px;
	margin-left: 1px;
}

.rot{
	background: red;
}

.gelb{
	background: #ffeb00;
}

.gruen{
	background: green;
}

.btn_add{
	font-weight: normal !important;
	font-size:20px !important;
	padding: 0px !important;
	width:25px !important;
}

.btn_add2{
	padding: 0px !important;
}

.btn_add2 .ui-button-text{
	padding: 0 11px !important;
}

.btn_add2 > span > span:nth-of-type(1){
	font-weight: bold;
	font-size: 20px;
}

.btn_add2 > span > span:nth-last-of-type(1){
	position: relative;
	top: -3px;		
}


.btn_export,
.btn_import{
	font-weight: normal !important;
	height:25px !important;
}

input::-ms-clear{
	display: none;
}


@media screen and (max-width: 710px){
	nav ul li{
		border-bottom: 1px solid #424242;
		width: 110px;
		height: 37px;
	}
	
	#content{
		min-width: 90%;
		margin-top: 20px;
	}	
}

@media screen and (max-width: 470px){
	#content{
		margin-top: 50px;
	}
}

@media screen and (max-width: 359px){
	#content{
		margin-top: 175px;
	}	
}


/* jQuery UI - Änderungen */

.ui-widget-overlay{
	background:#000000 url("images/ui-bg_flat_0_000000_40x100.png") 50% 50% repeat-x !important;
	opacity:.6 !important;
	filter:Alpha(Opacity=60) !important;
}