/**********************************
* Body
**********************************/

body {
	width: 830px;
	margin: auto;
	font-size: 75%;
	line-height: 1.5;
	background-color: #c8beb7;
}

* {
	font-family: verdana, sans-serif;
	color: #222;
}

h1 {
	color: #6c5353;
}

h2 {
	color: #6c5353;
}

h3 {
	color: #6c5353;
}

h4 {
	color: #6c5353;
}

h5 {
	color: #6c5353;
}

h6 {
	color: #6c5353;
}

/*********************************
* Bilder
*********************************/

.example-image-link {
  display: inline-block;
  margin: 0 10px 20px 10px;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid #c8beb7;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}


.example-image-link:hover {
  border: 4px solid #6c5353;
}



/*********************************
* Kopf
*********************************/

#kopf {
	margin-top: 65px;
	background-color: #6c5353;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;	
}

#logo {
	float: left;
	position: absolute;
	top: 10px;

}

#key-visual {
	background-color: white;
}

.float-ende {
	clear: both;
}

.spacer-1 {
	float: right;
	min-width: 100px;
	min-height: 20px;
}

/*********************************
* Inhalt
*********************************/

#inhalt {
	margin-top: 10px;
	background-color: #917c6f;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
}

#page {
	float: right;
	background-color: white;
}

#content {
	margin: 15px;
	min-height: 150px;
}


/********************************
* Fuss
********************************/

#copyright {
	margin-top: 20px;
}

/*******************************
* Navigation
*******************************/

#menu {
	float: right;
	min-height: 35px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	background-color: #6c5353;
}

#menu ul {
  	list-style-type:none;
  	list-style-image:none;
  	margin:0px;
  	padding:0px;
}



#menu ul li {
	float:left;
	position: relative;
	padding: 10px 10px 10px 10px;
	border-left: 2px solid white;
	color: white;
}

#menu ul li a {
	text-decoration: none;
	color: white;
}


#menu li.topmenu ul li{
	border-left: 0px solid white;
	padding: 0px 0px 0px 0px;
}

.topmenu a {
  	float:left;
  	width:110px;
  	text-align:center;
}



.topmenu ul{
  	display:none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
}

.topmenu a, .submenu a{
  padding:1px 5px;
  border:1px solid #6c5353;
  border-collapse:collapse;
  color: #6c5353;
  font-weight:bold;
  text-decoration:none;
  background-color: #c8beb7;
  margin:0;  
}

.submenu a{
  font-size:12px;
  width:110px;
  position:relative;
  clear:both; /* special IE6 */
}

#menu a:hover, .topmenu.on a {
  	color: #6c5353;
  	background-color: white !important;
}

.topmenu:hover ul {
  display:block;  
  z-index:500;
}

/**************************************
*		Fuss
**************************************/

#fuss {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
	background-color: #6c5353;
	font-weight: bold;
	font-size: 12px;
	color: white;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;	
}

#fuss a {
	color: white;
	text-decoration: none;
}