body {
	margin: 0px;
	font-family: Arial, sans-serif;
	background-image: url(/images/tiles-bg.gif);
	background-color: darkred;
}

div,table {
	font-size: 10pt;
}

a {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
	color: red;
}

.outerTable {
	width: 100%;
	height: 100%;
}

.centerCell {
	width: 800px;
	height: 600px;
	border: solid 1px black;
}

.centerTable {
	width: 100%;
	height: 100%;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-attatchment: fixed;
	background-position: bottom;
	background-color: rgb(252, 253, 173);
}

.titleCell {
	height: 100px;
	vertical-align: top;
	background-image: url(/images/photo-bar.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 1px solid black;
}

.menuCell {
	width: 200px;
	vertical-align: top;
}

.menuItem {
	border: 0px;
	padding-bottom: 2px;
}

.contentCell {
	width: 575px;
}

.content {
	width: 555px;
	height: 480px;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: top;
	text-align: justify;
	overflow: auto;
}

.contentHeader {
	font-size: 24pt;
	font-weight: bolder;
}

.contentHeaderUnderline {
	width: 400px;
	height: 10px;
	border-top: 1px solid black;
}

.stairsIcon {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

.cvjmLogo {
	height: 16px;
	border: 0px;
	vertical-align: bottom;
}

.linkIcon {
	height: 20px;
	border: 0px;
	vertical-align: bottom;
}

.bottomBar {
	border-top: 1px solid black;
	text-align: center;
	font-size: 8pt;
}

/********************************************************************************
* Wir ueber uns
********************************************************************************/
.aboutUsPhotoBox {
	border: 1px solid gray;
	width: 160px;
	margin: 0px;
	border-spacing: 0px;
}

.aboutUsPhoto {
	width: 160px;
	border: none;
}

.aboutUsAccount {
	border: 1px solid black;
	padding-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
}

/********************************************************************************
* Atmosphäre
********************************************************************************/
.atmoImage {
	position: absolute;
	width: 204px;
	border: 1px solid gray;
	background-color: rgb(252, 253, 173)
}

.atmoImageSmall {
	position: absolute;
	width: 104px;
	border: 1px solid gray;
	background-color: rgb(252, 253, 173)
}

/********************************************************************************
* Getraenkekarte
********************************************************************************/
.menuCategory {
	border-top: 1px dotted black;
	margin-top: 10px;
}

.menuTitle {
	width: 100%;
	font-size: 16pt;
	border-bottom: 1px dotted black;
}

.menuEntry {
	
}

.menuEntryWithDescription {
	padding-bottom: 10px;
}

.menuEntryDescription {
	font-size: 9pt;
}

.menuPriceType {
	text-decoration: underline;
	text-align: center;
	vertical-align: top;
}

.menuPrice {
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
}

.menuEntryPrice {
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
}

.menuAdditive {
	font-size: smaller;
}

/********************************************************************************
* Programm
********************************************************************************/
.programmTable {
	border-spacing: 0px;
}

.programmEntry {
	vertical-align: top;
	border-bottom: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 5px;
}

.programmIcon {
	width: 80px;
	margin-right: 10px;
}

/********************************************************************************
* Fotos
********************************************************************************/
.fotoTable {
	width: 100%;
}

.fotoCell {
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	height: 180px;
}

.fotoFullCell {
	border: 1px solid black;
	text-align: center;
	vertical-align: middle;
	height: 400;
}

.fotoEntry {
	border: 1px solid black;
}

/********************************************************************************
* Blog
********************************************************************************/
.blogEntry {
	
}

.blogEntryTitle {
	font-weight: bolder;
}

/********************************************************************************
* Presse
********************************************************************************/
.pressTable {
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}

.pressEntry {
	vertical-align: top;
	border-bottom: 1px solid gray;
	padding-top: 5px;
	padding-bottom: 5px;
}

/********************************************************************************
* Impressum
********************************************************************************/
.blueLink {
	color: blue;
	text-decoration: underline;
}
