html
{
    width: 100%;
}
body
{
    font-family: Arial, sans-serif;
    font-size: 14px;
    background: linear-gradient(#27D4ff,white) fixed;
}
.clear
{
    clear: both;
}
#content
{
    margin: auto;
    width:100%;
    max-width:720px;
    position: relative;
    background-color: white;
}
.topbar
{
    border-bottom: dotted 1px #18829C;
}
.bigtext
{
    font-size: 30px;
    color: #18829C;
    float: left;
    margin: 10px;
}
.menutop
{
    float: right;
    margin-right: 10px;
}
.menu
{
    list-style: none; 
    margin: 23px 0px 0px 0px;
    vertical-align: bottom;
}
.menu li
{
    display: inline;
}
.smallgrayactive
{
    color: #18829c;
    text-decoration: none;
    margin-left: 15px;
}
.smallgray
{
    color: #333333;
    text-decoration: none;
    margin-left: 15px;
}
.smallgray:hover
{
    text-decoration: underline;
    color:#18829C;
}
.footer
{
    text-align: center;
    border-top: solid 1px #333333;
    padding-bottom: 10px;
}

.home
{
    margin: 15px 10px 30px 30px;
}
.slider
{
    width: 100%;
    margin-bottom: 10px;
}
.smallslider
{
    max-width: 350px;    
    float: left;
    margin: 0px 10px 0px 0px;
}
.smallslider img
{
    max-width: 350px;
}
.smallslider.right
{
    float:right;
}
.anfahrt_google
{
    width:660px;
    height: 500px;
}
#message
{
    width: 500px;
    height: 300px;
}
.cateringh2
{
    font-size: 18px;
}
.calendarHeadline
{
    width: 100%;
    text-align: center;
}
.CalendarDayOfWeek,.CalendarDayOfWeekright
{
    width:96px;
    border: solid 1px #333333;
    border-right: none;
    height: 20px;
    text-align: center;
    float: left;
    margin-bottom: 5px;
}
.CalendarDayOfWeekright
{
    border-right: solid 1px #333333;
}
.CalendarDayOfMonth
{
    width:96px;
    border-left: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    height: 144px;
    text-align: center;
    float: left;
    overflow: hidden;
}
.CalendarDayOfMonth.bottom
{
    border-bottom: solid 1px #CCCCCC;
}
.CalendarDayOfMonth.right
{
    border-right: solid 1px #CCCCCC;
}
.CalendarDayOfMonth.gray
{
    background-color: #EEEEEE;
}
#datename
{
    display: inline-block;
    width:200px;
}
.changeCalendar
{
    width:60px;
}
.homeevents
{
    margin-left: 10px;
    width:680px;
}
.contentbig
{
    width:720px !important;
}
.guestbookh1
{
    color:#18829C;
    font-size: 20px;
    
}
td
{
    font-size: 14px;
}
.guestbookmessage
{
    background-color: #F0F0F0;
    border: solid 1px #CCCCCC;
    padding-bottom: 5px;
    min-height: 40px;
}
.guestbookmessageheadline
{
    font-weight: bold;
    margin: 10px 0px;
}
.shadow
{
    box-shadow: 1px 1px 2px 1px #545454;
}
.hrswrapper
{
    position:relative;
    display:inline-block;
}
.hrsiframe
{
    position:relative;
    width:100%;
    min-width:300px;
    min-height:280px;
    display:block;
}
.hrslink
{
    display:table;
    height:50px;
    width:100%;
    background-color:#4d4d4d;
    color:white;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    line-height:16px;
    font-family:Arial;
}

.hrslink span
{
    display:table-cell;
    vertical-align:middle;
    padding:0 10px;    
}

#eviiolink,#eviiolink:visited
{
    margin:15px 0 15px 0;
    display: block;
    background-color: blue;
    color:white;
    width:200px;
    padding: 30px;
    font-size: 16px;
    text-align: center;
    font-weight: bolder;
    border-radius: 5px;
    box-shadow: 3px 3px 2px darkslategray;
}
#eviiolink:hover
{
    background-color: darkblue;
    color:lightgrey;
}
