/*
Harmony:SQUARE
  Color 1
        R = 46, G = 146, B = 77
       C = 39%, M = 0%, Y = 27%, K = 43%
       HTML = #2E924D
  Color 2
        R = 42, G = 10, B = 134
       C = 36%, M = 49%, Y = 0%, K = 47%
       HTML = #2A0A86
  Color 3
        R = 170, G = 20, B = 26
       C = 0%, M = 59%, Y = 56%, K = 33%
       HTML = #AA141A
  Color 4
        R = 206, G = 160, B = 50
       C = 0%, M = 18%, Y = 61%, K = 19%
       HTML = #CEA032
	  
	  


Harmony:RECTANGLE (in use)
  Color 1
        R = 46, G = 146, B = 77
       C = 39%, M = 0%, Y = 27%, K = 43%
       HTML = #2E924D
  Color 2
        R = 9, G = 18, B = 157
       C = 58%, M = 55%, Y = 0%, K = 38%
       HTML = #09129D
  Color 3
        R = 170, G = 20, B = 26
       C = 0%, M = 59%, Y = 56%, K = 33%
       HTML = #AA141A
  Color 4
        R = 196, G = 111, B = 39
       C = 0%, M = 33%, Y = 62%, K = 23%
       HTML = #C46F27
*/

body {
	font-family: ARIAL;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

div {
	position: relative;
	border: 0px solid black;
	background-repeat: no-repeat;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: rgb(170,20,26);
}

h2 {
	color: rgb(170,20,26);
}

h5 {
	font-size: 11px;
	font-weight: normal;
}

#frame-800{
	width: 780px;
	height: auto;
	min-height: 600px;
	left: 50%;
	margin-left: -390px;
	top: 0px;
}

#header {
	height: 110px;
	background-image: url(../img/header.png);
}

#mid {
	height: auto;
	min-height: 410px;
	background-image: url(../img/midBg.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	border: 1px solid rgb(9,18,157);
	border-top: 0px;
	border-bottom: 0px;
}

*+html #mid{
	border: 0px;
}

#top {
	height: 17px;
	background-image: url(../img/path.png);
	padding-left: 10px;
	background-repeat: no-repeat;
}

#content {
	width: 617px;
	height: auto;
	padding-left: 15px;
	padding-right: 8px;
	padding-top: 0px;
	float: right;
	background-image: url(../img/cat-sitting.png);
	background-repeat: no-repeat;
	background-position: 9px 4px;
}

#path {
	height: 20px;
	padding-left: 20px;
	color: rgb(0,0,0);
	border: 1px solid rgb(9,18,157);
	border-top: 0px;
	border-bottom: 0px;
	line-height: 30px;
	color: rgb(9,18,157);
	font-size: 11px;
	background-image: url(../img/pathBg.png);
	background-position: left;
	background-repeat: no-repeat;
}

*+html #path{
	border: 0px;
}

.path {
	background-image: url(../img/pathSpacer.png);
	background-position: right;
	padding-right: 8px;
	margin-right: 5px;
	background-repeat: no-repeat;
	color: rgb(9,18,157);
}

#path a {
	color: rgb(0,0,0);
	font-style: italic;
	font-size: 12px;
}

#contentBox {
	border: 1px solid rgb(9,18,157);
	height: auto;
	min-height: 350px;
	margin-top: 20px;
	width: 580px;
	padding: 5px;
	background-image: url(../img/contentBoxBg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	float: left;
}

#contentBox p {
	background-image: url(../img/pBg.png);
	background-repeat: repeat;
}

#right {
	height: 350px;
	padding-left: 10px;
	margin-top: 20px;
	width: 150px;
	border: 0px solid blue;
	overflow: auto;
}

#showRight {
	border: 0px solid blue;
	margin-left: 480px;
}

#menu {
	width: 140px;
	height: auto;
	padding-top: 4px;
	left: 10px;
}

.navi {
	font-size: 10px;
	text-decoration: underline;
	margin-left: 8px;
}

.entryBox , .entryBoxActive, .entryBoxSingleActive{
	display: block;
	list-style-type: none;
	padding-left: 12px;
	margin: 0px;
	margin-top: 1px;
	height: auto;
	min-height: 20px;
	width: 128px;
	background-image: url(../img/entryBox.png);
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	font-size: 13px;
	cursor: pointer;
	font-weight: bold;
	line-height: 20px;
}

.entryBox a {
	color: white !important;
	display: block;
	width: 115px;
}

.entryBox:hover, .entryBoxSingleActive {
	font-weight: bold;
	background-image: url(../img/entryBoxHover.png);
}

.entryBox:hover  a{
	color: rgb(9,18,157) !important;
}

.entryBoxActive {
	background-image: url(../img/entryBoxActive.png) !important;
	background-position: top center;
	font-weight: bold;
	color: rgb(8,28,170);
}

.entryBoxActive a {
	color: rgb(255,255,255);
	display: block;
}

.entry, .entryFirst, .entryActive, .entryFirstActive{
	display: block;
	padding-left: 3px;
	margin-left: -6px;
	width: 124px;
	height: 22px;
	line-height: 22px;
	text-indent: 3px;
	font-size: 12px;
	background-image: url(../img/entry.png);
	background-position: center;
	background-repeat: no-repeat;
	font-weight: normal;
}

.entry a , .entryFirst a, .entryActive a, .entryFirstActive a{
	color: black;
	display: block;
	width: 115px;
}

.entry:hover, .entryActive {
	background-image: url(../img/entryHover.png);
}

.entryFirst:hover, .entryFirstActive {
	background-image: url(../img/entryFirstHover.png);
}

.entry:hover a, .entryFirst:hover a, .entryFirstActive a, .entryActive a{
	color: white;
}

.activeBottom {
	height: 2px;
	width: 128px;
	margin: 0px;
	margin-left: -6px;
	padding: 0px;
	border: 0px solid black;
	background-image: url(../img/activeBottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: white;
}

*+html .activeBottom{
	height: 22px;
	background-color: transparent;
}

#info {
	left: 16px;
	width: 128px;
	height: 135px;
	margin-top: 10px;
	background-image: url(../img/info.png);
	font-size: 10px;
	border: 0px solid black;
	padding-top: 1px;
	padding-left: 3px;
}

#info p {
	margin-top: 2px;
	margin-bottom: 2px;
}

#info div {
	font-size: 10px !important;
}

.infoHighlight {
	color: black/*rgb(8,28,170)*/;
	font-weight: bold;
	/*text-decoration: underline;*/
}

#footer {
	height: 35px;
	width: 780px;
	line-height: 35px;
	clear: right;
	background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	color: black;
}

#footerText {
	margin-left: 325px;
}

#ie6 {
	display: none;
}

.indent {
	text-indent: 15px;
}

.align-center {
	text-align: center;
}

.clear {
	clear: both;
}

.newBookingData {
	width: 580px !important;
}

.bookedWeekend, .bookedDay {
	background-image: none !important;
	background-color: red !important;
	color: white;
}

.overbookedDay {
	background-color: black !important;
	color: white;
}

.endWeekend {
	background-color: rgb(153,204,102);
}

.availableFlat {
	background-color: rgb(46,146,77) !important;
	color: black;
}

.nextVacantPeriod {
	background-color: rgb(255,255,255) !important;
	color: rgb(0,0,0) !important;
	border: 1px dotted black;
}

.availabilityInputHeader {
	display: none;
}

#mailformname {
	margin-left: 22px;
	border: 1px inset black;
}
 
#mailformemail {
	margin-left: 20px  !important;
	border: 1px inset black;
}

#mailformeMail {
	margin-left: 24px;
	border: 1px inset black;
}
 
#mailformanliegen {
	margin-left: 8px;
	border: 1px inset black;
 }
 
#mailformanreise, #mailformabreise { 
	border: 1px inset black;
	margin-left: 14px;
}

#mailformtel {
	margin-left: 15px;
	border: 1px inset black;
}

#mailformTel {
	border: 1px inset black;
}

#mailformzimmer {
	border: 1px inset black;
}

.csc-mailform {
	width: 400px;
	background-image: url(../img/mailformBg.png);
	background-repeat: repeat;
}

#mailformformtype_mail {
	margin: 4px;
}

#mailformwt_calculating_captcha {
	width: 60px;
}

#captcha {
	position: absolute;
	left:145px;
	bottom: 15px;
}

#captcha {
	top: 160px\9
}

#mailformaddress {
	margin-left: 10px;
	border: 1px inset black;
}

.errorMessage {
	display: none;
}

.adminBookingListTable {
	width: 580px !important; 
}

.anfahrt {
	width: 580px;
}

.small {
	font-size: 10px;
}

.hidden {
	display: none;
}

.spacer {
	height: 110px ;
}

.csc-textpic-image {
	background-image: url(../img/mailformBg.png);
	background-repeat: repeat;
}

.csc-textpic-caption {
	color: rgb(170,20,26);
}

.contenttable {
	border: 1px solid black;
	background-image: url(../img/mailformBg.png);
	padding: 2px;
}

.contenttable * {
	background: none !important;
	height: -3px;
	margin: 0px;
	width: auto;
}
