#content{
	min-width: 655px;
	display: inline-block;
	margin-left: 10px;
	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;
}