@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-weight: 300;
	text-align: right;
	padding-left: 0px;
	padding-right: 5px;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}



.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: inherit;
	display: block;
	margin-right:00;
	max-width:1000px;
	
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}



#title {
	background-color: #000;
	width: 970px;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFCC00;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 14px;
	text-align: right;
}
#body {
	background-color: #000;
	width: 970px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	padding-left:15px;
	padding-right:15px;
	
}
.full {
	display: block;
	width: 100%;
	min-height: 210px;
	position: relative;

}
.tblHeaderGreen {
	background-image: url(images/tblHeaderBG3.png);
	background-repeat: repeat-x;
	border: medium #0C0;

}
.tblHeaderGreenTitle {
	color: #006;
	font-style:oblique;
	font-size:14px;
	
}


.tblHeaderGrey {
	background-image: url(images/tblHeaderBG2.png);
	background-repeat: repeat;
	border: medium #0C0;
	height: 36px;

}
#homeLeft {
	width: 660px;
	float: left;
}
#rightColParties {
	background-image: url(images/concrete.jpg);
	background-repeat: repeat;
	float: right;
	width: 400px;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

	
}
.rightColParties {
	bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#rightColHome {
	background-image: url(images/concrete.jpg);
	background-repeat: repeat;
	float: right;
	width: 300px;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;

	
}
.mapLoc {
	float: right;
}
#colLeft {
	float: left;
	width: 450px;
	max-width: 450px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/concrete.jpg);
	position: relative;
	min-height: 800px;
}
#colRight {
	float: right;
	width: 450px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(images/concrete.jpg);
	min-height: 800px;
}
/* Mobile Layout: 480px and below. */
.frame{
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	float: none;
	width: 1000px;
	font-size: 1em;
}
.gridContainer {
	
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: inherit;
	max-width:1000px;
}
#div1 {
}
.menu {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

.quoteShow {
	background-image: url(images/menu/sideQuote2.png);
	height: 220px;
	width: 75px;
	position: fixed; 
	left: -10px;
	top: 300px;
	
}

.slideshow2 { float:left; height: 205px; width: 552px;  background:none;
	 margin: auto;
	 margin-top: 5px;
	 margin-bottom: 5px;
	}
	
.slideshow1 { float:left; height: 270px; width: 650px;  background:none;
	 margin: auto;
	 margin-top: 5px;
	 margin-bottom: 5px;
	}

.slideshow img { padding: 0px; border: 0px solid #ccc; }

@media only screen and (max-width: 1100px) {
.quoteShow {
	background-image: url(images/menu//booklNow.png);
	background-repeat:no-repeat;
	height: 55px;
	width: 256px;
	position: relative;
	float:right;
	top: 10px;

	
	
}	
	
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: inherit;
	margin-left: auto;
}
#div1 {
}
.menu {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	color: #747474;
}

.menu {

	width: 100%;
	background-image: url(images/menu/bgMenue2.jpg);

}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}



.h2 {color:#F00;}
}
.tblHeaderGreen h2 {
}
