@charset "utf-8";
/*
    
    Stylesheet
    ==========
	Page			www.apotheke-maxdorf.de
	Author			copra solutions e.K.
    Copyright       copra solutions e.K.

	Colors
	======
	#ffffff			white
	#000000			black
	#d93200			red

*/



/* MAIN */
body
{
	background-color: #ffffff;
	color: #000000;
	font-family: Arial;
	font-size: 8pt;
	margin: 0px;
}
img
{
  border: 0px;
}
p
{
	line-height: 1.5em;
}
p.small
{
  font-size: 2pt;
}
hr
{
  color: #d93200;
  background-color: #d93200;
  height: 1px;
}
hr.bottom
{
  color: #d93200;
  background-color: #d93200;
  height: 1px;
  margin-top: 0.0em;
}



/* DIV */
div.top_left
{
	float:left;
	margin-left: 0.0em;
	margin-right: 0.0em;
	margin-top: 0.0em;
}
div.top_right
{
  float:right;
	margin-left: 1.0em;
	margin-right: 0.0em;
	margin-top: 0.0em;
	margin-bottom: 0.0em;
}
div.top_line
{
  clear: both;
  background-color: #d93200;
  margin-top: 0.0em;
}
div.bottom_powered
{
  float:right;
  margin-left: 1.0em;
  margin-right: 0.0em;
  margin-top: 0.0em;
  margin-bottom: 0.0em;
  font-size: 7pt;
  color: #5f5f5f;
}
div.main
{
  margin-top: 0.0em;
  margin-bottom: 0.0em;
  margin-left: 0.0em;
  margin-right: 0.0em;
  width: 800px;
  height: 550px;
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
}
div.content_headline
{
  font-size: 16pt;
  font-weight: bold;
  color: #d93200;
}
div.hotlinetext01
{
  color: #d93200;
  font-weight: bold;
}
div.hotlinetext02
{
  color: #000000;
  font-weight: bold;
}
div.intro_aesthetic
{
  float: left;
}
div.intro_aesthetic_text
{
  font-size: 10pt;
  font-weight: bold;
  color: #5f5f5f;
  float: left;
  margin-top: 2.0em;
  margin-left: 2.0em;  
}
div.intro_rbo
{
  float: right;
  margin-top: 7.0em;
  margin-right: 0.0em;
}
div.intro_gu
{
  clear: both;
  float: right;
  margin-top: 2.2em;
  margin-right: 0.0em;
}



/* TABLE */
td
{
	font-size: 8pt;
	line-height: 2.0;
	vertical-align: top;
	text-align: left;
}
th
{
  color: #5f5f5f;
	font-size: 8pt;
	line-height: 2.0;
	text-align: left;
	vertical-align: top;
}
table.layout
{
	width: 800px;
	margin-top: 1.0em;
}
table.content_main
{
  width: 100%;
}



/* LINKS */
	
	/* Standard-Link */
		A, A:link, A:visited
		{
			cursor: hand;
			color: #006600;
			text-decoration: none;
		}

		A:hover, A:visited:hover, a:focus, a:active
		{
			color: #006600;
			text-decoration: underline;
		}

	/* Bottom-Link */
		A.bottomlink, A.bottomlink:link, A.bottomlink:visited
		{
			cursor: hand;
			color: #5f5f5f;
			text-decoration: none;
		}

		A.bottomlink:hover, A.bottomlink:visited:hover, a.bottomlink:focus, a:active
		{
			color: #5f5f5f;
			text-decoration: underline;
		}


