
body {
	background-image: url('../images/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
}


.ksHide {
	display: none;	
}

.input-md {

	height: 27px;
	padding: 3px 7px;
	font-size: 12px;
	line-height: 1.6;
	border-radius: 3px;

}

.navbar-default .navbar-nav>li>a {

	color: #444 !important;
	font-size: 15px;

}

.white-bg {
	background-color: #ffffff;
}

/*Navigation schon früher ausblenden*/
@media (min-width: 768px) and (max-width: 810px) {
	.navbar-collapse.collapse {
		display: none !important;
	}
	.navbar-collapse.collapse.in {
		display: block !important;
	}
	.navbar-header .collapse, .navbar-toggle {
		display:block !important;
	}
	.navbar-header {
		float:none;
	}
}

.topnews > a {
	background-color: aliceblue;
}

/* Liveticker */
.liveticker-item {
	cursor: pointer;
	cursor: hand;

}

.liveticker-item-selected {
	background-color: #e3e3e3;
}
.liveticker-item-selected > td{
	font-weight: bold;
	color: #a94442;
}

.liveticker-red {
	background-color: #a94442;
	color: white;
	font-weight: bold;
}

.liveticker-running {
	color: #a94442;
	font-weight: bold;
}