@charset "utf-8";
/* CSS Document */


/**
 * 
 * @section Body
 */


html, body	
	body {
	margin:0;
	padding:0;
	background-color: #333333;
	color:#CCCCCC;
	font-family: "Modern No. 20";
	font-weight: bold;

				 }
/**
 * Regeln für besondere Bereiche
*/

/**
 * 
 * @section Kopfbereich
 */
 
div#head {
	height:130px; 
	width:1000px; 
	border-style:solid; 
	border-color:hidden;	
}

#logo {
	position:absolute;
	left:700px;
	width:300px;
	height:80px;
	border-style:hidden;
	
}

#hauptmenu{
	position:absolute;
	height: 100px;
	width: 600px;
	border-color: #00FF00;
	border-width: 15px;
	border-style:hidden;

}

#head h1 {
	margin: 20px 0px 0px 0px;
	padding: 0;
	font-size: xx-large;
	text-align: center;
}


#head h2 {
	margin: 0;
	padding: 0;
	font-size: medium;
	text-align: center;
}



/**
 * @section Hauptbereich
 */
div#main {
	position:absolute;
	width: 960px;
	min-height:650px;
	background-image: url(./background.jpg);
	background-repeat: repeat;
	font-weight: normal;
	font-size: large;
	border-style:solid; 
	border-color:hidden;
	color:black;
	padding:20px;
	
}


#galerie_index {
	position:absolute;
	top: 20px;
	left: 75px;
	width: 850px;
	height:750px;
	border-style:none;
	border-color:hidden;

 }

#slideshow {
	position:absolute;
	top: 20px;
	left: 75px;
	width: 850px;
	height:650px;

 }

 #galerie_menu {
	position:absolute;
	top: 625px;
	left: 50px;

 }
 
div#impressum {
	color: #000000;
	background: white;
	width: 960px;
	position: absolute;
	background-image: url(./background.jpg);
	background-repeat: repeat;
	font-weight: normal;
	font-size: large;
	min-height: 650px;
	padding: 20px;
	border-style:solid; 
	border-color:hidden;
}

/**
 * @section Listen
 */
ul, ol { margin: 1em 0 1em 2em; }

li { margin: 0 0 .5em 0; }

dt {
  color: #3C6331;
  background-color: white;
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0;
  margin: 1.5em 0 .5em 0;
}


/**
 * @section Hauptmenü
 */
#head ul {
	position: relative;
	bottom: 0px;
	right: 15px;
	margin: 0;
	font-family: "Modern No. 20";
	font-variant: small-caps;
	top: 80px;
}
#head ul li {
  float: left;
  list-style: none;
  margin: 0 0 0 8px;
}
#head ul a,
#head ul strong {
  color: #352545;
  background: #FBFBFB; /* url(images/nav_bg.gif) bottom left repeat-x;*/
  display: block;
  padding: .8em;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
}
#head ul a:hover,
#head ul a:focus,
#head ul a:active,
#head ul strong {
	color: #FFFFFF; /*url(images/nav_bg_hover.gif) bottom left repeat-x; */
	background-color: #CC9933;
}

/**
 * @section Menu Galerie
 */
#galerie_menu ul {
	position: relative;
	bottom: 0px;
	right: 15px;
	margin: 0;
	font-family: "Modern No. 20";
	font-variant: small-caps;
	
}
#galerie_menu ul li {
  float: left;
  list-style: none;
  margin: 0 0 0 8px;
  border:solid;
}
#galerie_menu ul a,
#galerie_menu ul strong {
	color: #352545;
	/*	background: #FBFBFB;  url(images/nav_bg.gif) bottom left repeat-x;*/
	display: block;
	padding: 0.8em;
	text-decoration: none;
	font-weight: bold;
	background-color: #CCCCCC;
}
#galerie_menu ul a:hover,
#galerie_menu ul a:focus,
#galerie_menu ul a:active,
#galerie_menu ul strong {
	color:#3333CC; /*url(images/nav_bg_hover.gif) bottom left repeat-x; */
	background-color: #CCCCCC;
}
