/*
#4790b9
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
}

hr {
  color: #cdba98;
  background-color: #cdba98;
  height: 1px;
  border: 1px;
  margin: 12px 0;
}

img { border: 0; }

.clearer { clear: both; }

#pagewrapper {
	width: 850px;
	margin: 10px auto;
	padding: 1px;
	border: 2px solid #eee;
}

#pagetop { margin-bottom: 2px; }

#logo {
	float: left;
	width: 180px;
	height: 87px;
	background-color: #cdba98;
/*	background: url(../images/tanzstelle.png);*/
}

#logo a.subline {
	display: block;
	font-size: 9px;
	text-align: center;
	color: #000;
	text-decoration: none;
}

#topbar {
	float: left;
	width: 668px;
	height: 87px;
	margin-left: 2px;
	background-color: #cdba98;
/*	background: url(../images/top-bg.png);*/
}

#navigation {
	float: left;
	font-size: 12px;
	text-align: center;
	color: #fff;
	width: 180px;
	background-color: #cdba98;
	padding-top: 10px;
}

#navigation a {
	display: block;
	text-align: center;
	color: #fff;
/*	background-color: #4388af;*/
	text-decoration: none;
	padding: 2px;
	margin-bottom: 6px;
}

#navigation a:hover {
	text-decoration: underline;
}

#navigation a.a {
	color: #000;
	background-color: #fff;
}

#copyright {
	margin-top: 320px;
	margin-bottom: 4px;
}

#codeinfo a {
	display: inline;
}

#codeinfo a:hover {
	text-decoration: none;
	color: #4388af;
	background-color: #fff;
}

#content {
	float: left;
	width: 640px;
	margin: 30px 0 30px 30px;
	font-size: 12px;
	line-height: 24px;
}

#content p {
	margin-bottom: 24px;
}

#content h1 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 6px;
}

#content h1.flow {
	clear: both;
	text-align: left;
}

#content h2 { 
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 48px;
}

#content h3 {}

#content h4 {}

#content h5 {}

#content h6 {}

#content li {
	list-style-position: inside;
}

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

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

img.border {
	border: 1px solid black;
}

a.slideshow {
	float: left;
	display: block;
	width: 136px;
	height: 136px;
	text-align: center;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #eee;
}

a.portrait {
	padding-top: 8px;
}

a.landscape {
	height: 116px;
	padding-top: 28px;
	overflow: hidden;
}
#message {
	margin: 16px;
	font-size: 16px;
/*	background-color: #fc0;*/
	color: #fff;
	padding: 8px;
	border: 1px solid #fff;
}