.dl .first{
	width: 450px;
}
.dl .second{
	width: 200px;
}



.dl td{
	border-bottom: 1px solid #CCC;
}



.dl a{
	background: transparent url(../../resources/images/icons/downloads/default.png) center left no-repeat;
	padding-left: 20px;
}




/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/

html {
	font-size: 100%; 
	/*IE hack*/
	/*height: 100%;	margin-bottom: 1px;*/
	overflow: scroll;
	overflow-x: auto;
	height:100%;
} 

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, "Trebuchet MS", Trebuchet;
	font-size: 14px;
	line-height: 140%;
	color: #333;
	background: #ECF0F1;
	height:100%;
}

/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/

#wrapper{
	/*width: 100%;*/
	/*height: 100%;*/
	text-align: center;	
}

#page{
	margin: 0 auto;
	width: 960px;
	text-align: left;
	position: relative;
	padding: 0px;
}

#header{
	margin: 0px;
	padding: 0px;
	background: transparent url(../../resources/images/bg_header.png) top left no-repeat;
	position: relative;
}

.header-normal{
	height: 180px;	
}

.header-extended{
	min-height: 350px;
	height: auto!important;
	height: 350px;
	padding-top: 130px!important;
}

#top-bar{

}


#logo{
	position: absolute;
	top: 20px;
	left: 10px;	
}
#logo a{
	text-decoration: none;	
}


#bread-crumb{
	font-family: Verdana;
	color: #898989;
	font-size: 9px;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
}

#bread-crumb a{
	color: #898989;
	text-decoration:none;	
}

/*------------------------------------------------------------------------------------*/
/* RELEASE SWITCH */
/*------------------------------------------------------------------------------------*/


.release-switch{
	position: absolute;
	right: 0px;
	top: 20px;
}

.release-switch ul, .release-switch li{
	list-style-type: none;
	display: block;
	margin: 0px;
}


.release-switch .rel-link{
	display: block;
	color: white;
	text-decoration: none;
	padding: 2px 3px 2px 10px;
}

.release-switch .rel-link:hover{
	text-decoration: underline;
}

.release-switch .selected{
	color: #666;
}


.release-switch .trigger{
	width: 110px;
	line-height: 18px;
	text-align: center;
}

/*------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*------------------------------------------------------------------------------------*/


#main-menu{
	font-family: Arial;
	background: #BBBBBB;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	
	border: 1px solid #FFF;   
	-webkit-border-radius: 5px;   
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow:	0px 3px 5px #555;
	-webkit-box-shadow:	0px 3px 5px #555;
	box-shadow:		0px 3px 5px #555;
	
	behavior: url(resources/jquery/css3_pie/PIE.htc);	
	
}


a.first-level{
	font-size: 16px;
}


/*------- normal menu -----------------------------------------------------------*/

.ul-main-menu{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
	border-top: 1px solid transparent;
}

.ul-main-menu li a, .ul-main-menu li{
	display: block;
	text-decoration: none;
	background: #BBBBBB;
	background: transparent;
	border: none;
	float:left;
}

.ul-main-menu li a {
	padding: 5px 5px 5px 5px;
}

#main-menu li a{
	color: #000;
}

#main-menu li a:hover{
	color: #000;
}


#main-menu li a.active{
	color: #f48129;
}

/*------- superfish menu -----------------------------------------------------------*/

.sf-menu{
	margin: 0px!important;
}

.sf-menu li, .sf-menu li a {
	background: #BBBBBB!important;
	border: none!important;
}
.sf-menu li li{
	border-bottom: 1px solid #111!important;
}

.sf-menu li li a:hover{
	background: #222!important;
	border: none!important;
}

/*------------------------------------------------------------------------------------*/
/* SUB MENU     */
/*------------------------------------------------------------------------------------*/

#sub-menu {

	background-color: #FFF;
	
	border: 1px solid #EEE;   
	-webkit-border-radius: 5px;   
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow:	0px 0px 2px #999;
	-webkit-box-shadow:	0px 0px 2px #999;
	box-shadow:		0px 0px 2px #999;
	
	behavior: url(resources/jquery/css3_pie/PIE.htc);
	
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
}

#sub-menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

#sub-menu li{
	/*display: inline;*/
}

#sub-menu li a{
	color: #333;
	text-decoration: none;
	display: block;
	padding: 2px 2px 2px 5px;
	border-bottom: 1px solid #EEE;	
}

#sub-menu li li a{
	padding: 2px 2px 2px 15px;	
}

#sub-menu li li li a{
	padding: 2px 2px 2px 30px;	
}

#sub-menu li a:hover{
	color: #333;
	text-decoration: none;
	background: #fdf0db;
}

#sub-menu li a.active {
	color: #FF9900;
	text-decoration: none;
	background: #FFF;
}


/*------------------------------------------------------------------------------------*/
/* SERVNAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	border: 0px solid yellow;
	float: right;
}

#serv-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#serv-nav li{
	display: inline;
	padding: 0px 10px 0px 0px;
}

#serv-nav li a{
	color: #333;
	text-decoration: none;
}

/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 1px solid transparent;
}

.left-column-holder{
	width: 20.85%;
	margin-right: 10px;
	float: left;
}

.center-column-holder{
	width: 100%;
	margin-right: 10px;
	float: left;
}

.right-column-holder{
	width: 20.85%;
	margin-right: 10px;
	float: right;
}


.has-left-column .center-column-holder{
	width: 75.2%;
	float: right;
}

.has-right-column .center-column-holder{
	width: 75.2%;
	float: left;
}

.has-lar-column .center-column-holder{
	width: 54.3%;
	float: left;
}




/*---- KEINE SPALTEN -----------------------------------------------------*/

.content-row{
	margin-bottom: 40px;
}


/*---- ZWEI SPALTEN -----------------------------------------------------*/

.count-2-columns .column-1{
	float: left;
	width: 68.8%;
}

.count-2-columns .column-2{
	float: right;
	width: 28.1%;
}

/*---- DREI SPALTEN -----------------------------------------------------*/

.count-3-columns .column-1{
	float: left;
	width: 32.3%;
}

.count-3-columns .column-2{
	float: left;
	width: 32.3%;
	margin-left: 1.7%;
}

.count-3-columns .column-3{
	float: right;
	width: 32.3%;
}

/*---- VIER SPALTEN -----------------------------------------------------*/

.count-4-columns .column-1{
	float: left;
	width: 22.9%;
}

.count-4-columns .column-2{
	float: left;
	width: 22.9%;
	margin-left: 2.6%;
}

.count-4-columns .column-3{
	float: left;
	width: 22.9%;
	margin-left: 2.6%;
}

.count-4-columns .column-4{
	float: right;
	width: 22.9%;
}



/*------------------------------------------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #DDD;
	padding: 10px;
	color: #333;
}

#footer-content{
	border: 0px solid red;
	float: left;
}


/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/

a, a:active, a:visited { color: #f48129; }

a:hover { color: #FF9900; }

a.avtext{
	padding-left: 13px;
	background: transparent url(../../resources/images/icon_link_internal.png) left center no-repeat;
}

a.external_link{
	padding-left: 13px;
	background: transparent url(../../resources/images/icon_link_external.png) left center no-repeat;
}


strong{
	color: #000;
	font-weight: bold;
}

em{
	color: #999;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 0px;	
	margin: 0px;
}

h1,h2,h3,h4,h5,h6{
	color: #f48129;
	font-weight: bold;
}

cufon{
	z-index: 0;
}

h1{
	font-size: 2.7em;
	line-height: 0.98em;
	padding: 0px;	
	margin: 0px 0px 10px 0px;
}

h2{
	font-size: 1.5em;
	line-height: 0.98em;
	padding: 0px;	
	margin: 0px 0px 10px 0px;
}

h3{
	font-size: 1.1em;
	line-height: 0.98em;
	padding: 0px;	
	margin: 0px 0px 10px 0px;
}

h4{
	font-size: 1em;
	line-height: 0.98em;
	padding: 0px;	
	margin: 0px 0px 5px 0px;
}

h5{
	font-size: 0.89em;
	line-height: 0.98em;
	padding: 0px;	
	margin: 0px 0px 5px 0px;
}

h6{
	font-size: 0.89em;
	line-height: 0.98em;
	padding: 0px;	
	margin: 0px 0px 5px 0px;
	color: #999;
}


ul.avtext {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

ul.avtext li{
	background: transparent url(../../resources/images/bg_li.gif) 0px 5px no-repeat;
	padding: 0px 0px 0px 15px;
}


/*------------------------------------------------------------------------------------*/
/* BILD */
/*------------------------------------------------------------------------------------*/

.alignable-content-image-container{
	margin: 0px 0px 10px 0px;
	border: 1px solid transparent;
	display: block;
}

.alignable-content-image{

}

.alignable-content-image a{
	line-height: 0px;
}

.fancybox-title-box{
	border: 0px solid red;
	padding: 0px;
}

.fancybox-title{
	float: left;
	text-align: left!important;
}

.fancybox-numbers{
	float: right;
}


.image-link {
	border: 0px solid green;
	line-height: 0px;
	display: block;
	height: 0px;
	text-decoration: none;

}

.bildunterschrift{
	display: block;
	color: #666;
	font-family: Arial;
	font-size: 0.87em;
	line-height: 1.1em;
	padding: 3px 3px 0px 3px;
}




/*------------------------------------------------------------------------------------*/
/* TEXT UND BILD*/
/*------------------------------------------------------------------------------------*/

.text-und-bild{

}

.text-und-bild .image-right{
	margin-left: 10px;
}

.text-und-bild .image-left{
	margin-right: 10px;
}



/*------------------------------------------------------------------------------------*/
/* GALLERY */
/*------------------------------------------------------------------------------------*/

.gallery{
	margin: 0px 0px 10px 0px;

	/*position: absolute;
	width: 250px;
	
	border: 1px solid #999;   
	-webkit-border-radius: 10px;   
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../../resources/images/pat.png);
	
	z-index: 999;
	behavior: url(resources/jquery/css3_pie/PIE.htc);*/
	
}

.gallery-items {
	line-height: 0px;
	list-style-type: none;
	padding: 0px; 
	margin: 0px;
}

.gallery-items  a{
	text-decoration: none;
}
.gallery-item{
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.gallery-item img{
	border: none;
	margin: 0px;
	padding: 0px;
}


/*------------------------------------------------------------------------------------*/
/* SUCHE */
/*------------------------------------------------------------------------------------*/

#search_box{
	border: 0px solid red;
	position: absolute;
	right: 120px;
	top: 20px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}
	
#search_box *{
	
	font-size: 10px;
}

#search_box div{
	border: 0px solid yellow;
	width: 220px;
	padding: 0px;
	margin: 0px;
}

#search_box form, #search_box form fieldset{
	padding: 0px;
	margin: 0px;	
}

#search_box form fieldset{
	border: none;
}

#search_box form legend{
	display: none;
}

#search_box form label{
	border: 0px solid green;
	display: none;
}

#search_box form input{
	border: none;
	padding: 3px 0px 0px 5px;
	margin: 0px;
	color: #666;
	height: 17px;
	width: 180px;
	float: left;
	
	-webkit-border-radius: 2px 0px 0px 2px;   
	-moz-border-radius: 2px 0px 0px 2px;   	
	border-radius: 2px 0px 0px 2px;  
	behavior: url(resources/jquery/css3_pie/PIE.htc);
		
}


#search_box form .button{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -5000px;
	border: none;
	float: left;
	background: #949494 url(../../resources/images/icon_search.gif) center center no-repeat;
	
	-webkit-border-radius: 0px 2px 2px 0px;   
	-moz-border-radius: 0px 2px 2px 0px;  	
	border-radius: 0px 2px 2px 0px; 
	behavior: url(resources/jquery/css3_pie/PIE.htc);
}

/*------------------------------------------------------------------------------------*/
/*  SPONSOREN */
/*------------------------------------------------------------------------------------*/

.sponsorListHolder{
	margin-bottom:30px;
	
}


.sponsor{
	width:180px;
	height:180px;
	
	width:165px;
	height:165px;
	
	float:left;
	margin:4px;
	
	/* Giving the sponsor div a relative positioning: */
	position:relative;
	cursor:pointer;
	
}

.sponsorFlip{
	/*  The sponsor div will be positioned absolutely with respect
	to its parent .sponsor div and fill it in entirely */

	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	border:1px solid #ddd;	
	background: #f9f9f9 url("../../resources/jquery/jquery.flip/background.jpg") no-repeat center center;
}

.sponsorFlip:hover{
	border:1px solid #999;
	
	/* CSS3 inset shadow: */
	-moz-box-shadow:0 0 30px #999 inset;
	-webkit-box-shadow:0 0 30px #999 inset;
	box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
	/* Centering the logo image in the middle of the sponsorFlip div */
	
	position:absolute;
	top:50%;
	left:50%;
	margin:-70px 0 0 -70px;
}

.sponsorData{
	/* Hiding the .sponsorData div */
	display:none;
}

.sponsorDescription{
	font-size:11px;
	padding:15px;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
}



/*------------------------------------------------------------------------------------*/
/* INFO BOX */
/*------------------------------------------------------------------------------------*/

.info-box{

	background: #FFF;

	/*border: 1px solid #FFF; */ 
	-webkit-border-radius: 5px;   
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow:	0px 0px 3px #CCC;
	-webkit-box-shadow:	0px 0px 3px #CCC;
	box-shadow:		0px 0px 3px #CCC;
	
	behavior: url(resources/jquery/css3_pie/PIE.htc);
	
	margin-bottom: 15px;

}

.info-box .info-headline {
	padding: 7px 10px 7px 10px;
	background: #000 url(../../resources/images/bg_headline.jpg) bottom right no-repeat;
	
	color: #FFF;
	position: relative;
	display: block;
	text-shadow: 3px 3px 0px #FFF;

	text-shadow: 1px 1px #333, -1px -1px #444;

	-webkit-border-radius: 5px 5px 0px 0px;   
	-moz-border-radius: 5px 5px 0px 0px; 	
	border-radius: 5px 5px 0px 0px; 
	behavior: url(resources/jquery/css3_pie/PIE.htc);
	
	font-family: Arial;
	/*text-transform: uppercase;*/

}

.info-box .info-box-content{
	padding: 10px;
}

/*------------------------------------------------------------------------------------*/
/* IMAGE SLIDER */
/*------------------------------------------------------------------------------------*/


.image-slider{
	border: 5px solid #FFF;   
	-webkit-border-radius: 5px;   
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-moz-box-shadow:	0px 3px 5px #555;
	-webkit-box-shadow:	0px 3px 5px #555;
	box-shadow:		0px 3px 5px #555;
	behavior: url(resources/jquery/css3_pie/PIE.htc);
	
	width: 950px;
	height: 320px;
	overflow: hidden;
	margin-bottom: 10px;
	background: #FFF;
	
	position: relative;
	
}


img{
	border: none;
}

.blobedit .slide-image{
	width: 100px;
	height: 100px; 
	float: left;
	margin-right: 10px;
}
.blobedit .slider-img{
	width: 100px;
}

.nivo-prevNav ,.nivo-nextNav{
	width: 50px;
	height: 50px;
	background: transparent url(../../resources/jquery/jquery.fancybox-1.3.4/fancybox/fancy_nav_left.png) center center no-repeat;
	text-indent: -5000px;
}

.nivo-nextNav{
	background: transparent url(../../resources/jquery/jquery.fancybox-1.3.4/fancybox/fancy_nav_right.png) center center no-repeat;
	width: 70px;
}

.nivo-controlNav{
	text-align: right;
	padding: 0px 20px 5px 0px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 999;

}

.nivo-controlNav a.nivo-control{
	color: #FFF;
	width: 10px;
	display: block!important;
	float: left;
	text-shadow: 0px 0px 2px #333;
}

.nivo-controlNav a.active{
	text-decoration: underline;
}	

/*------------------------------------------------------------------------------------*/
/* DOWNLOADS */
/*------------------------------------------------------------------------------------*/

.file_download{
	margin:0px 0px 2px 0px;
}

.file_size_info{
	font-size: 0.87em;
}

/*------------------------------------------------------------------------------------*/
/* PDF GENERATOR */
/*------------------------------------------------------------------------------------*/

.pdf-generator{
	margin: 0px 0px 10px 0px;
}

.pdf-generator-link{
	background: transparent url(../../resources/images/icon_pdf_small.png) left center no-repeat;
	padding: 0px 0px 0px 25px;
	color: black;
	text-decoration: none;
	text-transform: uppercase;
}





/*------------------------------------------------------------------------------------*/
/* WIDGETS */
/*------------------------------------------------------------------------------------*/

.widget{
 	margin-bottom: 20px;
}


/*------------------------------------------------------------------------------------*/
/* VIMEO VIDEO  */
/*------------------------------------------------------------------------------------*/

.vimeo-video{
	background-color: black;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 100%;
	height: 280px;
	position: relative;
	overflow: hidden;
}

.vimeo-video iframe{
	border: 0px solid green;
	padding: 0px;
	margin: 0px;
	background-color: black;
	width: 100%;
	height: 100%;
	/*width: 375px;
	height: 235px;*/
}

/*------------------------------------------------------------------------------------*/
/* YOUTUBE */
/*------------------------------------------------------------------------------------*/


.youtube-embed{
	width: 100%;
	height: 280px;
}


.youtube-embed iframe{
	width: 100%;
	height: 100%;	
}


/*------------------------------------------------------------------------------------*/
/* ISSUU BOOK */
/*------------------------------------------------------------------------------------*/

.issuu-book{
	background-color: white;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	height: 285px;
	position: relative;
	overflow: hidden;
}

.issuu-book iframe{
	border: 0px solid green;
	padding: 0px;
	margin: 0px;
	background-color: white;
	/*width: 375px;
	height: 235px;*/
}

.default .issuu-book{
	/*height: 222px;*/
	width: 345px;
	height: 222px;

}

.default .issuu-book iframe{
	/*width: 355px;
	height: 222px;*/
}



/*------------------------------------------------------------------------------------*/
/* ACCORDION */
/*------------------------------------------------------------------------------------*/


.jart-accordion h3{
	margin-top: 1px;
	display: block;
	position: relative;
	cursor: pointer;
}

.jart-accordion h3 a{
	display: block;
	padding: 0.5em 0.5em 0.5em 2.2em;	
	margin: 0px!important;
	outline: none;
	font-size: 1.2em;
}

.jart-accordion .ui-icon{
	position: absolute;
	top: 0.6em;
	left: 0.6em;
}

.jart-accordion .ui-state-active{
	border-bottom: 0px solid white!important;
}

.jart-accordion .accordion-toggler{
	padding: 20px;
	border-top: 0px solid white!important;
	
}

/*------------------------------------------------------------------------------------*/
/* CLICK BOX  */
/*------------------------------------------------------------------------------------*/

.click-box{
	position: relative;
}

.click-box .trigger{
	position: relative;
	display: block;
	background: #888;
	color: white;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	
	border: 1px solid #888;   
	-webkit-border-radius: 2px;   
	-moz-border-radius: 2px;
	border-radius: 2px;
	outline: none;
	behavior: url(resources/jquery/css3_pie/PIE.htc);

}

.click-box .box{
	position: absolute;
	left: 4px;
	z-index: 999;
	background: #333;
	border: 1px solid #888; 
	border-top: none;
  
	-webkit-border-radius: 0px 0px 2px 2px;  
	-moz-border-radius: 0px 0px 2px 2px;  	
	border-radius: 0px 0px 2px 2px;  
	
	behavior: url(resources/jquery/css3_pie/PIE.htc);

	
	width: 90%;
	padding: 5px 0px 7px 0px;

}

/*------------------------------------------------------------------------------------*/
/* GOOGLE MAP */
/*------------------------------------------------------------------------------------*/

.google_map .place_map{
	height: 400px;
}

/*------------------------------------------------------------------------------------*/
/*  MEDIA ELEMENT  */
/*------------------------------------------------------------------------------------*/

.media_object{

}

.media_object .media_object_content{
	padding-bottom: 10px;
}


.modal {
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    position:absolute;
    z-index:1000;
    top:0;
    left:0;
}

.modal-dialog {
    top:30%;
    left:0;
    right:0;
    bottom:0;
    margin:0 auto;
    height:300px;
    width:400px;
    background-color:#FFF;
    border-radius:10px;
    padding:20px;
    box-sizing:border-box;
    position:absolute;
}



.modal-body {
    min-height:150px;
    margin:15px 0 15px 0;
}


.modal .text-right {
    text-align:right;
}


.modal .row {
    overflow:hidden;
    clear:both;
    display:block;
}

.modal .row .col-6 {
    float:left;
    width:50%;
}

.modal .modal-header {
    overflow:hidden;
    clear:both;
    display:block;   
}

.modal button.close {
    text-align:right;
    float:right;
}



.error {
    background-color: #fef5f1;
    color: #8c2e0b;
    border: 1px solid #ed541d;
    margin: 15px 0 15px 0;
    padding: 15px;
}









