@charset "utf-8";

*{
	margin:0;
	border:0;
}

body {
	background:url(img/bg_body.jpg) repeat-x #FFF;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color:#666;
}

h1{
	font-size: 18px;
	font-weight: normal;
}

h2{
	font-size: 16px;
	font-weight: normal;
}

h3{
	font-size: 13px;
	color: #ff9c00;
}

h4{
	font-size: 15px;
}

p{
	display:block;
	margin-top: 10px;
	line-height: 20px;
}

a:link{
	color:#ff9c00;
	text-decoration:none;
}

a:visited{
	color:#ff9c00;
	text-decoration:none;
}

a:hover{
	color:#333;
	text-decoration:underline;
}

input, textarea {
	border: 1px solid #CCC;
	padding: 6px;
	width: 350px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#666;
}

textarea {
	height: 250px;
	font-size: 12px;
}

form {
	margin-top: 30px;
}

.button {
	width: 365px;
}

.container{
	width:1070px;
	background:url(img/bg_contents.png) repeat-y;
	margin:auto;
}

.header {
	width: 1070px;
	height: 307px;
	background:url(img/bg_header.png) no-repeat;
	margin:auto;
}

.logo{
	float: right;
	width: 412px;
	height: 73px;
	margin: 40px 15px 0 0;
}

.nav{
	height: 50px;
	background:url(img/bg_nav.jpg) repeat-x;
	width: 1040px;
	margin: 0 0 0 15px;
}

.nav ul{
	padding-top: 14px;
	margin-left: -18px;
}

.nav li{
	display:inline;
	margin-right: 30px;
}

.nav a:link {
	color:#666;
	font-size: 16px;
	text-decoration: none;
	font-weight:normal;
}

.nav a:visited {
	color:#666;
	font-size: 16px;
	text-decoration: none;
}

.nav a:hover {
	font-size: 16px;
	color:#ff9c00;
	text-decoration: none;
}

.content{
	width: 1000px;
	margin-left:15px;
	overflow:hidden;
	padding: 20px;
}

.main{
	width: 700px;
	float: left;
}

.textcontainerl{
	float: left;
	width: 320px;
	overflow:hidden;
}

.textcontainerr{
	float: left;
	width: 320px;
	margin-left: 40px;
	overflow:hidden;
}


.sidebar{
	float: left;
	width: 255px;
	border-left:1px dashed #999;
	border-bottom:1px dashed #999;
	margin-left: 20px;
	padding-left: 20px;
	height: 100%;
}

.sidebar a:link{
	color:#333;
	text-decoration:none;
}

.sidebar a:visited{
	color:#333;
	text-decoration:none;
}

.sidebar a:hover{
	color:#ff9c00;
	text-decoration:underline;
}

#twitter_update_list li{
	list-style:none;
	margin-bottom: 30px;
	margin-left:-30px;
}

#twitter_update_list span{
	display:block;
}

.hotelliste {
	clear:both;
	overflow:hidden;
}

.hotel {
	clear:both;
}

.hotel h4{
	padding-top: 25px;
}

.hotelbeschreibung{
	width: 478px;
	float: left;
}

.hotelfoto {
	width: 80px;
	float: left;
	margin-left: 20px;
}

.hotelpreis {
	width: 100px;
	float: left;
	margin-left: 20px;
	text-align:right;
	font-size: 16px;
	font-weight: bold;
}

.firmenliste {
	clear:both;
	overflow:hidden;
}

.firma {
	clear:both;
}

.firma h4{
	padding-top: 25px;
}

.firma h4 a:link{
	color:#666;
	text-decoration:none;
}

.firma h4 a:visited{
	color:#666;
	text-decoration:none;
}

.firma h4 a:hover{
	color:#ff9c00;
	text-decoration:none;
}

.firmenbeschreibung{
	width: 600px;
	float: left;
}

.firmenfoto {
	width: 80px;
	float: left;
	margin-left: 20px;
}

.kulturliste {
	clear:both;
	overflow:hidden;
}

.kultur {
	clear:both;
}

.kultur h4{
	padding-top: 25px;
}

.kultur h4 a:link{
	color:#666;
	text-decoration:none;
}

.kultur h4 a:visited{
	color:#666;
	text-decoration:none;
}

.kultur h4 a:hover{
	color:#ff9c00;
	text-decoration:none;
}

.kulturbeschreibung{
	width: 600px;
	float: left;
}

.element p {
	padding-top: 10px;
}

.kulturfoto {
	width: 80px;
	float: left;
	margin-left: 20px;
}

.clubliste {
	clear:both;
	overflow:hidden;
}

.club {
	clear:both;
}

.club h4{
	padding-top: 25px;
}

.club h4 a:link{
	color:#666;
	text-decoration:none;
}

.club h4 a:visited{
	color:#666;
	text-decoration:none;
}

.club h4 a:hover{
	color:#ff9c00;
	text-decoration:none;
}

.clubbeschreibung{
	width: 600px;
	float: left;
}

.clubfoto {
	width: 80px;
	float: left;
	margin-left: 20px;
}



.footer {
	background:url(img/bg_footer.png) no-repeat;
	clear:both;
	width: 1050px;
	margin:auto;
	text-align:right;
	font-size: 10px;
	padding: 25px 20px 0 0;
}

.footer a:link{
	color:#999;
	text-decoration:none;
}

.footer a:visited{
	color:#999;
	text-decoration: none;
}

.footer a:hover{
	color:#333;
	text-decoration:underline;
}

#accordion {
	margin:20px 0px;
}

h5.toggler {
	cursor: pointer;
	font-size: 12px;
	color: #ff9c00;
	margin: 5px 0 4px 0;
	padding: 3px 5px 2px 0;
}

div.element p, div.element h5 {
	margin:0px;
}

blockquote {
	padding:5px 20px;
}




