@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i')
* {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', Tahoma, Helvetica, Arial, sans-serif;
}
body {
	background-color: #DDECD5;
}
a[href^="http:"] {
 background-image: url(../graphics/link.png);
 background-position: right bottom;
 background-repeat: no-repeat;
 padding-right: 12px;
}
#logo {
	background: url(../graphics/logo.png);
	position: absolute;
	height: 140px;
	width: 775px;
	margin-top: -71px;
	margin-left: -388.5px;
	top: 50%;
	left: 50%;
	padding: 0px;
	border: 1px solid black;
}
#header {
	position: fixed;
	width: 100%;
	height: 160px;
	top: 0px;
	left: 0px;
	z-index: 10;
	background-color: #DDECD5;
}
#navigation {
	background-image: url(../graphics/logo.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:140px;
	width:775px;
	margin: auto;
	position: relative;
	top: 19px;
	border: 1px solid black;
}
#navigation a:hover, #navigation a.active {
	background-position: 0px -22px;
}
#navigation #start:hover {
	background-position: 0px -48px;
}
#navigation a {
	display: block;
	position: absolute;
	top: 118px;
	height: 22px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
a span {
	display: none;
}
#start {
	background-image: url(../graphics/start.png);
	width: 370px;
	height: 48px !important;
	top: 9px !important;
	left: 15px !important;
}
#ergo, #back {
	width:175px;
	left:0px;
}
#ergo {
	background-image:url(../graphics/ergotherapie.png);
}
#back {
	background-image:url(../graphics/back.png);
}
#bio {
	background-image:url(../graphics/biographie.png);
	width:160px;
	left:175px;
}
#partner {
	background-image:url(../graphics/partner.png);
	width:200px;
	left:335px;
}
#kontakt {
	background-image:url(../graphics/kontakt.png);
	width:130px;
	left:535px;
}
#fotos {
	background-image:url(../graphics/fotos.png);
	width:110px;
	left:665px;
}
#impressum {
	display: block;
	position: fixed !important;
	top: 0px !important;
	right: 0px !important;
	font-size: x-small;
	text-decoration: none;
	color: #666;
	margin-right: 5px;
	margin-top: 2px;
}
#footer {
	position: fixed;
	width: 100%;
	height: 20px;
	background-image: url(../graphics/fade.png);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 10;
	bottom: 0px;
}
#space {
	height: 152px;
}
#content {
	position: relative;
	top: 0px;
	width: 775px;
	margin: auto;
	margin-bottom: 20px;
	text-align: justify;
	background-color: #DDD;
	border: 1px solid black;
	border-top: none;
	margin-top: 0px;
	padding-top: 1pc;
	padding-bottom: 1pc;
}
#content blockquote {
	position: relative;
	padding-left: 2pc;
	padding-right: 2pc;
	quotes: "\201E" "\201C";
}
#content blockquote:before {
	content: open-quote;
	position: absolute;
	color: #666;
	left: .5pc;
	top: -1pc;
	font-weight: bold;
	font-size: xx-large;
}
#content blockquote:after {
	content: close-quote;
	position: absolute;
	color: #666;
	right: .5pc;
	bottom: -1pc;
	font-weight: bold;
	font-size: xx-large;
}
#content small {
	text-align: right;
}
#content p {
	padding-bottom: .5em;
}
#content * {
	font-family: 'Roboto', Tahoma, Helvetica, Arial, sans-serif;
}
#content > * {
	margin: 1pc;
	margin-bottom: 0px;
}
#content > *:first-child {
	margin-top: 0pc;
}
#content br, #content span, #content form * {
	margin: 0pc;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #4CAF46;
	font-family: 'Roboto', Tahoma, Helvetica, Arial, sans-serif;
}
#content h1, #content hr {
	border: none;
	border-bottom: 4px solid #27641F;
	position: relative;
}
#vcardlink {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../graphics/vCard.png);
	background-repeat: no-repeat;
	width: 60px;
	height: 50px;
}
#vcardlink:hover {
	background-position: 0 -50px;
}
.vcard {
	position: relative;
}
#content .vcard * {
	margin: 0pc;
}
#content .vcard tr {
	vertical-align: top;
}
.vcard .type {
	display: none;
}
#content .vcard .role {
	font-size: x-small;
	padding-bottom: 1ex;
}
#content .vcard .country-name {
	font-size: smaller;
}
.vcard .right th {
	text-align: right;
	font-size: smaller;
	font-weight: normal;
	vertical-align: bottom;
	padding-right: 0.5em;
}
#content .vcard > table {
	width: 100%;
}
#contactform table {
	width: 100%;
}
#contactform th {
	vertical-align: baseline;
	text-align: right;
	font-weight: normal;
	font-size: smaller;
	padding-right: 0.5pc;
}
#contactform td {
	width: 100%;
	text-align: center;
	font-size: xx-small;
}
#contactform td.left {
	text-align: left;
	font-size: inherit;
}
#contactform input, #contactform textarea {
	background-color: #DDECD5;
	border: 1px solid #4CAF46;
	padding: 1px;
	width: 100%;
}
#contactform input[type="checkbox"] {
	width: auto;
}
#contactform input:active, #contactform textarea:active, #contactform input:focus, #contactform textarea:focus {
	background-color: #FFF !important;
}
#contactform input.error, #contactform textarea.error {
	background-color: #F99;
	border-color: #F33;
}
#contactform input[readonly], #contactform input[disabled], #contactform textarea[readonly] {
	background-color: #DDECD5 !important;
	border-color: #666;
	color: #666 !important;
}
#contactform span.error {
	font-family: 'Roboto', Tahoma, Helvetica, Arial, sans-serif;
	font-size: x-small;
	color: #F00;
}
#contactform input[type="submit"][disabled] {
	background-color: #CCC !important;
	border-color: #333;
}
#contactform input[type="submit"] {
	font-family: 'Roboto', Tahoma, Helvetica, Arial, sans-serif;
	color: black;
	width: 50%;
}
p.info {
	font-style: italic;
	color: #666;
}
p.error {
	font-weight: bold;
	padding: 3pt;
	background-color: #F99;
	border: 2px solid red;
}
#gallery table {
	margin: auto;
}
#gallery h2 {
	position: relative;
	padding-right: 35px;
}
#outline {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: medium;
	width: 40px;
	height: 30px;
	background-image: url(../graphics/gallery.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#outline:hover {
	background-position: 0px -30px;
}
.gallery ul {
	list-style: none;
}
.gallery ul li {
	float: left;
	width: 120px;
	height: 120px;
	background-color: #DDECD5;
	border: 1px solid #4CAF46;
	text-align: center;
	margin: 5px;
}
td.gallery {
	width: 660px;
	text-align: center;
}
.gallery ul a {
	line-height: 120px;
}
.gallery ul img {
	vertical-align: middle;
	border: none;
}
a.g_right {
	background-image: url(../graphics/galleryRight.png);
}
a.g_left {
	background-image: url(../graphics/galleryLeft.png);
}
a.g_right, a.g_left {
	display: block;
	width: 20px;
	height: 250px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;
	vertical-align: middle;
}
a.g_right.inactive, a.g_left.inactive {
	background-position: -63px 0px !important;
}
a.g_right:hover, a.g_left:hover {
	background-position: -21px 0px;
}
a.g_right:active, a.g_left:active {
	background-position: -42px 0px;
}
a.g_right span, a.g_left span {
	display: none;
}
dl {
	padding-left: 5ex;
	padding-right: 5ex;
}
dt {
	float: left;
	width: 15ex;
	font-style: italic;
}
dd {
	margin-left: 15ex;
	margin-bottom: 0.25em;
}
.center {
	text-align: center;
}
#map {
	width: 736px;
	height: 552px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../graphics/map_l.png);
}
.floatright {
	float: right;
	margin-left: 1ex;
}
#content hr.clear {
	clear: both;
	border: 0px !important;
}

iframe {
	text-align: center;
}
