@charset "utf-8";
/* CSS Document */
.clear {clear:both;}
td,div,p,span{font-family:Verdana, Arial, Helvetica, sans-serif; font-size:0.95em;}

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color:#FFFF77;
}
#container {
	width:960px;
	margin: 0 auto;
	text-align: left;
	padding-left:20px;
}

#header {
	background: url(../images/logo.png);
	height:143px;
	width:910px;
	position:relative;
}

/* Menu*/
ul.menu {
	position:relative;
	width:762px;
	height:34px;
	top:100px;
	left:152px;
	list-style:none;
	margin:0;
	padding:0;
}
.test { height:85px;}
ul.menu * {margin:0; padding:0}
ul.menu li {position:relative; float:left;margin-right:1px;}
ul.menu ul {position:absolute; top:34px; left:0; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; border:1px solid #aaa; border-top:none; width:175px;}
ul.menu ul li a, ul.menu ul lia a:visited {display:block; padding:2px 4px; background-color:#339966; color:#FFFFFF; font-size:10px; font-weight:bold; text-indent:0; height:auto;}
ul.menu ul li a:hover {background-color:#0052B6; color:#FFFFFF; font-size:10px; font-weight:bold;}
ul.menu ul ul {left:175px;}

ul.menu a{
	height: 34px;
	display:block;
	text-indent: -900em;
	text-decoration:none;
	outline:none;
}
/* Show only to IE PC \
* html ul.menu a {text-indent:0 !important;} For IE 5 PC */
#header ul {
	list-style: none;
	margin:0;
	padding:0;
}
a.willkommen{
	width: 151px;
	background:url(../images/nav/willkommen.png) no-repeat left top;
}
a.willkommen:hover{
	background:url(../images/nav/willkommen.png) no-repeat left bottom;
}

a.ueberuns{
	width: 122px;
	background: url(../images/nav/ueberuns.png) no-repeat left top;
}
a.ueberuns:hover{
	background: url(../images/nav/ueberuns.png) no-repeat left bottom;
}
a.erstkontakt{
	width: 144px;
	background: url(../images/nav/erstkontakt.png) no-repeat left top;
}
a.erstkontakt:hover{
	background: url(../images/nav/erstkontakt.png) no-repeat left bottom;
}
a.diagnostik{
	width: 136px;
	background: url(../images/nav/diagnostik.png) no-repeat left top;
}
a.diagnostik:hover{
	background: url(../images/nav/diagnostik.png) no-repeat left bottom;
}
a.therapie{
	width: 114px;
	background: url(../images/nav/therapie.png) no-repeat left top;
}
a.therapie:hover{
	background: url(../images/nav/therapie.png) no-repeat left bottom;
}
a.links{
	width: 88px;
	background: url(../images/nav/links.png) no-repeat left top;
}
a.links:hover{
	background: url(../images/nav/links.png) no-repeat left bottom;
}

#nav a, #nav  strong a, #nav a:visited {
	color: #336699;
	text-decoration:none;
	outline: none;
}
#nav a:hover {
	text-decoration:underline;
}

#columns {
	clear:both;
	margin:1.5em 0 0 0;
	padding: 0;
}

/* Show only to IE PC \*/
* html .boxhead h1 {height: 1%;} /* For IE 5 PC */


#content {
	background: url(../images/round/bright.gif) no-repeat bottom right;
	width:974px;
}
.boxhead {
	background: url(../images/round/tright.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}
.boxhead h1 {
	background:transparent url(../images/round/tleft.gif) no-repeat top left;
	margin: 0;
	padding: 2px 20px 0 20px;
	color: #ffffff; 
	font-weight: bold;
	font-size:1.5em;
}
.boxbody {
	background: url(../images/round/bleft.gif) no-repeat bottom left;
	margin: 0;
	padding: 15px 120px 15px 20px;
	color:#005033;
}
.boxbody a, .boxbody  strong a, .boxbody  a:visited {
	color: #339966;
	text-decoration:none;
	outline: none;
}
.boxbody a:hover {
	text-decoration:underline;
}
.boxbody p {
	margin:0; padding:0;
}

h2 {
	font-size:15px;
	color:#005033;
	margin:15px 0 8px 0;
}
ul {
	margin-bottom:10px;
	margin-top:5px;
	list-style:disc;
}
p {margin:5px 0 10px 0;}
p, li { font-size:12px;}

#fuss { 
	margin: 3px 0 0 0;
	font-size:0.75em;
	color:#006633;
	text-align: center;
} 