@charset "UTF-8";

/* import core styles | Basis-Stylesheets einbinden */

@import url(../yaml/core/slim_base.css);

/* import print layout | Druck-Layout einbinden */

@import url(../yaml/print/print_003.css);

@media all {

/* @group Layout: Breite, Hintergrund, Rahmen */

a:focus {
	outline: none;
}

body {
	font: 12px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #E6E6E6 url(images/bg-body.gif) repeat-y center top;
}

#page_margins {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#header {
	background: white url(images/logo_raymed.gif) no-repeat right top;
	height: 83px;
}

#header h1, #header h2, a#homelink span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

a#homelink {
	position: absolute;
	display: block;
	width: 319px;
	height: 110px;
	right: 0;
}

.hide {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -999em;
	top: -999em;
}

.absolute-hide {
	display: none;
}

/* @end */

/* @group Rootline */

#rootline {
	text-align: right;
	font-size: 10px;
	color: #999;
	padding: 2px 10px 0 0;
}

#rootline a {
	text-decoration: none;
	color: #999;
}

#rootline a:hover {
	text-decoration: underline;
	color: #666;
}

/* @end */

/* @group Navigation */

#nav_main {
	background: #2A7DB0 url(images/nav_NO.png) repeat-x left bottom;
	width: 960px;
	text-transform: uppercase;
	height: 35px;
}

ul#nav {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

ul#nav li {
	display: inline;
	float: left;
	font-size: 1.0em;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0 1px 0 0;
	background: url(images/nav_spacer.png) no-repeat right bottom;
}

ul#nav a {
	display: block;
	font-size: 1em;
	text-decoration: none;
	color: white;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

ul#nav li.last {
	background: none;
}

ul#nav li a.act, ul#nav li a.actifsub {
	font-weight: bold;
}

/* @group 2. Level */

ul#nav ul {
	position: absolute;
	z-index: 999;
	left: -999em;
	height: auto;
	background: transparent url(images/bg-menu.png) repeat;
	width: 140px;
	color: #333;
	text-transform: none;
	margin: 0;
	border: #ccc 1px solid;
	float: left;
}

ul#nav ul li {
	width: 140px;
	float: left;
	position: relative;
	border-bottom: 1px dashed #ccc;
	margin: 0;
	padding: 0;
	background: none;
	z-index: 999;
}

ul#nav ul a {
	padding: 4px 8px;
	position: relative;
	color: #333;
	background: none;
}

/* @end */

/* @group 3. Level */

ul#nav ul ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: -1px 0 0 140px;
	top: 0;
	width: 200px;
}

ul#nav ul ul li {
	width: 200px;
}

/* @end */

/* @group MoreCSS */

ul#nav ul li.last-child {
	border-bottom: none;
}

ul#nav li:hover ul ul,
ul#nav li:hover ul ul ul,
ul#nav li:hover ul ul ul ul,
ul#nav li.over ul ul,
ul#nav li.over ul ul ul,
ul#nav li.over ul ul ul ul {
	left: -999em;
}

ul#nav li:hover ul,
ul#nav ul li:hover ul,
ul#nav ul ul li:hover ul,
ul#nav li.over ul,
ul#nav ul li.over ul,
ul#nav ul ul li.over ul {
	left: auto;
}

ul#nav ul li:focus,
ul#nav ul li:hover,
ul#nav ul li.over {
	background: #FFF;
	color: black !important;
}

ul#nav ul li:focus a,
ul#nav ul li:hover a,
ul#nav ul li:focus ul a:hover,
ul#nav ul li:hover ul a:hover,
ul#nav ul li.over a,
ul#nav ul li.over ul a:hover {
	color: black;
}

ul#nav ul li:focus ul a,
ul#nav ul li:hover ul a,
ul#nav ul li.over ul a {
	color: #333;
}

/* @end */

/* @end */

/* @group Metanav */

#metanav {
	position: absolute;
	right: 0;
	margin: 0;
	width: 220px;
}

#metanav input {
	width: 100px;
	background: #2A7DB0;
	border: 1px solid #D3EFFF;
	color: #D3EFFF;
	font-size: 10px;
	height: 14px;
	margin: 0;
	padding: 0;
}

#metanav input.fokus {
	background: #D3EFFF;
	border: 1px solid #2A7DB0;
	color: #222;
}

#searchform {
	float: right;
	margin: 16px 10px 0 0;
}

/* @group Language */

#language, #language li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#language {
	float: right;
}

#language li {
	display: inline;
	float: left;
	font-size: 1.0em;
	line-height: 1em;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 1px;
	background: url(images/nav_spacer.png) no-repeat left bottom;
}

#language a {
	display: block;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: white;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group Footer */

#footer {
	padding: 6px 0;
	color: #333;
	background: url(images/line_dashed-blue.gif) repeat-x left top;
	font-size: 10px;
	text-align: center;
	width: 960px;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Tags */

ul, li {
	list-style-type: square;
}

ul, ol {
	margin: 0 0 1em 0.5em;
}

li {
	margin-left: 0.8em;
}

ul ul, ol ol {
	margin: 0 0 1em 1em;
}

table {
	border-collapse: collapse;
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	width: auto;
}

th, td {
	vertical-align: top;
	text-align: left;
	padding: 3px;
	white-space: normal;
	border: 1px solid #ccc;
}

th {
	white-space: nowrap;
}

/* @end */

/* @group Inhaltsbereich */

#main {
	padding-top: 238px;
}

#main p {
	margin: 0 0 1em 0;
}

/* @group col1 */

/* @group Sidemenu */

dl#sidemenu {
	width: 220px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
}

dl#sidemenu dt {
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
	background: #dcdcdc url(images/line_dashed-white.gif) repeat-x 0 bottom;
}

dl#sidemenu a {
	color: #FFF;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
}

dl#sidemenu dt.selected {
	background-image: none;
}

#sidemenu dd {
	margin: 0;
	padding: 0;
}

dl#sidemenu a:focus {
	outline: none;
}

dl#sidemenu dd img {
	float: left;
	background: #dcdcdc url(images/line_dashed-white.gif) repeat-x 0 bottom;
	padding-bottom: 1px;
	border: none;
}

/* @end */

#col1 {
	float: right;
	width: 220px;
	padding-bottom: 30px;
}

.shortcuts {
	background: #2A7DB0;
	font-size: 20px;
	color: white;
	font-weight: normal;
}

#col1_content .shortcuts a {
	color: white;
}

#col1_content .shortcuts a:hover {
	text-decoration: none;
	color: #f2f2f2;
}

#col1_content .shortcuts ul li {
	padding-left: 10px;
}

/* @end */

/* @group col3 */

#col3 {
	width: auto;
	margin: 0 220px 0 10px;
	padding-bottom: 30px;
	border-right: #2A7DB0 1px solid;
	min-height: 500px;
}

#col3_content {
	margin: 20px 20px 0 0;
	color: #4F5559;
}

#col3_content h3 {
	color: #E2001A;
	font-size: 25px;
	margin: 10px 0 5px;
}

#col3_content a {
	color: #CD0921;
	text-decoration: none;
}

#col3_content table a {
	color: #4F5559;
}

#col3_content a:hover {
	text-decoration: underline;
}

#col3_content h4 {
	font-size: 16px;
	margin: 1.5em 0 .7em 0;
}

#col3_content h5 {
	font-size: 14px;
	margin: 0.8 0 .6em 0;
}

#col3_content p, #col3_content table, #col3_content ul {
	font-size: 1em;
}

#col3_content ul {
	margin: 1em 0 1em 10px;
}

#col3_content table *, #col3_content ul * {
	font-size: 1em;
}

/* @end */

/* @group Klassen */

.keinUmbruch {
	white-space: nowrap !important;
}

/* @end */

/* @group News */

.news-list-date {
	font-size: 12px;
	float: right;
	font-weight: normal;
}

hr.clearer {
	clear: right;
	height: 1px;
	border: 1px solid #FAFAFA;
}

.news-list-category {
	font-size: 10px;
}

.news-list-item {
	padding: 20px 0;
}

#col3_content .news-list-item h4 a {
	color: #4F5559;
}

#col3_content .news-list-item h4 {
	margin: .1em 0pt 0.7em;
}

.news-list-morelink {
	margin-bottom: 3px;
}

.news-list-item img, .news-single-img img {
	float: right;
	border: 1px solid #999999;
	margin-left: 10px;
}

.news-single-timedata {
	float: right;
}

/* @group Archiv */

#col3_content div.news-amenu-container h3 {
	margin: 10px 0 0 0;
}

.news-amenu-container li,#col3_content .news-amenu-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#col3_content .news-amenu-container li.news-amenu-item-year {
	font-weight: bold;
	font-size: 15px;
	margin: 15px 0 0 0;
}

/* @end */

/* @end */

/* @group Newsticker */

#newsticker_header a {
	background: url(images/news.png) no-repeat;
	height: 31px;
	display: block;
	width: 100%;
}

#newsticker_header span {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}

#newsticker_container {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #f2f2f2 url(images/line_dashed-blue.gif) repeat-x center bottom;
}

#newsticker {
	position: absolute;
	top: 0;
	left: 0;
}

#newsticker li, #newsticker {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
}

#newsticker a {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 6px 5px 6px 10px;
	font-weight: bold;
	line-height: 1em;
	font-size: 12px;
}

#newsticker span.date, #newsticker span.cat {
	font-size: 11px;
	color: #444;
	display: block;
	font-weight: normal;
	float: right;
}

#newsticker span.cat {
	float: left;
}

#newsticker span.txt {
	float: left;
	width: 100%;
}

#newsticker a:hover {
	color: #CD0921;
}

#newsticker li {
	background: url(images/line_dashed-blue.gif) repeat-x center bottom;
	height: 40px;
}

/* @end */

/* @group Overview */

#col3_content ul.legende {
	width: 100%;
	margin: 1em 0 2em 0;
	padding: 0;
	float: right;
}

#col3_content .legende li {
	margin: 0;
	padding: 2px 35px 2px 40px;
	background-repeat: no-repeat;
	list-style: none;
	background-position: right center;
	text-align: right;
	float: right;
}

.praxis {
	background-image: url(images/overview/praxis.gif);
}

.klinik {
	background-image: url(images/overview/klinik.gif);
}

.dental {
	background-image: url(images/overview/dental.gif);
}

.legende .klinik {
	background-image: url(images/overview/L-klinik.gif);
}

.legende .dental {
	background-image: url(images/overview/L-dental.gif);
}

#col3_content ul.overview, #col3_content .overview li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#col3_content .overview a {
	color: #222;
	display: block;
	padding: 3px 5px;
	border: 1px solid #999;
	margin-top: -1px;
	background-repeat: no-repeat;
	background-position: right center;
}

#col3_content .overview a:hover {
	text-decoration: none;
	color: black;
	background-color: #dcdcdc;
}

.overview .praxis_klinik {
	background-image: url(images/overview/praxis_klinik.gif);
}

.overview .praxis_dental {
	background-image: url(images/overview/praxis_dental.gif);
}

.overview .praxis_klinik_dental {
	background-image: url(images/overview/praxis_klinik_dental.gif);
}

.overview .klinik_dental {
	background-image: url(images/overview/klinik_dental.gif);
}

/* @end */

/* @group Sitemap */

#sitemap a {
	color: #4F5559;
}

#sitemap li {
	list-style: none;
	margin: 0 0 20px 0;
}

#sitemap li li {
	border: none;
	margin: 0;
	list-style: square;
}

#sitemap li ul {
	margin: 0 0 1em 1.5em;
}

#sitemap a.main {
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #ccc;
}

#sitemap a.main:hover {
	text-decoration: none;
	border-bottom: 1px solid #999;
}

/* @end */

/* @group T3-spezifisch */

/* @group Input Felder */

.tx-powermail-pi1 input.powermail_text,
.tx-powermail-pi1 textarea {
	width: 300px;
}

input#user,input#pass {
	width: 200px;
}

.tx-indexedsearch input.sword {
	width: 150px;
}

input,textarea {
	border: 1px solid #999;
	margin: 0;
	padding: 1px;
	-webkit-border-radius: 3px;
}

textarea {
	font: 12px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#main input.powermail_submit,
input.tx-srfeuserregister-pi1-submit,
input.submit {
	margin-top: 1.5em;
	color: #222;
	background-color: #e7e7e7;
	border: 1px solid #999;
	padding: 2px 15px;
	width: auto;
	clear: both;
	font-size: 12px;
}

input.checkbox, input.powermail_check, input.tx-srfeuserregister-pi1-checkbox,
input.radio, input.powermail_radio, input.tx-srfeuserregister-pi1-radio {
	border: none;
	background-color: transparent;
}

/* @end */

/* @group Register */
#main input.tx-srfeuserregister-pi1-submit {
	margin: 0;
}
.tx-srfeuserregister-pi1 dt {
	text-align: left;
	font-weight: normal;
	padding: 0 0 0.3em 0;
	float: left;
	width: 100%;
	clear: both;
}

#main .tx-srfeuserregister-pi1 dd {
	padding-bottom: 1.3em;
	float: left;
	width: 100%;
	clear: both;
}

#main .tx-srfeuserregister-pi1-multiple-checkboxes dd {
	padding: 0 5px 0.2em 0;
	clear: right;
	width: auto;
}

#main .tx-srfeuserregister-pi1-multiple-checkboxes dt {
	width: auto;
	padding: 0 5px 0.2em 0;
	display: inline;
	clear: left;
}

#main .tx-srfeuserregister-pi1-multiple-checkboxes {
	padding: 0.5em 0 1em 0;
	float: left;
	width: 100%;
}


.tx-srfeuserregister-pi1-notice {
	font-style: italic;
	margin-bottom: 1em;
}

.tx-srfeuserregister-pi1-trash {
	margin-bottom: 2em;
}

.tx-srfeuserregister-pi1 label span, .tx-srfeuserregister-pi1-error {
	color: #900000;
}

.tx-srfeuserregister-pi1 input.password, input.tx-srfeuserregister-pi1-password {
	margin-right: 1em;
}

.tx-srfeuserregister-pi1-delete-icon {
	margin-left: 1em;
	background-color: transparent;
}

.tx-srfeuserregister-pi1-delete-icon:hover {
	cursor: pointer;
}

.tx-srfeuserregister-pi1 dl, .tx-srfeuserregister-pi1 dd {
	padding: 0;
	margin: 0;
}

.tx-srfeuserregister-pi1 ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes {
	list-style-type: none;
}

.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li {
	margin: 0 0 .3em 0;
	padding: 0;
}

.tx-srfeuserregister-pi1-captcha-response {
	display: none;
}

.tx-felogin-pi1 div, .tx-srfeuserregister-pi1 {
	margin-bottom: 1em;
	line-height: 1em;
}

.tx-felogin-pi1 label {
	width: 100%;
}
/* @end */

/* @group Bilder */

.csc-textpic-imagerow {
	margin-bottom: 10px;
}

#main .csc-textpic-caption {
	font-size: 11px;
	font-style: italic;
	margin-top: 0.5em;
}

.csc-textpic h3 {
	overflow: hidden;
}

#main div.csc-textpic-intext-right-nowrap div.csc-textpic-imagewrap {
	clear: none;
}

/* @end */

/* @group Text */

.csc-firstHeader {
	margin-top: 0em;
}

.filelinks div {
	padding-bottom: 3px;
}

/* @end */

/* @group Tabelle */

#main table p {
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
}

.contenttable {
	width: 100%;
}

.contenttable-1 {
	width: auto;
}

.contenttable-2 th,.contenttable-2 td {
	width: 50%;
}

.contenttable-3 th, .contenttable-3 td {
	width: 25%;
}

.tr-0 th {
	white-space: normal;
}

.tr-even {
	background: #efefef;
}

.td-0 {
	border-left: none;
	font-weight: bold;
}

.td-last {
	border-right: none;
}

/* @end */

/* @group Suchresultat */

.tx-indexedsearch ul.browsebox {
	margin: 1em 0 1em 0;
	padding: 0;
}

.tx-indexedsearch ul.browsebox li {
	display: inline;
	margin-right: 2em;
	margin-left: 0;
}

.tx-indexedsearch .tx-indexedsearch-whatis {
	margin-top: 10px;
	margin-bottom: 5px;
}

.tx-indexedsearch .tx-indexedsearch-whatis .tx-indexedsearch-sw {
	font-weight: bold;
	font-style: italic;
}

.tx-indexedsearch .tx-indexedsearch-noresults {
	text-align: center;
	font-weight: bold;
}

.csc-sword, .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
	color: #AC1715;
	font-weight: bold;
}

.suchbox label {
	margin: .5em 1em 0 0;
}

#main .suchresultat {
	display: block;
	border-top: #555 1px solid;
	padding: 0em;
	margin-bottom: 1em;
	padding-top: 1em;
	width: 500px;
}

.suchresultat .noResume {
	color: #666666;
}

#col3_content .suchresultat  h3 {
	width: 100%;
	font-size: 14px;
}

.suchresultat  h3 img {
	float: right;
}

.suchresultat  p {
	width: 100%;
}

/* @end */

/* @group Mailform */

/* @group Powermail */

/* @group Tabs */

#main ul#tabs {
	float: left;
	width: 100%;
	list-style: none;
	background: url(../../images/solid-ccc.gif) repeat-x bottom;
	line-height: 0;
	padding: 0;
	margin: 0 0 2em 0;
	clear: both;
	display: block;
}

#main #tabs li {
	list-style: none;
	line-height: normal;
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	white-space: nowrap;
}

#main #tabs a {
	float: left;
	display: block;
	margin: 0 3px 0 0;
	color: #222;
	display: block;
	text-decoration: none;
	border: #ccc solid 1px;
	border-bottom: none;
	padding: 5px 10px 3px 10px;
	white-space: nowrap;
	width: auto;
}

#main #tabs a.active-tab {
	color: #222;
	background: #FFF !important;
}

/* @end */


.tx-powermail-pi1 {
	float: left;
	width: 100%;
	margin: 0 0 2em 0;
}

/* @group tabelle */

#main .tx-powermail-pi1 table.powermail_all {
	width: auto;
}

#main .tx-powermail-pi1 table.powermail_all td {
	width: auto;
	padding-right: 20px;
}

/* @end */


.powermail_check_inner {
	margin-bottom: 0.5em;
}

.tx_powermail_pi1_fieldwrap_html {
	float: left;
	clear: both;
	width: 100%;
	margin: 0.5em 0;
	font-size: 12px;
}

input.validation-failed,
textarea.validation-failed {
	border-color: #E24E23;
}

.dynFormErrorMessage {
	color: #CD0921;
	display: block;
}

.tx-powermail-pi1 fieldset {
	margin-bottom: 2em;
	width: 350px;
	border: none;
	float: left;
}

textarea {
	font: 12px Arial, "Lucida Grande", Lucida, Verdana, sans-serif;
}

.tx_powermail_pi1_fieldwrap_html_radio, tx_powermail_pi1_fieldwrap_html_check {
	line-height: 1em;
}

.tx_powermail_pi1_fieldwrap_html_radio input {
	margin-right: 3px;
}

.powermail_radio_inner {
	display: block;
	float: left;
	width: 100%;
	margin: 0 0 0.5em 0;
}

.tx_powermail_pi1_fieldwrap_html_check input {
	margin-right: 5px;
}

.tx_powermail_pi1_fieldwrap_html_radio label,
.tx_powermail_pi1_fieldwrap_html_check label {
	width: auto;
	float: none;
	font-size: 1em;
	margin: 0 0 0 5px;
	display: inline;
}

legend {
	text-transform: uppercase;
	font-weight: bold;
	color: #333;
	font-size: 19px;
	margin: 0;
	padding: 0 0 0.2em 10px;
	display: none;
}

label,
.tx_powermail_pi1_fieldwrap_html_radio_title {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 1em;
}

.tx-powermail-pi1 legend {
	padding: 0 0 .5em 0;
}

.tx-powermail-pi1 img.calendarImg {
	position: relative;
	top: 3px;
}

.tx_powermail_pi1_fieldwrap_html_check {
	float: left;
	width: 100%;
}

#main .tx_powermail_pi1_fieldwrap_html_check p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
	float: left;
	width: 100%;
	margin: 1em 0 0.5em 0;
	font-size: 1em;
}

.powermail_mandatory {
	color: #CD0921;
}

.validation-failed {
	border-color: #CD0921;
}

input.tx_powermail_pi1_submitmultiple_forward, input.tx_powermail_pi1_submitmultiple_back {
	float: left;
	color: #222;
	background-color: #e7e7e7;
	border: 1px solid #999;
	padding: 2px 5px;
	font-size: 11px;
	margin-right: 2em;
}

.tx_powermail_pi1_fieldwrap_html_check label {
	font-size: 1em;
	float: none;
	width: auto;
	margin: 0;
}

div.calendar {
	z-index: 100;
}

.powermail_pagebrowser {
	text-align: right;
	width: 370px;
	margin: 0;
	padding: 0;
}

/* @end */

fieldset {
	padding: 0;
	border: none;
	margin: 0;
}

.formu {
	width: 100%;
	padding: 0;
}

.radiolayout {
	width: 100%;
	padding: 1em 0;
	line-height: 1.5em;
}

.checklayout {
	padding: 0 0 1em 0;
	width: 100%;
}

.checklayout label {
	float: none;
}

.mf-text, .mf-input {
	margin-bottom: 5px;
	width: 300px;
}

.mf-check, .mf-radio {
	border: 0;
}

.mf-submit {
	margin-top: 1em;
	color: #222;
	background-color: #e7e7e7;
	border: 1px solid #999;
	padding: 2px 5px;
}

/* @end */



/* @end */



/* @end */

}