* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 15px;
	color: #303030;
	color: #474747;
}

.invisible {
	display: none;
}


div.page_margin {
	margin: auto;
	position: relative;
	width: 882px;
}

#wrapper {
	background-color: #dedede;
}

#header {
	background-color: #FFF;
}

#header div.page_margin {
	border-left: 1px solid #bbb9b9;
	height: 94px;
}

#logo {
	position: absolute;
	top: 0;
	left: 10px;
	text-indent: -9999px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	width: 415px;
	height: 94px;
	/*line-height: 22px;*/
}

#footer {
	position: relative;
	background-color: #616060;
	height: 64px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #b2b1b1;
	font-size: 9px;
}

#footer p strong {
	color: #cccaca;
}

#footer p a {
	color: #b2b1b1;
	text-decoration: underline;
	font-weight: bold;
}

#footer p a:hover {
	text-decoration: none;
}

#footer p.left {
	position: absolute;
	top: 15px;
	left: 25px;	
}

#footer p.right {
	position: absolute;
	top: 15px;
	right: 50px;
}



#main {
	padding-bottom: 50px;
	padding-top: 10px;
}

#main * {
	z-index: 5;
}

/* IMAGES */
div.bg_title {
	background-repeat: no-repeat;
	background-position: 10px 0;
	height: 132px;
	z-index: 1 !important;
	margin-bottom: -40px;
	background-position: 10px 5px;
}

#bg_projekte { background-image: url(../images/bg_projekte.gif); }
#bg_leistungen { background-image: url(../images/bg_leistungen.gif); }
#bg_team, #bg_geschaeftsfuehrung, #bg_impressum { background-image: url(../images/bg_about.gif); background-position: 10px 5px; }

/*
 * LEFT
 */
#left {
	width: 167px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
}

#left input.text {
	width: 80px;
}

#left div.search_group, #left div.sort_group, #left div.clearall {
	padding-left: 10px;
}

#left select.select {
	width: 100%;
	border: 1px solid #616060;
	background-color: #bdbbbb;
	color: #616060;
	height: 18px;
}











#center {
	float: left;
	width: 682px;
	position: relative;
}






/*
 * GENERALS
 */
input.text {
	border: 1px solid #616060;
	background-color: #bdbbbb;
	color: #616060;
	height: 18px;
}

img {
	border: 0;
}

a {
	color: #af1f26;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}






/*
 * TEASER
 */

div.teaser {
	margin-top: 130px;
	width: 240px;
	float: left;
	position: relative;
	margin-left: 30px;
}

div.teaser div.image_container {
	height: 137px;
}

div.teaser h3 {
	text-indent: -9999px;
	background-repeat: no-repeat;
	height: 20px;
	position: absolute;
	width: 240px;
	top: 124px;
	left: -4px;
	z-index: 10;
}
div.teaser p.text {
	height: 99px;
	background-color: #616060;
	padding: 20px;
	color: #bdbbbb;
}

div.teaser p.detail_link {
	position: absolute;
	right: 20px;
	bottom: -9px;
	width: 99px;
	height: 19px;
	border: 2px solid #bdbbbb;
	background-color: #616060;
	text-indent: 10px;
	background-image: url(../images/teaser/plus.gif);
	background-repeat: no-repeat;
	background-position: 84px 7px;
	line-height: 17px;
}

div.teaser p.detail_link a {
	color: #bdbbbb;
	text-decoration: none;
}

div.teaser p.detail_link a:hover {
	/*color: #af1f26;*/
	text-decoration: underline;
}

#teaser_wir  {
	background-image: url(../images/teaser/teaser-hl-wir-ueber-uns.jpg);
}
#teaser_leistungen {
	background-image: url(../images/teaser/teaser-hl-leistungen.jpg);
}
#teaser_projekte {
	background-image: url(../images/teaser/teaser-hl-projekte.jpg);
}



/*
 * MENÜ
 */
#nav {
	position: absolute;
	right: 0;
	top: 0;
}
#nav ul {
	list-style-type: none;
}

#nav ul li {
	float: left;
	text-align: center;
	border-right: 1px solid #bbb9b9;
}

#nav ul li p, #nav ul li a {
	width: 95px;
	height: 17px;
	line-height: 11px;
	padding-top: 77px;
	font-weight: bold;
	display: block;
	color: #bbb9b9;
	background-color: #FFF;
	text-decoration: none;
}
#nav ul li.active a, #nav ul li a:hover, #nav ul li.trail a {
	background-color: #dedede;
	color: #FFF;
}





/*
 * PROJEKTE
 */
#projektPagination {
	position: absolute;
	top: -21px;
	right: 11px;
	background-image: url(../images/projekte/bg_pagination.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 151px;
	height: 21px;
	text-align: center;
	line-height: 21px;
	color: #bab8b8;
	font-size: 10px;
	display: none;
}

#projektPagination a.next {
	padding-left: 10px;
}

#projektPagination a.prev {
	padding-right: 10px;
}

div.mainborder {
	border-top: 1px solid #b0afaf;
	border-bottom: 1px solid #b0afaf;
	padding: 21px 12px 0 32px;
}
div.mainborderaddon {
	padding-right: 0;
	padding-bottom: 20px;
}

#projektliste {
	padding: 10px 0 0 32px;
}

#projektliste p {
	margin-bottom: 7px;
}

div.mod_catalogfilter h3 {
	margin-top: 20px;
}

#subnav ul, #ctrl_filter_field_kategorie ul, #ctrl_filter_field_maincat ul {
	list-style-type: none;
}

#subnav ul li, #ctrl_filter_field_kategorie ul li, #ctrl_filter_field_maincat ul li {
	padding: 1px 0;
	border-top: 1px solid #b0afaf;
}

#subnav ul li a, #subnav ul li p,  #ctrl_filter_field_kategorie ul li a, #ctrl_filter_field_kategorie ul li p, #ctrl_filter_field_maincat ul li a, #ctrl_filter_field_maincat ul li p {
	color: #616060;
	text-decoration: none;
	display: block;
	height: 27px;
	text-indent: 9px;
	line-height: 33px;
}

#subnav ul li a:hover, #subnav ul li p, #ctrl_filter_field_kategorie ul li a:hover, #ctrl_filter_field_kategorie ul li p, #ctrl_filter_field_maincat ul li a:hover, #ctrl_filter_field_maincat ul li p {
	background-color: #616060;
	color: #FFF;
}

div.filter_field_kategorie h3, div.filter_field_maincat h3 {
	display: none;
}

#projektliste img {
	border: 2px solid #FFF;
}
#projektliste_detail p {
	margin-bottom: 40px;
	width: 550px;
}
#projektliste_detail p span {
	text-decoration: underline;
}

div.filter_field_taetigkeiten h3, div.search_group h3 {
	background-color: #bab8b8;
	padding: 7px 0 4px 10px;
	font-weight: normal;
	margin-bottom: 4px;
	margin-top: 1px;
}
#ctrl_filter_field_taetigkeiten {
	padding-left: 10px;
}
div.filter_field_taetigkeiten {
	border-top: 1px solid #B0AFAF;
}

div.clearall a {
	display: none;
}

div.detailpic {
	margin-bottom: 10px;
	background-color: #D6D6D6;
	height: 293px;
	position: relative;
}

div.detailpic img {
	border: 2px solid #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

#breadcrumb {
	position: absolute;
	top: -17px;
	left: 32px;
	font-size: 17px;
	font-weight: bold;
	color: #616060;
}

#kategorietext {
	position: relative;
}

#kategorietext p {
	width: 215px;
	margin-bottom: 20px;
}

#kategorietext div.ce_image {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 200px;
	height: 200px;
}
#kategorietext div.ce_image div.image_container {
	display: inline;
}
#bg_kat_overlay {
	position: absolute;
	top: 0;
	right: 0px;
}






div.mitarbeiter {
	width: 200px;
	margin: 0 10px 20px 0;
	float: left;
	position: relative;
}

div.mitarbeiter p {
	position: absolute;
	bottom: 0;
	left: 99px;
}

div.mitarbeiter img {
	float: left;
	margin-right: 10px;
	border: 2px solid #FFF;
}

div.mlast {
	margin-right: 0px;
}


div.gefuehrer {
	float: left;
	width: 320px;
}

div.gefuehrer div.ce_image {
	background-color: #616060;
	height: 200px;
	margin-bottom: 15px;
}
div.gefuehrer div.ce_image img {
	border-right: 2px solid #FFF;
}

div.gefuehrer h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

div.gefuehrer h4 {
	font-weight: bold;
	margin-bottom: 3px;
}

div.gefuehrer table {
	margin-bottom: 20px;
}

div.gefuehrer table td {
	vertical-align: top;
	padding-bottom: 5px;
}

div.gefuehrer table td.col_0 {
	padding-right: 5px;
	width: 58px;
}

div.gefuehrer p {
	margin-bottom: 20px;
}
	

div.leistungenwrapper {
	border-bottom: 1px solid #b0afaf;
	margin-bottom: 20px;
	padding: 0 12px 0 32px;
}

div.leistungenwrapper div.image_container {
	width: 240px;
}

div.leistungentext {
	width: 358px;
}
div.leistungentext h4 {
	font-size: 11px;
}
		
div.leftleistung {
	margin-left: 250px;
}

div.leistungclear {
	height: 0px;
	line-height: 0px;
}

	
div.leistungentext ul {
	margin: 0 0 20px 25px;
}
div.leistungentext p {
	margin-bottom: 20px;
}

div.leistungentext ul li {
	padding-bottom: 5px;
}

div.leistungentext h3 {
	margin: 10px 0 20px 0;
	font-size: 14px;
	font-weight: normal;
}

div.mainborderaddon2 {
	padding-left: 0;
	padding-right: 0;
	border-bottom: none;
}
	 	
p.info {
	color: #af1f26;
}

div.ce_text p {
	margin-bottom: 20px;
}
		
		
		
div.leistungenwrapper div.image_container img {
	border: 2px solid #FFF;
	margin-bottom: 15px;
}
		
		
		
#projektdetail {
	border-bottom: none;
}
		
		
		
		
		
div.plistItem {
	float: left;
	width: 204px;
	height: 140px;
	margin-right: 8px;
}

div.end {
	margin-right: 0;
}












#subkat li a, #subkat li p {
	font-size: 10px;
	text-indent: 13px !important;
}

#subkat li a:hover, #subkat li.active p {
	font-size: 10px;
	text-indent: 13px !important;
	background-color: #BAB8B8 !important;
}
