@charset "utf-8";
/* CSS Document */
a[rel="external"] {
	background: url("images/ico_external.png") no-repeat scroll right 2px transparent;
	padding-right: 12px;
}
.ui-li-desc {
    white-space: normal;
}
.gnNewslist {
	margin: 1em 0 2em 0 !important;
}

.ui-mobile .type-home .ui-content { /* background */
	background: url("images/jqm-sitebg.png") repeat-x scroll center top #E5E5E5;
}
.ui-bar-f { /* top bars */
	border: 1px solid #1f272d;
	background:#1f272d;
	color:#ffffff;
	font-weight: bold;
	text-shadow: 0 -1px 1px #000000;
	background-image: -moz-linear-gradient(top, #485462, #1f272d);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #485462), color-stop(1, #1f272d));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#485462', EndColorStr='#1f272d')";
}
li.ui-btn-up-b { /* active menu green */
	border-color: #9aa184;
	background: #9aa184;
	font-weight: bold;
	text-shadow: none !important;
	background-image: -moz-linear-gradient(top, #c4cbad, #9aa184);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c4cbad), color-stop(1, #9aa184));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#c4cbad', EndColorStr='#9aa184')";
	/*
	opacity: .5;
	filter: Alpha(Opacity=50);
	*/
}
li.ui-btn-up-b a {
	color: #fff !important;
}

.ui-body-c {
	color: #1f272d;
}

/* Kontakt Form */
#gnResponse {
	display: none;
	margin-bottom: 2em;
}
#gnResponse h4 {
	margin:.5em 0 0 0;
}
legend {
	display: none;	
}
.ui-br {
	border-bottom: none;
}
.ui-field-contain {
	padding: 0.5em 0;
}

/* Startseite */
.ui-mobile #jqm-version {
	background: url("images/ecke.png") no-repeat scroll right top transparent !important;
	height: 122px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -99999px;
	top: 0;
	width: 119px;
	z-index: 50;
}
#jqm-homeheader img {
	width: auto !important;
}