#descriptionArea {
	display: block;
	width: 420px;
	height: 144px;
	background: #8baf2e;
	border-right: 4px solid #ececed;
	float: left;
	position: relative;
	color: white;
}

#descriptionArea h1{
	color: #ffffff;
}

#descriptionArea div {
	width: 400px;
	position: absolute;
	margin: 10px 10px 0 10px;
	bottom: 0;
}


.projektBox {
	display: block;
	width: 208px;
	height: 144px;
	background: #dadada; 
	float: left;
	border: 0;
    position: relative;
}

.projektBox .overlay{
	visibility: hidden;
	position: relative;
	zoom: 1;
}

.projektBox .overlay .layerLeft {
	display: block;
	background: transparent url(media/projectLayerLeft.png);
	height: 34px;
	width:  12px;
	float: left;
}

.projektBox .overlay .layerMiddle {
	background: transparent url(media/projectLayerMiddle.png) repeat-x;
	height: 34px;
	display: block;
	float: left;
	line-height: 16px;
	font-weight: bold;
	padding: 6px 0 0  0;
	color: #bbbdbd;
}

.projektBox .overlay .layerRight {
	background: transparent url(media/projectLayerRight.png);
	height: 34px;
	width: 19px;
	display: block;
	float: left;
}

.projektBox:hover .overlay{
    position: absolute;
	z-index: 100;
	display: block;
	left: 20px;
	top: 100px;
	width: 600px;
	zoom: 1;
	visibility: visible;
}

.furtherProjects {
    background: #bbbdbb;	
}

.furtherProjects span {
	color: white;
  	position: absolute;
    display: block;
    right: 10px;
    bottom: 10px;

}	

.borderRight {
	border-Right: 4px solid #ececed;
}

.borderBottom {
	border-bottom: 4px solid #ececed;
}

/** PROJEKTE OVERVIEW BOXEN **/

#sanierung,
#fuenfzigplus,
#gesundheit,
#gewerbe_und_industrie,
#wettbewerbe,
#verwaltung_und_technologie {
	position: relative;
	width: 420px;
	height: 144px;	
	text-decoration: none;
}

#sanierung,
#gesundheit,
#wettbewerbe {
	float:left;
}

#fuenfzigplus,
#gewerbe_und_industrie,
#verwaltung_und_technologie {
	float: right;	
}

#sanierung .text,
#fuenfzigplus .text,
#wettbewerbe .text,
#verwaltung_und_technologie .text {
	float:left;
}


#gewerbe_und_industrie .text,
#gesundheit .text{
	float: right;	
}

#sanierung .border,
#fuenfzigplus .border,
#verwaltung_und_technologie .border,
#wettbewerbe .border{
	float:right;
}


#gewerbe_und_industrie .border,
#gesundheit .border{
	float: left;	
}

#sanierung,
#fuenfzigplus,
#gesundheit,
#gewerbe_und_industrie {
	border-bottom: 4px solid #ececed;
}	

#sanierung .text,
#fuenfzigplus .text,
#gesundheit .text,
#gewerbe_und_industrie .text,
#wettbewerbe .text,
#verwaltung_und_technologie .text{
	display: block;
    height: 124px;
	width: 188px;
	background:#dadada;	
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	background:#dadada;
	color: white;
	postion: relative;
}

#sanierung .border,
#fuenfzigplus .border,
#gesundheit .border,
#gewerbe_und_industrie .border,
#wettbewerbe .border,
#verwaltung_und_technologie .border{
	border: 4px solid #8baf2e;
	display: block;
	height: 136px;
	width: 200px;
	position: relative;
	background: transparent;
	visibility: hidden;	
} 

#sanierung:hover .border,
#fuenfzigplus:hover .border,
#gesundheit:hover .border,
#gewerbe_und_industrie:hover .border,
#wettbewerbe:hover .border,
#verwaltung_und_technologie:hover .border{
	postion: relative;
	zoom: 1;
	visibility: visible;	
} 

#sanierung:hover .text,
#fuenfzigplus:hover .text,
#gesundheit:hover .text,
#gewerbe_und_industrie:hover .text,
#wettbewerbe:hover .text,
#verwaltung_und_technologie:hover .text{
		background: #8baf2e;
} 

#sanierung,
#gesundheit,
#wettbewerbe {
	border-right: 4px solid #ececed;
}

#sanierung .text,
#fuenfzigplus .text,
#verwaltung_und_technologie .text,
#wettbewerbe .text{
	border-right: 4px solid #ececed;
}


#gewerbe_und_industrie .text,
#gesundheit .text{
	border-left: 4px solid #ececed;
}

#sanierung:hover ,
#fuenfzigplus:hover ,
#gesundheit:hover ,
#gewerbe_und_industrie:hover ,
#wettbewerbe:hover ,
#verwaltung_und_technologie:hover {
	zoom: 1;	
	cursor:pointer;
}

#sanierung {
	background: url('media/projekte_sanierung.jpg') right;
}
#fuenfzigplus {
	background: url('../media/projekte_fuenfzigplus.jpg') right;
}
#gesundheit {
	background: url('../media/projekte_gesundheit.jpg') left;
}
#gewerbe_und_industrie {
	background: url('../media/projekte_gewerbe_und_industrie.jpg') left;
}
#wettbewerbe {
	background: url('../media/projekte_wettbewerbe.jpg') right;
}
#verwaltung_und_technologie {
	background: url('../media/projekte_verwaltung_und_technologie.jpg') right;
}

/** DETAILS PAGE **/


#pic_reel {
	float: right;
	border-left: 4px solid #ececed;
	width: 138px;
	height: 440px;
	overflow: hidden;
	background: #dadada; 
}

#pic_reel .thumbnail {
	display: block;
	width:138px;
	height: 94px;
	border-bottom: 4px solid #ececed;
}

#pic_reel .thumbnail:hover .pic_border{
	display: block;
	width: 130px;
	height: 86px;
	border: 4px solid #8baf2e;
}

#project_details {
	z-index: 50;
	width: 500px;
	height: 300px;
	margin: 100px 0 0 40px;
	position: absolute;
}

#project_details h1,
#project_nodetails h1{
	width: 402px;
	float:left;
}
#project_details #close{
/*	display:block; */
	width: 14px;
	float:right;
}

#project_nodetails {
	display: block;
/*	width: 702px; */
	width: 690px;
	height: 440px;
	float: left;
	position: relative;
}

#project_nodetails #tab_closed {
        width: 500px;
	position: absolute;
	margin-left: 40px;
	bottom: 0;
}

#tab_closed .box_top {
	display: block;
    width: 485px;
    height: 20px;
}


#tab_closed .box_middle a {
	font-weight: bold;
	font-size: 16px;
    color:#8f918f;
    display: block;
    padding-bottom: 15px;
	width: 100%;
}
#tab_closed span{
	float: left;
}
#tab_closed img {
	float: right;
	padding-bottom: 15px;
}

#tab_closed a{
	cursor: pointer;
}

.data_and_facts td{
    vertical-align: top;
    
}

.data_and_facts p{
    margin: 0;
    padding: 0;
    
}

#container {
	height: auto;
}

#project_details .data_and_facts *{
    float: none;
    clear: both;
}


/** WEITERE PROJEKTE **/



.furtherProjects:hover {
    background: #8baf2e;
}

div.further {
    width:844px;
    background: #ececed;
}
.further div {
    padding: 0;
    margin: 0;
}
.further .box {
    display: block;
    width: 420px;
    height: 144px;
    float: left;
    background: #ececed;
}

.further .left {
    display: block;

    width: 420px;
    float: left;
}
.further .right {
    display: block;
    float: right;
    width: 420px;
}


.further .image{
    display: block;
    height: 144px;
    width: 208px;
    background: #dadada;;
}

.further .data {
    display: block;
    height: 144px;
    width: 208px;
    font-size: 10px;
    background: #bbbdbd;
}

.further .uneven .data,
.further .even .image{
    float:left;
}
.further .uneven .image,
.further .even .data {
    float: right;
}

 .borderTop {
    border-top: 4px solid #ECECED;
}

.further .data h1 {
    font-size: 12px;
    padding: 5px 0;
    margin: 0;
}
.further .data p {
    padding: 0;
    margin:  0 0 3px 0;
}

.further .even .data p,
.further .even .data h1{
    text-align:  left;
    
    margin-left:5px;
}
.further .uneven .data p,
.further .uneven .data h1{

    text-align: right;
    margin-right:5px;
    margin-left: 5px;
    
}

.further .data p,
.further .data h1{
    color: white;
    width: 198px;
    display: block;
}

.further .data p a {
    color: white;
    display: block;
    margin-top: 4px;
    text-decoration: underline;
}

.further .box:hover .data .text{
    background: #8baf2e;
    height: 144px;
    width: 208px;
}

.further .uneven .text {
    text-align: right;
}
.further .even .text {
    text-align: left;
}

.further .box:hover .image .border {
    visibility: visible;
    display: block;
    height: 136px;
    width: 200px;
    border: 4px solid #8baf2e;

}
