/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/

html, body{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	/*line-height: 160%;*/
	height: 100%;
	color: #000000;
	background: #FFFFFF /*url(../../resources/images/website_bg.jpg);*/
}

#tip7-title { text-align: left; }

#tip7-title b { display: block; margin-right: 80px; }

#tip7-title span { float: right; }


/*------------------------------------------------------------------------------------*/
/* STARTPAGE*/
/*------------------------------------------------------------------------------------*/

.de-lay {
	position: absolute;
	top: 111px;
	right: 7px;
}

.en-lay {
	position: absolute;
	top: 141px;
	right: 7px;
}

.a-start {
	font-family: Trebuchet MS;
	color: #ec7404;
	font-size: 12px;
	font-weight: bold;
}



/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/

#wrapper{
	/*width: 100%;*/
	height: 100%;
	text-align: center;
}

#page{
	margin: 0 auto;
	min-height: 100%;
	width: 865px;
	text-align: left;
	position: relative;
	padding: 0px 0px 0px 0px;
	/*border: 1px solid blue;*/
}

#header{
	margin: 30px 0px 0px 0px;
	padding: 0px;
	background: transparent url(../../resources/images/header.gif) top left no-repeat;
	position: relative;
	border: 1px solid transparent;

	}

#top-bar{

}


#logo{
	position: relative;
	top: 0px;
	left: 0px;	
}
#logo a{
	text-decoration: none;	
}


#bread-crumb{
	font-family: Trebuchet MS, Arial, Verdana;
	color: #898989;
	font-size: 9px;
	padding: 5px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
}

#bread-crumb a{
	color: #898989;
	text-decoration:none;	
}

/*------------------------------------------------------------------------------------*/
/* MAIN MENU */
/*------------------------------------------------------------------------------------*/


#main-menu{
	font-family: Punch Label,Trebuchet MS, Arial, Verdana;
	font-size: 33px;
	white-space: nowrap;
	background: #transparent;
	padding: 0px;
	margin: 112px 0px 29px 0px;
	
	/*border: 1px solid #FFFF00;*/
	/*-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);*/
}

.ul-main-menu{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
	border-top: 1px solid transparent;
	float: left;
	width: 600px;
}

.ul-main-menu li a, .ul-main-menu li{
	display: block;
	text-decoration: none;
	background: transparent;
	border: none;
	float:left;
	color: #000000;
	margin: 0px 7px 0px 0px;
	}

.ul-main-menu li a {
	padding: 0px;
	text-decoration: none;

	}

.ul-main-menu li a:hover {
	color: #ec7404;
	text-decoration: none;
	}


.ul-main-menu li a.active{
	color: #ec7404;
	text-decoration: none;
	}


.cufon-loading #main-menu a {
	visibility: hidden !important;
}




/*------------------------------------------------------------------------------------*/
/* SUB MENU NORMAL */
/*------------------------------------------------------------------------------------*/

#sub-menu-normal{
	background-color: #FFF;
	font-weight: bold;
	font-size: 12px;
	width: 580px;
	float: left;
	margin: 20px 0px 0px 0px;
	position: relative;
	z-index: 0;

	/*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);*/
	
}

#sub-menu-normal ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

 #sub-menu-normal li{
	background: #FFFFFF;
	background: transparent;
	/*border: 1px solid red;*/
	float:left;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
}

#sub-menu-normal li a {
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	vertical-algin: top;
	padding: 0px;
}


#sub-menu-normal li a{
	color: #000000;
}

#sub-menu-normal li a:hover{
	color: #ec7404;
}


#sub-menu-normal li a.active{
	color: #ec7404;
}





/*------------------------------------------------------------------------------------*/
/* SERVNAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	/*border: 1px solid green;*/
	margin: 23px 0px 0px 0px;
	float: right;
	font-weight: normal;
	

}

#serv-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
	color: #a0a0a0;
	font-size: 10px;

}

#serv-nav li{
	display: inline;
	padding: 0px 0px 0px 0px;
}

#serv-nav li a{
	text-decoration: none;
	font-size: 10px;
	/*letter-spacing: 0.1em;*/
	/*white-space: nowrap;*/
	/*color: #c2cc00;*/
	color: #a0a0a0;
	padding: 0px 0px 0px 0px;
}

#serv-nav li a:hover{
	/*color: #584b47;*/
	color: #000000;

}

#serv-nav li a.active{
	color: #000000;
}

/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 10px 0px;
	/*border: 1px solid red;*/
}
.submenu-row-holder {
	/*border: 1px solid black;*/
	}

.center-column-holder{
	width: 100px;
	margin: 70px 0px 55px 0px;
	/*border:1px solid #000000;*/
	}

.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: 0px 0px 0px 0px;
	width: 720px;
}


/*---- 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 {
	
	padding: 10px;
	color: #333;
	position: absolute;
	
	left: 0px;
	width: 100%;
}

#footer-content{
	border: 0px solid red;
	float: left;
}


/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/
a, a:active, a:visited { 
	color: #ec7404;
	text-decoration: none;
}

a:hover { 
	color: #000000;
	text-decoration: none;

}


p{
	padding: 0px;	
	margin: 0px;
}

h1,h2,h3,h4,h5,h6{
	color: #ec7404;
}


h1{
	font-size: 18px;
	/*line-height: 0.98em;*/
	padding: 0px;	
	margin: 0px 0px 0px 0px;
}

h2{
	font-size: 16px;
	/*line-height: 0.98em;*/
	padding: 0px;	
	margin: 0px 0px 0px 0px;
}

h3, h4, h5, h6{
	font-size: 14px;
	/*line-height: 0.98em;*/
	padding: 0px;	
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}

h4 {}

h5 {}

h6 {
	font-size: 12px;
	padding: 0px;	
	margin: 0px 0px 0px 0px;
	font-weight: bold;

}
.avtext {
	line-height: 160%;
}



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;
}


/*------------------------------------------------------------------------------------*/
/* 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;
}

/*------------------------------------------------------------------------------------*/
/* BILD */
/*------------------------------------------------------------------------------------*/


.alignable-content-image{
	margin: 0px 0px 10px 0px;
	border: 0px solid red;
}

.alignable-content-image a{
	line-height: 0px;
}

.fancybox-title-box{
	border: 0px solid red;
	padding: 0px;
}

.fancybox-title{
	float: left;
}

.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: Myriad Pro, Arial, Verdana;
	font-size: 0.87em;
	line-height: 1.1em;
	padding-top: 5px;
}



/*------------------------------------------------------------------------------------*/
/* SUCHE */
/*------------------------------------------------------------------------------------*/

#search_box{
	border: 0px solid red;
	position: absolute;
	right: 20px;
	top: 20px;
	padding: 0px;
	margin: 0px;
	
}
	
#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;
	font-style:italic;
}

.sponsorURL{
	font-size:10px;
	font-weight:bold;
	padding-left:15px;
}



/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

.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{
	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);*/
	
	width: 942px;
	height: 344px;
	overflow: hidden;
	background: #FFF;

}


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;
}

.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;
}	

/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

.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;
}


/*------------------------------------------------------------------------------------*/
/* Projekt Listen Tabelle*/
/*------------------------------------------------------------------------------------*/
.prj {

}

.prj_li {

}

.prj_li_el{
	margin-bottom: 21px;

}

.prj_li_el_sp {
	float: left;
	line-height: 160%;
	font-weight: normal;
}


.prj_li_el_txt {
	float: left;

}

/*------------------------------------------------------------------------------------*/
/* Projekt-liste - DB*/
/*------------------------------------------------------------------------------------*/

a.prj-container {
	color: #000000;
	cursor: pointer;
}

a.prj-container:hover {
	color: #000000;
	cursor: pointer;
}

div.prj-container {
	margin: 0px 0px 20px 0px;
	height: 30px;
	cursor: pointer;
}

.prj-img {
	width: 122px;
	float: left;
}
.prj-txt {
/*	width: 480px;*/
	float: left;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}
span.prj-hl {
	color: #ec7404;
	font-size: 12px;
	font-weight: bold;
}

/*------------------------------------------------------------------------------------*/
/* Projekt detail */
/*------------------------------------------------------------------------------------*/

.prj-d-cont {
	color: #000000;
	/*border: 1px solid green;*/
	}

.prj-d-img {
	float:left;
	width: 230px;
	/*border: 1px solid red;*/
}

.prj-d-txt-cont{
	float: left;
	width: 350px;
	margin: 0px 0px 0px 10px;
	/*border: 1px solid green;*/
	
} 
.prj-d-txt {
	width: 350px;
	font-weight: normal;
	/*border: 1px solid blue;*/
}
.prj-d-txt-daten{
	font-weight: normal;
	width: 400px;
	/*border: 1px solid pink;*/

}
.prj-dt-tab td {
	font-size: 12px;
	padding: 0px 3px 0px 0px;
}

.prj-daten_cont p {
	font-size: 12px;
	padding: 1px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 100% !important;
}


.pbild_container {
	margin: 5px 0px 0px 0px;
}


.pbild {
	float: left;
	width: 195px;
		
}

.pbild a {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}
.pbild_nav {
	float: left;
}

.pbild_nav a, .pbild_nav a:hover {
	color: #000000;
}

/*------------------------------------------------------------------------------------*/
/* download  */
/*------------------------------------------------------------------------------------*/

.download {
	margin: 3px 0px 0px 0px;
}


/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

