/* zuendung master stylesheet */
/* zuendung blau: #219bd3 */
/* zuendung grau: #707173 */


body {
	background: #fff;
	font: normal 10px Verdana, sans-serif;
	color: #707173;
}

.hidden {
	display: none;
}
.clear {
	clear: both;
}

a:link, a:visited {
	color: #219bd3;
	text-decoration: none;
}



#logo a {
	margin-top: 7px;
	width: 116px;
	height: 53px;
	display: block;
	cursor: pointer;
	background: transparent url(/gfx/zuendung_logo.gif) no-repeat top left;
	text-indent: -9999px;
}

#home #logo a {
	background: transparent url(/gfx/zuendung_logo.png) no-repeat top left;
}

ul#navigation {
	position: absolute;
	border-top: 1px solid #959697;
	border-bottom: 1px solid #959697;
}

ul#navigation:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#navigation a {
	text-decoration: none;
	color: #707173;
}

ul#navigation .active a {
	color: #219bd3;
}

ul#navigation li {
	line-height: 26px;
	text-transform: lowercase;
	display: block;
	float: left;
/*  margin: 0 32px 0 10px;*/

}

#navigation a {
	height: 24px;
	display: block;
	background: transparent url(/gfx/nav_master.png) no-repeat top left;
	text-indent: -9999px;
}

#navigation li li {
	float: none;
}


#navigation li ul {
  display: none;
}

#navigation li.li_active ul {
  display: block;
}

#nav_home a { width: 67px; background-position:  10px 0; }
#nav_home a:hover, #nav_home a.active { background-position: 10px -24px; }

#nav_arbeiten a { width: 79px; background-position:  -90px 0; }
#nav_arbeiten a:hover, #nav_arbeiten a.active { background-position: -90px -24px; }

#nav_kunden a { width: 75px; background-position:  -203px 0; }
#nav_kunden a:hover, #nav_kunden a.active { background-position: -203px -24px; }

#nav_ueberuns a { width: 81px; background-position:  -310px 0; }
#nav_ueberuns a:hover, #nav_ueberuns a.active { background-position: -310px -24px; }

  #nav_ueberuns #ueber_uns_leistungen a { width: 81px; background-position: -653px -5px;}
    #nav_ueberuns #ueber_uns_leistungen a:hover, 
    #nav_ueberuns #ueber_uns_leistungen a.active { background-position: -653px -29px;}

  #nav_ueberuns #ueber_uns_team a { width: 81px; background-position: -775px -5px;}
    #nav_ueberuns #ueber_uns_team a:hover, 
    #nav_ueberuns #ueber_uns_team a.active { background-position: -775px -29px;}

  #nav_ueberuns #ueber_uns_jobs a { width: 81px; background-position: -873px -5px;}
    #nav_ueberuns #ueber_uns_jobs a:hover, 
    #nav_ueberuns #ueber_uns_jobs a.active { background-position: -873px -29px;}


#nav_blog a { width: 86px; background-position:  -425px 0; }
#nav_blog a:hover, #nav_blog a.active  { background-position: -425px -24px; }

#nav_kontakt a { width: 86px; background-position:  -544px 0; }
#nav_kontakt a:hover, #nav_kontakt a.active { background-position: -544px -24px; }





.subnav {
	position: relative;
	padding: 0;
	z-index: 99;
}

.subnav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.subnav li {
	float: none;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

ul#subnav_ueberuns li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	height: 20px;
}

#subnav_ueberuns li.inactive a {
	color: #707173;
}

#search {
	position: absolute;
	right: 0;
	border-top: 1px solid #959697;
	border-bottom: 1px solid #959697;
}

#search label {
	float: left;
	margin-left: 10px;
	text-indent: -9999px;
	display: block;
	height: 24px;
	width: 28px;
	background: transparent url(/gfx/suche.png) no-repeat top left;
}

#search input {
	border: none;
	vertical-align: middle;
	font: 10px normal Verdana, sans-serif;
	color: #959697;
	margin: 0 0 0 2px;
	!width: 110px;
}

#search input#search_submit {
	display: inline;
	vertical-align: middle;
	background: transparent;
	!width: auto;
}

h3.no_results {
	color: #219bd3;
	padding: 120px 0 0 10px
}

#header {
	margin: 27px 0 60px 0;
	zoom: 1;
}

#header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* ARBEITEN*/

.pagination {
	text-align: right;
	margin-right: 180px;
}

.pagination a:link, .pagination a:visited {
	color: #707173;
}

.pagination a:hover, .pagination a:active {
	color: #219bd3;
}

.pagination li.current_page {
	text-decoration: underline;
}

.pagination ul {
	display: inline;
}

.pagination ul li {
	display: inline;
	margin-left: 2px;
	padding-left: 4px;
	border-left: 1px solid #707173;
}

.pagination ul li:first-child {
	border: none;

}

/*
.pagination ul li:before {
	content: " |";
}

.pagination ul li:first-child:before {
	content: "";
}
*/

.entry {
	clear: both;
	border-top: 1px solid #959697;
	padding: 10px 0 10px 10px;
	width: 560px;
	min-height: 100px;
	height:auto !important;
	height: 100px;

}

.entry p {
	line-height: 150%;
	display: inline;
}

#arbeiten.single_view .entry p {
	display: block;
	margin-bottom: 7px;
}

.entry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.entry h2 {
	font-size: 21px;
	line-height: 1em;
	font-weight: normal;
}

.entry.first {
	border: none;

}

.entry a img {
	float: left;
	margin: 0 17px 0 0;
}

.entry .descr {
	float: left;
	display: block;
	width: 365px;
	padding: 4px 0 0 0;
	vertical-align: bottom;
}

.entry h2 {
	margin-bottom: 5px;
}

.entry_spacer {
	height: 30px;
}



/* HOME */
#home #header {
	margin-bottom: 60px;
}


#home #content {
	height: 300px;
}

#splash {
	position: relative;
	padding: 0 10px 20px 10px;
	width: 345px;
	background: transparent url(/gfx/50_opaque_fff.png) top left no-repeat;
	min-height: 200px;
	height:auto !important;
	height: 200px;
}

#splash #splash_wrap {
	width: 345px;
	position: absolute;
	bottom: 10px;
}

#splash #splash_wrap .subheading {
	margin-top: 6px;
	width: 220px;
}

#splash #splash_wrap .more {
	/*
	position: absolute;
	right: 0;
	bottom: 7px;
	*/
	margin-top: 15px;
	background: transparent url(/gfx/mehr_dazu.png) top left no-repeat;
	width: 61px;
	height: 11px;
	display: block;
	cursor: pointer;
	text-indent: -999px;
}


#splash h3.pubdate {
	position: absolute;
	top: 22px;
}

/* ARBEITEN SINGLE */

.entry.single {
	border-top: none;
	width: 750px;
	padding: 10px 0;
}

.entry.single .media {
	float: left;
	width: 570px;
	margin-right: 20px;
}

.entry.single .info {
	padding: 0 0 0 10px;
	width: 150px;
	float: left;
}



.entry.single:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.gallery {
	list-style-type: none;
}



.gallery li img {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	padding: 0;
	vertical-align: baseline;
}

#main_image {
	min-height: 435px;
	height:auto !important;
	height: 435px;
}

#main_image:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#main_image .caption {
	padding: 10px 0;
	float: left;
}



.galleria:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
.galleria li{display:block;width:35px;height:35px; padding-top: 12px;
overflow:hidden;float:left;margin:0 4px 0 0}
.galleria li a{display:none}
.galleria li div{position:absolute;display:none;top:0;left:180px}
.galleria li div img{cursor:pointer}
.galleria li.active div img,.galleria li.active div{display:block}
.galleria li img.thumb{
	cursor:pointer;
	display:block;
	width:35px;
	height: 35px;
}
* html .galleria li div span{width:400px} /* MSIE bug */


.gallery li.active {
	background: transparent url(/gfx/darr.gif) top left no-repeat;
}

.galleria {
	margin: 0;
	padding: 0;
	height: 100%;
}

.to_overview {
	width: 74px;
	height: 11px;
	text-indent: -9999px;
	display: block;
	background: transparent url(/gfx/zur_uebersicht.gif) top left no-repeat;
}

.to_overview:hover {
	background: transparent url(/gfx/zur_uebersicht.gif) bottom left no-repeat;
}

.zoom {
	position: absolute;
	top: 0;
	left: 90px;
	width: 62px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	background: transparent url(/gfx/zoom.gif) top left no-repeat;
}

.zoom:hover {
	background: transparent url(/gfx/zoom.gif) bottom left no-repeat;
}

/* KUNDEN */


.client_list {
	list-style-type: none;
	width: 570px;
}

.client_list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.client_list li {
	display: block;
	width: 141px;
	height: 105px;
	float: left;
	border-left: 1px dashed #d8d9d9;
	border-top: 1px dashed #d8d9d9;
}

.client_list li.first_row {
	border-top: none;
}

.client_list li a img {
	opacity: .3;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity: 0.3;
}

.client_list li a:hover img, .client_list li a:active img {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
}


/* UEBER UNS */

#ueber-uns .entry {
	border: none;
	height: auto;
	min-height: 0;
}

#ueber-uns .entry ul li {
	margin-bottom: 10px;
}

#ueber-uns .entry .description ul li a {
	padding-left: 10px;
	background: transparent url(/gfx/rarr.gif) center left no-repeat;
}

#ueber-uns .entry .description ul li a:link, #ueber-uns .entry .description ul li a:visited {
	color: #707173;
}

#ueber-uns .entry .description ul li a:hover, #ueber-uns .entry .description ul li a:active {
	color: #219bd3;
	background: transparent url(/gfx/rarr.gif) -2000px center  no-repeat;
}

#ueber-uns.single_view .leistungen .to_next, 
#ueber-uns.single_view .leistungen .to_overview,
#ueber-uns.single_view #team_single .to_next,
#ueber-uns.single_view #team_single .to_overview {
	display: block;
	float: left;
	margin: 0;
	padding: 0;

}


#ueber-uns.single_view .leistungen .to_next,
#ueber-uns.single_view #team_single .to_next {
	margin-top: 1px;
	clear: none;
	margin-left: 20px;
}


#ueber-uns.single_view h2 {
	margin: 60px 0 20px 0;
}



#ueber-uns.single_view .leistungen p {
	display: block;
}

#ueber-uns .entry.leistungen {
	clear: both;
}

#ueber-uns .entry.leistungen.first {
	padding-top: 70px;
}

#ueber-uns .entry.leistungen .heading {
	float: left;
	display: block;
	width: 220px;
}

#ueber-uns .entry.leistungen .description {
	float: right;
	display: block;
	width: 340px;
	margin-top: 5px;
}


#ueber-uns.single_view img {
	clear: both;
	display: block;
	float: left;
	padding-top: 20px;
}

#ueber-uns.single_view .caption {

	margin-top: 6px;                
	float: right;
	text-align: right;
}

#ueber-uns.single_view #web_referenzen {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}

#ueber-uns.single_view #web_referenzen p {
	display: block;
	padding-top: 10px;
}

#ueber-uns.single_view #web_referenzen ul li {
	margin: 3px 0;
}

#ueber-uns.single_view #web_referenzen ul li a {
	padding-left: 10px;
	color: #707173;
	background: transparent url(/gfx/rarr.gif) left center  no-repeat;
}

#ueber-uns.single_view #web_referenzen ul li a:hover, #ueber-uns.single_view #web_referenzen ul li a:active {
	color: #219bd3;
	background: transparent url(/gfx/rarr.gif) -2000px center  no-repeat;
}


#team_list {
	padding-top: 88px;
}

#team_list li {
	display: block;
	float: left;
	width: 108px;
	margin: 0 0 55px 5px;
}

#team_list li.clear {
	width: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

/*
#team_list li.outer {
	margin-right: 0;
}
*/

#team_list li h3 {
	height: 23px;
}

#team_single img {
	display: block;
	float: left;
	margin: 10px 30px 1px 0;
}

#team_single h2 {
	margin-top: 10px;
	float: left;
	display: block;
	width: 200px;
}

#team_single.entry h2 {
	margin-bottom: 6px;
}

.team_info {
	float: left;
}

.team_info a:link, .team_info a:visited {
	color: #707173;
	text-decoration: underline;
}

.team_info a:hover, .team_info a:active {
	color: #219bd3;
	text-decoration: underline;
}

.to_next {
	clear: both;
	float: none;
	display: block;
	width: 42px;
	height: 10px;
	margin-left: 243px;
	background: #fff url(/gfx/to_next.gif) top left no-repeat;
	text-indent: -999px;
	cursor: pointer;
}

a.to_next:hover, a.to_next:active {
	background: #fff url(/gfx/to_next.gif) bottom left no-repeat;
}



.description ul li a {
	color: #707173;
}

.description ul li a:hover, .description ul li a:active {
	color: #219bd3;
}



/* JOBS */

#ueber-uns .entry.jobs {
	padding-top: 70px;
}

#ueber-uns .entry.jobs h3 {
	color: #219bd3;
	margin: 20px 0 15px 0;
}

#ueber-uns .entry.jobs p {
	display: block;
	margin-bottom: 15px;
}

/* SEARCH */

#query .divider {
	height: 40px;
}

/* FOOTER */

#footer {
	margin-top: 27px;
	width: 750px;
}

#home #footer {
}

body#arbeiten.single_view #footer {
	margin-top: 16px;
}

body#ueber-uns.single_view #footer {
	margin-top: 15px;
}

#footer ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#footer ul {
	list-style-type: none;
}

#footer ul li {
	border-top: 1px solid #959697;
	display: block;
	float:left;
	padding: 7px 0 0 10px;
}

#footer ul li a {
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	font-size: 1px;
}

.to_download {
	width: 560px;
}

.to_imprint {
	width: 150px;
	float: right;
	margin-left: 20px;
}

.to_download a {
	width: 114px;
	height: 13px;
	background: transparent url(/gfx/download_portfolio.png) top left no-repeat;
}

.to_download a:hover, .to_download a:active {
	background: transparent url(/gfx/download_portfolio.png) bottom left no-repeat;
}

.to_imprint a {
	width: 49px;
	height: 12px;
	background: transparent url(/gfx/impressum.png) top left no-repeat;
}

.to_imprint a:hover, .to_imprint a:active {
	background: transparent url(/gfx/impressum.png) bottom left no-repeat;
}

/* IMPRESSUM */

#impressum .entry {
	border: none;
	padding-top: 70px;
}

.imprint_column {
	width: 240px;
	display: block;
	float: left;
	margin-right: 40px;
}

.imprint_column p {
	display: block;
	margin-bottom: 12px;
}

/* KONTAKT */


body#kontakt .entry {
	border-top: none;
}


.vcard {
	line-height: 150%;
}


.vcard a:link, .vcard a:visited {
	color: #707173;
	text-decoration: none;
	font-weight: bold;
}

.vcard a:hover, .vcard a:active {
	color: #219bd3;
}



.vcard .adr, .vcard .communication {
	width: 220px;
	display: block;
	float: left;
}

.vcard .communication .email {
}

img#anfahrt {
	margin: 28px 0 10px 0;
	border: 1px solid #9c9ea0;
}

body#kontakt .entry {
	margin: 0 0 0 10px;
	padding: 0;
}

body#kontakt .entry img {
	margin: 15px 0 10px 0;
}

body#kontakt .entry ul {
	width: 560px;
}

body#kontakt .entry ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


body#kontakt .entry ul li {
	display: block; 
}

body#kontakt .entry ul li a {
	cursor: pointer;
	display: block;
	text-indent: -9999px;
	font-size: 1px;
	height: 13px;
}

.to_map_google {
	width: 72px;
	float: left;
	background: transparent url(/gfx/google_maps.gif) top left no-repeat;
}

.to_map_google a:hover, .to_map_google a:active {
	background: transparent url(/gfx/google_maps.gif) bottom left no-repeat;
}

.to_map_download {
	width: 200px;
	float: right;
	background: transparent url(/gfx/download_karte.gif) top left no-repeat;
}

.to_map_download a:hover, .to_map_download a:active {
	background: transparent url(/gfx/download_karte.gif) bottom left no-repeat;
}


/* BLOG */

p.article_info {
	margin-bottom: 10px;
	display: block;
	color: #219bd3;
}

#blog.single_view .entry {
	border: none;
}

#blog.single_view .entry h2 {
	padding-top: 40px;
}


#blog.single_view .to_overview, #blog.single_view .to_next_entry {
	display: block;
	float: left;
	padding: 0;
}

#blog.single_view .to_next_entry {
	display: block;
	width: 85px;
	height: 13px;
	margin-left: 20px;
	background: #fff url(/gfx/to_next_entry.gif) top left no-repeat;
	text-indent: -999px;
	cursor: pointer;
}

#blog.single_view a.to_next_entry:hover, a.to_next_entry:active {
	background: #fff url(/gfx/to_next_entry.gif) bottom left no-repeat;
}

.single_view p {
	display: block;
	margin-bottom: 10px;
}

.single_view p.article_info, .single_view p.comment_info {
	margin-bottom: 0;
}

.single_view .comment_wrap {
	clear: both;
	padding: 10px 0 10px 10px;
	width: 560px;
	min-height: 100px;
	height:auto !important;
	height: 100px;

}

.single_view .comment_wrap label {
	float: left;
	width: 85px;
	display: block;
	line-height: 23px;
}

h4.comment_count {
	margin: 48px 0 0 10px;
	color: #219bd3;
}

.comment_wrap h4 {
	margin: 48px 0 20px 0;
	color: #219bd3;
}



ol.comments li, .comment_preview  {
	line-height: 150%;
	border-bottom: 1px solid #959697;
	padding: 10px 0 10px 10px;
	width: 560px;
	min-height: 100px;
	height:auto !important;
	height: 100px;
}

.comment_preview {
	background-color: #e8eff6;
	color: #171717;
}

.single_view .comment_wrap input {
}

.single_view .comment_wrap textarea {
	width: 400px;
}

	.comments-wrapper p {
		display: block;
		clear: both;
		margin-bottom: 10px;
	}


sup {
	vertical-align: super;
	font-size: 8px;
}

/* Count down */

#countdown {
  position: absolute;
  top: 0;
  right: 0;
  color: #008bcc;
}

a#reload {
	width: 100%;
	height: 100%;
	display: block;
}


body {padding:0; margin:0; height:100%; width:100%; }

body.modal {
  overflow: hidden;
}



/* #simplemodal-overlay {background-color:#000; cursor:wait;}

#simplemodal-container {height:400px; width:600px; background-color:#fff; border:3px solid #ccc;}
#simplemodal-container a.modalCloseImg {background:url(../img/basic/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-18px; cursor:pointer;}
#simplemodal-container #basicModalContent {padding:8px;}

*/

.modal a:link, .modal a:visited {
	color: #fff;
}


.modal a:hover, .modal a:active {
	color: #fff;
}

.overlay-decorator {
  background:#219bd3;
  color: #fff;
	height:100%;
  width:100%;
  position:absolute;
	top:0;
	left:0;
  opacity:1;
	z-index:2000;
	*display:none;

}

.overlay-wrap {
	height:100%;
	width:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:2001;
	background-color: #219bd3;
	overflow:auto;
	*overflow-x:hidden;
	*zoom:1;
	/* (0.8 * 255).toString(16) = cc 
	*filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc002244,endColorstr=#cc002244);
	*background:transparent url("../gfx/pixel.gif");
	*/
}
.overlay {
	z-index:2001;
	position:relative;
	margin:0 auto;
	display:table;
	height:100%;
	vertical-align:middle;
	width:300px;
	z-index:9999;
	
	*width:100%;
	*text-align:center;
	*position:static;
	*display:block;
}
.dialog-wrap {
	display:table-cell;
	vertical-align:middle;
	
	*width:300px;
	*text-align:left;
	*zoom:1;
	*display:inline;
}

.dialog-decorator {
	display:none;
	
	*vertical-align:middle;
	*zoom:1;
	*display:inline;
	*height:100%;
	*width:0;
	*background:red;
}