@charset "UTF-8";

/* IMPORT
/////////////////////////////////////////////////////////////////*/

@import 'global.css';

body{
	padding-top: 40px;
	background-color: #000;
}
#wrapper{
	width: 990px;
	margin: 0 auto;
	background-color: #fff;
}
a{ outline: none; }

#header{
	padding-top: 56px;
	height: 245px;
	position: relative;
	
}
/* SEARCH BOX
/////////////////////////////////////////////////////////////////*/
#search_box{
	position: absolute;
	top: 180px;
	right: 0;
}
.btn,
#search_submit{ 
	border: 0;
	color: #fff;
	background-color: #000;
	padding: 2px;
}
#search_field{
font-style: normal;
	bordeR: 1px solid #000;
	padding: 2px;
	width: 122px;
}
/* METANAVI
/////////////////////////////////////////////////////////////////*/
.meta_nav{
	position: absolute;
	top: 0;
	right: 0;
	font-family: Helvetica;
}
.meta_nav ul{
	list-style-type: none;
	margin: 20px 0 0 0;
	text-align: right;
}
.meta_nav ul li{
	display: inline;
	margin-left: 10px;
}
.meta_nav ul li a,
.meta_nav ul li span{
	font-size: 11px;
	text-transform: uppercase;
	color: #7a7a7a;
	text-decoration: none;
}
.meta_nav ul li a:link,
.meta_nav ul li a:visited,
.meta_nav ul li a:active,
.meta_nav ul li a:focus,
.meta_nav ul li a{
	font: normal normal 11px/1.4 "Helvetica", Helvetica, Arial, sans-serif;
}
.meta_nav ul li.trail a,
.meta_nav ul li.trail span,
.meta_nav ul li.active a,
.meta_nav ul li.active span{
	font-weight:normal;
	color: #000;	
}
/* LOGO
/////////////////////////////////////////////////////////////////*/
#logo{
	background: transparent url(/tl_files/img/logo.png) top left no-repeat;
	width: 220px;
	height: 130px;
	display:block;
	text-indent: -9999px;
}
/* MAINNAVI
/////////////////////////////////////////////////////////////////*/
.main_nav{
	padding-top: 30px;
}
.main_nav ul{
	list-style-type: none;
	margin: 0;
	background: transparent url(/tl_files/img/dashed_line.gif) bottom left repeat-x;
	width: 950px;
	height: 31px;
	
}
.main_nav ul li{
	float: left;
	margin-right: 8px;
}
.main_nav ul li a,
.main_nav ul li span{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 2px 5px 1px 5px;
}
.main_nav ul li.trail a,
.main_nav ul li.trail span,
.main_nav ul li.active a,
.main_nav ul li.active span{
	background-color: #7a7a7a;
}
/* SUBNAVI
/////////////////////////////////////////////////////////////////*/
.sub_nav{
	
}
.sub_nav ul{
	list-style-type: none;
	margin: 0;
	/*padding-left: 8px;*/
	width: 950px;
	height: 31px;
	
}
.sub_nav ul li{
	float: left;
	margin-right: 25px;
}
.sub_nav ul li a,
.sub_nav ul li span{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	text-decoration: none;
	padding: 3px 0px;
}
.sub_nav ul li.trail a,
.sub_nav ul li.trail span,
.sub_nav ul li.active a,
.sub_nav ul li.active span{
	color: #7a7a7a;
}
/* CONTENT ELEMENTS
/////////////////////////////////////////////////////////////////*/
.border-bottom {
	border-bottom-style: solid;
	border-bottom-color: black;
	border-bottom-width: 4px;
	margin: 15px 0; 
}
.ce_text ul {
	margin: 0;
	padding-bottom: 15px;
	list-style: none;
}
.ce_text ul li {
}
.caption {
	font-size: smaller;
	float: right;
}
form .headline p {
	margin-bottom: 0px;
}
form .headline {
	margin-bottom: 2px;
}
form .input {
	margin-bottom: 15px;
}
form .formbody input {
	border: solid 1px;
	vertical-align: middle;
}
form .input textarea {
	height: 240px;
	width: 340px;
	border: solid 1px;
	
}

label{
	width: 120px;
	float:left;
}

fieldset.rooms div.input{
	position: relative;
	height: 18px;
}
fieldset.rooms label{
	position: absolute;
	left: 160px;
	
}
fieldset.rooms input{
	position: absolute;
	left: 120px;
	
	width: 30px;
}

#ctrl_8  {
  float: right;
}
#kontakt .submit_container{
  width: 350px;
} 
input.submit,
a.button{
	display:block;
	margin-top: 5px;
	padding: 3px;
	color: #fff;
	border: none;
	background-color: #000;
}
.border-bottom {
	border-bottom: solid #000 4px;
}
.kontakt-sidebar {
	margin-top: 17px;
}
#text-sidebar {
	margin-top: 35px;
}
#event-list {

}
.box-sidebar	{
	background-color: #ededed;
	font-family: Arial;
	font-size: 11px;
	padding: 7px;
	margin-bottom: 10px;
}
.file-icon	{
	padding-right: 5px;
	float: left;
}
.support-logo	{
	padding-top: 10px;
}
/* BANNER
/////////////////////////////////////////////////////////////////*/
#banner div.inside { float:right;}


.box div.inside{
	background-color: #f0f0f0;
	padding: 10px;
}
/* FOOTER
/////////////////////////////////////////////////////////////////*/
#footer { margin-top: 15px;}

#footer .box div.inside{
	height: 110px;
}
#footer .box{ margin-bottom: 15px;
}
.newsletter-submit{ margin-bottom: 15px;
}

strong{
	font-weight: bold;
}
.columns-11-8 #main{
	width: 430px;
}

.columns-11-8 #right{
	width: 310px;
}

.columns-11-8 #right h3{
	color: #ffF;
	background-color: #000;
	padding: 10px;
}

.single-column #right{
	display: none;
}
.single-column #main{
	width: 750px;
}

#right .layout_latest{
	background: #ededed;
	padding: 7px 0 5px 7px;
	
}

#right .mod_newslist{
	
}

#more-news{
	background-color: #ededed;
	margin-bottom: 10px;
	padding: 0 5px 10px;
	font-weight: bold;
}

#right .teaser h3,
#right .mod_newslist h3{
	margin-bottom: 0;
	
}

#right .teaser{
	position:relative;
}
#right .teaser a{
	text-decoration: none;
}
#right .teaser h3{
	position: absolute;
	top: 0;
	lefT: 0;
	width: 290px;
}
#right .teaser h3 a{
	color: #fff;
}
#right .teaser p{
	position: absolute;
	top: 30px;
	background-color: #fff;
	opacity: 0.8;
	font-size: 16px;
	text-transform: uppercase;
	padding: 10px;
}

.event{
	border-bottom: 2px solid #000;
	margin-bottom: 15px;
	position: relative;
}
.event p.time{
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
 .featured_event p.time{
	top: 410px;
}
.event p.info{
	font-weight: bold;
}
.event_image{
	height: 400px;
}

.event_info{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	height: 400px;
	background-color: #000;
	opacity: 0.8;
	color: #fff;
	margin-bottom: 10px;
}
.event_info p.time{
	padding: 10px;
}

#news-archiv .mod_newslist p.info{
	background-color:#000000;
	color:#FFFFFF;
	width: 105px;
	font-size:11px;
	font-weight:bold;
	padding:1px 5px;

}
#news-archiv div.layout_short{
	position: relative;
	border-top: 3px solid #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#news-archiv div.layout_short p.more{
	position: absolute;
	bottom: 0;
	right: 0;
}

ul.gallery{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.gallery li{
	float:lefT;
	width: 100px;
	text-align: center;
	margin-right: 10px;
	
}

div.pagination a.previous,
div.pagination a.next{
	display: block;
	float:left; 
	width: 100px;
	height: 25px;
	
}
div.pagination a.next{
	float:right;
	text-align: right;
}
.mc-field-group label{
	width: auto;
}
.mod_guestbookform label{
	width: 140px;
}
.mod_guestbookform div.submit_container{
	padding-left: 140px;
}
.mod_guestbookform textarea{
	height: 160px;
	width: 300px;
	border: 1px solid #000;
}
.mod_guestbookform div.widget{
	clear:both;
	margin-bottom: 10px;
}
.mod_guestbookform{
	padding: 20px 0;
	border-bottom: 2px solid #000;
}
.mod_guestbooklist {
	padding-top: 40px;
}
p.gb-title{
	font-size: 11px;
	font-weight: bold;
}
div.gb-entry{
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}
