*, ::after, ::before {
    box-sizing: border-box;
	color: #fff;
}

body{
	/*background-image: url('../img/bg.jpg');*/
	background: url('../img/kletterhalle.jpg') no-repeat;
	background-size: cover;
	/*background-position: 0 -75px;*/
	background-attachment: fixed;
	font-family: arial,verdana,tahoma;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

header{
	position: fixed;
	z-index: 5;
	top: 0px;
	height: 75px;
	display: block;
	width: 100%;
	background-image: url('../img/header_bg.png');
}

#divOuterFrame{
	margin-top: 15px;
	padding-top: 60px;
}

/*
#divBg{
	background: url('../img/kletterhalle.jpg') no-repeat;
	background-size: contain;
	background-position: 0 -75px;
	height: auto;
	min-height: 800px;
	width: 100%;
	position: fixed;
	z-index: -1;
}*/

p{
	margin-bottom: 20px;
}

.divLogoContainer{
	float: left;
	width: 180px;
}

.tableData{
	margin: 0 0 15px 0;
	padding: 0px;
	font-size: 12px;
	border-collapse: collapse;
}

.tableData th, .tableData td{
	padding: 10px 10px 10px 20px;
	margin: 0px;
	color: #000;
	line-height: 20px;
}

.amendment{
	width: 100%;
	background: url('../img/1x1-bg.png');
	width: 100%;
    padding: 2px 2px 2px 20px;
    color: #fff;
    font-size: 11px;
	line-height: 20px;
    margin-bottom: 30px;
    font-weight: normal;
    text-shadow: #000000 0px 1px 1px;
}

.with-amendment{
	margin-bottom: 0px !important;
	width: 100%;
}

.small-addition{
	font-size: 9px;
}

td .small-addition em{
	color: #000;
}

.small-italic{
	font-style: italic;
	font-size: 9px;
}

td .small-italic{
	color: #000;
	font-weight: bold;
}

.service-col{
	border-right: 1px solid #000;
	width: 80%;
}

.tableData .price-col{
	width: 20%;
	text-align: right;
	padding-right: 20px;
}

.tableData strong{
	color: #000;
}

.tableData td{
	border-top: 1px solid #bebebe;
}

.tableData th{
	background: #0a0b0f;
	color: #0081C2;
	border-right: 1px solid #000;
	text-align: left;
}

.tableData tr:nth-child(even){
	background-color: #efefe3;
}

.tableData tr:nth-child(odd){
	background-color: #fff;
}

.first-col{
	width: 180px;
	border-right: 1px solid #000;
}

.second-col{
	text-align: right;
	width: 220px;
}

/*BOOKING LINKS*/
.tableDates{
	border-collapse: collapse;
	width: 438px;
	margin: 0 0 0 -32px;
	padding: 0px;
}

.tableDates tr:nth-child(odd){
	background-color: #efefe3;
}

.tableDates tr:nth-child(even){
	background-color: #fff;
}

.tableDates td{
	padding: 10px 10px 10px 10px;
}

.tableDates tr:hover{
	background: #000;
	cursor: pointer;
}

.tableDates tr:hover *{
	color: #9ACD32 !important;
}

.tableDates .eventstart{
	padding-left: 30px;
	width: 183px;
}

.tableDates .booking-link{
	padding: 10px 10px 10px 10px;
	background: url('../img/booking_icon.png') right 3px no-repeat;
}

.tableDates .booking-link a{
	text-decoration: none;
}

.tableDates tr:hover .booking-link{
	background-position: right -25px;
}

/*FORM*/

.formContact label{
	display: inline-block;
	width: 150px;
	margin-top: 8px;
}

#divCaptcha img{
	border: 2px solid #0081C2;
	width: 315px;
}

#txtCaptcha{
	float: right;
	width: 315px;
	margin-right: 16px;
}

.privacy-policy{
	margin-top: -100px;
}

.divInnerForm{
	border-bottom: 1px solid #8d8f8f;
	padding-bottom: 80px;
	height: 500px;
}

#divSubmit{
	float: right;
}

#inputSubmit{
	height: 62px;
    width: 240px;
    margin-top: 10px;
    border: none;
    float: right;
    background: url('../img/send-btn.png') 0px 0px no-repeat;
}

#inputSubmit:hover{
	cursor: pointer;
    background: url('../img/send-btn.png') 0px -62px no-repeat;
}

.form-group{
	margin: 0 0 35px 0;
	height: 5px;
}

.form-group input, .form-group textarea, .form-group select, .formContact select option{
	display: inline-block;
	line-height: 22px;
	height: 30px;
	border: 2px solid #0081C2;
	background: #F0F0F0;
	font-size: 14px;
	padding: 2px;
	color: #000;
}

.formContact .divTextarea{
	height: 205px;
}

#selIssue{
	width: 315px;
}

.formContact textarea{
	width: 315px;
	height: 192px;
}

.formContact .width-value input{
	width: 250px;
}

.form-group input, .form-group label{
	display: block;
	float: left;
}

.divRadioBtn{
	display: inline-block;
	width: 80px;
}

.formContact .divRadioBtn input{
	display: inline;
	background: transparent;
}

.formContact .divRadioBtn label{
	display: inline-block;
	width: 40px;
	margin-top: 10px;
}


.divFormContainer{
	clear: both;
}


.ulNav{
	padding-left: 0px;
}

.ulNav li{
	display: inline-block;
	float: none;
	list-style: none;
}

.ulNav li a{
	text-decoration: none;
}

.news{
	color: #0081C2 !important;
}

/*DROPDOWN*/
.liDropdown {
    position: relative;
    display: inline-block;
}

#ulMain > li > a{
	padding: 5px 10px 5px 10px;
}

#ulMain li a{
	font-weight: bold;
}

#ulMain li a:hover{
	color: #78ab00;
}

.ulDropdownContent{
    display: none;
    position: absolute;
    background: url('../img/1x1-bg-menu.png') repeat;
    min-width: 219px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	left: 0px;
	width: auto;
	border-top: 30px solid #0D0D0D;
}

.liDropdown:hover .ulDropdownContent{
    display: block;
}

.ulDropdownContent li a{
	padding: 15px 30px 15px 10px;
	margin: 0 2px;
	display: inline-block;
}

/*END DROPDOWN*/

h1{
	font-size: 40px;
	margin: 0px;
	padding: 0px;
}

h1,h2{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #8d8f8f;
}

h2{
	font-size: 28px;
}

h2 a{
	text-decoration: none;
}

h2 a:hover{
	color: #78ab00;
}

h3{
	font-size: 18px;
}

footer h3{
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

p{
	line-height: 20px;
}

footer p{
	font-size: 13px;
}

.divText{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	border-bottom: 1px solid #8d8f8f;
}

.divFormText{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #8d8f8f;
}

.divDivider{
	display: inline-block;
	margin: 0 5px 0 5px;
}

.divInnerFrame{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	width: 960px;
	height: auto;
	border: 0px solid #fff;
}

.col{
	display: block;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.divDates{
	background: url('../img/dates_headline_bg.png') no-repeat;
	background-size: contain;
	padding: 0px;
	width: 100%;
	padding: 45px 0px 0px 55px;
}

.divDates h2{
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	text-shadow: 0px;
	border-bottom: 0px;
}

.divDates *{
	color: #000;
	font-size: 12px;
}

.divDates p{
	margin: 0 0 10px 0;
}

.asideMain{
	max-width: 33.3%;
	float: right;
	background: url('../img/portlets_right_background_opening.png') no-repeat;
	background-size: contain;
	width: 480px;
	height: 328px;
	padding: 70px 40px 0px 50px;
}

.asideSmall{
	background: url('../img/portlets_right_background.png') no-repeat !important;
	height: 210px !important;
}

.asideSmall h3{
	margin-bottom: 6px !important;
}

.asideSmall p{
	margin: 2px 0;
}

.asideMain h3, .asideMain p, .asideMain p a{
	color: #000;
	text-decoration: none;
}

.asideMain p{
	font-size: 12px;
}

.asideMain p a:hover{
	color: #78ab00;
	text-decoration: underline;
}

.asideMain p{
	line-height: 18px;
}

.asideMain h3{
	margin-top: 0px;
}

.right{
	text-align: right;
	float: right;
}

.margin-bottom-5{
	margin-bottom: 5px;
}

.margin-bottom-45{
	margin-bottom: 45px;
}

.margin-bottom-60{
	margin-bottom: 60px;
}

.padding-bottom-8{
	padding-bottom: 8px !important;
}

.shadow{
	text-shadow: #000000 0px 2px 1px;
}

.blue{
	color: #0081c2;
}

.green{
	color: #78ab00;
}

.greenmail{
	color: #78ab00 !important;
	text-decoration: underline !important;
}

.greenmail:hover{
	text-decoration: none !important;
}

.special-link{
	color: #0081c2 !important;
}

.news-img{
	margin-bottom: 10px;
	margin-top: 45px;
}

.news-img-text{
	margin-bottom: 10px;
	margin-top: 0px;
}

.news-img-intext{
	margin-bottom: 10px;
	margin-top: 25px;
}

.news-img-intext2{
	margin-bottom: 20px;
	margin-top: 25px;
}

.img-link{
	display: block;
	margin-top: 50px;
}

.img-link-partner{
	display: block;
	max-width: 100%
}

.img-link-partner img{
	max-width: 100%;
}

.special-link:hover{
	color: #78ab00 !important;
}

.link-field{
	text-decoration: none;
	padding: 30px 0 30px 0px;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #8d8f8f;
}

.link-field:hover{
	background: url('../img/1x1-bg.png');
}

.link-field:hover, .link-field h2:hover{
	color: #78ab00 !important;
}

.link-field:hover h2{
	color: #78ab00 !important;
}

.link-field h2{
	padding-top: 0px;
	margin-top: 0px;
	padding-left: 10px;
	border-bottom: 0px;
}

.link-field p{
	margin: 0px;
	padding-left: 10px;
}

.sectionLeft{
	float: left;
	width: 50%;
	max-width: 400px;
	padding: 0px;
}

.sectionRight{
	float: right;
	width: 50%;
	padding: 0px;
}


.sectionMain{
	width: 400px;
	max-width: 66.6%;
	padding: 0px;
}

.sectionMain h2{
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.sectionMain h2 a{
	display: inline-block;
	padding: 30px 0 30px 10px;
}

.sectionMain a:hover{
	color: #78ab00;
	text-decoration: none;
}

.contentFrame{
	padding-top: 80px;
}

.clear{
	clear: both;
	float: none;
	height: 120px;
}

#divContent{
	min-height: 800px;
}

#divBottom{
	background-color: #0d0d0d;
	position: relative;
	z-index: 2;
	padding: 50px 0px 5px 0px;
	margin: 0px;
	width: 100%;
}

footer{
	background: url('../img/footer_bg.png') no-repeat;
	width: 100%;
	height: 250px;
	display: block;
}

.footerCol{
	width: 360px;
	padding-left: 0px;
}

.footerCol p, .footerCol a{
	color: #8D8F8F;
}

#divSitemap, #divCopyright{
	text-align: center;
}

#divCopyright p{
	margin-bottom: 3px;
	color: #8d8f8f;
}

#divSitemap{
	border-top: 1px solid #8d8f8f;
}

#divSitemap ul{
	margin-top: 7px;
}

#divSitemap a:hover{
	text-decoration: underline;
}

/*menu*/
#divMainMenu {
    position:relative;
    height:43px;
	margin-top: -7px;
	float: right;
	margin-right: 10px;
	top: 25px;
}
