.g-font{
    font-family: 'Terminal Dosis', Arial, sans-serif;
    font-weight: bold;
	font-size: 40px;
    line-height: 1em;
}


/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/


html {
	font-size: 100%; 
	/*IE hack*/
	/*height: 100%;	margin-bottom: 1px;*/
	overflow: scroll;
	overflow-x: auto;
} 

body{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana;
	font-size: 14px;
	line-height: 150%;
	color: #333;
	background: #f0f0f0 url(../../resources/images/bg_body.jpg) top center repeat-x;
}


img{
	border: none;
}

textarea
{
   resize: none;
}

/*------------------------------------------------------------------------------------*/
/* 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: 340px;
	height: auto!important;
	height: 340px;
	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 ul, #bread-crumb li{
    margin: 0; padding: 0;
}

#bread-crumb li{
    margin: 0px 7px 0px 0px!important;
}

#bread-crumb a{
	color: #898989;
	text-decoration:none;	
}

/*------------------------------------------------------------------------------------*/
/* RELEASE SWITCH */
/*------------------------------------------------------------------------------------*/


.release-switch{
	position: absolute;
	right: 0px;
	top: 90px;
    display: none;
}

.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: #c5002b;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	
	border: 1px solid #c5002b;   
	-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;
    font-weight: normal;
    font-style: italic;
    font-family: Georgia;
}


/*------- 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: #FFF;
	background: transparent;
	border: none;
	float:left;
}

.ul-main-menu li a {
	padding: 5px 5px 5px 5px;
}

#main-menu li a{
	color: #FFF;
}

#main-menu li a:hover{
	color: #FFF;
}


#main-menu li a.active{
	color: #FFF;
}

/*------- superfish menu -----------------------------------------------------------*/

.sf-menu{
	color: #FFF;
	margin: 0px!important;
}

.sf-menu li, .sf-menu li a {
	background: #c5002b!important;
	border: none!important;
}
.sf-menu li a{
    margin: 0px;
    padding: 8px;
}

.sf-menu li ul{
    margin-top: -1px;
}


.sf-menu li li{
	border-bottom: 1px solid #FFF!important;
}

.sf-menu li li a:hover{
	background: #3d596f!important;
	border: none!important;
}

/*
#main-menu li.first a.first-level {
	background: transparent url(../../resources/images/icon_menu_home.gif) center left no-repeat!important;
	padding-left: 25px;
	margin-left: 10px;
}
*/

/*------------------------------------------------------------------------------------*/
/* SUB MENU     */
/*------------------------------------------------------------------------------------*/

#sub-menu {
   font-family: Georgia;
	background-color: #3d596f;
	
	border: 1px solid #3d596f;   
	-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: #FFF;
	text-decoration: none;
	display: block;
	padding: 8px 8px 8px 8px;
	border-bottom: 1px solid #486982;	
}

#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: #FFF;
}

#sub-menu li a.active {
	color: #FFF;
	text-decoration: none;
	background: #c5002b;
}


/*------------------------------------------------------------------------------------*/
/* SERVNAV */
/*------------------------------------------------------------------------------------*/

#services{
    position: absolute;
    top: 30px;
    right: 0px;
}


#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: #FFF;
	text-decoration: none;
}


/*------------------------------------------------------------------------------------*/
/* TOPNAV */
/*------------------------------------------------------------------------------------*/

#topnav-container{
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 11px;
}


#top-nav{
    border: 0px solid yellow;
	float: right;
}

#top-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#top-nav li{
	display: inline;
	padding: 0px 10px 0px 0px;
}

#top-nav li a{
	color: #CCC;
	text-decoration: none;
}


/*------------------------------------------------------------------------------------*/
/* SUCHE */
/*------------------------------------------------------------------------------------*/

#search_box{
	border: 0px solid red;
	position: absolute;
	right: 120px;
	top: 90px;
	padding: 0px;
	margin: 0px;
	z-index: 10;
    
    display: none;
}
	
#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, #search_form fieldset{
	border: none;
}

#search_box form legend, #search_form legend{
	display: none;
}

#search_box form label, #search_form label{
	border: 0px solid green;
	display: none;
}

#search_box form input, #search_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, #search_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);
}

/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 1px solid transparent;
	/*
	background: url(http://griddle.it/960-4-10?color=FF9900) repeat-y center top;
	*/
}

.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%;
	width: 50.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;
}


#footer-nav{
    border: 0px solid yellow;
	float: right;
}

#footer-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#footer-nav li{
	display: inline;
	padding: 0px 10px 0px 0px;
}

#footer-nav li a{
	color: #333;
	text-decoration: none;
}



/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/

a, a:active, a:visited { color: #c5002b; }

a:hover { color: #3d596f; }

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;
}
a.email_link{
	padding-left: 13px;
	background: transparent url(../../resources/images/icon_link_email.png) left center no-repeat;
}


strong{
	color: #000;
	font-weight: bold;
}

em{
	color: #666;
}

a:hover{
	text-decoration: none;
}

p{
	padding: 0px;	
	margin: 0px;
}

h1,h2,h3,h4,h5,h6{
	color: #c5002b;
	font-weight: normal;
    font-family: Georgia;
    font-style: italic;
}

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 15px;
}

ul.avtext li{
	/*background: transparent url(../../resources/images/bg_li.gif) 0px 5px no-repeat;*/
	padding: 0px 0px 0px 0px;
}


.border .img-db-img{
    border: 1px solid black;
}

.shadow .img-db-img{
    -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);
}

/*------------------------------------------------------------------------------------*/
/* AVTEXT AUSZEICHUNG - css_class_extension  */
/*------------------------------------------------------------------------------------*/

.default{
    
    }
    
.intro{
    margin: 0 0 20px 0;
    padding: 10px; 
    background: #FFF;
    }
    
.quote{
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0 0 20px 0;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    padding: 10px;
    color: #666;
}

.quote p{
  display: inline;
}


.quote_start{
    font-size: 1.8em;
    }
    
.quote_end{
    font-size: 1.8em;
    }

    
.footnote{
    font-size: 0.813em;
    line-height: 1.3em;
    margin: 0 0 20px 0;
    padding: 10px; 
    background: #FFF;
    border: 1px solid #CCC;
}
    
.code{
    font-family: monospace;
    padding: 5px; 
    background: #CCC;
    color: #000;
    margin: 0 0 20px 0;
    }

/*------------------------------------------------------------------------------------*/
/* 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;

}

/*------------------------------------------------------------------------------------*/
/* Youtube Image-Link with Fancybox */
/*------------------------------------------------------------------------------------*/

.fancybox_youtube {
	background:none !important;
	padding: 0px!important;
	display: block;
	width:120px;
}

.youtube_preview_pic {
	/*position:absolute;
	z-index:0;*/
}

.youtube_logo_layer {
	/*position:absolute;
	z-index:1;
	top:0px;
	left:0px;*/
	margin-top:-92px;
}


/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

.jart-acordion {
    font-size: 12px!important;    
}

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/


