@import "gallery.css";

* {
	margin: 0;
	padding: 0;
}
html {
	background: #44331F url(../img/bg_main.jpg) no-repeat center top;
}
body {
	background: url(../img/bg_body.png) no-repeat center 69px;
	font-size: 12px;
	color: #fff;
	line-height: 100%;
	font-family: arial, "lucida console", sans-serif;
}
img {
	border: 0;
}

#wrapper {
	width: 860px;
	margin: 0 auto;
}
#headerimage{
	padding: 1px 0;
}
#navigation {
	overflow: hidden;
	padding: 5px 5px 6px 5px;
	background: url(../img/navi_trenner.png) no-repeat left bottom;
}

#navigation ul {
	list-style-type: none;
}

#navigation ul li{
	float: left;
}

#navigation ul li a{
	display: block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 20px;
	line-height: 14px;
	width: 100px;
}

#navigation ul li.active a{
	background: #f0c101;
}

#navigation ul li a small{
	font-size: 11px;
	font-weight: normal;
}

#navigation ul li a:hover{
	background: #000000;
}


#page {
	padding-top: 28px;
	padding-bottom: 20px;
	overflow: hidden;
}


#sidebar {
	float: right;
	width: 237px;
}
#sidebar h2 {
	font-size: 14px;
	font-weight: normal;
	padding: 0 8px 8px 8px;
}
#sidebar ul.events {
	list-style: none;
	margin-bottom: 30px;
}

#sidebar ul.events li {
}

#sidebar ul.events li {
	background: url(../img/trenner_sm.png) no-repeat left bottom;
	padding-bottom: 1px;
}

#sidebar ul.events li h3 {
	font-size: 13px;
	font-weight: normal;	
	line-height: 15px;
}

#sidebar ul.events li p {
	font-size: 10px;
	line-height: 10px;
}

#sidebar ul.events li a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 15px;	
}


#sidebar ul.events a:hover{
	background-color: #000;
}

#sidebar ul.partner {
	list-style-type: none;
}

#sidebar ul.partner {
	list-style-type: none;
}

#sidebar ul.partner li {
	padding-bottom: 15px;
}

#sidebar ul.partner li h3 {
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	padding: 5px 0 3px 0;
}

#sidebar ul.partner li p {
	font-size: 10px;
	line-height: 10px;
}

#sidebar ul.partner li a{
	color: #fff;
	text-decoration: none;
}

#content {
	float: left;
	width: 593px;
	padding: 0 15px;
}
#nextevents {
	overflow: hidden;
}
#nextevents div.nextevents {
	float: left;
	width: 279px;
	margin-right: 15px;
	margin-bottom: 15px;
}
div.nextevents h1 {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 12px;
}

div.nextevents a img {
	padding: 3px;
	border: 1px solid #fff;
	margin-bottom: 20px;
}

div.nextevents h2 {
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 12px;
}

div.nextevents div.text {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
}

div.nextevents div.viewmore {
	font-size: 12px;
	line-height: 15px;
}

div.nextevents div.more a {
	color: #fff;
	text-decoration: none;
}

#weekend {
	padding-top: 40px;
}
#weekend h1 {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 12px;
}
#weekend a img {
	padding: 3px;
	border: 1px solid #fff;
}

#footer {
	background: url(../img/navi_trenner.png) no-repeat left top;
	padding: 20px 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}


#comingsoon {
	font-size: 32px;
	text-align: center;
	padding: 30px;
}



#detail h1 {
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	margin-bottom: 12px;
}


#detail h2 {
	font-size: 12px;
	padding-bottom: 15px;
	line-height: 15px;
}

#detail p {
	margin-bottom: 1em;
}

#detail a {
	color: #fff;
	text-decoration: none;
}

#detail li {
	margin-left: 1em;
}

#detail img {
	padding: 3px;
	border: 1px solid #fff;
	margin-bottom: 20px;
}

#detail div.text {
	font-size: 12px;
	line-height: 15px;
}

