/* 
**	css-Datei für Aschenbachs Apotheken
*/

/* Definition von Farbschemata für die einzelnen Apotheken */
/* Aschenbachs Apotheke */
.colschema_aa
{
	background-color: #ffffaa;
}

/* Aschenbachs Hauptseite */
.colschema_am
{
	/* background-color: #f4c300; */
	background-color: #ffd304;
}

/* Arena-Apotheke */
.colschema_ara
{
	background-color: #ffcc00;
}

/* Neue Ostsee-Apotheke */
.colschema_noa
{
	background-image: none;
	background-color: #00ddff;
}

body 
{
	font-family:		Verdana, Geneva, Arial, helvetica, sans-serif;
	/* font-size:		 medium; */
	text-align:			center;
	color:              Navy;
	margin:				0 0;
}

/* globaler Container, der bei Bedarf auf eine feste Breite
** eingestellt werden kann
*/
#globalcontainer 
{
	text-align:			left;
	margin:				0 0;
	padding:			0 0;
	/*width: 800px;*/ 
}

/* Formatierung des Header-Bereichs */

#kopfzeile 
{
	font-size:	     	12px;
	background-color:	#ffffff;
	margin:				1px 1px;
	height:				100px;
	width:				100%;
}

#kopftabelle
{	
	font-family:	Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:		12px;
	margin:			0px 0px;
	width:			100%;
}	


.HeaderText
{	
	padding-left:	10px;
	padding-top:	5px;
	position:		relative;
	width:			220px;
	height:			100px;
	color:Black;
}

.HeaderText table
{
	font-family:	Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:		12px;
	margin:			0px 0px;
	color:Black;
}
/* Horizontales Menue */

.hmenue1 /* Kopfzeile */
{	
	text-align:center;
}

.fmenue1 /* Fußzeile */
{
	text-align:center;
}

.hmenueitem 
{
	text-align: center;
}

.hmenueitem:hover {
   background: #ffffff;
   color: #cc0000;
}

/* Formatierung des Inhaltsbereichs */

#tabelle
{	
	font-family:	Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:    xx-small;
	line-height:1.5em;
	margin:			0px 0px;
	height:			70%;
	width:			100%;
	float:			none;
}	

#tabelle td
{
	/* border:			solid 1px black; */
	vertical-align:	top;
	float:			none;
}	

#linkeSpalte 
{
	margin:			0px 0px;
	padding:		0px 0px;
	width:			160px;
}

#mitte 
{
 	margin:			0px 0px;
	padding:		5px 5px;
}
	
#rechteSpalte 
{
	margin:			0px 0px;
	padding:		5px 5px;
	width:			200px;
}	

#fusszeile 
{
	font-size:      12px;
	margin:			0px 0px;
	padding:		20px;
	width:			100%;
}

#BoxAdresse
{	
	padding-left:	10px;
	padding-top:	5px;
	color:			Red;
}

.menu1 {
	width: 160px;
	float: left;
	border: solid 1px Navy;
}

.menu1item
{
	width: 158px;
	font: 13px Verdana.Arial;
	background-color: #cceeff;
	text-decoration: none;
}

.menu1item a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 6px 2px;
}

.menu1item a:visited 
{
	text-decoration: none;
}

div.menu1item a:hover {
   background: #fff;
   color: #cc0000;
}

.menu2 {
	position:relative;
	width: 158px;
}

.menu2item
{
	font: 13px Verdana.Arial;
	width: 158px;
	background-color: #e0ffff;
	text-decoration: none;
}

.menu2item a 
{
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 6px 2px;
}

.menu2item a:visited 
{
	text-decoration: none;
}

div.menu2item a:hover 
{
   background: #fff;
   color: #cc0000;
}


.menu3 {
	width: 200px;
	float: left;
	border: solid 1px Navy;
}

.menu3item
{
	width: 198px;
	font: 13px Verdana.Arial;
	background-color: #cceeff;
	text-decoration: none;
}

.menu3item a {
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 6px 2px;
}

.menu3item a:visited 
{
	text-decoration: none;
}

div.menu3item a:hover {
   background: #fff;
   color: #cc0000;
}

.menu4 {
	position:relative;
	width: 198px;
}

.menu4item
{
	font: 13px Verdana.Arial;
	width: 198px;
	background-color: #e0ffff;
	text-decoration: none;
}

.menu4item a 
{
	display: block;
	text-decoration: none;
	text-align: center;
	padding: 6px 2px;
}

.menu4item a:visited 
{
	text-decoration: none;
}

div.menu4item a:hover 
{
   background: #fff;
   color: #cc0000;
}



.XmlTxt
{
	text-align:left;
	margin-right: 50px;
	margin-left: 50px;
}

.TabTextLeft
{
	line-height:1.5em;
	font-size:    xx-small;
	margin-right:10px;	
}

.TabTextRight
{
	line-height:1.5em;
	font-size:    xx-small;
	margin-left:10px;
}

.TabTextMiddle
{
	line-height:1.5em;
	font-size:    xx-small;
	margin-left:10px;
	margin-right:10px;
}

.redHeading
{
	font-weight: bold; 
	color: #ff0000; 
	font-size:larger;	
}
