@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family: Arial, Helvetica, Geneva, Verdana, "Trebuchet MS",  sans-serif;
	background-color: #fff;
	background-image: url(../img/bg.png);
	font-size: 13px;
}

#main {
	width: 910px;
	background: #000;
	padding: 5px;
	margin: 10px auto;
	//border: 2px solid #a60000;
	border-radius: 5px;
}

#wrapper {
	width: 950px;
	height: 500px;
	margin: 50px auto 0 auto;
	//background-color: #fff;
	border-radius: 5px;
}

#left {
	width: 190px;
	height: 340px;
	margin-top: 70px;
	padding: 5px;
	float: left;
	background-color: #000;
	color: #fff;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	border:2px solid #fff;
	border-right: none;
}
#left p, h4 {
	text-align: center;
}

#navi {
	list-style: none;
	margin-top: 4%;
	font-size: 15px;
}
#navi li {
	height: 15px;
	padding: 4px 0 5px 15px;
	border-bottom: 1px solid #a60000;
}
#navi li a{
	color: #fff;
}
#navi li:hover {
	color: #fff;
	background-color: #a60000;
	border-bottom: 1px solid #a60000;
}
#navi li:hover a {
	color: #fff;
}

#navi li:last-child {
	border-bottom: none;
	border-bottom-left-radius: 5px;
}

#evi {
	width: 200px;
	height: 500px;
	margin: 0 0px;
	float: left;
	background: url(../img/evi2.png) no-repeat;
}

#content {
	width: 524px;
	height: 350px;
	float: left;
	overflow: hidden;
	background-color: #000;
	color: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 2px solid #fff;
	border-left: none;
	background-image: url(../img/content_bg.png);
}

#header {
	width: 524px;
	height: 65px;
	margin-bottom: 5px;
	float: left;
	text-align: center;
	//background: url(../img/header.png) no-repeat;
	color: #fff;
}
#header > h1, #header > p {
	//display: none;
}

#girls {
	height: 340px;
	overflow: hidden;
	//border: 1px solid red;
}
#btn_prev {
	position: relative;
	width: 30px;
	height: 41px;
	top: 202px;
	left: 374px;
	background: url(../img/btn_prev.png) no-repeat;
}
#btn_prev:hover {
	cursor: pointer;
}
#btn_next {
	position: relative;
	width: 30px;
	height: 41px;
	top: 161px;
	left: 923px;
	background: url(../img/btn_next.png) no-repeat;
}
#btn_next:hover {
	cursor: pointer;
}

#footer {
	width: 524px;
	height: 25px;
	float: left;
	text-align: right;
}

#footer  a {
	color: #fff;
	background-color: #000;
	padding: 0 5px;
}

#impressum {
	width: 514px;
	height: 340px;
	overflow: auto;
	text-align: center;
	padding: 5px;
}

#jobs {
	width: 524px;
	height: 350px;
	overflow: auto;
	padding: 5px;
}

#haus {
	width: 514px;
	height: 340px;
	overflow: auto;
	padding: 5px;
}

h2 {
	font-size: 15px;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}

h3 {
	text-decoration: underline;
	font-size: 22px;
	text-align: center;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #a60000;
	text-decoration: underline;
}
#content a {
	color: #fff;
}
#content a:hover {
	color: #a60000;
}
#girls .details a { color: #000;}
#girls .details a:hover { color: #a60000;}

.back {
	width: 910px;
	margin: 5px auto;
	text-align: right;
}
.back a {
	color: #000;
	font-size: 16px;
}
.back a:hover {
	color: #a60000;
}

.rot { 
	color: #a60000;
}
.line {
	text-decoration: underline;
}
.big {
	font-size: 14px;
}
.fett {
	font-weight: bold;
}

.nummer {
	 color: #fff;
	 background-color: #a60000;
	 margin: 0 15px 10px 0;
	 padding: 5px 10px 5px 10px;
	 font-size: 30px;
	 font-weight: bold;
}
/*=======*/


.box {
	width: 110px;
	height: 330px;
	padding: 0 5px;
	margin: 8px 3px 0 4px;
	border: 1px solid #fff;
	float: left;
	border-radius: 5px;
}
.imgBox {
	height: 120px;
	margin: 0 auto 0 auto;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #aaa;
	overflow: hidden;
}
.infoBox {
	height: 175px;
	margin: 10px auto 0px auto;
	font-size: 12px;
}
.infoBox  div {
	color: #fff;
	padding: 3px 0;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}
.infoBox  div  > span {
	color: #a60000;
	font-size: 12px;
}
.infoBox  span > img {
	width: 10px;
	height: 10px;
	vertical-align: middle;
}

.details {
	color: #333;
	background-color: #ddd;
	border: 1px solid #ccc;
	margin: 0px auto 0 auto;
	text-align: center;
	font-size: 11px;
}
.details:hover {
	background-color: #eee;
	border: 1px solid #ccc;
}


#album {
	max-width: 900px;
	background: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}
#album .albumbox {
	width: 275px;
	height: 300px;
	float: left;
	/*border: 1px solid #555;
	background-color: #aaa;*/
	padding: 5px;
	margin: 5px;
	overflow: hidden;
}

.cleaner {
	width: 0;
	height: 0;
	clear: both;
}

.kontText {
	width: 230px;
	float: right;
	font-size: 12px;

}

.text {
	text-align: justify;
	padding-right: 10px;
}
.text span {
	margin-left: 40%;
}

/*=== Facebox ===*/
#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup{
  position: relative;
  border: 3px solid rgba(235,0,0,0.5);
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#facebox .content {
  display: table;
  width: auto; /*350px;*/
  padding: 5px;
  background: #fff;
  border-radius: 4px;
}

#facebox .content > p:first-child{
  margin-top: 0;
}
#facebox .content > p:last-child{
  margin-bottom: 0;
}

#facebox .close{
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 0px;
  background: #fff;
}
#facebox .close img{
  opacity: 0.5;
}
#facebox .close:hover img{
  opacity: 1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.facebox_hide {
  z-index: -100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}
/*===Ende===*/

/*=== Formular ===*/
.formular {
	width: 250px;
	height: 250px;
	padding: 0;
	margin-left: 10px;
}

.input {
	width: 170px;
	height: 20px;
	padding: 2px; 
	border: 1px solid #aaa;
	color: #000;
	background-color: #fff;
	font-size: 13px;
	border-radius: 5px;
}

.input:focus {
	color: #000;
	background-color: #ddd;
}

.message {
	width: 240px;
	height: 60px;
	padding: 2px; 
	border: 1px solid #aaa;
	color: #000;
	background-color: #fff;
	font-size: 13px;
	border-radius: 5px;
}

.message:focus {
	color: #000;
	background-color: #ddd;
}

.input, .gb_input,  .message, .gb_message_input {
	//background: url(../img/input_bg.png) repeat-x;
}
.input:focus, .gb_input:focus,  .message:focus, .gb_message_input:focus {
	//background-image: none;
}

legend {
	font-size: 12px;
	color: green;
}

.error {
	height: 10px;
	font-size: 12px;
	color: #a60000;
	margin-left: 55px;
	margin-bottom: 5px;
}
.error_spam {
	font-size: 11px;
	color: #a60000;
}

.input_name {
	font-size: 12px;
	margin-right: 5px;
}
.input_email {
	font-size: 12px;
	margin-right: 5px;
}
.input_message {
	font-size: 12px;
	margin-right: 5px;
}
.input_submit {
	font-size: 11px;
	color: #888;
	font-style: italic;
}

.button {
	font-size: 11px;
	border: 1px solid #aaa;
	//margin-right: 10px;
	padding: 2px;
	color: #000;
	background-color: #ccc;
	border-radius: 5px;
}
.button:hover { 
	cursor: pointer;
	color: #000;
	background-color: #fff;
}
.ktrl {
	display: none;
}

#seitennavigation {
width:100%;
margin:5px auto 15px auto;
}
.seiten {
padding: 3px;
text-align:center;
font-size:13px;
}
.seiten a {
padding:3px;
margin:0 3px 0 3px;
text-decoration: none;
outline:none;
background-color:#000;
border: 1px solid #f00;
color:#fff;
border-radius:3px;
}
.seiten a:hover, #seiten a:active {
background-color:#f00;
border: 1px solid #f00;
color:#fff;
border-radius:3px;
}
.seiten .current{
background-color:#fff;
border: 1px solid #f00;
padding:5px;
margin:0 3px 0 3px;
font-weight:bold;
color:#222;
border-radius:3px;
}
.seiten .nolink {
padding:3px;
margin:0 3px 0 3px;
text-decoration: none;
outline:none;
background-color:#000;
border: 1px solid #000;
color:#fff;
border-radius:3px;
}
.seiten .dots {
display:block;
float:left;
padding:3px;
margin:0 3px 0 3px;
}
h1 { 
  color:#fff;
  font-weight:bold;
  font-size:35px;
 }
/*===Ende===*/

