
@CHARSET "UTF-8";

/*********** BASICS ***********************************************/

.buildings {
	margin-bottom:20px;
}

.buildings th {
	color:#FFF;
	background-color:#b9a573;
	padding:3px;
}

.buildings td {
	padding:3px;
	border:1px solid #C2C2C2;
}
.buildings td a {
	font-weight:bold;
}



.cheader1 {
	font-family:'Germania One',arial;
	font-weight:normal;
	font-size:20px;
	margin:0px;
	margin-bottom:5px;
	color:#8b181e;
	border-bottom:1px solid #eee2c4;
}



.button1 {
	background-color:#431403;
	padding:3px;
	margin-bottom:6px;
	width:100px;
	float:left;
	text-align:center;
	color:#FFF;
	margin-right:3px;
}

.button1:hover {
	background-color:#b9a573;
	color:#FFF;
}

.button1 a { color:#FFF; }
.button1 a:hover { color:#FFF; }



.liste2 {
	margin-bottom:20px;
}

.liste2 th {
	color:#FFF;
	background-color:#8b181e;
	padding:6px;
}

.liste2 td {
	padding:3px;
	border:0;
	border-bottom:1px solid #eee2c4;
}




.button2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eee2c4), color-stop(1, #b9a573) );
	background:-moz-linear-gradient( center top, #eee2c4 5%, #b9a573 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eee2c4', endColorstr='#b9a573');
	background-color:#eee2c4;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #b9a573;
	display:inline-block;
	color:#431403;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.button2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b9a573), color-stop(1, #eee2c4) );
	background:-moz-linear-gradient( center top, #b9a573 5%, #eee2c4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b9a573', endColorstr='#eee2c4');
	background-color:#b9a573;
	color:#431403;
}.button2:active {
	position:relative;
	top:1px;
}


.boxpay {
	border:1px solid #e7e7e7;
	padding:4px;
	margin-bottom:15px;
	width:288px;
	text-align:center;
}

.startbox a {
	color:#FFF;
	font-weight:bold;
}


.box3 {
	border-left:3px solid #8b181e;
	border-top:1px solid #eee2c4;
	padding:6px;
}

.box4 {
	border:3px solid #b9a573;
	padding:6px;
}

.box5 {
	border:3px solid #eee2c4;
	background-color:#eee2c4;
	padding:6px;
}

.box5 input {
	border:1px solid #b9a573;
	background-color:#b9a573;
	color:#FFF;
}

.box6 {
	border:1px solid #eee2c4;
	padding:10px;
}

.warnung {
	border:2px solid red;
	padding:6px;
	text-align:center;
	text-weight:bold;
	background-color:#C2C2C2;
}



.box1 {
	border:1px solid #b9a573;
	padding:3px;
}

.meldung1 {
	background-color:#388b00;
	color:#FFF;
	padding:3px;
	width:570px;
}

.meldung2 {
	background-color:#c70000;
	color:#FFF;
	padding:3px;
	width:570px;
}



.updateform { 
	border:1px dashed #b9a573;
	margin-bottom:15px;
	width:100%;
}

.updateform th {
	border-bottom:0px;
	background-color:#8b181e;
	padding:5px;
	color:#FFF;
}

.updateform td {
	padding:2px; padding-bottom:5px; padding-top:5px; border-top:0px;
}


.updateform input {
	width:400px;
	border:1px solid #C2C2C2;
	font-size:12fcx px;
   font-family:Arial, sans-serif;
   padding:4px;
}

.updateform select {
	border:1px solid #C2C2C2;
}



.heading3 {
	background-color:#8b181e;
	padding:6px;
	margin-bottom:15px;
	color:#FFF;
}
.heading3 a {
	color:#FFF; 
}






.liste {
	margin-bottom:20px;
}

.liste th {
	color:#FFF;
	background-color:#b9a573;
	padding:6px;
}

.liste td {
	padding:3px;
	border:0;
}


.liste input, .liste textarea {
	width:300px;
	border:1px solid #431403;
	font-size:12px;
   	font-family:Arial, sans-serif;
   	padding:3px;
   	background-color:#eee2c4;
}

.liste select {
	border:1px solid #431403;
	padding:3px;
	background-color:#eee2c4;
}



.subnavi  {
	width:98%;
	background-color:#8b181e;
	padding:5px;
	border-bottom:1px solid #000;
}
.subnavi a {
	color:#FFF;
	margin-right:15px;
}


.subnavi2  {
	width:100%;
	background-color:#eee2c4;
	padding:5px;
	border-bottom:1px solid #b9a573;
}
.subnavi2 a {
	color:#942903;
	margin-right:15px;
}



.buildings input, .buildings textarea {
	border:1px solid #b9a573;
	font-size:12px;
   	font-family:Arial, sans-serif;
   	background-color:#eee2c4;
}

.buildings select {
	border:1px solid #b9a573;
	background-color:#eee2c4;
}




.goldpay {
	-moz-box-shadow:inset 0px 1px 0px 0px #fed897;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fed897;
	box-shadow:inset 0px 1px 0px 0px #fed897;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6b33d), color-stop(1, #d29105) );
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background-color:#f6b33d;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eda933;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #cd8a15;
}.goldpay:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d29105), color-stop(1, #f6b33d) );
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background-color:#d29105;
	color:#FFF;
}.goldpay:active {
	position:relative;
	top:1px;
}




.goldpay1 {
	-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 11px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.goldpay1:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
	color:#FFF;
}.goldpay1:active {
	position:relative;
	top:1px;
}







/* line 6, ../sass/lightbox.sass */
#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

/* line 15, ../sass/lightbox.sass */
#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}
/* line 24, ../sass/lightbox.sass */
#lightbox img {
  width: auto;
  height: auto;
}
/* line 27, ../sass/lightbox.sass */
#lightbox a img {
  border: none;
}

/* line 30, ../sass/lightbox.sass */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 39, ../sass/lightbox.sass */
.lb-container {
  padding: 10px;
}

/* line 42, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 51, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 59, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 62, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 65, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

/* line 72, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}

/* line 76, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}

/* line 81, ../sass/lightbox.sass */
.lb-prev:hover {
  background: url(/img/design/lightbox/prev.png) left 48% no-repeat;
}

/* line 85, ../sass/lightbox.sass */
.lb-next:hover {
  background: url(/img/design/lightbox/next.png) right 48% no-repeat;
}

/* line 88, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
/* line 38, ../../../../.rvm/gems/ruby-1.9.2-p290/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 95, ../sass/lightbox.sass */
.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}
/* line 98, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 103, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 107, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}
/* line 112, ../sass/lightbox.sass */
.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}
/* line 117, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
}


