body {
	background: #F2F2F2;
	font: 70% "Lucida Grande", "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
	color: #000000;
}
a {
	color: #CC0000;
}
a:hover, a.dotlink:hover {
	color: #FF0000;
}
a:visited {
	color: #990000;
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0em;
}
h2 {
	font-size: 140%;
	margin: 0em 0em 0.5em;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 110%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}
dt {
	font-weight: bold;
	float: left;
	width: 60px;
}
ul {
	list-style-type: square;
}
big {
	font-size: 120%;
}
small {
	font-size: 94%;
}
li {
	padding: 0.1em 0em;
}
li p {
	margin-top: 0em;
}
hr {
	height: 1px;
	border-top: 1px solid #AAAAAA;
	border-bottom: none;
}
a.pdf {
	background:url(/img/pdf_big.png) no-repeat 0px 0px;
	padding:0 0 0 40px;
	min-height:32px;
    _height:32px;
	display:block;
}
table {
	background-color: #666666;
	color: #FFFFFF;
	font-size: 101%;
	border: 2px solid #777777;
	margin-bottom: 2em;
	border-collapse: collapse;
}
table.score h3{
	margin: 1em 0 0;
}
th, td {
	padding: 0.3em 0.4em 0.4em;
	border: 1px solid #777777;
}
caption {
	padding: 0.2em 0.3em 0.3em;
}
th {
	background-color: #333333;
	text-align: left;
}
table caption {
	font-weight: bold;
	text-align: left;
	margin: 0.3em 0em;
}
table input {
	margin: 0em;
}
input, select, textarea, button {
	font-family: "Lucida Grande", "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif;
	font-size: 101%;
	vertical-align: middle;
}
.input-text {
	width: 100%;
}
form {
	margin: 0px;
}
.hidden, .break hr {
	display: none;
}

.break {
	clear: both;
	font-size: 1px;
	height: 1px;
	visibility: hidden;
	width: 100%;
	display:block;
}
.half-col-left {
	width: 48%;
	float: left;
}
.half-col-right {
	width: 48%;
	float: right;
}
.half-col-left .spc, .half-col-right .spc{
	padding: 1em;
}
.search-form .half-col-left .spc { padding-left: 0;} /*hledani lekaren*/
.search-form .half-col-right .spc { padding-right: 0}
.l {
	float: left;
}

.r {
	float: right;
}
.txt-l {
	text-align: left;
}
.txt-r {
	text-align: right;
}
.txt-m {
	text-align: center;
}
.vis {
	visibility: visible;
}
.invis {
	visibility: hidden;
}

/* MAIN LAYOUT */
body {
	text-align: center;
}
#main {
	text-align: center;
	width: 950px;
	margin: 0px auto;
}
#mother {
	text-align: left;
	width: 775px;
	margin: 0px auto;
	float:left;
}
#banner_right {
	width:160px;
	margin:145px 0px 0px 15px;
	padding:0px;
	float:right;
}
/* TOPSTRIPE */
#topstripe {
	width: 100%;
	border-bottom: 1px solid #666666;
}
#topstripe p {
	padding: 0.2em;
	float: left;
	margin: 0;
}
#topstripe ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	border-collapse: collapse;
}
#topstripe ul li {
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #FFFFFF;
	/*\*/
	display: table-cell; /* IE/Mac+Opera7 fix*/
	border-collapse: collapse;
}
#topstripe ul li a {
	background: #CC0000 url("/img/arrow01.gif") no-repeat 5px 0.7em;
	color: #FFFFFF;
	text-decoration: none;
	/*\*/
	display: block; /* IE/Mac fix */
	padding: 0.4em 13px;
	position: relative;
}
#topstripe ul li a:hover {
	color:#C1C3BE;
}
#header {
	background: #FFFFFF url("/img/header-bg-motive.jpg") repeat-y top right;
	width: 100%;
	border-bottom: 2px solid #FFFFFF;
}
#header .spc {
	padding: 9px 20px;
}
#logo {
	width: 218px;
	height: 63px;
}
#logo h1 {
	background: transparent url("/img/logo.gif") no-repeat;
	width: 218px;
	height: 63px;
	margin: 0em;
}
#logo h1 a {
	display: block;
	width: 100%;
	height: 100%;
}
#logo h1 span {
	display: none;
}
/* MAINMENU */
#menustripe {
	background: #CCCCCC;
}
#mainmenu {
	float: left;
	width: 73%;
}
#mainmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#mainmenu ul li {
	background: #BA0000 url("/img/menu-bg-corner.gif") no-repeat right top;
	border-right: 1px solid #FFFFFF;
	margin: 0;
	padding: 0 6px 0 0;
	float: left;
	width: 9em;
	/*\*/
	width: auto; /* IE/Mac fix */
}
#mainmenu ul li strong {
	background: transparent url("/img/menu-bg-grad-red.gif") repeat-x;
	display: block;
}
#mainmenu ul li a {
	background: transparent url("/img/arrow01.gif") no-repeat 5px 0.5em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0.3em 20px 17px 14px;
	margin-right: -6px;
	_width: 1px; /* IE/Win fix */
}
/* menu break (thin grey line) */
.break#menubreak {
	background: #999999;
	visibility: visible;
	height: 3px;
	border-top: 1px solid #FFFFFF;
}
#mainmenu ul li.sec2 {
	background-color: #990115;
}
#mainmenu ul li.sec2 strong {
	background-image: url("/img/menu-bg-grad-darkred.gif");
}
#mainmenu ul li.sec3 {
	background-color: #D9822B;
}
#mainmenu ul li.sec3 strong {
	background-image: url("/img/menu-bg-grad-yellow.gif");
}
#mainmenu ul li.sec4 {
	background-color: #014480;
}
#mainmenu ul li.sec4 strong {
	background-image: url("/img/menu-bg-grad-blue.gif");
}
#searchbox {
	float: right;
	text-align: right;
	width: 27%;
}
#searchbox p {
	margin: 0;
	padding: 0.45em 1em 0.1em;
}
#searchbox label {
	font-weight: bold;
}
#searchbox input {
	margin: 0 1px;
}
.input-search {
	font-size: 100%;
	width: 100px;
	border: 1px solid #666666;
}
/* LEFT MENU */
#leftmenu ul li ul li{
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #FFFFFF;
	width: auto;
}
#leftmenu ul li ul li a {
	background: #CC0000 url("/img/arrow01.gif") no-repeat 15px 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0.4em 25px 0.5em;
	_position: relative;
	_height:  1em;
}
#leftmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#leftmenu ul li {
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
	width: auto;
}
#leftmenu ul li a {
	background: #CC0000 url("/img/arrow01.gif") no-repeat 5px 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0.4em 15px 0.5em;
	_position: relative;
	_height:  1em;
}
#leftmenu ul li a:hover {
	background-color: #BD0404;
	color:#C1C3BE;
}

/* laserservice */
#laserservice {
	background: #A0A0A0;
	border-bottom: 1px solid white;
	overflow: hidden;
}
#laserservice form {
	margin: 0;
	padding: 0;
}
#laserservice p{
	margin: 0;
	padding-left: 0em;
	padding-right: 0.3em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	color: white;
	font-weight:bold;
}
#laserservice p.small {
	font-weight: normal;
	margin-top: 1em;
	padding-right: 0px;
}
#laserservice p.small strong { line-height: 1.7em; }
#laserservice h2{
	background: url("/img/lesser.gif") no-repeat;
	color: white;
	padding: 0.5em 0em 0.8em 40px;
	margin-bottom: 0em;
	width: 142px;
	w\idth: 102px;
	_overflow: hidden;
}
#laserservice .spc {
	padding: 10px 6px;
	_height: 2em;
}
#laserservice .spc input {
	width: 95%;
	padding: 0em;
	margin: 0;
}
#laserservice .spc select {
	width: 95%;
}
#laserservice .spc .submit-butt{
	width: auto;
	margin-left: 0px;
	margin-top: 10px;
}
/* CONTENT + COLS */
#content {
	background: #FFFFFF url("/img/content-bg-cols.gif") repeat-y;
	border-right: 1px solid #999999;
	border-top: 1px solid #FFFFFF;
}

.col-L, .col-M, .col-R {
	min-height: 400px;
	_height: 400px;
}

.col-L {
	background: #DADADA;
	width: 170px;
	float: left;
}

.col-L .spc {
	padding: 13px;
}

.col-M {
	width: 385px;
	float: left;
	margin: 20px 0 20px 20px;
}

.col-R {
	width: 180px;
	float: right;
	/*padding-top: 10px;*/
}

.col-R .spc {
	background: transparent url("/img/col-r-bg-grad.gif") repeat-y;
	padding: 5px;
}

/* RIGHT COL */
.col-R #navigation a {
	color: black;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-repeat:no-repeat;
	padding-left: 30px;
	padding-top: 4px;
}
.col-R #navigation a:hover {
	color: red;
}
.col-R h2 {
	padding-left: 7px;
	margin-top: 0.25em;
	margin-bottom:0.25em;
}
.col-R .submenu {
	background: transparent url("/img/col-r-bg-grad.gif") repeat-y;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.col-R .umfrage {
	padding: 10px;
	/* italic bug */
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
.col-R .umfrage p{
	margin-bottom: 0.5em;
}
.col-R form{
	margin: 0;
	padding: 0;
}
.col-R .umfrage form p{
	margin: 0;
	margin-bottom: 5px;
}
.col-R .umfrage label {
	font-weight: bold;
}
.col-R .submit-butt {
	margin-left: 90px;
}
.col-R .submenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
}
.col-R ul {
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
}
.col-R li {	
	padding-left: 5px;
}
.col-R #links {
	padding-left: 5px;
}
.col-R #links li {
	padding: 5px 0px 5px 0px;
	background-repeat: no-repeat;
}
.col-R #links a {
	color:white;
	background-color: #a0a0a0;
	padding: 0.2em 0.1em 0.2em 0.5em;
	margin-left: 23px;
}
.col-R a:visited {
	color: black;
}
.col-R .links-butt-01 {
	background-image: url(/img/links-box-01.gif);
	height: 23px;
}
.col-R .links-butt-02 {
	background-image: url(/img/links-box-02.gif);
}
.col-R .links-butt-03 {
	background-image: url(/img/links-box-03.gif);
	height: 23px;
}
.col-R .links-butt-04 {
	background-image: url(/img/links-box-04.gif);
	height: 23px;
}
.col-R .links-butt-05 {
	background-image: url(/img/links-box-05.gif);
	height: 23px;
}
.col-R .links-butt-06 {
	background-image: url(/img/links-box-06.gif);
	height: 23px;
}
.col-R .links-butt-07 {
	background-image: url(/img/links-box-07.gif);
	height: 23px;
}
.col-R .links-butt-08{
	background-image: url(/img/links-box-08.gif);
	height: 23px;
}
.col-R .links-butt-09{
	background-image: url(/img/links-box-09.gif);
}
.col-R .links-butt-10{
	background-image: url(/img/links-box-10.gif);
}
.col-R .links-butt-14{
	background-image: url(/img/links-box-14.gif);
	height: 23px;
}
/* wetter */
#wetter {
	width: 100%;	
}

#wetter .spc {
	padding: 0.7em 4px; 
}

/* redefinition of wetter.com pretty shitty code :( */
#wetter table {
	background: #A0A0A0;
	border: none;
	padding: 0;
	margin: 0;
}

#wetter table th, #wetter table td {
	border: none;
	padding: 3px;
	margin: 0;
}

#wetter table td.linetd {	
	padding: 0;
}

/* footer*/
#footer {
	border-top: 3px solid #CE0000;
	padding-top: 0.5em;
}
#footer ul {
	margin: 0; padding: 0;
	list-style: none;
	float: right;
	width: 49%;
}
#footer ul li {
	padding: 8px 10px 5px 23px;
	width: 70px;
	float: left;
	font-size: 90%;
}
#footer ul .links-butt-11{
	background:url(/img/links-box-11.gif) no-repeat;
}
#footer ul .links-butt-12{
	background:url(/img/links-box-12.gif) no-repeat;
}
#footer ul .links-butt-13{
	background:url(/img/links-box-13.gif) no-repeat;
}
#footer .sirsi {
	padding: 8px 10px 5px 23px;
	width: 105px;
	float: left;
}
#footer #copyright {
	float: left;
	display: block;
	padding-top: 5px;
	width: 49%;
}
#footer a {
	color: black;
	text-decoration: none;
	display: block;
	background-color: #DADADA;
	border: 1px solid white;
	padding-left: 10px;
	padding-right: 10px;
}
/* MISC */
.bold, .intro {
	font-weight: bold;
}
/* jednotlivé sekce */
.col-M h2 {
	background-color: #D91419;
	font-size: 110%;
	font-weight: normal;
	color: white;
	padding: 2px;
	padding-left: 15px;
	text-transform:uppercase;
}
.article {
	background: transparent url(/img/article-bg-grad.gif) repeat-x;
	/*line-height: 1.2em;*/
	padding-bottom: 3em;
	/*text-align: justify;*/
	width: 100%;
}
.article h3 {
	font-size: 150%;
	text-align:left;
	line-height:normal;
}
.article  h3 a {
	color: black;
	text-decoration:none;
}
.article h4 {
	margin-bottom: 0.5em;
}
.article .content {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1em;
	background: transparent;
	_height: 100%;
}
.article .content .warning {
	color: red;
	font-weight:bold;
}
.article img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	padding: 1px;
	border: 1px solid #AEAEAE;
}
.article .no-bor {
	border: none;
	padding: 0;
}
.article .biggest-img {
	float: none; 
	margin: 0; 
	margin-bottom: 1em;
}
.artic-in {
	margin: 0;
	background: none;
}
.artic-in a{
	float: right;
	background: #E4E4E4 url(/img/mehr.gif) no-repeat right center;
	padding: 2px 1.3em 2px 5px;
	text-decoration: underline;
	color: #D91419;
	width: 5em;
	text-align: center;
}
.article table {
	border: none;
	background: transparent;
	color: black;
	width: 100%;
	text-align:left;
	vertical-align:top;
	_width: 99%;
}
.article td {
	border: none;
	padding-left: 1em;
}
.article .termine.search-form {
	border: none;
	_height: 1px;
}
.article .termine.search-form td{	/* heldani lekaren */
	border: none;
}
.article .termine.search-form th {
	border: none;
	background: none;
	color: black;
}
.article .date-td {
	width: 15%;
}
.article .place-td {
	width: 30%;
}
.article dl {
	float: right;
	width: 240px;
}
.article label {
	display: block;
	font-weight: bold;
	margin-bottom: 0.1em;
}
.article form p {
	margin: 0.5em;
}

/* pes - HOME */
.foto-with-zoom {
	float: left; 
	width: 115px;
}
.foto-with-zoom img{
	margin: 0;
	margin-bottom: 3px;
	padding: 1px;
	border: 1px solid #AEAEAE;
}
/* termine HOME */
.termine td{
	border: 1px solid #AEAEAE;
}
.termine th, .search-form caption {
	background-color: #AEAEAE;
	color: white;
}
.termine .money {
	width: 5%;
	padding: 0;
}
/* valuable HOME */
#kontakt textarea {
	height: 150px;
}
#kontakt .article .submit-butt {
	margin-left: 125px;
}
#kontakt .half-col-left {
	width: 55%;
}
#kontakt .half-col-right {
	width: 44%;
}
#geburtstag .tt, #geburtstag .mm{
	width: 2em;
}
#geburtstag .jjjj {
	width: 3em;
}
#geburtstag.radio {
	margin-left: 0.5em;
}
#geburtstag.radio div {
	float: right;
	width: 325px;
}
/* sitemap HOME */
#sitemap ul {
	padding: 0;
	padding-right: 1em;
	margin-left: 2em;
}
/* suche home */
#suche form, #suche #results{
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #E9E9E9;
}
#suche form .input-text {
	width: 90%;
	float: left;
	margin-bottom: 0em;
}
#suche h4 {
	margin-top: 1em;
}
.search-form .col-umkreis {
	width: 100px;
	float: left;
}
.search-form .ort {
	width: 230px;
}
.search-form .plz{
	width: 100px;
}
.article .search-form p {
	margin-left: 0; margin-right: 0;
}
.search-form .third-col p{
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 0;
}
.search-form .third-col .submit-col {
	text-align: right;
	width: 100px;
	padding-top: 1em;
	padding-bottom: 1em;
}
/* powered */
#powered {
	height: 18px;
	margin: 0; margin-bottom: 5px;
	padding-left: 180px;
}
#powered span {
	float: left;
}
#powered a{
	width: 100px;
	height: 18px;
	display: block;
	background: url("/img/apotheken-logo.gif") no-repeat;
	margin-left: 65px;
}
#powered a span {
	display: none;
}
/* fragen home */
.article #fragen ol {
	margin-left: 0.5em; 
	padding-left: 1.2em; 
	list-style-type: decimal;
}
.article #fragen ol p {
	margin-top: 0.5em;
}
/* misc */
.article .inline {
	display: inline;
}
.article .img-w-caption {
	float: left;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;	
	margin-right: 11px;
	display: inline;
}
.article .img-w-caption img{
	float: none;
	padding: 2px;
	margin: 0;
}
.article .img-w-caption .biggest-img {
	margin: 0;
}
.article .img-w-caption p {
	font-size: 90%;
	color: #555;
	margin: 0;
	padding: 0;
	text-align:left;
}
.little-margin-b {
	margin-bottom: 0.0em;
}
.page-list {
	margin-bottom: 0em;
	width: 110px;
	float: right;
	margin-right: 10px;
}
.res-page {
	display: block;
	float: left;
}
.arrow, .arrow-left {
	float: right;
	display: block;
	width: 20px;
	height: 10px;
	background: url("/img/mehr.gif") no-repeat;
}
.arrow-left {
	float: left;
	display: block;
	background: url("/img/arrow-left.gif") no-repeat;
}
.arrow span, .arrow-left span{
	display: none;
}
.no-bott-padd {
	padding-bottom: 0em;
}

img.plain { border: 0; padding: 0; margin: 0; float: none; display: inline; }
.disc {color: white; background: url("/img/disc.gif") no-repeat 50% 50%; padding: 2px 8px; display: block; margin: 0;}
table.verbreitung { border-bottom: 2px solid black; margin-bottom: 3px;}
table.verbreitung caption { background: #ED1A28 url("/img/bg-caption.gif") no-repeat 100% 100%; color: white; margin-bottom: 5px;}
p.subtable { color: #ED1A28; }
p.extra-tip { font-size: 133%; font-weight: bold; }

