/* CSS Document | Bierkutscher Ernst*/

body{
	text-align: center;
	background:  url(../../cms/bierkutscher_ernst/bs/leiste_top.jpg) no-repeat center top;
	background-color: #FFF0C4;
	margin:0;
	padding:0; 
}

/* ---------------------alle Boxen und Container----------------------*/

#container{
	background:  url(../../cms/bierkutscher_ernst/bs/leiste_top.jpg) no-repeat center top;
	width: 1000px;	
	margin:auto;
	margin-top:0px;
	text-align: center;
	border-top: 0.5px dashed #cccccc;/*hilfslinie für margin in FF und opera*/
   }

#menue { /* zu beachten wenn zum Beispiel die Menüleiste oben grafisch bearbeitet werden soll*/
	background:  url(../../cms/bierkutscher_ernst/bs/leiste_o.jpg) no-repeat center top; 
	width: 1000px;
	height:30px;
	margin-top: 230px;
}
#menue_admin {/*Damit man deen Abstand der Inhaltsbox von oben auch im Adminbereich einstellen kann - alles folgende rutscht auch runter 
                      - nützlich z.B. beim Einstellen einer Animation wie bei AARA Hotel*/
	background: transparent; 
	width: 1000px;
	margin-top: 230px;
}

#box1 {
	background: #ffffff;
	width: 1000px;
	margin-top: 0px; /* höhe zwischen inhalt und menü*/
}
#content { /*Eigentlicher Seiteninhalt*/
	padding: 8px;
	width: auto;
	min-height: 250px;
}

#innercontent { /* nur für Admin Bereich*/
	background: #D7D9CF;
	border:1px solid #666666;
	padding: 5px;
}

#innercontent_save { /* nur für Admin Bereich*/
background: #E7AC7F;
border:1px solid #666666;
padding: 5px;
}

#bottom { /*Untere Box*/
	/*background: #72635C; */
	background:  url(../../cms/bierkutscher_ernst/bs/unten.jpg) no-repeat center top;
	width: 1000px;
	height:40px;
	margin-top:0px;
}


#boxbilder { /* nur für Admin Bereich*/
	background: #F5F5F5;
	margin-top: 122px;
	padding: 8px;
	border:1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.leertable {
	table-layout: fixed;
	min-height: 250px;
	vertical-align: top;
}

/* ----------------------------Schriften---------------------------*/

/* Menueleiste oben Umgebaut am 19.2.08 Habe jetzt hier die Weite vom Quelltext auch hier 
ins css umgelagert; "titel" gibt die gesamtweite an; "titel_bez" die seite wo das menü drinne iss
und zuletzt "titel_menue" die seite wo das meü drinne iss*/
.titel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	/*background: #ffffff;*/
	width: 1000px;
}

.titel_bez {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	/*background: #ffffff;*/
	width: 510px; /* Menüausgabe Länge (Hälfte) wo die Bezeichnung drin steht*/ 
}
.titel_menue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	/*background: #A54821;*/
	width: 490px; /* Menüausgabe Länge (Hälfte) wo das eigentliche menü drin steht*/ 
}

.titel_menue_linklaenge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	/*background: #FFFFFF;*/
	width: 104px; /* Menüausgabe Länge (der einzelnen Zelle) wo das eigentliche Linkname drin steht*/ 
}
.menue_table {  /*beeinflusst da wo der linkename oben im menü steht*/
	/*border: 1px solid white;*/
	border-collapse: collapse;
}

.menue_table td { /*beeinflusst da wo der linkename oben im menü steht*/
	/*border: 1px solid white;*/
	padding: 3px;
}

a.bearb:link { /* nur für Admin Bereich*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
a.bearb:visited { /* nur für Admin Bereich*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
a.bearb:hover { /* nur für Admin Bereich*/
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}


a.menue:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.menue:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.menue:hover {
	color: #81292C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}


/* Content */
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.image {
	float: left;
	clear: left;
}
.absatz {
	clear: left;
}
#dokumentenbox {
    clear: left;
    background: transparent;
}

/*  ---***---  Menü links BOX und Link-Style  ---***---  */
#linkbox {
	background: #FFFFFF; /*Hintergundfarbe und Breite der linken Menü-Box*/
	width: 180px;
	margin-top: 0px;
	padding: 0px;	
}
.linkbox_style { /*style ausserhalb der linken menubox der linken Menü-Box Hintergundfarbe und Breite*/
    /*background: #BACECD;*/
	background:  url(../../cms/bierkutscher_ernst/bs/links.jpg) no-repeat center top;
	width: 180px;
}

.linkbox_table {
border-top:1px solid #FFF1A2;
border-bottom:1px solid #FFF1A2;
border-collapse: collapse;
}
.linkbox_table td {
border-top:1px solid #FFF1A2;
border-bottom:1px solid #FFF1A2;
padding: 5px;
}
.linkbox_table td a {
display: block;
width: 100%;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
 }

/*>>>>>>>   Haupt-Menü*/
/*Rollovereffekt*/
#td_bg /*Zellenhintergrund normalzustand*/
{
background-color: #FFFFFF;
}
#td_bg1 /*Zellenhintergrund Overeffekt*/
{
background-color: #FFF8D1;
}
 
 /*>>>>>>>   Sub-Menü*/
 /*Rollovereffekt SubMenü*/
#bg_sub /*Zellenhintergrund normalzustand*/
{
background-color: #FFDDA3;
}
#bg_sub1 /*Zellenhintergrund Overeffekt*/
{
background-color: #D4A26A;
}

/*Hauptmenü*/
/*a.linkbox_menue:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.linkbox_menue:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.linkbox_menue:hover {
	color: #B91C37;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}*/

/*Submenü*/
a.linkfarbe_sub:link {
	color: #620000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.linkfarbe_sub:visited {
	color: #620000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.linkfarbe_sub:hover {
	color: #620000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a.linksbearb:link { /* nur für Admin Bereich*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 25px;
}
a.linksbearb:visited { /* nur für Admin Bereich*/
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 25px;
}
a.linksbearb:hover { /* nur für Admin Bereich*/
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	line-height: 25px;
}

/* Bottom Leiste */
.bottomtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	letter-spacing:1px;
	word-spacing:3px;
	}

a.bottlink:link {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
a.bottlink:visited {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
a.bottlink:hover {
	color: #ff9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

/* Bilderarchiv */
.bildarchiv { /* nur für Admin Bereich*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background: #D7D9CF;
}
.bild_id { /* nur für Admin Bereich*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	padding-top: 10px;
	color: #000000;
}

/* PopUp Fenster (Datei hochladen, Bilder hochladen etc.) */
.popupfenster { /* nur für Admin Bereich*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #D7D9CF;
}

/* Login Formular */
.loginform { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFF5D3;
	border:1px solid #666666;
}
.loginform_zelle_oben { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	background: #AB9570;
}
/* Kontakt-Formular */
.kontaktform { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFF5D3;
	border:1px solid #666666;
}
.kontaktform_zelle_oben { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #AB9570;
}

/* Gaestebuch */
.gaeste_form { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFF5D3;
	border:1px solid #666666;
}
.gaesteform_zelle_oben { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background: #AB9570;
}