/* grundlayout */

body {
	margin: 0;
	padding: 0;
	background: url('/ccds_tpl_img/body-bg.gif') repeat center;
}

* {
	margin:0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size:14px;
}

h4 {
	font-size:14px;
	padding-bottom: 10px;
	font-weight:bold;
}

p, ul {
	padding-bottom: 20px;
	color: #595959;
	font-family: Verdana;
	line-height: 20px;
}

li, div, td {
	color: #595959;
}

ul {
	padding-left: 20px;
}

a {
	text-decoration: none;
	color: #689a9b;
}

a:hover {
	text-decoration: underline;
}

#body_toplayer {
	background: url('/ccds_tpl_img/body-bg-top.gif') repeat-x top;
}

#page_center {
	width: 890px;
	margin: 0 auto;
}

/* header */

#page_logo {
	width: 316px;
	height: 120px;
}

#main_menu {
	height: 40px;
	padding-left: 290px;
	border-right: 1px #fff solid;
	overflow: hidden;
}

#main_menu ul {
	list-style-type: none;
	border-right: 1px #b3b3b3 solid;
	padding: 0px;
	line-height: normal;
}

#main_menu ul li {
	display: block;
	border-left: 1px #b3b3b3 solid;
	float: left;
}

#main_menu ul li a {
	color: #626262;
	font-size: 16px;
	line-height: 16px;
	display: block;
	height: 29px;
	text-decoration: none;
	border-left: 1px #fff solid;
	padding-top: 10px;
	padding-left: 28px;
	padding-right: 28px;
}

#main_menu ul li ul.subnavi {
	display: none;
	position: absolute;
	
	box-shadow: 0px 3px 3px #666;
	-moz-box-shadow: 0px 3px 3px #666;
	-webkit-box-shadow: 0px 3px 3px #666;
}

#main_menu ul li:hover ul.subnavi, #main_menu ul li.sfhover ul.subnavi {
	display: block;
}

#main_menu ul li ul.subnavi li {
	display: block;
	border-bottom: 1px #fff solid;
	float: none;
}

#main_menu ul li ul.subnavi li a {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #616161;
	height: 14px;
	border-bottom: 1px #bfbfbf solid;
	border-left: none;
	background: #cceaeb;
	padding: 10px 10px;
}

#main_menu a:hover {
	color: #354f4f;	
}

#main_menu ul li a.navigation_active {
	color: #354f4f;
	font-weight: bold;
}

#main_menu ul li ul.subnavi li a span.arrow {
	color: #354f4f;
	visibility: hidden;
	font-size: 12px;
	padding-right: 5px;
}

#main_menu ul li ul.subnavi li a:hover span.arrow, #main_menu ul li ul.subnavi li a.navigation_active span.arrow {
	visibility: visible;
}

/* content */

#page_content {
	background-image: url('/ccds_tpl_img/content_lower_bg.gif');
	background-repeat: repeat-y;
}

#teaser_up_left {
	position:relative;
	float: left;
	width: 290px;
	height: 245px;
	background: url('/ccds_tpl_img/teaserbg.jpg') no-repeat;
}

#teaser_up_left ul {
	list-style-image: url('/ccds_tpl_img/teaser-bullet.png');
	list-style-position: outside;
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 18px;
}

#teaser_up_left ul li {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	color: #595959;
	padding-bottom: 10px;
	letter-spacing:-1px;
}

#contact_button {
	text-indent: -9999px;
	display: block;
	width: 263px;
	height: 42px;
	background: url('/ccds_tpl_img/kontaktieren_sie_uns.png') no-repeat;
	outline: 0;
	/*margin-top: 15px;*/
	margin-left: 15px;
	position:absolute;
	bottom:0px;
}

#upper_picture {
	float:left;
	width: 600px;
	height: 245px;
}

#teaser_low_left {
	float: left;
	width: 290px;
	min-height: 310px;
	background: #d9d9d9;
}

#referenzen_teaser_cycle {
	height: 192px;
	display: block;
	overflow: hidden;
}

#referenzen_overlay {
	text-indent: -9999px;
	position: absolute;
	width: 32px;
	height: 192px;
	background-image: url('/ccds_tpl_img/referenzen_overlay.png');
	background-color: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 100;
}

#ref_cycle {
	overflow: hidden;
	height: 192px;
}

.cycleref {
	width: 290px;
	height: 192px;
}

#testimonial_teaser {
	padding: 15px;
}

#testimonial_teaser em {
	font-size: 18px;
	color: #689a9b;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 10px;
	display: block;
}

#testimonial_teaser .name {
	font-size: 14px;
	color: #354f4f;
}

#testimonial_teaser .firma {
	font-size: 12px;
	color: #354f4f;
}

#content_lower {
	background: #d9d9d9;
	background-image: url('/ccds_tpl_img/content_lower_bg.gif');
	background-repeat: repeat-y;
}

#lower_content {
	float: left;
	width: 599px;
	min-height: 310px;
	background: #fff;
}

#content_area {
	background: #fff;
	padding: 25px;
}

#breadcrumb {
	background: #dfdfdf;
	height: 20px;
	padding: 0 25px;
}

#breadcrumb a {
	text-decoration: none;
	color: #000;
}

/* footer */

#metanavi {
	height: 40px;
	box-shadow: 0px 3px 3px #666;
	-moz-box-shadow: 0px 3px 3px #666;
	-webkit-box-shadow: 0px 3px 3px #666;
	background: url('/ccds_tpl_img/metanavi-bg.gif') repeat-x;
	text-align: right;
}

#metanavi ul {
	list-style-type: none;
	padding-top: 10px;
}

#metanavi ul li {
	display: block;
	float: right;
}

#metanavi ul li a {
	color: #626262;
	text-decoration: none;
	padding: 0 15px;
	font-size: 12px;
}

#metanavi ul li a:hover {
	text-decoration: underline;
}

/* allgemeine styles */

img {
	border: 0;
}

.clear {
	clear: both;
	line-height:0px;
	font-size:0px;
	overflow: hidden;
	height:0px;
}
/* -----------------------------------
/* Absatz	 -------------------------
/* ---------------------------------*/

.absatz_image.left {
	float:			left;
	margin-right: 	15px;
	margin-bottom: 	15px;
	width:			200px;
	padding-top: 	6px;
}

.absatz_image.right {
	float:			right;
	margin-left: 	15px;
	margin-bottom: 	15px;
	width:			200px;
	padding-top: 	6px;
}

.absatz_image.center {
	float:			none;
	margin-bottom: 	15px;
	width:			200px;
	padding-top: 	6px;
}

.pic_descr {
	font-size: 11px;
	font-style: italic;
	display: block;
	padding-top: 2px;
}

.download {
	background: url(/ccds_tpl_img/disk.png) no-repeat 0px 5px;
	display: block;
	padding: 3px 0px 3px 25px;
	color:#595959;
}

.download.last {
	margin-bottom:20px;
}

.download a {
	color: #000;
}

/* -----------------------------------
/* Kategorie -------------------------
/* ---------------------------------*/

.kategorie {
	float:left;
	width:125px;
	float:left;
	margin-right: 70px;
	margin-bottom: 20px;
}

.kategorie.last {
	margin-right: 0px;
}

.kat_thumb {
	height:125px;
	background-position: center !important;
	background-repeat: no-repeat;
	border:1px solid #404143;
	display: block;
	margin-bottom: 10px;
}

.kat_titel {
	display: block;
	color:#595959;
}

.kat_thumb.hover {
	border:1px solid #689a9b;
}

.kat_titel.hover {
	color: #689a9b;
}


/* -----------------------------------
/* Referenzen ------------------------
/* ---------------------------------*/

.thumbnail {
	width:85px;
	height:85px;
	background-position: center !important;
	background-repeat: no-repeat !important;
	float:left;
	margin-bottom: 10px;
	cursor:pointer;	
}

.referenz_auswahl .scrollable {
	width: 180px;
	height: 265px;
	position: relative;
	left: 20px;
	overflow: hidden;
}

.referenz_auswahl .prevPage {
	position: absolute;
	left:2px;
	top: 120px;
	cursor:pointer;
}

.referenz_auswahl .nextPage {
	position: absolute;
	right:2px;
	top:120px;
	cursor:pointer;
}

#ref_gallerie .prevPage {
	position: absolute;
	left:2px;
	top: 120px;
	cursor:pointer;
	z-index: 100;
}

.hide {
	display: none;
}

#ref_gallerie .nextPage {
	position: absolute;
	right:2px;
	top:120px;
	cursor:pointer;
	z-index: 100;
}

.referenz_auswahl .items {
	width: 20000em;
	position: absolute;
}

.referenz_auswahl .item {
	width:180px;
	height:265px;
	float:left;
}

.referenz_auswahl {
	position:relative;
	width: 200px;
	margin-bottom:20px;
	float:left;
}

#ref_gallerie {
	width: 320px;
	float: left;
	height: 265px;
	margin-bottom:20px;
	margin-right:28px;
	position: relative;
}

#ref_gallerie .scrollable2 {
	width: 320px;
	height:265px;
	position:relative;
	overflow:hidden;
}

#ref_gallerie .items {
	width: 20000em;
	position:absolute;
}

.ref_image {
	width:320px;
	height:265px;
	float:left;
	background-position: center !important;
	background: no-repeat;
}

.boxImage {
	position:relative;
}

.wp {
	margin-right:10px;
}

.reftitel {
	position: absolute;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	color:#fff;
	padding: 3px 10px 5px 10px;
	bottom: 0px;
	z-index: 100;
	width: 300px;
	display:block;
	cursor:pointer;
	left:0px;
}

#googlemap {
	display: none;
}

/*--------------------------------------
/*		Kontaktformular   --------------
/*-------------------------------------*/


.kontaktform {
	display: block;
	padding-bottom: 20px;
}

.kontaktform label {
	display: block;
	float:left;
	width:120px;
	margin-bottom:2px;
	font-size: 11px;
}

.kontaktform input, .kontaktform textarea {
	float:left;
	background: #fff;
	border:1px solid #c6c7c8;
	width: 422px;
	margin-bottom:2px;
	padding: 3px;
	font-family: Arial;
	font-size: 12px;
}

.kontaktform textarea {
	height: 70px;
}

.kontaktform br {
	clear: both;
}

.kontaktform input#senden {
	float:right;
	border: 1px #000 solid;
	width:auto;
	font-size: 11px;
	text-align: right;
	background:url(/ccds_tpl_img/item_arrow.gif) no-repeat 0px 2px;
	margin-top:10px;
	cursor:pointer;
	outline: none;
}

.kontaktform #protection {
	display: none;
}

.form_info {
	padding-left: 120px;
	font-size: 11px;
}

.success a {
	color:#628616;
}

.error a {
	color:#a62c10;
}

/*--------------------------------------
/*		Googlemap	   -----------------
/*-------------------------------------*/

#googlemap {
	display: none;
	margin-bottom: 20px;
}

.kartenansicht {
	color: #689a9b;
	padding-bottom: 10px;
	cursor: pointer;
}

/*--------------------------------------
/*		Kontaktdaten   -----------------
/*-------------------------------------*/


span.label {
		display:block;
		width: 80px;
		float:left;
	}
	
span.info {
		width: 170px;
		display: block;
		float:left;
		color:#717274;
		text-align: left;
	}
	
/*--------------------------------------
/*		Teammitglied   -----------------
/*-------------------------------------*/

.mitglied_image {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

a.a_referenz_active, a:hover.a_referenz_active {
	font-weight:bold;
}

