

* {
	font-family: helvetica, arial, sans-serif;
	margin: 0;
}

body > * {
	font-size: 11pt;
}

acronym, .titleTip {
	color: rgb(0,80,80);
	cursor: help;
}


/* ##### Title Bar ##### */

.titleBar {
	background: url("pictures/TitleGrayLight.png") repeat-x;
	width: auto;
	margin-bottom: 0px;
	height: 80px;
}

.titleBar h1 {
	color: rgb(120,120,120);
	font-size: 180%;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
}


/* ##### Menu Bar ##### */

.menuBar li {
	list-style-type: none;
	padding:5px 15px 5px 5px;
	border: 1px solid black;
	background-color: rgb(240,240,240)
}

.menuBar li ul {
	display: none;
	position: absolute;
	top: auto;
	left: auto;
}

.menuBar a[href] {
	color: rgb(0,0,160);
	font-weight: bold;
	text-decoration: none;
}

.menuBar a[href]:hover {
	color: rgb(255,0,0);
}

.menuBar li:hover ul {
	display: block;
}

.menuBar li ul li {
	display: block;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
	width: 180px;
	float: left;
	clear: left;
	padding-right: 20px;
}

.leftSideBar > * {
	margin-bottom: 0.5em;
}

.leftSideBar h1 {
	color: black;
	background: rgb(240,240,240);
	font-size: 130%;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px 0 2px 10px ;
}

.leftSideBar h2 {
	color: rgb(0,0,160);
	background: rgb(240,240,240) url("pictures/MenuGrayLight.png") repeat-x;
	font-size: 120%;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 10px;
	width: 170px;
	height: 32px;
}

.leftSideBar h3 a {
	color: rgb(255,0,0) !important;
}
.leftSideBar h3 {
	color: rgb(255,0,0);
	background: rgb(220,220,220) url("pictures/MenuGray.png") repeat-x;
	font-size: 120%;
	font-weight: bold;
	padding-top: 8px;
	padding-left: 10px;
	width: 170px;
	height: 32px;
}

.leftSideBar ul {
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	list-style-type: none;
}

.leftSideBar a[href] {
	color: rgb(0,0,160);
	font-weight: bold;
	text-decoration: none;
}

.leftSideBar a[href]:hover {
	color: rgb(255,0,0);
}


/* ##### Right Side Bar ##### */

.rightSideBar {
	width: 12em;
	float: right;
	clear: right;
	padding-left: 2em;
	line-height: 1.5em;
}

.rightSideBar > * {
	margin-bottom: 0.5em;
}

.rightSideBar h1 {
	color: black;
	background-color: transparent;
	font-size: 110%;
	font-weight: bold;
}


.rightSideBar a[href] {
	font-size: 100%;
	color: rgb(0,0,160);
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

.rightSideBar a[href]:hover {
	color: rgb(255,0,0);
}


/* ##### Main region ##### */

.mainRegion {
	color: black;
	background-color: white;
	margin-top: 0;
	padding:0;
	margin-left: 1em;margin-right: 1em;
	line-height: 1.5em;
}
.mainRegion p {
	text-align: justify;
	padding-bottom: 0.3em;
}

.mainRegion h1 {
	background-color: transparent;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5em;
}

.mainRegion h2 {
	background-color: transparent;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5em;
}

.mainRegion h3 {
	background-color: transparent;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5em;
}
/* 
.mainRegion a[href] {
	color: rgb(0,0,255);
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}
*/
.mainRegion a[href]:hover {
	color: rgb(255,0,0);
}

/* ##### Single column mode ##### */

.singleRegion {
	color: black;
	background-color: white;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0;
	padding:0;
}

.singleRegion p {
	text-align: justify;
	padding-bottom: 0.3em;
}

.singleRegion h1 {
	background-color: transparent;
	font-size: 140%;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5em;
}

.singleRegion h2 {
	background-color: transparent;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5em;
}

.singleRegion h3 {
	background-color: transparent;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	padding-bottom: 0.5em;
}

.singleRegion a[href] {
	color: rgb(0,0,255);
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

.singleRegion a[href]:hover {
	color: rgb(255,0,0);
}


/* ##### Footer ##### */

.footer {
	color: black;
	background: rgb(240,240,240) url("pictures/MenuGrayLight.png");
	width: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	font-size: 80%;
	text-align: center;
	clear: both;
	padding-top: 10px;
	height: 30px;
}

.footer a[href] {
	color: rgb(0,0,160);
	text-decoration: none;
}

.footer a[href]:hover {
	color: rgb(255,0,0);
}

/* #### Calendar ##### */
.calender {
	line-height:1.25em;
}
.calender td{
	padding:4px;
	font-size:17px;
	text-align:center;
}
.calender a{
	display:block;
}
.calender a, .calender a:hover, .calender a:active, .calender a:visited, .calender a:link{
	color:black;
	text-decoration:none;
}
.calender thead{
	font-weight:bold;
}
.calender .entry[type="prev_month"], .calender .entry[type="next_month"]{
	background-color:gray;
}
.calender .entry[type="this_month"]{
	background-color:silver;
}
.calender .entry[type="today"]{
	background-color:red !important;
}
.calender .entry a:hover{
	color:black;
}
.calender .entry[highlight]{
	background-color:yellow;
}

/* #### News ##### */

#news .new {
	margin-bottom:20px;
}
#news .new .controls{
	text-align:right;
}
#news .new .title{
	font-size:25px;
	font-weight:bold;
	text-align:center;
}
#news .new .content{
	padding-top:30px;
}

/* #### Guestbook ##### */

.guestbook .gbentry table{
	background-color:silver;
	border:2px gray outset;
}
.guestbook .gbentry {
	margin-bottom:20px;
}
.guestbook .gbentry .controls{
	text-align:right;
}
.guestbook .gbentry .content{
	padding:10px;
}

/* #### Reservations ##### */

.reservations li{
	padding:5px;
	border:1px transparent solid;
	line-height:100%;
}
.reservations li:hover{
	border:1px black solid;
}
.reservations li:hover .controls{
	visibility:visible;
}
.reservations .controls{
	float:right;
	visibility:hidden;
}

/* #### Progressbar ##### */
/* Only width will be altered */
.progressBar{
	margin-bottom:1.5em;
}
.progressBarLeft{
	float:left;
	background-color:green;
}
.progressBarRight{
	float:right;
	background-color:red;
}

/* #### EVENTS #### */

.events{
	margin-bottom:20px;
}
.events ul{
	list-style:none;
	padding-left:0px;
}
.events li{
	margin-bottom:5px;
}

/* #### Galleries #### */
.galleries .gallery .controls{
	visibility:hidden;
}
.galleries .gallery:hover .controls{
	visibility:visible;
}
.galleries .gallery .preview img{
	width:200px;
}
.galleries .gallery{
	border-bottom:2px black solid;
	margin-bottom:20px;
}
.galleries a{
	color:black !important;
	font-style:normal;
}
/* #### Gallery #### */
.gallery .picture{
	margin-bottom:20px;
}
.gallery , .galleries{
	text-align:center;
}
.gallery .comment {
	margin: 0% 10%;
}
/* ####Gallery editing####*/

.edit_gallery #preview{
	width:150px;
}
.edit_gallery .picture{
	border-top:2px black solid;
	padding-top:20px;
}
