/*
URL   : www.berghuetten-apotheke.de/_css/print.css
Autor : DICKE Kreativbüro (Mario Schwartz)
Layout: Drucker
Update: 16. Oktober 2007 15:38:48
*/

/*===== Main CSS STYLE =====*/
html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, form, fieldset, div
{
	margin: 0px;
	padding: 0px;
}
html
{
	height: 100%;
}
body
{
	background-color: #494949;
	color: #414141;
	text-align: left;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
}
img, form fieldset, hr
{
	border: 0px solid #4172b7;
}
hr
{
	height: 1px;
	background-color: #004975;
	color: #4172b7;
}
h1, h2, h3, h4, h5, h6
{
	color: #4172b7;
	margin: 6px 5px;
}
h1
{
	font-size: 15px;
}
h2
{
	font-size: 13px;
}
h3
{
	font-size: 11px;
}
h4
{
	font-size: 9px;
}
h5
{
	font-size: 7px;
}
h6
{
	font-size: 5px;
}
a
{
	text-decoration: none;
	color: #000;
	background-color: transparent;
}
p, table, dl, ul, ol
{
	margin: 6px 5px;
}
ul, ol
{
	margin-left: 26px;
}
table, td, th
{
	border: 1px dotted #4172b7;
	border-spacing: 0px;
	border-collapse: collapse;
	font-family: Arial, Helvetica, sans-serif;
}
th, td
{
	font-size: 11px;
	text-align: left;
	padding: 3px;
	vertical-align: top;
}
th
{
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	color: #4172b7;
	background-color: transparent;
}
td
{
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
dt
{
	color: #4172b7;
	background-color: transparent;
	font-weight: bold;
}
dd
{
	margin-left: 10px;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	text-decoration: underline;
}
.clear
{
	clear: both;
}
.post_ok
{
	color: Green;
}
.post_err
{
	color: Red;
}
.screen
{
	display: none;
}
.align_left
{
	text-align: left;
}
.align_center
{
	text-align: center;
}
.align_right
{
	text-align: right;
}
/*===== End of Main CSS STYLE =====*/

/*===== Site CSS STYLE =====*/
div.page
{
	height: auto;
	width: auto;
	background-color: #fff;
	color: #000;
}
div.header
{
	width: auto;
	height: 120px;
	text-align: right;
}
div.header div
{
	display: none;
}
div.header ul.nav
{
	display: none;
}
div.banner
{
	display: none;
}
div.content
{
	width: auto;
}
div.content input, div.content textarea
{
	width: 300px;
	font-size: 11px;
	font-family: Arial;
	background-color: #fff;
	color: #9a9a9a;
	border: 1px solid #9a9a9a;
	padding: 2px;
}
div.content textarea
{
	height: 46px;
}
div.content input:hover, div.content textarea:hover, div.content input:focus, div.content textarea:focus
{
	background-color: White;
	color: #000;
	border-color: #2e2e2e;
}
div.content input.button
{
	cursor: pointer;
	width: auto;
	background-color: #004975;
	color: #fff;
	font-weight: bold;
}
div.content a.skizze
{
	display: none;
}
div.content p.sitemap
{
  margin-left: 30px;
  margin-top: 5px;
  border-style: solid;
  border-color: #004975 #fff #fff #004975;
  border-width: 1px;
}
div.content p.sitemap:hover, div.content p.sitemap:focus
{
  border-color: #fff #004975 #004975 #fff;
}
div.content p.sitemap a
{
  display: block;
  padding-left: 15px;
  text-decoration: none;
  width: auto;
  height: auto;
}
div.content ul.sitemap
{
  margin-left: 60px;
}
div.content ul.sitemap li
{
  margin-left: 0px;
  padding: 1px 3px 1px 15px;
  list-style: none;
}
div.bottom
{
	width: auto;
	border-top: 3px solid #e3e3e3;
}
div.bottom div.news
{
	display: none;
}
div.bottom div.footer
{
	width: auto;
	clear: both;
}
div.bottom div.footer div.copy
{
	width: auto;
	text-align: center;
}
div.bottom div.footer div.copy span
{
	display: none;
}
div.bottom div.footer div.contact
{
	display: none;
}
/*===== End of Site CSS STYLE =====*/

