/* browsers interpret margin and padding a little differently, we'll remove all default padding and margins and set them later on */
* {
	margin: 0;
	padding: 0;
}
/*Set initial font styles*/
body {
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 75.01%;
	line-height: 1em;
}
/*set font size for all divs, this overrides some body rules*/
div {
	font-size: 1em;
}
/*if img is inside "a" it would have borders, we don't want that*/
img {
	border: 0;
}
/*default link styles*/
/* set all links to have underline and bluish color */
a, a:link a:active {
	text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
	background-color: inherit;
	color: #778718;
}
a:visited {
	text-decoration: underline;
	background-color: inherit;
	color: #778718;
/* a different color can be used for visited links */
}
/* remove underline on hover and change color */
a:hover {
	text-decoration: none;
	background-color: inherit;
	color: #4d5904;
}
/*****************basic layout *****************/
body {
	margin: 0;
	padding: 0;
/* default text color for entire site*/
	color: #000000;
/* you can set your own image and background color here */
	background-color: #596518;
}

div#bodywrapper {
/* min max width, IE wont understand these, so we will use java script magic in the <head> */
	max-width: 1200px;
	min-width: 1200px;
/* now that width is set this centers wrapper */
	margin: 0 auto;
	background-color: #8e9a44;
        
        background-position: top;
        background-repeat: no-repeat;
	color: black;
        position: absolute;
        border-bottom: 1px dotted #ffffff;
        border-left: 1px dotted #ffffff;
        border-right: 1px dotted #ffffff;

}

div#blase {
        width: 1150px;
        height: 810px;
        position: relative;
        margin-top: 40px;
        margin-left: 27px;
        background-image: url(https://www.ferienhaus-seelisberg.ch/uploads/images/curve_new.png);
        background-repeat: no-repeat;
}

div#logo {
        padding-top: 33px;
        padding-left: 33px;
}

div#col1 {
        width: 142px;
        margin-left: -27px;
        float: left;
}

div#col2 {
        width: 590px;
        float: left;
}

div#col3 {
        float: left;
        padding-top: 150px;
        padding-left: 30px;
        width: 410px;
}

div#menu {
        padding-top: 165px;
}

#menu li {
        list-style: none;
        height: 33px;
        color: #bd082e;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        text-align: right;
}

#menu li a {
        color: #ffffff;
        text-decoration: none;
}

#menu li a:hover {
        color: #505c06;
        text-decoration: none;
}

#menu li.navi_56 {
        padding-right: 11px;
}

#menu li.navi_64 {
        padding-right: 14px;
}
#menu li#navi_64 {
        padding-right: 14px;
}

#menu li#navi_56 {
        padding-right: 11px;
}

#menu li.navi_57 {
        padding-right: 17px;
}

#menu li#navi_57 {
        padding-right: 17px;
}

#menu li.navi_58 {
        padding-right: 22px;
}

#menu li#navi_58 {
        padding-right: 22px;
}

#menu li.navi_59 {
        padding-right: 19px;
}

#menu li#navi_59 {
        padding-right: 19px;
}

#menu li.navi_60 {
        padding-right: 13px;
}

#menu li#navi_60 {
        padding-right: 13px;
}

#menu li.navi_61 {
        padding-right: 4px;
}

#menu li#navi_61 {
        padding-right: 4px;
}

div#content {
        padding-top: 55px;
        padding-left: 130px;
}

h1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        color: #395c14;
        padding-bottom: 30px;
}

div#maintext {
        width: 350px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #303030;
        line-height: 16px;
}

div#float-calendar {
       float: left;
       padding: 10px;
       margin-right: 20px;
       margin-bottom: 20px;
       height: 125px;
       background-color: #e8f6c4;
}

.contactform input {
        background-color: #e8f6c4;
        border: none;
        height: 20px;
        width: 210px;
        padding-top: 3px;
}

.contactinput {
        padding-top: 6px;
}

.contactinput input {
        margin-top: -10px;
}

.contactform textarea {
        background-color: #e8f6c4;
        border: none;
        height: 40px;
        width: 210px;
        padding-top: 3px;
}

.contactinput textarea {
        margin-top: -10px;
}

.checkbox {
        margin-top: 10px;
}

.contactform input.fbsubmit, #cntnt01fbrp_submit {
        background-image: url(https://www.ferienhaus-seelisberg.ch/uploads/images/absenden.jpg);
        width: 98px;
        height: 22px;
        cursor: pointer;
        margin-top: 5px;
        text-indents: -1000px;
}

.contactform td { padding-top: 10px;}

.gallery .img a {border: 5px solid white !important;}

.calendar-next, .calendar-prev {display: none;}

/* Stylesheet: ferienhaus Modified On 2017-07-13 23:50:17 */
/*
Example stylesheet for Calendar module

For using this "big"-class insert something like this in your page
or template;

{cms_module module='Calendar'}

*/



/* make all links red */
.calendar tr td a
{
  color: red;
background-colors: #ffffcc;
}

/* highlight "today" for the small calendar */
.calendar-today
{
  font-weight: bold;
}

/* display the "upcominglist" as one line per entry (assuming default class and id names) */
#cal-upcominglist .calendar-date-title
,#cal-upcominglist .calendar-summary-title
{
  display: none;
}

#cal-upcominglist h2
,#cal-upcominglist .calendar-date
,#cal-upcominglist .calendar-summary
{
  display: inline;
  margin-right: 5px;
}

/* tidy up text sizes for lists */
#cal-list h1, #cal-upcominglist h1
{
  color: red;
  font-size: 120%;
}
#cal-list h2, cal-upcominglist h2
{
  font-size: 110%;
}

/** large calendar rules (assuming default class and id names) **/
/* border on for #cal-calendar */
#cal-calendar{
  margin: 0px;
  border-collapse:    collapse;
  border: 1px solid #2b4f08;
}

/* nice squares for the #cal-calendar table */
#cal-calendar th
{
  borders: 1px solid black;
  padding: 3px;
  width: 10px;

}

#cal-calendar td {
  border: 1px solid #2b4f08;
  vertical-align: top;
  paddings: 3px;
  height: 13px;
  width: 16px;
font-size: 80%;

}

.tageszelle {
background-color: #f8ce3d;
padding: 1px;
color: red;
}

/* format summaries nicely in #cal-calendar */
#cal-calendar ul
{
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
}

#cal-calendar li
{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* background colours for #cal-calendar */
#cal-calendar td
{
  background-color: #cce4b4;
}

#cal-calendar .calendar-day
{
  background-color: #80ff80;
}

#cal-calendar .calendar-today
{
  font-weight: normal;
  background-color: #8080ff;
}

.calendar-event .calendar-date-title,
.calendar-event .calendar-summary-title,
.calendar-event .calendar-details-title
{
  display: none;
}

.calendar-month {
padding-bottom: 5px;
font-weight: bold;
}
/* Stylesheet: CSS-Beispiel für den Kalender v1.2.2 Modified On 2009-09-19 21:38:27 */
