@CHARSET "UTF-8";

@IMPORT url("reset.css");

@IMPORT url("navigation.css");

/*@IMPORT url("textstyles.css");*/
@IMPORT url("editor_content_main.css");

body {
	background: #c3c3c3 url('../images/background.png') top left repeat-x fixed;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}

#background-overlay {
	width: 950px;
	height: 718px;
	background: transparent url('../images/background_overlay.png') top left no-repeat;
	z-index: -1;
	position: fixed;
	left: 50%;
	margin-left: -475px;
	top: 0px;
}

#container {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#page {
	background: transparent;
	margin: 0 auto;
	min-height: 500px;
	padding: 0;
	position: relative;
	top: 0;
	width: 845px;
}

#headrow {
	background: transparent;
	height: 164px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 845px;
}

#logo {
	width: 180px;
	height: 119px;
	background: transparent none repeat scroll 0 0;
	position: absolute;
	left: 0;
	top: 21px;
}

#slogan {
	width: 580px;
	height: 80px;
	background: transparent none repeat scroll 0 0;
	position: absolute;
	left: 192px;
	bottom: 16px;
}

input {
	background-color: #fff;
	border: 1px solid #ffea00;
	position: absolute;
	color: #666;
	height: 20px;
}

/* login Element */
#login {
	width: 370px;
	position: absolute;
	left: 475px;
	top: 21px;
	font-weight: bold;
}

#login .label {
	position: absolute;
	top: 4px;
}

.text {
	width: 105px;
	top: 0px;
	vertical-align: middle;
	padding: 0px 3px;
	font-size: 12px;
	background-color: #fff;
}

.button {
	background-color: transparent;
	border: none;
	width: 26px;
	height: 22px;
}

#login .number {
	left: 107px;
}

#login .name {
	left: 225px;
}

#login .button {
	top: 0px;
	left: 344px;
}

/* Search Element */
#search {
	width: 180px;
	height: 30px;
	background-color: #c8c8c7;
	position: relative;
	left: 0px;
}

#search .search {
	top: 4px;
	left: 5px;
	width: 129px;
	height: 20px;
}

#search .button {
	top: 4px;
	right: 7px;
	width: 26px;
	height: 22px;
}

#leftcol,#middlecol,#rightcol {
	position: absolute;
	top: 164px;
}

#leftcol {
	background: transparent;
	left: 0px;
	width: 180px;
}

#navigation {
	width: 180px;
	left: 0px;
	position: relative;
	margin-bottom: 10px;
}

#middlecol {
	background: transparent;
	left: 190px;
	width: 515px;
}

#rightcol {
	right: 0px;
	width: 130px;
}

.sidebar-icon {
	margin-bottom: 10px;
}

#footer {
	background: transparent;
}

#footer .footerlinks {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #004d86;
	text-align: center;
}

#footer .footercopy {
	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: #4d4d4d;
	text-align: center;
}

.contentheader {
	height: 30px;
	background: #004d86 url('../images/icon_active.gif') top right no-repeat;
	width: 100%;
}

.contentbody {
	padding: 20px 15px 20px 15px;
	background-color: #fff;
	margin-bottom: 10px;
	border: 1px solid #ffea00;
}

/* Pressemitteilungen */
.press-release .info {
	font-size: 10px;
	color: #000;
	font-weight: normal;
}

.press-release h2 {
	margin: 0px;
}

.press-release .teaser {
	font-style: italic;
	margin: 3em 0;
}

.press-release .content {
	margin-bottom: 1em;
}

.press-release h4 a {
	font-weight: bold;
}

/* Galerie */
.gallery li {
	background: transparent none;
	padding: 0;
}

.calendar h4 a {
	font-weight: bold;
}

.mapson span {
	display: none;
}
