@CHARSET "UTF-8";

body {
	color: white;
	background-color: #1c1c29;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #15315d;
	text-decoration: none;
	font-style: italic;
}

a:hover,a:active,a.active {
	font-weight: bold;
}

a img {
	border: 0 none;
}

p {
	margin: 10px 0;
}

h1 {
	margin: 0 0 10px;
	font-size: 15px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 13px;
	margin: 3ex 0 0.5ex 0;
}

h4 {
	font-size: 13px;
	margin: 0 0 0.5ex 0;
}

hr {
	clear: both;
	color: #f7ebbc;
	background-color: #f7ebbc;
	border: 0 none;
	height: 1px;
	padding: 0;
}

input[type=text] {
	width: 24ex;
	border: 1px solid #15315d;
}

textarea {
	width: 50ex;
	height: 20ex;
	border: 1px solid #15315d;
}

textarea.big {
	width: 50ex;
	height: 50ex;
}

.wwlbl {
	padding: 0;
	margin: 0 0 3px 0;
}

.wwctrl {
	margin: 0;
	padding: 0;
}

.wwgrp {
	margin: 10px 0 0 0;
}

.wwgrp br {
	display: none;
}

.errorMessage {
	color: red;
	font-weight: bold;	
}

ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

#contentWrapper {
	width: 950px;
	margin: 50px auto;
	padding: 0;
	color: #15315d;
}

#header {
	background-image: url("pics/headerBG.png");
	width: 948px;
	height: 216px;
}

#bswLogo {
	float: right;
	margin: 15px 15px;
}

#navigation {
	background-image: url("pics/naviBG.png");
	width: 948px;
	height: 34px;
}

#headerSpacer {
	clear: both;	
}

#searchInput {
	width: 210px;
	height: 28px;
	clear: both;
	margin: 95px 0 0 680px;
	background-image: url('pics/opaqueBG.png');
	
}

#wwgrp_search_searchString {
	margin: 5px;
	float: left;
}


.navigationItems {
	margin: 0 130px;
}

.navigationItem {
	width: 134px;
	height: 15px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	overflow: hidden;
	float: left;
	border-left: 2px solid #d29816;
	border-collapse: collapse;
}

.adminNavigationItem {
	width: 170px;
	white-space: nowrap;
}

.navigationDummy {
	width: 0;
}

.activeNavigationItem,.navigationItem:hover {
	background-image: url('pics/naviAktivBG.png');
	background-repeat: repeat-x;
	padding: 5px 0;
	height: 17px;
}

.activeNavigationItem a,.navigationItem:hover a {
	color: white;
	font-weight: bold;
}

#content {
	width: 688px;
	background-color: #f1de90;
	padding: 40px 130px 5px 130px;
}

#bottomLinks {
	margin: 10px -80px 10px 0;
	text-align: right;
	clear: both;
}

.mainColumn {
	width: 410px;
}

.largerMainColumn {
	width: 545px;
}

.largestMainColumn {
	width: 100%;
}

.mainColumn p {
	text-align: justify;
	line-height: 1.5em;
}

#footer {
	background-image: url("pics/footerBG.png");
	width: 948px;
	height: 15px;
}

.impressum p {
	margin: 0;
	padding: 0;
}

.partnerContainer {
	border-top: 2px solid #f7ebbc;
	border-bottom: 2px solid #f7ebbc;
	padding-top: 20px;
	margin-top: 40px;
}

.partnerTable {
	padding: 20px 0;
	width: 100%;
}

.partnerContainer .partnerItem {
	text-align: right;
	padding-right: 20px;
}

.partnerLink {
	margin: 0 auto;
}

a.partnerDetail {
	display: block;
	text-align: right;
	padding: 10px 0;
}

.infoBoxes {
	width: 215px;
	overflow: hidden;
	float: right;
}

.infoBoxHeader {
	width: 216px;
	height: 9px;
	padding: 0;
	margin: 0;
	background-image: url('pics/infoBoxHead.png');
}

.infoBoxContent {
	margin: 0;
	padding: 10px 20px;
	background-image: url('pics/infoBoxBG.png');
}

.infoBoxFooter {
	width: 216px;
	height: 14px;
	padding: 0;
	margin: 0 0 15px 0;
	background-image: url('pics/infoBoxFoot.png');
}

.infoBoxContent h2 {
	margin: 0;
	padding: 0 0 20px 0;
}

.totalProductionContainer {
	background-color: #15315D;
	color: #F1DE90;
	padding: 5px 0px 5px 5px;
	white-space: nowrap;	
}

ul.newsList {
	margin: 0;
	padding: 0;
	border-top: 1px solid #f7ebbc;
}

.newsList .shortDescription {
	font-weight: normal;
}

.newsList .newsItem {
	border-bottom: 1px solid #f7ebbc;
}

.pictureUploader {
	width: 330px;
	float: left;
}

.buildingPictureItem {
	margin: 0 0 10px 0;
}

.buildingPictureItem a {
	font-size: 10px;
}

.buildingEdit {
	width: 350px;
	float: right;
}

#uploadButton {
	color: #1c1c29;
	text-decoration: none;
	font-style: italic;
}

/* 
We can't use ":hover" preudo-class because we have
invisible file input above, so we have to simulate
hover effect with javascript. 
 */
#uploadButton.hover {
	font-weight: bold;
	cursor: pointer;
}

#uploadWait {
	display: none;
	text-decoration: blink;
}

.shortDescription p,.description p {
	margin: 0 0;
}

.lastUpdate {
	margin: 10px 0;
	font-weight: bold;	
}

.pageSelector {
	text-align: right;	
}

.pageSelectionDescriptor {
	font-style: italic;	
}

.curPage {
	font-style: italic;
	text-decoration: underline;
}

/*
News seite
*/
.newsContainer {
	border-bottom: 1px solid #f7ebbc;
	padding: 0 0 10px 0;
}

.newsItemMain {
	padding: 0 0 0 140px;
	min-height: 100px;
	background-repeat: no-repeat;
	background-position: 10px 0;
}

.newsItem .newBuilding {
	background-image: url('pics/iconBuilding.png');
}

.newsItem .newEvent {
	background-image: url('pics/iconEvent.png');
}

.newsItem .newNews {
	background-image: url('pics/iconNews.png');
}

.shortDescription {
	margin: 10px 0 10px 0;
}

.description {
	margin: 10px 0 10px 0;
	clear:both;
}

.signupLink {
	margin-top: -26px;
}

input.participants {
	width: 11ex;
}

input.location {
	width: 11ex;
}

button {
	display: block;
	background-color: transparent;
	background-image: url('pics/button.png');
	background-repeat: no-repeat;
	height: 21px;
	width: 93px;
	overflow: hidden;
	border: 0 none;
	color: #f7ebbc;
	margin: 10px 10px 10px 0;
}

button:hover {
	background-image: url('pics/buttonHover.png');
}

.buttonContent {
	padding: 0;
	margin: -2px 0 0 0;
	font-style: italic;
}

.mailInput {
	border-top: 1px solid #f7ebbc;
	border-bottom: 1px solid #f7ebbc;
	margin: 20px 0;
	padding: 10px 0;
}

.overviewLink {
	clear: both;
	margin: 20px 0 40px;
	text-align: right;
}

.eventDate {
	font-style: italic;	
}

/*
Anlagen seite
*/
.buildingListItem {
	border-bottom: 1px solid #f7ebbc;
	padding: 20px 0 10px;
}

.buildingListItemContent {
	width: 323px;
	float: right;
}

buildingPictureWrapper {
	margin: 0;
	padding: 0;
}

.buildingPicture {
	clear: both;
	width: 170px;
	height: 116px;
	margin: 0;
}

.buildingPictureWrapper {
	margin: 0;
	padding: 0;
	width: 170px;
}

.buildingPictureBorder {
	margin: -116px 0 0 0;
	width: 170px;
	height: 116px;
	z-index: 100;
}

.buildingsPictureTitle {
	width: 170px;
}

.listableObjectDetailPictures {
	padding: 10px 0;
	width: 270px;
}

.largebuildingPictureWrapper {
	margin: 20px 0;
	padding: 0;
}

.largebuildingPicture {
	clear: both;
	width: 270px;
	height: 182px;
	margin: 0;
}

.largebuildingPictureBorder {
	margin: 0;
	margin-top: -182px;
	width: 270px;
	height: 182px;
	z-index: 100;
}

.largebuildingsPictureTitle {
	margin: 10px 0;
	width: 270px;
}

.detailsLink {
	clear: both;
	text-align: right;
	margin: 10px 0;
}

.listableObjectDetailContent {
	width: 318px;
	float: right;
}

.buildingFactsBox {
	background-image: url("pics/buildingFactsBG.png");
	background-repeat: repeat-y;
	padding: 0 20px;
	margin: 0;
	width: 278px;
}

.buildingFactsLabel {
	font-weight: bold;
}

.buildingFactsHead {
	width: 318px;
	height: 12px;
	background-image: url("pics/buildingFactsHead.png");
	background-repeat: no-repeat;
}

.buildingFactsFoot {
	width: 318px;
	height: 12px;
	background-image: url("pics/buildingFactsFoot.png");
	background-repeat: no-repeat;
}

.socialBookmarks {
	margin: 5px;
	float: right;
}

.socialNews {
	float: right;
}
