/*========================================================================*/
/* GLOBAL STUFF */
/*========================================================================*/
body, html{
	padding: 0px;
	margin: 0px;
}
.footer{
	position: absolute;
	padding-left: 33px;
	padding-bottom: 8px;
	top: -100px;
}
.left{
	float: left;
}
.titleSize a:link , .titleSize a:visited{
	color: black;
	text-decoration: none;
}
.titleSize a:hover, .titleSize a:active{
	color: white;
	text-decoration: none;
	background-color: black;
}
a:active {
  outline: none;
}
img{
	border: none;
	padding: 0px;
	margin: 0px;
}

.gray{
	color: #AAAAAA;
}
.black{
	color: black;
}
.blue{
	color:#80a9c8;
}
.add_front_item{
	z-index: 500;
	position: relative;
	margin-bottom: 20px;
}
/* Mozilla based browsers */
::-moz-selection{
	background-color: black;
	color: white;
}
/* Works in Safari */
::selection{
	background-color: black;
	color: white;
}
/* NORMAL LINKS */
a:link, a:visited{
	color: black;
	text-decoration: underline;
}
a:hover, a:active{
	color: white;
	text-decoration: none;
	background-color: black;
}
/* ADD UNDERLINE */
a:link.underlinedLink, a:visited.underlinedLink{
	text-decoration: underline;
}
/* NO BLACK ON ROLLOVER */
a:link.hiddenLink, a:visited.hiddenLink{
	text-decoration: none;
	background-color: transparent;
}
a:hover.hiddenLink, a:active.hiddenLink{
	text-decoration: none;
	background-color: transparent;
}
/* REMOVE */
a:link.normalLink , a:visited.normalLink{
	color: red;
}
a:hover.normalLink, a:active.normalLink{
	color: red;
}


.at-share-btn{
	display: block;
	float: left;
}
/*========================================================================*/
/* CMS */
/*========================================================================*/
/* Global CMS stuff */
.cmsShowHide {
	font-family:monospace;
}
label{
	color:#80a9c8;
}
/*
.cmsShowHide h2{
	font-family:monospace;
	font-weight: bold;
	margin-bottom:5px;
	color: red;
}
*/
.cmsSide {
	color: #80a9c8;
	font-family:monospace;
}
/*
.cmsSide h2{
	font-family:monospace;
	font-weight: bold;
	margin-bottom:5px;
}
*/
.cmsSide a:link, .cmsSide a:visited{
	color: black;
	text-decoration: underline;
}
.cmsSide a:hover, .cmsSide a:active{
	color: white;
	text-decoration: none;
	background-color: black;
}
a:link.blueLink, a:visited.blueLink{
	text-decoration: underline;
	color: #80a9c8;
}
.blueLink a:hover, .blueLink a:active{
	color: white;
	text-decoration: none;
	background-color: black;
}
.fieldName{
	margin-top: 12px;
	margin-bottom: 3px;
}
.edit{
	cursor: pointer;
}
.edit:hover{
	color: #80a9c8;
}

#relatedItems, #jumpToItem{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
}

/* list in cms sidebar*/
.catList{
	width:80%;
	margin:0px;
	margin-bottom: 4px;
}
.catList:hover{
	background-color: #80a9c8;
	color: black;
}
.catList:hover label{
	color: black;
	border: 1px solid greenl
}
.listButton {
	float:right;
}
#loading{
	width: 40px;
	height: 4px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 1000;
	display: none;
}
#loading img{
	margin-left: 4px;
	margin-left: 4px;
}
.controlsHolder{
	background-color: #80a9c8;
	padding: 5px;
	margin-top: 20px;
}
.front_block .controlsHolder{
	margin: 0px;
}
/* ========================== */
/* CMS Frontpage */
#flyerField{
	float:left;
	background:#80a9c8;
	clear:both;
	color:black;
	padding:5px;
	margin-top:10px;
}
#flyerFieldTitle{
}


/* images front bottom right */
.frontSidebarBottomImagesHolder{
	margin-top: 2em;
}
.frontSidebarBottomImage{
	margin-top: 0.8em;
}
/*========================================================================*/
/* INFO PAGES */
/*========================================================================*/
#info_add_master{
	float: left;
	margin-bottom: 20px;
}
.info_add_slave{
	float: left;
	margin-top: 20px;
}
.info_master_title{
	text-transform: uppercase;
	margin-bottom: 0.4em;
}
.info_slave_title{
	margin-bottom: 0.8em;
}
.info_long_text{
}
.info_edit{
	cursor: pointer;
}
.info_edit:hover{
	color: #80a9c8;
}
#info_right_blocksHolder{
	margin-top: 1em;
}

/*========================================================================*/
/* 	HEADER */
/*========================================================================*/

#header{
	overflow: hidden;
}
#gradient_holder{
	position: absolute;
	height: 309px;
	top: 0px;
	left: 0px;
	background-image: url('../lib/gradient_big.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 10;
	width: 100%;
}
#header_img_holder{
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}
#header_img{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

#result{
	position: fixed;
	right: 0px;
	top: 0px;
	height: 200px;
	height: 20px;
	background-color: white;
	color: black;
	z-index: 1000;
}

/*========================================================================*/
/* 	MAIN WEBSITE CONTENT */
/*========================================================================*/

#mainContent{
	position: absolute;
	z-index: 100;
	top: 0px;
	left: 0px;
}

.col{
	display: none;
	padding-bottom: 60px;
}


#col1, #col2, #col3{
	position: absolute;
}
#col4{
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 100;
}
#resultCol1{
	left: 20px;
	top: 20px;
	position: absolute;
}
#resultCol2{
	position: absolute;
}
#resultCol3{
	position: absolute;
}

iframe{
/* 	margin-bottom: 20px; */
}
iframe.mapFrame{
	border: 2px solid red;
}

/*========================================================================*/
/* ITEM  PAGE STYLES
/*========================================================================*/
.item {
}
.item.when{
}
.item.categories{
}
.item.title {
}
.item.info {
}
.item.intro {
	margin-bottom: 1.2em;
}

.item.text {
}
.item.caption{
	padding-top: 0.2em;
}
.item p{
}

.caption {
	font-family: 'NeuzeitSLTStdBook';
}

.item img {
}
.item.leftImg{
	margin-bottom: 2em;
}

.uploadedImg {
	width:100%;
}
.borderTop{
	padding-top:1.2em;
	border-top:1px dotted black;
	margin-top:1.2em;
}
.last {
 	padding-bottom:1.2em;
	border-bottom:1px dotted black;
	margin-bottom:1.2em;

}
.item.last.groot {
 	padding-bottom:0.8em;
	border-bottom:1px dotted black;
	margin-bottom:0.8em;
}
#item_deleteBtn{
	background-color: #FFFFFF;
	padding: 10px;
	text-align: center;
	text-decoration: underline;
}
#item_deleteBtn:hover{
	cursor: pointer;
	background-color: #FF0000;
	font-size: 3em;
	text-align: center;
	color: black;
}
.title a:link , .title a:visited{
	color: black;
	text-decoration: underline;
}
.title a:hover, .title a:active{
	color: white;
	text-decoration: none;
	background-color: black;
}


#supportLogos{
	margin-top: 1em;
}
#supportLogos .logo{

}
.facebookHolder{
}

/*========================================================================*/
/* 	UPDATES COLUMN RIGHT
/*========================================================================*/
.rightBlock{
	position: relative;
 	border-bottom: 1px dotted black;
	float: left;
	padding: 0px;
	margin-bottom: 1.2em;
	padding-bottom: 1.2em;

}

.rightBarHead {
	position: relative;
	margin-bottom: 0.8em;
}
.rightBarHead .controls{
	background-color: #80a9c8;
	padding: 4px;
}
ul.nostylelist, ul.rightBarBullets{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.rightBarBullets li{
}
#searchDiv{
	position: relative;
}
#searchDiv input{
	margin-bottom: 0.2em;
}
#newsletterDiv{
	position: relative;
}
#newsletterDiv input{
	margin-bottom: 0.2em;
}

a:link.socialMediaLink, a:visited.socialMediaLink{
	background-color: white;
}
a:hover.socialMediaLink, a:active.socialMediaLink{
	background-color: white;
}

a:link.socialMediaLink, a:visited.socialMediaLink{
	background: none;
}
a:hover.socialMediaLink, a:active.socialMediaLink{
	background: none;
}

.twtr-hd, .twtr-ft{
	display: none;
}
.twtr-doc a:link, .twtr-doc a:visited, .twtr-doc a:hover, .twtr-doc a:active{
	background-color: white;
}
.update{
	padding-bottom: 0.6em;
	margin-bottom: 0.6em;
	border-bottom: 1px dotted silver;
	color: black;
}
.update a:link, .update a:visited{
	color: black;
}
.update a:hover, .update a:active{
	color: black;
}
.updateUser{
	float: left;
	color: black;
}
.updateValue{
	float: left;
	color: black;
}
.lastUpdate{
	border-bottom: none;
}



.mightLike{
	clear: both;
	margin-bottom: 0.8em;
}
.mightLike img{
	margin-top: 0.2em;
}
.mightLike .title{
	width: 60%;
	float: left;
	padding-left: 0.6em;
	text-decoration: none;
}

.mightLike span{

}

.mightLike .title a:link, .mightLike .title a:visited {
	text-decoration: none;
}

.mightLike .img{
	width: 30%;
	float: left;
}

/*========================================================================*/
/* 	FRONTPAGE */
/*========================================================================*/
#front_add_large, #front_add_small{
	margin-bottom: 2em;
	position: relative;
	float: left;
	font-weight: bold;
}

.front_block{
	position: relative;
 	border-bottom: 1px dotted black;
	float: left;
	padding: 0px;
	margin-bottom: 2.6em;
	padding-bottom: 2.6em;
}

.agendaDiv ul{
	list-style: none;
	padding: 0;
}

/*========================================================================*/
/* FRONTPAGE BLOCK STYLE 1, Message */
.front_blockStyle_1 .continue_reading{
	margin-top: 10px;
}
.front_doubleBlock.front_blockStyle_1 .continue_reading{
}

/*========================================================================*/
/* FRONTPAGE BLOCK STYLE 2, Event with/without image */
.front_blockStyle_2 .titleSize{
	margin-bottom: 0.3em;
}

.front_blockStyle_2 img{
	margin-top: 0.8em;
}
/*========================================================================*/
/* FRONTPAGE BLOCK STYLE 3 Now on view / coming up */
.front_blockStyle_3 img{
	margin-top: 0.8em;
}

/*========================================================================*/
/* FRONTPAGE BLOCK STYLE 4, now available with/without image */
.front_blockStyle_4 img{
	margin-top: 0.8em;
}

/*========================================================================*/
/* FRONTPAGE BLOCK STYLE 4, now available with/without image */
.front_blockStyle_5 .titleSize{
	margin-bottom: 0.2em;
}
.front_blockStyle_5 img{
	margin-top: 0.8em;
}

/*========================================================================*/
/* FRONTPAGE BLOCK STYLE 5 slideshow */
/*========================================================================*/
/* FRONTPAGE BLOCK STYLE 6 7 8, slideshows? */

/*========================================================================*/
/* topMenu */
/*========================================================================*/
/*
.languageFlag{
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}
*/
/* Set basic options */
#topMenuWhite, #topMenuBlack{
	z-index: 100;
	position: absolute;
	top: 1em;
	left: 20px;
}
#topMenuWhite ul, #topMenuBlack ul{
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 0.2em;
}
#topMenuWhite li, #topMenuBlack li{
	float: left;
}
#topMenuWhite li a:link, #topMenuWhite li a:visited,
#topMenuBlack li a:link, #topMenuBlack li a:visited,
#topMenuBlack li a:link.selected, #topMenuBlack li a:visited.selected,
#topMenuBlack #cmsShow.selected{
	text-decoration: none;
	margin-right: 0.2em;
	padding: 0.2em 0.4em;
	color: black;
	background-color: white;
}
.topMenuBlackSearch{
	background-color: black;
}
/*searchfield stuff */
.topMenuSearchWhite, .topMenuSearchBlack{
	background: white;
	padding: 0.2em 0.4em;

	/*margin-top: -0.2em;*/
	/*padding: 0em 0.4em 0.2em 0.4em;*/
}
/*.topMenuSearchWhite label{
	padding-top: 0.2em;
	color: black;
	margin-right: 0.4em;
	float: left;
}
.topMenuSearchBlack label{
	color: white;
}
*/
.searchFormTopItem{
	width: 6.6em;
	background-color: white;
	padding: 0.2em 0.4em;
	padding-top: 0.1em;
	margin-top: -0.2em;
	margin-right: 0.2em;
}
#topMenuBlack .searchFormTopItem{
	background-color: black;
}
.searchFormTopItem img{
	width: 1.1em;
	float: left;
	margin-right: 0.2em;
	margin-top: 0.2em;
}
#searchFormTop{
	margin: 0;
	margin-top: 0.2em;
}

#searchFieldTop{
	font-size: 0.7em;
	padding: 0.05em;
	border: 1px solid black;
	margin: 0;
	margin-bottom: 0.08em;
}
.topMenuSearchBlack{
	background: black;
}

/* overwrite color for black */
#topMenuBlack li a:link, #topMenuBlack li a:visited{
	color: white;
	background-color: black;
}
#topMenuWhite li a:hover, #topMenuWhite li a:active,
#topMenuBlack li a:hover, #topMenuBlack li a:active,
#topMenuWhite li a:link.selected, #topMenuWhite li a:visited.selected,
#topMenuWhite #cmsShow.selected{
	color: white;
	background-color: black;
	text-decoration: none;
}
/* overwrite color for black */
#topMenuBlack li a:hover, #topMenuBlack li a:active{
	color: black;
	background-color: white;
}
/* logo stuff */
#topLogoHolder{
	float: left;
}
.backgroundImageUploadForm{
/* 	color:  */
}
.secondMenu li {
	margin-top:0.4em;
}

.infoImageHolder{
	width: 100%;
	position: absolute;
}
.infoImageHolder img{
	margin-bottom: 0.75em;
}
.infoLinkHead, .infoDownloadHead{
	margin-bottom: 0.3em;
}
.infoHolderHidden{
	display: none;
}

.videoHolder, .soundcloudHolder{
	margin-bottom: 20px;
}

.soundcloudHolder iframe{
	height: 8em !important;
}

.front_blockMenu, .shop_blockMenu{
	position: relative;
	font-weight: normal;
}
.front_doubleBlock .front_blockMenu{
}

.front_blockMenu a:link.remove, .front_blockMenu a:visited.remove,
.front_blockMenu a:link.moveUp, .front_blockMenu a:visited.moveUp,
.front_blockMenu a:link.moveDown, .front_blockMenu a:visited.moveDown{
	text-decoration: none;
	margin-right: 2px;
	color: black;
}
.front_blockMenu a:hover.remove, .front_blockMenu a:active.remove,
.front_blockMenu a:hover.moveUp, .front_blockMenu a:active.moveUp,
.front_blockMenu a:hover.moveDown, .front_blockMenu a:active.moveDown{
	text-decoration: none;
	color: white;
	background-color: black;
}

/*========================================================================*/
/* infopages */
/*========================================================================*/
.controls{
	float :left;
	margin-right: 10px;
	clear: both;
}

a:link img, a:visited img, a:hover img, a:active img{
	border: none;
	background-color: white;
}
#topLogoBlack, #topLogoWhite{
	background-color: transparent;
}
#topLogoHolder:hover, .noHover:hover{
	background-color: transparent;
}
.allCaps{
	text-transform: uppercase;
}
/*========================================================================*/
/* shop */
/*========================================================================*/

img.shop{
	margin-top:10px;
	margin-bottom:10px;

}

/*========================================================================*/
/* Search results */
/*========================================================================*/
.searchResult .title{
	margin-bottom: 0.2em;
}
.searchResult .date{
	margin-bottom: 0.4em;
}
.searchResult{
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px dotted black;
}
.searchYearBlock{
	color: red;
}


/*========================================================================*/
/* Browser fixes */
/*========================================================================*/
.floatFix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.floatFix{display:block;}
/*  \*/
.floatFix{min-height:1%;}
* html .floatFix{height:1%;}

/*========================================================================*/
/* IMPROMPTU */
/*========================================================================*/
.jqifade{position: absolute;background-color: #aaaaaa;}
div.jqi{width: 400px;font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;position: absolute;background-color: #ffffff;font-size: 11px;text-align: left;border: solid 1px #eeeeee;padding: 7px;}
div.jqi .jqicontainer{font-weight: bold;border-top: 10px solid red;}
div.jqi .jqiclose{position: absolute;top: 4px; right: -2px;width: 18px;cursor: default;color: #ff0000;font-weight: bold;}
div.jqi .jqiclose:hover{color: #000000;}
div.jqi .jqimessage{padding: 10px;line-height: 20px;color: #444444;}
div.jqi .jqibuttons{text-align: right;padding: 5px 0 5px 0;border: solid 1px #eeeeee;background-color: #f4f4f4;}
div.jqi button{padding: 3px 10px;margin: 0 10px;background-color: #FFFFFF;border: solid 1px #f4f4f4;color: #000000;font-weight: bold;font-size: 12px;}
div.jqi button:hover{background-color: #000000;color: white;}
div.jqi button.jqidefaultbutton{background-color: #FFFFFF;}
div.jqi button.jqidefaultbutton:hover{background-color: #000000;}
.jqiwarning .jqi .jqibuttons{background-color: #BF5E26;}
div.jqi button.Ok{color: red;}