/*------------------------------------------------------------------------------------*/
/* GENERAL SETUP */
/*------------------------------------------------------------------------------------*/

html, body{
	margin: 0;
	padding: 0;
	font-family: Myriad Pro, Arial, Verdana;
	font-size: 12px;
	/*line-height: 140%;*/
	height: 100%;
	color: #584b47;
	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; }

/*------------------------------------------------------------------------------------*/
/* PAGE STRUCTURE */
/*------------------------------------------------------------------------------------*/

#wrapper{
	/*width: 100%;*/
	height: 100%;
	text-align: center;
}

#page{
	margin: 0 auto;
	min-height: 100%;
	width: 850px;
	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;
	/*border: 1px solid green;*/

	}

.header-normal{
	height: 192px;	
}

.header-extended{
	min-height: 350px;
	height: auto!important;
	height: 350px;
	padding-top: 100px!important;
}

#header-box {
	border: 1px solid green;
}
#top-bar{

}


#logo{
	position: relative;
	top: 0px;
	left: 0px;	
}
#logo a{
	text-decoration: none;	
}


#bread-crumb{
	font-family: Myriad Pro, 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: Myriad Pro, Arial, Verdana;
	font-size:14px;
	font-weight: bold;
	white-space: nowrap;
	background: #FFFFFF;
	
	padding: 0px;
	margin: 0px 0px 10px 0px;
	
	border: 1px solid #584b47;   
	/*-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 10px;
	padding: 0px;	
	border-top: 1px solid transparent;
	border: 1px; solid red;
	float: left;
	width: 600px;
}

.ul-main-menu li a, .ul-main-menu li{
	display: block;
	text-decoration: none;
	background: #FFFFFF;
	background: transparent;
	border: none;
	float:left;
	margin: 0px 0px 0px 0px;
	width: 120px;
}

.ul-main-menu li a {
	padding: 0px;
}


#main-menu li a{
	color: #584b47;
}

#main-menu li a:hover{
	color: #c2cc00;
}


#main-menu li a.active{
	color: #c2cc00;
}



.sf-menu{
	margin: 0px 0px 0px 10px!important;
}

.sf-menu li, .sf-menu li a {
	background: #FFF!important;
	border: none!important;
}
.sf-menu li li{
	border-bottom: 1px solid #111!important;
}

.sf-menu li li a:hover{
	background: #FFF!important;
	border: none!important;
}


/*

#main-menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
	border-top: 1px solid transparent;
}

#main-menu li a, #main-menu liX{
	display: block;
	color: #999;
	text-decoration: none;
	background: #000;
	background: transparent;
	border: none;
}

#main-menu li a:hover{
	color: #FFF;
}

#main-menu li li a{
	border-bottom: 1px solid #222;
}


#main-menu li a.active {
	color: #FF9900;
	text-shadow: none;
	background: #000;
	text-decoration: none;
}
#main-menu li ul{
	border: 1px solid red;
	width: 500px;
}
*/


/*
#main-menu li a.first-level, #main-menu li a.active  {
	text-shadow: 1px 1px 0px #333;
	background: #000;

	/*-moz-border-radius: 5px;*/
	/*border-radius: 5px;*/
	
	/*behavior: url(resources/jquery/css3_pie/PIE.htc);*/
}
*/

/*------------------------------------------------------------------------------------*/
/* SUB MENU  */
/*------------------------------------------------------------------------------------*/

#sub-menu{
	border: 0px solid red;
	background-color: #999;
	padding: 5px 0px 5px 0px;
}

#sub-menu ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
}

#sub-menu li{
	
}


#sub-menu li a{
	color: #333;
	text-decoration: none;	
}

#sub-menu li a:hover, #sub-menu li a.active {
	color: #FF9900;
	text-decoration: underline;
}



/*------------------------------------------------------------------------------------*/
/* SUB MENU NORMAL */
/*------------------------------------------------------------------------------------*/

#sub-menu-normal{
	border: 0px solid red;
	background-color: #FFF;
	/*font-weight: bold;*/
	font-size: 12px;
	/*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);*/
	margin: 6px 0px 0px 10px;

}

#sub-menu-normal ul{
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;	
}

#sub-menu-normal li a, #sub-menu-normal li{
	display: block;
	text-decoration: none;
	background: #FFFFFF;
	background: transparent;
	border: none;
	float:left;
	margin: 0px 16px 0px 0px;
}

#sub-menu-normal li a {
	padding: 0px;
	margin: 0px;
}


#sub-menu-normal li a{
	color: #584b47;
}

#sub-menu-normal li a:hover{
	color: #c2cc00;
}


#sub-menu-normal li a.active{
	color: #c2cc00;
}





/*------------------------------------------------------------------------------------*/
/* SERVNAV */
/*------------------------------------------------------------------------------------*/

#serv-nav{
	border: 0px solid yellow;
	margin: 0px 7px 0px 0px;
	float: right;
	font-weight: normal;

}

#serv-nav ul{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;	
	color: #584b47;
	font-size: 12px;

}

#serv-nav li{
	display: inline;
	padding: 0px 0px 0px 0px;
}

#serv-nav li a{
	text-decoration: none;
	font-size: 12px;
	/*letter-spacing: 0.1em;*/
	white-space: nowrap;
	/*color: #c2cc00;*/
	color: #584b47;
	padding: 0px 3px 0px 4px;
}

#serv-nav li a:hover{
	/*color: #584b47;*/
	color: #c2cc00;

}

#serv-nav li a.active{
	color: #c2cc00;
}

/*------------------------------------------------------------------------------------*/
/* PAGE CONTENT */
/*------------------------------------------------------------------------------------*/


#page-content{
	padding: 0px;
	margin: 00px 0px 10px 0px;
	border: 1px solid transparent;
}
.submenu-row-holder {
	/*border-top: 1px solid black;*/
}

.center-column-holder{
	width: 100%;
	margin: 30px 0px 55px 0px;
	border:1px solid transparent;
	}

.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 10px;
	width: 350px;
}


/*---- 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 #584b47;
	padding: 10px;
	color: #333;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}

#footer-content{
	border: 0px solid red;
	float: left;
}


/*------------------------------------------------------------------------------------*/
/* AV TEXT */
/*------------------------------------------------------------------------------------*/
a, a:active, a:visited { 
	color: #584b47;
	text-decoration: none;
}
a:hover { 
	color: #d9df5f;

}



p{
	padding: 0px;	
	margin: 0px;
}

h1,h2,h3,h4,h5,h6{
	color: #584b47;
}


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;
}

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-liste */
/*------------------------------------------------------------------------------------*/

a.prj-container:hover {
	color: #584b47;
}

div.prj-container {
	margin: 0px 0px 6px 0px;
	height: 82px;
}

.prj-img {
	width: 110px;
	float: left;
}
.prj-txt {
	width: 230px;
	float: left;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
}
span.prj-hl {
	color: #c2cc00;
	font-size: 16px;
	font-weight: bold;
}

/*------------------------------------------------------------------------------------*/
/* Projekt detail */
/*------------------------------------------------------------------------------------*/

.prj-d-cont {
	widht: 600px;
	color: #584b47;
	/*border: 1px solid green;*/
	}

.prj-d-img {
	float:left;
	width: 230px;
	/*border: 1px solid red;*/
}
.prj-d-txt {
	float: left;
	width: 350px;
	font-weight: normal;
	margin: 0px 0px 0px 10px;
	/*border: 1px solid green;*/
}

.prj-dt-tab td {
	font-size: 12px;
	padding: 0px 3px 0px 0px;
}

/*------------------------------------------------------------------------------------*/
/* download  */
/*------------------------------------------------------------------------------------*/

.download {
	margin: 3px 0px 0px 0px;
}


/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------*/
/*  */
/*------------------------------------------------------------------------------------*/

