html {
	background-color: #725ba4;
	font-family: Helvetica, Arial, sans-serive;
	font-weight: normal;
}
body {
	width: 1200px;
	margin: 0 auto 0 auto;
	background-color: #ffffff;
	box-shadow: 0 0 20px #522b84;
	font-family: Helvetica, Arial, sans-serive;
	font-weight: normal;
}
.nsbEditWrap .topBack {color: #fff;}
#head {
	background-size: 100%;
	background-position: center;
	height: 100px;
}
#head h1 span, #head h2 {
	position: absolute;
	top: -100px;
}
#head h1 a {
	position: absolute;
	width: 200px;
	height: 90px;
	background-image: url(https://nopartynolife.ch/NoPartyNoLife-BigSh.png);
	background-repeat: no-repeat;
	background-size: 200px;
	opacity: .9;
	margin: 20px 0 0 20px;
}
#head ul, #head p {
	position: absolute;
	top: 72px;
	margin-left: 260px;
	z-index: 99;
	width: 900px;
}
#head p {
	top: 30px;
}
#head ul li {
	list-style: none;
	float: left;
}
#head .open a{
	background-color: #e2dbf4;
}
#head ul li a {
	padding: 10px;
	border-bottom: 1px solid #725ba4;
}
#head ul li a.active {
	opacity: .9;
}
div.active{
	display: none;
}
#head ul li a:hover {
	background-color: #725ba4;
	color: #fff;
}
h1, h2, h3, h4, h5, p, #head ul li a, li {
	color: #2f2114;
	font-family: Helvetica, Arial, sans-serive;
	font-weight: normal;
}
p {
	margin-bottom: 14px;
}
a {
	color: #000; text-decoration: none;
}
.mobile50{
	width: 22%; 
	margin: 0 1% 0 0;
	float: left;
}
.mobile100{
	width: 42%; 
	margin: 0 1% 0 0;
	float: left;
}
.mobile100:nth-child(even){
	float: right;
}
.field{
	padding: 1%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#725ba4+0,e2dbf4+100 */
	background: #927bc4; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #725ba4 0%, #e2dbf4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #725ba4 0%,#e2dbf4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #725ba4 0%,#e2dbf4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#725ba4', endColorstr='#e2dbf4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.field h1, .field h2, .field h3, .field h4, .field p{
	color: #fff;
}
.field .big{
	font-size: 25px;
	color: #fff;
	padding: 10px;
	text-shadow: 0 0 5px #522b84;
}
.field p span{
	float: right;
}
.field p{
	border-bottom: 1px solid #725ba4;
}
.field .historyBalken{
	margin-top:17px;
	position:relative;
	float:left;
	border-bottom: 2px solid #2e2;
	box-shadow: 0 1px 4px #090;
}
.field .income{
	color: #dfe;
	text-shadow: 0 1px 4px #090;
}
.field .outgo{
	color: #fde;
	text-shadow: 0 1px 4px #400;
}
.inputfile{
	border: 2px solid red;
	position: absolute;
	z-index: -1;
}
#content hr {
	padding: 0;
	padding: 20px 0 0 0;
	margin: 0 0 50px 0;
	border: none;
	border-bottom: 1px solid #725ba4;
	width: 100%;
	display: block; 
	overflow: auto;
}
#content hr.invisible{
	margin: 0;
	padding: 0;
	height: 10px;
	border: 0 solid #fff;
}
#content h1, #content a.more {
	font-size: 30px;
    margin: 0 0 30px 0;
}
#content a.more {
	position: absolute;
	z-index: 9;
	margin: 140px 0 0 20%;
	-webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    box-shadow: 0px 0px 5px #8771b6;
}
#content ul li p, #content ul li a {
	text-align: center;
	color: #fff;
	margin: 2px 0 0 0;
}
#content ul li h3, #content ul li h4 {
	float: left;
	position: absolute;
	font-size: 18px;
	font-weight: normal;
}
#content ul li h4 {
	margin: 45px 0 0 -30px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#content ul li {
	width: 35%;
	text-align: center;
	list-style: none;
	float: left;
	padding: 5px 5px 0 5px;
	background-color: #725ba4;
	color: #fff;
	margin: 0 20px 10px 0;
	opacity: .9;
	text-decoration: none;
	font-size: 20px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}
h5, p {
	font-size: 14px;
}

#content {
	padding: 80px 40px 40px 40px;
}

#copyright {
	padding: 40px;
	overflow: auto;
	display: block;
	min-width: 60%;
}
#copyright h2, #copyright h3 a {
	font-size: 12px;
	color: #ccc;
	text-decoration: none;
}
#copyright h2 a {
	color: #ccc;
	text-decoration: none;
}
#copyright h3 {
	float: right;
}
form *{
	font-size: 20px;
}
input, select{
	-webkit-appearance: none;
	padding: 10px;
	width: 285px;
	border: 1px solid #725ba4;
	margin-bottom: 20px;
}
input[type="submit"], .Message{
	background-color: #e2dbf4;
}
input:focus{
	background-color: #e2dbf4;
}
input[type="submit"]:hover, input[type="submit"]:focus{
	background-color: #725ba4;
	color: #fff;
}
.Message{
	width: 100%;
	font-size: 20px;
	text-align: center;
	padding: 10px 0 10px 0;
	margin-bottom: 20px;
	border-radius: 5px;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* IMAGE LIGHTBOX SELECTOR */

#imagelightbox
{
	cursor: pointer;
	position: fixed;
	z-index: 10000;

	-ms-touch-action: none;
	touch-action: none;
	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}


/* ACTIVITY INDICATION */

#imagelightbox-loading,
#imagelightbox-loading div
{
	border-radius: 50%;
}
#imagelightbox-loading
{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	position: fixed;
	z-index: 10003;
	top: 50%;
	left: 50%;
	padding: 0.625em; /* 10 */
	margin: -1.25em 0 0 -1.25em; /* 20 */

	-webkit-box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
	box-shadow: 0 0 2.5em rgba( 0, 0, 0, .75 ); /* 40 */
}
	#imagelightbox-loading div
	{
		width: 1.25em; /* 20 */
		height: 1.25em; /* 20 */
		background-color: #fff;

		-webkit-animation: imagelightbox-loading .5s ease infinite;
		animation: imagelightbox-loading .5s ease infinite;
	}

	@-webkit-keyframes imagelightbox-loading
	{
		from { opacity: .5;	-webkit-transform: scale( .75 ); }
		50%	 { opacity: 1;	-webkit-transform: scale( 1 ); }
		to	 { opacity: .5;	-webkit-transform: scale( .75 ); }
	}
	@keyframes imagelightbox-loading
	{
		from { opacity: .5;	transform: scale( .75 ); }
		50%	 { opacity: 1;	transform: scale( 1 ); }
		to	 { opacity: .5;	transform: scale( .75 ); }
	}


/* OVERLAY */
#imagelightbox-overlay
{
	background-color: #000;
	background-color: rgba( 50, 50, 50, .6 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* "CLOSE" BUTTON */
#imagelightbox-close{
	width: 2.5em; /* 40 */
	height: 2.5em; /* 40 */
	text-align: left;
	background-color: #666;
	border-radius: 50%;
	position: fixed;
	z-index: 10002;
	top: 2.5em; /* 40 */
	right: 2.5em; /* 40 */

	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}
	#imagelightbox-close:hover,
	#imagelightbox-close:focus{
		background-color: #111;
	}
	#imagelightbox-close:before,
	#imagelightbox-close:after{
		width: 2px;
		background-color: #fff;
		content: '';
		position: absolute;
		top: 20%;
		bottom: 20%;
		left: 50%;
		margin-left: -1px;
	}
	#imagelightbox-close:before{
		-webkit-transform: rotate( 45deg );
		-ms-transform: rotate( 45deg );
		transform: rotate( 45deg );
	}
	#imagelightbox-close:after{
		-webkit-transform: rotate( -45deg );
		-ms-transform: rotate( -45deg );
		transform: rotate( -45deg );
	}

/* CAPTION */
#imagelightbox-caption{
	text-align: center;
	color: #fff;
	background-color: #666;
	position: fixed;
	z-index: 10001;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0.625em; /* 10 */
}


/* NAVIGATION */

#imagelightbox-nav{
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	border-radius: 20px;
	position: fixed;
	z-index: 10001;
	left: 50%;
	bottom: 3.75em; /* 60 */
	padding: 0.313em; /* 5 */

	-webkit-transform: translateX( -50% );
	-ms-transform: translateX( -50% );
	transform: translateX( -50% );
}
	#imagelightbox-nav button{
		width: 1em; /* 20 */
		height: 1em; /* 20 */
		background-color: transparent;
		border: 1px solid #fff;
		border-radius: 50%;
		display: inline-block;
		margin: 0 0.313em; /* 5 */
	}
	#imagelightbox-nav button.active{
		background-color: #fff;
	}


/* ARROWS */

.imagelightbox-arrow{
	width: 3.75em; /* 60 */
	height: 7.5em; /* 120 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -3.75em; /* 60 */
	border: .1em solid rgba( 255, 255, 255, .2 );
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus{
	background-color: #666;
	background-color: rgba( 0, 0, 0, .75 );
}
.imagelightbox-arrow:active{
	background-color: #111;
}
	.imagelightbox-arrow-left{
		left: 2.5em; /* 40 */
	}
	.imagelightbox-arrow-right{
		right: 2.5em; /* 40 */
	}
	.imagelightbox-arrow:before{
		width: 0;
		height: 0;
		border: 1em solid transparent;
		content: '';
		display: inline-block;
		margin-bottom: -0.125em; /* 2 */
	}
		.imagelightbox-arrow-left:before{
			border-left: none;
			border-right-color: #fff;
			margin-left: -0.313em; /* 5 */
		}
		.imagelightbox-arrow-right:before{
			border-right: none;
			border-left-color: #fff;
			margin-right: -0.313em; /* 5 */
		}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow{
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}
	@-webkit-keyframes fade-in{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
	}
	@keyframes fade-in{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
	}

@media only screen and (max-width: 41.250em) /* 660 */
{
	#container{
		width: 100%;
	}
	#imagelightbox-close{
		top: 1.25em; /* 20 */
		right: 1.25em; /* 20 */
	}
	#imagelightbox-nav{
		bottom: 1.25em; /* 20 */
	}

	.imagelightbox-arrow{
		width: 2.5em; /* 40 */
		height: 3.75em; /* 60 */
		margin-top: -2.75em; /* 30 */
	}
	.imagelightbox-arrow-left{
		left: 1.25em; /* 20 */
	}
	.imagelightbox-arrow-right{
		right: 1.25em; /* 20 */
	}
}

@media only screen and (max-width: 20em) /* 320 */
{
	.imagelightbox-arrow-left{
		left: 0;
	}
	.imagelightbox-arrow-right{
		right: 0;
	}
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
  border-radius: 10px;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
  padding-top: 5px;
}
#TB_prev, #TB_next {
	position: absolute;
	padding: 5px;
	font-size: 20px;
	border-radius: 10px;
	background-color: #fff;
	border: 4px solid #525252;
	padding-right: 10px;
}
#TB_prev a, #TB_next a {
	text-decoration: none;
}
#TB_prev {
	left: 0;
	margin: -50% 0 0 -98px;
	border-right: none;
}
#TB_next {
	right: -95px;
	margin: -50% 0 0 0;
	border-left: none;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(/bilder/macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
  min-width: 300px;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 30px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 11px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}