/*
# ###########################################
# @Description: CSS für alle Seiten
# @Version 3.0
# @Date: 26.03.2022
# @Author: H. Kappus
# ###########################################
*/

/* Allgemeine Festlegungen */
body {
    background-color: none;
    color: #666666;
	 	font-size: 18px;
		line-height: 24px;
  	font-family: Arial,Helvetica,sans-serif;
  	font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;  /* Zentrierung im Internet Explorer */
/*    background-image: url(/img/umrandung.jpg);
	    background-repeat:repeat-x;
*/
  }

/*  Seitenlayout */
b1 {
	text-decoration: none;
	font-weight:normal;
    color: #5a5a5a;
    font-size: 16px;
    line-height: 20px;
	padding-left: 8px;
}

b2 {
	text-decoration: none;
	font-weight:bold;
    color: #5a5a5a;
    font-size: 16px;
    line-height: 20px;

    padding-left: 8px;
}
b3 {
	text-decoration: none;
	font-weight:normal;
    color: #89a65c;
    font-size: 18px;
}
b4 {
	text-decoration: none;
	font-weight:normal;
    color: #999999;
    font-size: 16px;
    line-height: 22px;
}
b5 {
	text-decoration: none;
	font-weight:normal;
    color: #89a65c;
    font-size: 18px;
}
div#bg-index {
		background-image:url(../img/ua-background-index.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-kontakt {
		background-image:url(../img/ua-background-kontakt.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-apotheke {
		background-image:url(../img/ua-background-apotheke.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-leistungen {
		background-image:url(../img/ua-background-leistungen.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-verleih {
		background-image:url(../img/ua-background-verleih.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-kundenkarte {
		background-image:url(../img/ua-background-kundenkarte.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-kosmetik {
		background-image:url(../img/ua-background-kosmetik.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-bestellservice {
		background-image:url(../img/ua-background-bestellservice.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-allergie {
		background-image:url(../img/ua-background-allergie.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}		
div#bg-datenschutz {
		background-image:url(../img/ua-background-datenschutz.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-impressum {
		background-image:url(../img/ua-background-impressum.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#bg-corona {
		background-image:url(../img/ua-background-extra.png); 
		background-repeat:no-repeat; 
		background-position: center top;
}
div#Page {
	position:relative; top:0px;
		text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    margin-top: 0px;      /* standardkonforme horizontale Zentrierung */
    width: 800px;
    min-height: 1600px;
    padding: 0px;
    border: 0px dashed black;
   /* background-image: url(/img/background.png); */
    background-repeat:repeat-y;
  }
div#Row1 {
  	position:relative; top:0px;
		text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 60px 0 60px;      /* standardkonforme horizontale Zentrierung */
    margin-top: 0px;      /* standardkonforme horizontale Zentrierung */
    width: 680px;
    height: 194px;
    padding: 0px;
    border: 0px dashed black;
  }

div#Row2 {
  	position:relative; top:23px;
		text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 60px 0 60px;      /* standardkonforme horizontale Zentrierung */
    width: 680px;
    padding: 0px;
    border: 0px;
  }

div#Left {
    float: left;
    font-size: 1em;
    width: 400px;
    margin: 0 20px 0 0;
    padding: 0;
    /* border: 0px dashed silver; */
  }
div#Right {
    float: left;
    margin-left: 0px;
    font-size: 1em;
    width: 250px;
    min-height: 500px;
    margin: 0 0 0 0;
    padding: 0;
  }

/* Navigations + Seiteninhalte elemente */

div#NaviMain {
  	position:relative; top:40px; 
    margin: 0 0 0 0px;
    /* width: 260px; */
    float: left;
    padding: 0;
    color: #FFFFFF;
		text-shadow: 2px 2px #666666;
    border: 0px dashed black;
  }
div#Content {
    margin: 0;
  	position:relative;
  	top:0px;
    font-size: 1em;
    padding: 0px 0px 0px 0px;
    width: 680px;
    min-height: 500px;
    overflow:hidden;
    overflow:scroll;
    overflow:auto;
    border: 0px;
  }
div#NaviMainStart {
		float: left; 
		margin-left: 202px; 
}
div#Datenschutz {
		clear: both; 
		margin-left:198px;
}