/* #############################################################################
   ####   ANPASSUNG PROTOSTAR FÜR SCHNORRERZENTRALE KOPIE - VERSION 1.0.0   ####
   ############################################################################# */
   
   
   
/* ##### HHINTERGRUND ANPASSUNGEN ##### */

body {
background-color: #000000;
background-image: url("../images/background/pepaya_haupt_bg.jpg");
background-repeat: repeat;
background-attachment: fixed;
background-size: 100% 100%;
color: #ff5a00;
}


.body {
	color: #fff;
}

body.site.fluid {
	max-width: 1180px;
	margin: 0 auto;
	}


/* ##### HEADER BACKGROUND ##### */

.header {
background-color: rgba(0, 0, 0, 0.0);
margin: -20px -40px 0 -40px;
padding: 10px 0px;
}


/* ##### LOGO POSITION - AKTUELL ZENTRIERT ##### */

.header {
    margin-top: 0px;
    text-align: center;
}

.header a.brand {
    float: none;
}


/* ##### TEMPLATE HAUPT HINTERGRUND STATIC ##### */

.body .container {
	background-color: rgba(0, 0, 0, 0.70);
}

.breadcrumb > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-shadow: 0 1px 0 transparent;
}


/* ##### TEMPLATE HAUPT HINTERGRUND FLUID ##### */

.container-fluid {
    background-color: rgba(0, 0, 0, 0.70);
}


/* ##### TABELLEN HINTERGRÜNDE ##### */

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}



/* ##### MENÜ ZEILENHINTERGRUND ##### */

.navigation .nav-pills {
	margin-bottom: 0;
	background: #000;
}


/* ##### MENÜ AUSRICHTUNG ZENTRIERT ##### */

.nav-pills > li {
 display: inline-block;
 float: none;
}
.nav {
 text-align: center;
}

.well {
	background-color: transparent;
}



/* ##### ÜBERSCHRIFTEN ÜBER TRENNLINIEN ##### */

legend {
	color: #fff;
}




/* kontakt */

div.fc_outer   {border:1px solid transparent; padding:10px; background-color:transparent; border-radius:5px; }









/* ########################################################################## */
/* ####       GÄSTEBUCH ANPASSUNGEN FÜR TRANSPARENTES TEMPLATE           #### */
/* ########################################################################## */


/* #### Tabellenrahmen Überschrift der Beiträge #### */

.easy_top {
	height: 30px; border: 1px solid #CCCCCC;
}  







input,
textarea,
.uneditable-input {
	width: auto;
}








.search {
    float: right;
    margin-top: 10px;
    width: 200px;
}
.nav.menu.nav-****s {
    float: left;
    margin-top: 10px;
    width: 300px;
}


