html,body{
  background-color: #666666;
  font: 1em "Arial";
}

#page{
  width: 1024px;
  height: 756px;
  margin: 0 auto;
}

#topnav{
	float: left;
	margin: 0;
	background-color: #999999;
	width: 1024px;
	padding: 0 0 .5em 0;
}

#topnav li{
	display: inline;
	padding: 0 1em;
	font-size: 115%;
}

#topnav li a{
  color: black;
  text-decoration: none;
  padding: 4px;
}

#topnav li a:hover{
	border: 2px solid #666666;
	padding: 2px;
}

div#entry{
	width: 650px;
	margin: 0 auto;
	text-align: center;
	padding-top: 50px;
}

div#entry-links{
	margin-top: 4.5em;
	padding: 0 1.5em;
}

div#entry-links a{
	color: #000000;
}

div#entry-links img{
	padding-right: .5em;
}

table.entry{
	width: 400px;
	margin: 0 auto;
}

img.lang{
	float: right;
	border: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 5px;
	right: 10px;
}

table.entry a{
	color: black;
	font-weight: bold;
}

td.left{
	text-align: left;
}

td.right{
	text-align: right;
}

div#index-right{
	width: 600px;
	height: 450px;
	margin-top: 50px;
	position: relative;
	float: right;
}

div#index-right img{
	float: left;
	position: relative;
	margin: 0 0 1.5em -2em;
}

div#index-text{
	float: left;
	position: relative;
	padding: .5em;
	width: 475px;
	height: 280px;
	overflow-y: auto;
	background: url(../images/transparent.png) top right repeat;
}

div#index-text p{
	color: black;
	font-size: 90%;
	z-index: 20;
}

div#index-gallery{
	float: left;
	position: relative;
	margin: 1em 0 0 0;
}

div#index-gallery h1{
	font-size: 2em;
	margin: 0;
}

div#index-gallery ul{
	margin: 0 0 0 2em;
	padding: 0;
}

div#index-gallery li{
	display: inline;
}

div#index-gallery img{
	margin: .25em 0 0 1em;
	border: none;
	display: inline;
}

div#contact{
	float: left;
	position: relative;
	margin: 5em 0 0 4em;
	padding: .5em;
	width: 450px;
	height: 430px;
	overflow-y: auto;
	background: url(../images/transparent.png) top right repeat;
}

div#contact h2{
	font-size: 130%;
	margin: 0;
	text-align: center;
}

div#contact h2 a{
	color: black;
}

div#galerie{
	float: left;
	position: relative;
	margin: 3em 0 0 2em;
	width: 1000px;
}

div#galerie h1{
	text-decoration: underline;
	font-size: 2em;
	margin: 0 0 0 1em;
}

div#galerie p{
	margin: 1em 2em;
}

div#galerie ul{
	height: 540px;
	overflow-y: auto;
	width: auto;
	padding: 0;
	list-style-type: none;
}

div#galerie li{
	display: inline;
	width: auto;
}

div#galerie img{
	margin: .5em;
	border: none;
	display: inline;
}

div#impressum{
	float: right;
	position: relative;
	margin: 5em 3em 0 0;
	padding: 1em;
	width: 490px;
	height: 520px;
	overflow-y: auto;
	background: url(../images/transparent.png) top right repeat;
}

div#impressum h1{
	font-size: 150%;
	text-align: center;
	margin: 1em 0;
	text-decoration: underline;
}

div#impressum h2{
	font-size: 110%;
	margin: 0;
}

div#links{
	float: left;
	position: relative;
	margin: 5em 0 0 5em;
	padding: 1em;
	width: 500px;
	height: 330px;
	overflow-y: auto;
	background: url(../images/transparent.png) top right repeat;
}

div#links h1{
	font-size: 200%;
	text-align: center;
	margin-bottom: 1em;
	text-decoration: underline;
}

div#links a{
	text-align: center;
	color: black;
}

div#links img{
	border: none;
}

.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

#container{
	float: left;
	margin-top: 60px;
	width: 700px;
}
#container ul{
	list-style: none;
	list-style-position: outside;
}
#container ul.menu li{
	float: left;
	margin-right: 5px;
	margin-bottom: -1px;
}
#container ul.menu li{
	font-size: .8em;
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #FFFFFF;
	margin-bottom: -1px;
	border: 1px solid #d0ccc9;
	border-width: 1px 1px 1px 1px;
	position: relative;
	color: #898989;
	cursor: pointer;
}
#container ul.menu li.active{
	background: #fff;
	top: 1px;
	border-bottom: 0;
	color: #000000;
}

.content{
	margin: 0 auto;
	background: url(../images/transparent.png) top right repeat;
	border: 1px solid #d0ccc9;
	text-align: left;
	padding: 20px;
	font-size: 1em;
	width: 578px;
	height: 450px;
	overflow-y: auto;
}
.content h1{
	font-size: 2em;
	margin: 0;
}

.content p{
	font-size: 1em;
}

.content li{
	list-style-type: square;
}

.content.schwarz{
	display: block;
}
.content.weiss{
	display: none;
}

.content.pink{
	display: none;
}
.content.individuell{
	display: none;
}
.content.tabus{
	display: none;
}
