/***************************************************
   HTML Element Styles
 ***************************************************/

body {
	margin: 0;
	text-align: center;
	font: 0.7em/170% verdana, arial, sans-serif;
	color: #333333;
	background-image: url(../images/htgrd.jpg);
	background-repeat: repeat-x;
	background-color: #b9cee1;
}

p {
	padding-top: 15px !important;
	padding-top: 3px;
	padding-bottom: 15px !important;
	padding-bottom: 3px;
}


a {
	color: #FFFFFF;
	text-decoration: underline;
}

preis {
font-family: Georgia, "Times New Roman", Times, serif;
font-size:120%;
	color: #FFFFFF;
	font-weight:bold;

	}


a:hover {
	color: #222222;
	text-decoration: none;
}
img {
	border:none;
}


h1 {
	clear: both;
	margin: 50px 0 10px;
	color: #FFFFFF;
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 200;
	border-bottom: dashed #ebebeb 1px;
	padding-bottom: 5px;
}
#sideBar h1 {
	text-align: right;
}





/***************************************************
  Layout Element Styles
 ***************************************************/



#header {

	background-color: #333333;
	height: 50px;
	width: 920px;
margin: 0 auto;
	text-align: left;
	
}

#menu {
  width: 800px;
  text-align: left;  
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
	display: inline;
	float: left;
padding-left:30px !important;
padding-left:25px;	
padding-top: 17px;
	list-style: none;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  color: #222;
}

/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/

#rahmen {
	clear: both;
	width: 920px;
	margin: 0 auto;
	text-align: left;
	
}

#content {
	clear: both;
	width: 920px;
	margin: 0 auto;
	text-align: left;
	
}

#text {
	float: left;

	width: 400px !important;
	width: 451px;
	padding: 10px 20px 0px 30px !important;
	padding: 20px 30px 0px 20px;
}

#image { float: left; width: 280px; vertical-align: top; }

.thumbnail{

	padding: 3px 3px 1px 3px;

	background-color: #fff;

	border: 1px solid #ccc;

	float: left;

	margin: 5px;


	}
.galerie{
	margin-bottom: 20px;
	float: left;
		}	

#sideBar {
	float: right;
	width: 145px !important;
	width: 170px;
	padding: 20px 20px 20px 5px;
}


/***************************************************
 Sidemenu Styles
 ***************************************************/

.sideMenu { margin-top: 30px; padding: 10px 0; }

.sideMenu a {
	display: block;
	text-align: left;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	border-bottom: dashed #ebebeb 1px;
	margin-bottom: 3px;
}

.besucht { color:#000000 }


/***************************************************
 Footer
 ***************************************************/

#footer {
	clear: both;
	color: #fff;
	float: left;
	width: 900px;
	margin: 0;
	text-align: left;
	font-size: 90%;
	padding-left: 30px;
	border-top: dashed #fff 1px;
}

#footer p {
	color: #000;
	text-align: right;
}

#footer a {
  color: #888;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}



/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  padding: 5px 5px 5px 0;
}

img.right {
  padding: 5px 0 5px 5px;
}

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

