@charset "utf-8";

/* 1. Reset
-------------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	font: 12px/1.4em Arial, Helvetica, Verdana, sans-serif normal;
	/*font: 14px/18px "Times New Roman", Times, serif normal;*/
}
html,
body {
	width: 100%;
	height: 100%;
}
body {
	font-size: 12px;
	background: #d9d6d6 url(../img/bg-body.jpg) 0 0 repeat-x;
	color: #666;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: inherit;
	color: #666;
}
a:hover,
a:focus {
	text-decoration: underline;
}
h1 {
	font-size: 1.2em !important;
	margin: 0 0 1em 0;
	font-weight: bold;
	font: 18px/18px "Times New Roman", Times, serif normal;
}
h2 {
	font-size: 1.2em;
	margin: 0 0 1em 0;
	font-weight: bold;
	font: 15px/15px "Times New Roman", Times, serif normal;
}
h3,
h4,
h5 {
	font-size: 1em;
	margin: 0 0 0.5em 0;
	font: 15px/15px "Times New Roman", Times, serif normal;
}
p {
	margin: 0 0 1.2em 0 !important;
}
ul,
ol {
	margin: 0 0 1em 0;
}
ul ul,
ol ol {
	margin: 0;
}
strong {
	font-weight: bold;
}


/* 2. Layout
-------------------------------------------------------------------------------- */
#wrap {
	width: 100%;
	height: 100%;
	/*background: url(../img/bg-wrap.png) 0 0 repeat-x;*/
}
#outer {
	width: 100%;
	margin: 0 auto;
	background: url(../img/bg-body.jpg) top center no-repeat;
}
#inner {
	width: 980px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 159px;
	background: url(../img/bg-header-2.png) no-repeat;
	padding: 42px 10px 0 10px;
}
#header,
#header * {
	font: 15px/15px "Times New Roman", Times, serif normal;
}
#header img.logo {
	float: left;
}
#subheader {
	clear: both;
	height: 226px;
	/*background: url(../img/fachkurhaus.jpg) 0 0 no-repeat !important;*/
	position: relative;
}
#subheader h1 {
	position: absolute;
	left: 10px;
	top: 0;
}

div.background {
	background: url(../img/fachkurhaus.jpg) 0 0 no-repeat !important;
}

div.background img {
	/*padding-left: 10px !important;*/
}

div.flash {
	margin-left: 10px;
}
#wrap #subheader {
	background: url(../img/bg-subheader.jpg) top center no-repeat;
}
#wrap.start #subheader {
	background: url(../img/bg-subheader-2.jpg) -1px 0 no-repeat;
}
#wrap.start #subheader h1 {
	left: 30px;
}
#content {
	background: url(../img/bg-content.png) repeat-y;
	padding: 35px 20px 35px 350px;
}
#wrap.start #content {
	padding: 20px 0 20px 32px;
}
#wrap.start .col {
	float: left;
	width: 220px;
	margin: 0 13px 0 0;
}
#left {
	float: left;
	margin: 0 0 0 -340px;
	width: 308px;	
}
#right div.indent {
	border-bottom: 1px dotted #a6b4ce;
	padding: 10px 30px 10px 10px;
	margin: 0 0 10px 0;
}
#right div.indentNoBorder {
	padding: 0px 30px 10px 10px;
	margin: 0 0 10px -20px !important;
	float: left;
	clear: both;
}

div.tip {
float: left; 
display: inline;
margin-left: -30px !important;
}

div.tip li {
list-style-type: none !important;
float: left;
}

div.tip li a {
cursor: pointer !important;
color: #C0C0C0 !important;
margin-left: 8px !important;
background: url(../img/bullet-nav-2.png) left center no-repeat !important;
padding-left: 8px !important;
}

div.indentNoBorder {
	padding: 0px 30px 10px 10px;
	margin: 0 0 10px -20px !important;
	float: left;
		clear: both;
}

div.indentNoBorder span {
cursor: pointer !important;
color: #C0C0C0 !important;
margin-left: 10px !important;
float: left;
}
/* rechts zweispaltig */
#right .twoColumns {
	padding-left: 390px;
}
#right .twoColumns .colLeft {
	width: 340px;
	float: left;
	margin: 0 0 0 -380px;
}
#right .twoColumns .colRight{
	float: right;
}
/* Boxen */
.box {
	width: 221px;
	color: #52717e;
	margin-bottom: 10px;
}
.box .top {
	background: url(../img/box-top.png);
	height: 7px;
	overflow: hidden;
}
.box .middle {
	background: url(../img/box-middle.png);
	padding: 5px 12px;
}
.box .bottom {
	background: url(../img/box-bottom.png);
	height: 7px;
	overflow: hidden;
}

/* Box mit Überschrift */
.boxWithHeader {
	width: 220px;	
}
.boxWithHeader h2 {
	background: #2d4e8c url(../img/bg-boxWithHeader-header.png) 0 0 no-repeat;
	color: #f0f0f0 !important;
	font: 15px/15px "Times New Roman", Times, serif normal;
	padding: 9px 12px;
	min-height: 30px;
	margin: 0;
	letter-spacing: 1px !important;
	line-height: 105% !important;
	font-weight: bold !important;
}
.boxWithHeader h2 a {	color: #f0f0f0 !important;
	font: 15px/15px "Times New Roman", Times, serif normal;
	margin: 0;
	letter-spacing: 1px !important;
	line-height: 105% !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

.boxWithHeader .middle {
	background: url(../img/bg-boxWithHeader-middle.png);
	padding: 15px 15px 0px 15px;
	height: 85px;
	color: #345490;
	position: relative;
}
.boxWithHeader .bottom {
	background: url(../img/bg-boxWithHeader-bottom.png) left bottom no-repeat;
	padding: 0px 15px 10px 15px;
}
.boxWithHeader .bottom a {
	font: 15px/15px "Times New Roman", Times, serif normal;
	color: #466296;
	font-weight: bold !important;
	padding-right: 20px;
	background: url(../img/bullet-continue.png) right 3px no-repeat;	
}

.boxWithHeader .middle a {
	color: #466296;
	font-weight: normal !important;
	padding-left: 17px;
}



.boxWithHeader .bottom a img {
	position: relative;
	top: 2px;
}

#startBottom {
	position: relative;
	clear: both;
	border-top: 10px solid #fff;
	margin: 15px 0 0 0;
	width: 920px;
	height: 151px;
	background: url(../img/bg-start-bottom.png) top center no-repeat;
	color: #666;
}

#startBottom .boxLeft {
	border-right:1px dotted #224486;
	float:left;
height: 110px;
margin: 10px 0 0 20px;
padding-bottom: 10px;
width: 410px;
}

#startBottom .boxRight {
	float: left;
	height: 110px;
	margin: 10px 30px 0 40px;
width: 320px;
}
#startBottom h2 {
	font: 15px/15px "Times New Roman", Times, serif normal;
	color: #466296;
	font-weight: bold !important;
}
#startBottom ul {
	list-style-type: none;
}
#startBottom li {
	padding: 0 0 0 25px;
	margin: 0 0 0.8em 0;
	background: url(../img/bullet-blue.png) left center no-repeat;
}
#startBottom .btnContinue {
	position: absolute;
	right: 41px;
	bottom: 17px;
}
#footer {
	background: url(../img/bg-footer.png) 0 0 no-repeat;
	width: 100%;
	text-align: center;
	padding: 25px 10px;
	color: #fff;
	font-size: 0.95em;
}


/* 3. Navigation
-------------------------------------------------------------------------------- */
/* Hauptnavi oben */
#header .navi {
	float: right;
	margin: 0 0 0 0;
}
#header .navi ul,
#subheader .navi ul {
	list-style-type: none;
}
#header .navi li {
	display: inline;
}
#header ul a {
	float: left;
	height: 67px;
	cursor: pointer;
}
#header ul a:hover,
#header ul a:focus,
#header ul a.active {
	color: #fff;
	background: url(../img/nav-1-center.png) repeat-x;
	text-decoration: none !important;
}
#header ul a span {
	float: left;
	height: 62px;
}
#header ul a span span {
	color: #234586;
	font-weight: bold !important;
	font-size: 1.1em;
	border-left: 1px dotted #234586;
	padding: 40px 20px 0 5px;
	height: 22px;
}
#header ul a:hover span,
#header ul a:focus span,
#header ul a.active span {
	background: url(../img/nav-1-left.png) 0 0 no-repeat;
	height: 67px;	
	border: none;
}
#header ul a:hover span span,
#header ul a:focus span span,
#header ul a.active span span {
	background: url(../img/nav-1-right.png) top right no-repeat;
	color: #fff;
	border-left: none;
	margin: 0 -1px 0 1px;
	padding: 40px 21px 0 5px;
}
#header ul li.last a:hover span span,
#header ul li.last a:focus span span,
#header ul li.last a.active span span {
	background: url(../img/nav-1-right-last.png) top right no-repeat;
	margin: 0 0 0 1px;
	padding: 40px 20px 0 5px;
}

/* Buttons Subheader */
#subheader .navi {
	position: absolute;
	top: 11px;
	right: 28px;
}
#subheader .navi li,
.csc-textpic {
	padding: 0 0 3px 0;
}

/*
#subheader .navi .csc-textpic-imagerow {
	margin-top: 8px !important;
}
*/


/* Reiter Subheader */
#subheader .navi2 {
	position: absolute;
	left: 10px;
	bottom: 0;
}
#subheader .navi2 ul {
	list-style-type: none;
	margin: 0 0 0 19px;
}
#subheader .navi2 li {
	float: left;
	margin: 0 5px 0 0;
}
#subheader .navi2 a span {
	float: left;
	background: url(../img/navi-2-left-out.png) 0 0 no-repeat;
	padding: 0 0 0 6px;
	height: 35px;
	font: 15px/15px "Times New Roman", Times, serif normal;
	color: #466296;
}
#subheader .navi2 a span span {
	float: left;
	background: url(../img/navi-2-right-out.png) right top no-repeat;
	padding: 0 6px 0 0;
	height: 35px;
}
#subheader .navi2 a span span span {
	float: left;
	background: url(../img/navi-2-middle-out.png) 0 0 repeat-x;
	height: 35px;
	padding: 10px 5px;
}
#subheader .navi2 a.active span,
#subheader .navi2 a:hover span,
#subheader .navi2 a:focus span {
	background: url(../img/navi-2-left.png) 0 0 no-repeat;
}
#subheader .navi2 a.active span span,
#subheader .navi2 a:hover span span,
#subheader .navi2 a:focus span span {
	background: url(../img/navi-2-right.png) right top no-repeat;
}
#subheader .navi2 a.active span span span,
#subheader .navi2 a:hover span span span,
#subheader .navi2 a:focus span span span{
	background: url(../img/navi-2-middle.png) 0 0 repeat-x;
	color: #fff;
}


/* Hauptnavi links */
/* 1. Ebene */
#left ul {
	list-style-type: none;
	color: #e2007a;
	font-size: 1.2em;
	border-top: 1px dotted #a6b4ce;
}
#left ul a {
	display: block;
	border-bottom: 1px dotted #a6b4ce;
	padding: 6px 10px 7px 30px;
	text-decoration: none !important;
	font: 15px/15px "Times New Roman", Times, serif normal;
	color: #204385;
}
#left ul li.active a,
#left ul a:hover,
#left ul a:focus {
	background: url(../img/bullet-nav-1.png) 12px center no-repeat;
	font-weight: bold;
}
#left ul li.active ul a {
	background: none;
	font-weight: normal;
}

/* 2. Ebene */
#left ul ul {
	font-size: 0.9em;
	border-top: none;
	border-bottom: 1px dotted #a6b4ce;
	background: #ebebeb;
	padding: 5px 0;
}
#left ul ul a {
	border: none;
	padding-left: 60px;
	font: 12px/12px Arial, Helvetica, sans-serif normal;
}
#left ul ul li.active a,
#left ul ul li a:hover,
#left ul ul li a:focus {
	background: url(../img/bullet-nav-2.png) 50px center no-repeat;
	font-weight: bold;
}


/* 3. Ebene */
#left ul ul ul {
	font-size: 0.9em;
	border-top: none;
	/*background: #ccecf9;*/
	padding: 5px 0;
	border-bottom: none !important;
}
#left ul ul ul  a {
	border: none;
	padding-left: 70px;
	font-weight: normal !important;
	background: url(../img/bullet-nav-2.png) 60px center no-repeat !important;
}
#left ul ul ul li.active a,
#left ul ul ul li a:hover,
#left ul ul ul li a:focus {
	background: url(../img/bullet-nav-2.png) 60px center no-repeat !important;
	font-weight: bold !important;
	
}


/* Fußzeile */
#footer ul li {
	display: inline;
}
#footer ul a {
	color: #204385;
	background: url(../img/bullet-footer.png) left center no-repeat;
	padding: 0 0 0 8px;
	margin: 0 3px;
}

#footer p {
	color: #204385 !important;
}


/* 4. Formulare
-------------------------------------------------------------------------------- 
div.tx_powermail_pi1_fieldwrap_html {
margin: 8px 0 !important;
padding-top: 5px !important;
}

div.tx-powermail-pi1 fieldset {
border: none !important;
}

div.tx-powermail-pi1 form {
	margin: 0 0 30px 0;
}
div.tx-powermail-pi1 label {
	float: left;
	width: 100px;
	margin: 0 5px 0 0;
}
div.tx-powermail-pi1 input.text {
	float: left;
	width: 150px;
	margin: 0 5px 0 0;
	padding: 1px;
	border: 1px solid #ccc;
}
div.tx-powermail-pi1 textarea {
	float: left;
	width: 430px;
	padding: 1px;
	border: 1px solid #ccc;
	overflow: auto;
}

div.odd, div.even, div.tx_powermail_pi1_fieldwrap_html_label * {
	padding-top: 10px !important;
	font-weight: strong !important;
}
input.text:focus,
textarea:focus {
	border-color: #E2007A;
}
button {
	border: none;
	background: #fff url(../img/bullet-nav-1.png) right center no-repeat;
	padding: 0 14px 0 0;
	margin: 0 30px 0 0;
	color: #e2007a;
	cursor: pointer;
}

div#powermaildiv_uid6 {
clear: both;
padding-top: 10px !important,
}
*/

/* 4. Formulare
-------------------------------------------------------------------------------- */
form {
	margin: 0 0 30px 0;
}
label {
	float: left;
	width: 90px;
	margin: 0 5px 0 0;
}
.copy_first {
	width: auto !important;
	text-align: left !Important;
	padding-top: 8px !important;
}
.copy {
	width: auto !important;
	text-align: left !Important;
	padding-top: 5px !important;
}
input.text {
	float: left;
	width: 140px;
	margin: 0 5px 0 0;
	padding: 1px;
	border: 1px solid #ccc;
}
textarea {
	float: left;
	width: 421px;
	padding: 1px;
	border: 1px solid #ccc;
	overflow: auto;
	margin-bottom: 20px !important;
}
input.text:focus,
textarea:focus {
	border-color: #1c4486;
}
button {
	border: none;
	background: #fff url(../img/bullet-nav-1.png) right center no-repeat;
	padding: 0 14px 0 0;
	margin: 0 30px 0 0;
	color: #1c4486;
	cursor: pointer;
}
div.row {
	margin: 0 0 10px 0;
}
div.buttonRow {
	clear: both;
	padding: 0 0 0 100px;
}
div.spacer {
	width: 100%;
	height: 5px;
	overflow: hidden;
	background: green;
}


/* Buchungsformular 
****************************************/

form#buchung fieldset { border: none; color: #333 !important; }

form#buchung label {
width: 100px !important;
float: left;
}

form#buchung input.text {
	float: left;
	width: 180px;
	margin: 0 5px 0 0;
	padding: 1px;
	border: 1px solid #ccc;
}

form#buchung div.tx_powermail_pi1_fieldwrap_html {
clear: left;
margin: 10px 0px;
display: block;
}

form#buchung #powermaildiv_uid14, form#buchung #powermaildiv_uid3 {
margin-top: 20px !important;
}

form#buchung #powermaildiv_uid15, form#buchung #powermaildiv_uid16, form#buchung #powermaildiv_uid6 {
margin-top: 10px !important;
}

form#buchung div#powermaildiv_uid14 label, form#buchung div#powermaildiv_uid15 label, form#buchung div#powermaildiv_uid16 label {
width: 500px !important;
}

div#powermaildiv_uid13 {
margin-top: 50px !important;
}

form#buchung div.powermail_check_inner, form#buchung div.powermail_radio_inner {
clear: left;
width: 530px !important;
}

form#buchung div.powermail_check_inner input, form#buchung div.powermail_radio_inner input {
float: left;
margin-top: 6px !important;
}

 form#buchung div.powermail_check_inner label, form#buchung div.powermail_radio_inner label {
float: right;
margin-top: 5px !important;
width: 510px !important;
}

form#buchung .tx_powermail_pi1_fieldwrap_html_textarea {
margin-top: 50px !important;
}

/**********
div.tx_powermail_pi1_fieldwrap_html {
    margin: 0 10px 10px 10px;
}

div.tx_powermail_pi1_fieldwrap_html_textarea * {
margin-top: 20px;
}
**********/

div.powermail_check_inner {
margin-top: 10px;
}

legend {font-weight:bold; margin:0 10px; display: none;}

p.tx_powermail_pi1_fieldwrap_html_checkbox_title {
font-weight: bold !important;
margin-bottom: -3px !important;}

p.tx_powermail_pi1_fieldwrap_html_radio_title {
font-weight: bold !important;
padding-top: 20px !important;
margin-bottom: -2px !important;}

input.submit {
	border: none;
	background: #fff url(../img/bullet-nav-1.png) right center no-repeat;
	padding: 0 14px 0 0;
	margin: 10px 30px 0 0;
	color: #1c4486;
	cursor: pointer;
}


/* 5. Content
-------------------------------------------------------------------------------- */
.btnRight {
	float: right;
	margin: -0.5em 0 0.5em 30px;
}
.icon {
	display: block;
	padding: 0 0 0 24px;
	margin: 0 0 3px 0;
}
.icon img {
	float: left;
	margin: 0 0 0 -24px;
}

div#right h2, div#right h1 {
	color: #224486!important;
	font-weight: bold !important;
}

/* Sonstiges
-------------------------------------------------------------------------------- */
 .clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
. clearLeft {
	clear: left;
}
/* Print/Bookmarklink(s) 
#right .btnPrint,
#right .btnBookmark {
	cursor: pointer;
	color: #204385;
	margin: 0 1em 0 0;
}
.btnPrint,
.btnBookmark {
	cursor: pointer;
	color: #f0b2d1;
	margin: 0 1em 0 0;
}
*/

.bulletBlue {
	background: url(../img/bullet-nav-2.png) left center no-repeat;
	padding: 0 0 0 8px;
}
.spaceRigth {
	margin-right: 12px !important;
}


/* Icons
--------------------------------------------*/

#right a {
	background: url(../img/seeblick_interner_link.png) 0 0 no-repeat;
	padding-left: 19px;
	margin: 4px 0 0 0;
	color: #234586;
}

#right div.middle a  {
	background: none !important;
	padding-left: 0 !important;
}

a.external-link-new-window, a.external-link {
	background: url(../img/seeblick_externer_link.png) 0 0 no-repeat !important;
}

.csc-textpic-image a {
	background: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
}

.csc-textpic-text ul li {
	list-style-type: none;
	background: url(../img/seeblick_aufzaehlung.png) 0 1px no-repeat;
	padding-left: 19px;
	margin: 4px 0 0 0;
}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
height:1%;
overflow:auto;
padding-left: 0 !important;
}

div#right ol li {
	list-style-type: none;
	background: url(../img/seeblick_haekchen.png) 0 1px no-repeat;
	padding-left: 19px;
	margin: 4px 0 0 0;
}

div#right ul li {
	list-style-type: none;
	background: url(../img/seeblick_aufzaehlung.png) 0 1px no-repeat;
	padding-left: 19px;
	margin: 4px 0 0 0;
}

div#right b {
	font-weight: bold;
}


a.mail {
	background: url(../img/seeblick_mail.png) 0 0 no-repeat !important;
}

a.download {
	background: url(../img/seeblick_download.png) 0 0 no-repeat !important;
}

span.detail a.download {
	background: url(../img/seeblick_pdf.png) 0 0 no-repeat !important;
	padding: 1px;
}

a.pdf {
	background: url(../img/seeblick_pdf.png) 0 0 no-repeat !important;
	padding: 1px;
}

a.mail img, a.download img, a.internal-link img, a.external-link img {
	display: none;
}

a.internal-link i img {
	display: inline !important;
}

i a.internal-link {background: none !important; padding-left: 5px !important;}

a.no-icon {background: none !important; padding-left: 0 !important;}

ul li img {
	padding-top: 5px !important;
}


/* TYPO3
****************/

div.csc-frame-rulerAfter {
	border-bottom: 1px dotted #a6b4ce;;
	margin-bottom: 14px;
}

div.tx-irfaq-pi1 {
margin-bottom: 20px;
}

div.csc-textpic-left img {
padding-left: 10px !important;
}

/***************************************
*        Friend                         *
***************************************/
.friend_tpl h1
{
     margin:0 0 2px 0;
     padding:0;
}

.friend_tpl p
{
     margin:0;
     padding:3px 0 4px 0;
}

.friend_tpl label
{
    display:block;
    width: 140px;
    float:left;
    font-size:1.05em;
}

.friend_tpl label img
{
   border:1px solid gray;
}

.input_friend
{
                margin:0 0 2px 0;
                padding:0;
                height: 17px;
                border:1px solid gray;
}

/* RTE */

img.test2 {
float: left;
padding-right: 5px;
}


td.zelleGrau {
	background-color: #ebebeb;
	coor: #4a669c;
}

td.zelleBlau {
	background-color: #4c689d;
	color: #fff;
}

td.zentriert {
text-align: center !Important;
vertical-align: center !important;
}

td.oben-links {
text-align: left !Important;
vertical-align: top !important;
padding-top: 4px !important;
}

td.oben-links ol, td.oben-links ol li {
padding-top: 0px !important;
margin: 0px !important;
}

td.unten-links {
text-align: left !Important;
vertical-align: bottom !important;
padding-bottom: 0 !important;
}

td p {
margin: 0 !important;
padding: 0 !important;
}


td {
padding: 5px;
}