﻿#rColumn{
width:660px;
height:360px;
float:right;
margin-bottom:10px;
}

	#neubau,
	#ausbau,
	#sanierung,
	#portfolio{
	position:relative;
	float:left;
	/*overflow:hidden;*/
	}
	
/***/
	.F{background:url(../img/square-projekte-f.gif) center no-repeat;}

	/***für NEUBAU***/
	.N1{background:url(../img/square-projekte-u-l.gif) center no-repeat;}
	.N2{background:url(../img/square-projekte-l.gif) center no-repeat;}
	.N3{background:url(../img/square-projekte-u.gif) center no-repeat;}
	
	/***für AUSBAU***/
	.A1{background:url(../img/square-projekte-u-r.gif) center no-repeat;}
	.A2{background:url(../img/square-projekte-r.gif) center no-repeat;}
	.A3{background:url(../img/square-projekte-u.gif) center no-repeat;}
	
	/***für SANIERUNG***/
	.S1{background:url(../img/square-projekte-d-l.gif) center no-repeat;}
	.S2{background:url(../img/square-projekte-l.gif) center no-repeat;}
	.S3{background:url(../img/square-projekte-d.gif) center no-repeat;}
	
	/***für PORTFOLIO***/
	.P1{background:url(../img/square-projekte-d-r.gif) center no-repeat;}
	.P2{background:url(../img/square-projekte-r.gif) center no-repeat;}
	.P3{background:url(../img/square-projekte-d.gif) center no-repeat;}

	#picTitle{
	width:660px;
	height:2em;
	float:right;
	display:block;
	margin-bottom:10px;
	color:#717171;
	text-align:center;
	font-weight:bold;
	}
	
	/****/	
	#neubau ul{
	width:330;
	height:180;
	position:absolute;
	z-index:9991;
	}
	
		#neubau img{
		position:absolute;
		z-index:991;
		}
	
	#ausbau ul{
	left:-1px;
	width:330;
	height:180;
	position:absolute;
	z-index:9992;
	}
	
		#ausbau img{
		position:absolute;
		z-index:992;
		}
	
	#sanierung ul{
	top:-1px;
	width:330;
	height:180;
	position:absolute;
	z-index:9993;
	}
	
		#sanierung img{
		position:absolute;
		z-index:993;
		}
	
	#portfolio ul{
	left:-1px;
	top:-1px;
	width:330;
	height:180;
	position:absolute;
	z-index:9994;
	}
	
		#portfolio img{
		position:absolute;
		z-index:994;
		}


/*****/
			#neubau li,
			#ausbau li,
			#sanierung li,
			#portfolio li{
			display:inline;
			border:0;
			font-size:0;
			line-height:0;
			margin:0;
			padding:0;
			}
	
		#neubau{
		width:330px;
		height:180px;
		}
			
			#neubau a,
			#neubau li{
			width:30px;
			height:30px;
			float:right;
			}

		#ausbau{
		width:329px;
		height:180px;
		}

			#ausbau a,
			#ausbau li{
			width:30px;
			height:30px;
			float:left;
			}

		#sanierung{
		width:330px;
		height:179px;
		}

			#sanierung a,
			#sanierung li{
			width:30px;
			height:30px;
			float:right;
			}

		#portfolio{
		width:329px;
		height:179px;
		}

			#portfolio a,
			#portfolio li{
			width:30px;
			height:30px;
			float:left;
			}


/*für jQuery-Script in IE*/
.inlineIE{
display:inline;
}