@charset "UTF-8";
/* CSS Document */
* {margin: 0px;padding: 0px;font-size: 100%;}
a img {border: none;}
a:focus { outline: none; }
body{
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height:18px;
	color: #666;
}
h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #a5a4a3;
	margin-bottom: 12px;
	padding-bottom: 2px;
	font-weight: normal;
	letter-spacing: 2px;
}

#center1 {
	width: 640px;
	height: 660px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -320px;
	margin-top: -430px;
	background-image: url(../images/raumkult_start.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#center2 {
	width: 1458px;
	min-height: 738px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -729px;
	margin-top: -369px;
}
#slideshow {
	padding: 0px 8px;
	background-color: #FFF;
	width: 1440px;
	min-height: 720px;
	border: 1px solid #A5A4A3;
	-moz-box-shadow: 0 0 8px #DDD;
	-webkit-box-shadow: 0 0 8px #DDD;
	box-shadow: 0 0 8px #DDD;	
}
#subline {
	padding-top: 8px;
	text-align: center;
}
#subline a  {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #514f4e;
	text-decoration: none;
	letter-spacing: 2px;
}
#subline a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
#formular {
	height: 330px;
	width: 600px;
	overflow: hidden;
	float: left;
}
#center1 .clearer {
	clear: left;
	height: 1px;
}
#center1 .box {
	float: left;
	width: 120px;
	overflow: hidden;
}
#impressum  {
	height: 200px;
	overflow: hidden;
	width: 640px;
	position: absolute;
	bottom: 0px;
	text-align: center;
}
#center1 #formular p a {
	color: #373534;
	text-decoration: underline;
}
#center1 #formular form {
	margin-bottom: 32px;
}
#center1 #formular form #personal {
	padding: 8px;
	border: 1px solid #DDD;
	overflow: hidden;
	margin-bottom: 16px;
}
#center1 #formular form #personal .zeile {
	height: 28px;
}
label      {
	width: 80px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: left;
}
#center1 #formular form #personal .zeile input {
	width: 180px;
	display: block;
	float: left;
	padding: 2px;
	border: 1px solid #DDD;
	margin-right: 16px;
}
#center1 #formular form textarea {
	width: 480px;
	border: 1px solid #DDD;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 8px;
	margin-left: 80px;
}
.datenschutz    {
	font-size: 11px;
	line-height: 15px;
	margin-top: 8px;
	margin-left: 80px;
}
#center1 #formular form textarea, #center1 #formular form #personal .zeile input {
	font-size: 11px;
	color: #514f4e;
}
.button     {
	background-color: #FFF;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	border: 1px solid #DDD;
	font-size: 11px;
	color: #999;
	letter-spacing: 2px;
	cursor: pointer;
	width: 180px;
	margin-left: 80px;
}
.button:hover   {
	background-color: #EFEFEF;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	border: 1px solid #CCC;
	font-size: 11px;
	color: #999;
	letter-spacing: 2px;
	cursor: pointer;
}
a  {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #373534;
	text-decoration: none;
}
