/*#############################################################
Name: Physiotherapie Spiegel
Date: 25.12.2006
Author: Dr. W. Spiegel
URL: http://www.websatz.de
#############################################################*/

body {
	background: #ddd url(pix/bg.gif) fixed ;
	color: #444; margin: 20px 0;
	text-align: center;
  font: normal 15px Arial,sans-serif;
  line-height: 22px;
}
.wichtig {
    color: #9B1D28;
		font-weight: normal;
    font-size: 15px;
}
td {
    padding-left: 15px;
		background: transparent;
    color: #444;
    font-size:15px;
}
p {
	color: #444;
  text-decoration: none;
}
p a, td a, .footer a, #r a {
    background: url(pix/link.gif) no-repeat;
		display: inline;
    padding-left: 11px;
		color: #222;
    text-decoration: none;
}
p a:hover, td a:hover, .footer a:hover, h1 a:hover, #r a:hover {
		color :#9B1D28;
    text-decoration: underline;
}
h1 a {
    padding-left: 11px;
		color :#9B1D28;
    text-decoration: none;
}

sup {
    font-size: 12px;
}
.gfx {
	background: #F5F5F5 url(pix/kopf_a.jpg) top right; display: block; height: 200px; padding:0px; 
}
#akt, #akt:hover {
    color: #9B1D28;
    background: #fff url(none) no-repeat top right;
		border: solid 1px #999;
 		border-bottom: 1px solid #fff;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	}
.main {
	background: #ccc;
	border: 3px double #EEE; 
	border-color: #fff #CFCFCF #CCC #CFCFCF;
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 621px;
}
.menu a {
	background: #eee url(none);
  font: bold 17px Arial,sans-serif;
  font-weight: normal;
 	border-top: 1px solid #ccc;
 	border-bottom: 1px solid #999;
	border-right: 1px solid #ccc;
	color:  #555;
	float: left;
	text-align: center;
	padding-top: 6px;
	width: 119px; height: 25px;
  text-decoration: none;
}
.menu a:hover {
	background: #ccc;
	color: #fff;
  text-decoration: none;
}
.container {
	margin: 10px;
}
.content {
	background: #F5F5F5;
	border-top: 0px solid #eee;
	clear: both;
}
.content h1 {
  padding: 0px 0 0 15px;
	font: normal 17px Arial,sans-serif;
	color: #9B1D28;
}
.content p {
	margin: 15px; color: #444;
	padding-left:10px;
}
.item {
	background: #fff url(img/bgitem.gif) repeat-x top center;
	color:#444;
	border-top: none 0px;
	border-bottom: 1px solid #aaa;
	padding: 15px 20px 15px 20px;
	z-index: 99;
}
.item ul {
	margin: 25px 20px 15px 20px;
	list-style-type:square;
}
.item li {
	margin-bottom: 15px;
}
.footer {
	padding: 6px 0 9px 14px;
	background: #eee;
	color: #666;
}
.footer span {
	padding-left: 200px;
}
.re {
    text-align: right;
    padding-right: 15px;
}
div#f {
	position:relative;
	padding:0px;
}
div#f a {
	display:inline;
	padding: 0px 0px 10px 30px;
	text-decoration:none;
}
div#f a:hover {background:transparent;}
div#f a span {display:none;}
div#f a:hover span {
	display:inline;
	position:absolute;
	top:-60px;
	left: 120px;
	border: none 0px;
	background:transparent;
	z-index: 1;
}
div#ftext {
	position:absolute; 
	top:20px; left:16px;
	color:#222;
	background:transparent;
}

input#l {
	background-color:#fff;
	width:350px;
	border: none 0px; 
  font: normal 15px Arial,sans-serif;
	color:#444; 
	padding: 0 0 2px 13px;
	text-align: left; 
	text-decoration: none;
	background: url(pix/link.gif) no-repeat;
}

input#l:hover {
		color :#9B1D28;
    text-decoration: underline;
}