* {
padding: 0;
margin: 0;
}
html {
overflow-y: scroll; /*erzwingt Scrollbars im FF*/
}
html, body {
height: 100%;
}
body {
font-size: 100%;
line-height: 1.125em;
background-color: #5a72a2;
font-family: Verdana, sans-serif;
min-width: 960px;
}
a {
text-decoration: none;
outline: none;
}
ul {
list-style: none;
}
img {
border: none;
}
strong {
font-style: normal;
font-weight: bold;
}
#wrapper {
position: relative;
top: 0;
left: 50%;
width: 980px;
margin-left: -490px;
border: 1px solid #5a72a2;
}
#labyrinth {
position: absolute;
top: 0px;
left: -40px;
width: 530px;
height: 460px;
background-image: url(../images/logo2.gif);
background-position: top left;
background-repeat: no-repeat;
}
#background {
margin-top: 10px;
margin-left: 30px;
width: 918px;
background-color: #c0d1f1;
background-image: url(../images/logo_klein.jpg);
background-position: 99% 99%;
background-repeat: no-repeat;
}
#content {
position: relative;
background: transparent;
min-height: 525px;
height: auto !important; /* und folgende Zeile: min-height-hack für IE6 */
height: 525px;
margin-bottom: 2em;
}
#content h1 {
width: 100%;
height: 40px;
background-image: url(../images/name1.gif);
background-position: 10px 5px;
background-repeat: no-repeat;
}
#content h1 a {
display: block;
width: 100%;
height: 40px;
}
#content p, #content h2, #content ul#services {
margin-left: 135px;
padding: 0 10px;
font-size: .875em;
color: #5a72a2;
}
#content p {
width: 540px;
margin-bottom: .875em;
}
#content p.last {
margin-bottom: 2em;
}
#team #content p {
width: 520px;
}
#content ul#services {
width: 550px;
}
#kontakt #content p, #kontakt #content h2 {
width: 320px;
}
#kontakt #content #form p,
#kontakt #content #form h2 {
margin-left: 0;
padding-left: 0;
}
#kontakt #content #form h2 {
margin-top: -4px;
}
#kontakt #content #form p.warning {
width: 228px;
margin-top: -.75em;
margin-left: 93px;
font-size: .75em;
color: #ed7b85;
}
#kontakt #content #form p.message {
margin-left: 0;
}
#content h2 {
width: 540px;
font-weight: bold;
}
#content ul#services {
margin-bottom: 2em;
}
#content ul#services li {
padding-left: 10px;
}
.invisible {
display: none;
}
#slogan {
text-align: right;
}
#slogan span, .portrait span {
font-size: .875em;
font-weight: bold;
padding-right: 12px;
color: #5a72a2;
}
#nav {
height: 4em;
margin-top: 50px;
margin-left: 135px;
}
#nav ul {
float: left;
}
#nav ul li {
float: left;
color: #fff;
font-size: 1.125em;
line-height: 1.25em;
font-weight: bold;
}
#nav ul a {
float: left;
padding: 0 10px;
}
a:link, a:visited {
color: #fff;
}
a:hover, a:active {
color: #ed7b85;
}
#home #nav .home a,
#praxis #nav .praxis a,
#team #nav .team a,
#therapie #nav .therapie a,
#kontakt #nav .kontakt a,
#impressum .impressum a {
color: #ed7b85;
}
.portrait {
float: right;
margin-top: 4px;
margin-right: 13px;
}
*html .portrait {
margin-right: 7px;
}
#form {
float: right;
width: 320px;
margin: 4px 80px 0px 0px;
}
*html #form {
width: 323px;
margin-right: 40px;
}
fieldset {
border: none;
}
label {
float:left;
width: 90px;
font-size: 14px;
color: #5a72a2;
}
*html label {
font-size: 14px;
}
label.block {
display: block;
width: auto;
}
input, textarea {
border: none;
color: #fff;
background-color: #5a72a2;;
margin-bottom: .875em;
}
input.text {
width: 222px;
padding: 4px;
}
textarea {
width: 312px;
padding: 4px;
overflow: auto;
}
*html textarea {
width: 314px;
}
input.button {
padding: 4px;
}
form #submit {
text-align: right;
}
.jqmWindow {
display: none;
position: absolute;
top: 145px;
left: 146px;
width: 600px;
background-color: #5a72a2;
color: #333;
padding: 5px 10px 5px 10px;
z-index: 1; /*Der IE6 benötigt diese Angabe aus nicht nachvollziehbarem Grund.*/
}
.jqmClose {
font-size: .75em;
}
#map span {
color: #c0d1f1;
font-size: .875em;
font-weight: bold;
}
#map img {
margin-top: 10px;
}
#footer {
padding: 4px 12px 8px 10px;
font-size: .875em;
color: #5a72a2;
font-weight: bold;
}
#footer #left {
float: left;
width: 100px;
}
#footer #center-right {
float: right;
width: 761px;
}
#footer #center {
float: left;
width: 580px;
}
#footer #right {
float: right;
width: 120px;
text-align: right;
}
.clear {
clear: both;
}