@import url("reset.css"); /* CSS Reset by Eric Meyer. Resetting Browser Styles. */
/*
@author Christian Fr�hlich
*/


body {
    font-size: 80%;
    font-family: 'Segoe UI', Arial, sans-serif;
    line-height: 1.6em;
    color: #5e5d5d;
	/*background-image: url('media/debut_light.png');
	background-repeat: repeat;*/
}


/* Divs */
#wrapper {
    width: 850px;
    margin: 0px auto;
}
#header {
    margin: 50px 0px;
    margin-left: -2px;
    height: 110px;
    position: relative;
}
#navigation {
    float: right;
    position: relative;
    top: 53%;
    font-weight: 400;
    list-style-image: none !important;
}
#left-column {
    float: left;
    width: 530px;
    min-height: 260px;
}
#right-column {
    float: right;
    width: 285px;
    padding-left: 35px;
    min-height: 260px;
}

#left-column-short {
	float: left;
	width: 283px;
	min-height: 260px;
}

#right-column-first{
    float: left;
    width: 263px;
    padding-left: 55px;
    min-height: 260px;
}

#right-column-second {
    float: right;
    width: 217px;
    padding-left: 10px;
    min-height: 260px;
}

#footer {
    width: 100%;
    color: #c1c1c1;
    clear: both;
    padding-top: 10px;
    list-style-image: none !important;
}

.therapeuten_ul li {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	font-size: 0.9em !important;
	line-height: 1.5em;
}
.therapeuten_ul {
	margin-bottom: 15px;
}

/* General Tag Definitions */
ul {
    list-style-type: none;
    margin-bottom: 20px;
}
li {
    padding-top: 2px;
    padding-bottom: 2px;
}
a:link, a:visited {
    text-decoration: none;
    color: #3a3a3a;
}
a:hover {
   border-bottom: 1px dotted black;
   color: #0e1357;
}
h1 {
   font-size: 135%;
   color: #3a3a3a;
   margin-bottom: 7px;
}
h2 {
   font-size: 110%;
   color: #3a3a3a;
   margin-bottom: 5px;
}

p {
    margin-bottom: 20px;
}
img {
    border: 1px solid #A0A0A0;
}


/* Other Definitions */
#navigation li {
    float: left;
    padding: 4px;
}
#footer li {
    float: left;
    padding: 7px 15px 7px 15px;
}
.first-item-footer {
    padding-left: 0px !important;
}
.marginbottom {
    margin-bottom: 5px;
}
.margin-right-20 {
    margin-right: 20px;
}
.no-border-link {
    border: none !important;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
#assistenten .left {
text-align: center;
}
#assistenten .right {
text-align: center;
padding-right:100px;
}

.sprechzeiten {
    width: 100%;
    margin-bottom: 20px;
}
.small-95 {
    font-size: 95%;
}
.small2 {
    font-size: 85%;
}
#logo {
    border: none;
}
.img_raum {
    width: 275px;
    margin-top: 5px;
}

/* Special links */
#navigation a {
    border: none;
}
#navigation a:hover, #navigation a:active {
    color: #282829;
}
#navigation a.active {
    background-color: #ebebeb;
}
#footer a:link, #footer a:visited {
    color: #9C9C9C;
}
#footer a:hover, #footer a:active {
    border: none;
    color: #0e1357;
}