/*  2 CONTENTBOXEN : Details  */


div#detailboxleft {
  	z-index: 200;
  	width: 290px;
 	height: 455px;
  	overflow:visible;
  	position: absolute;
  	margin-left: 10px;
  	margin-top: 20px;
  	background-color: #FFFFFF;
  	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
  	}




div#detailboxright {
  	z-index: 200;
  	width: 630px;
 	height: 455px;
  	overflow:visible;
  	position: absolute;
  	margin-left: 320px;
  	margin-top: 20px;
  	background-color: #FFFFFF;
  	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
  	}

div#detailboxright img {
	margin-left: 5px;
  	margin-top: 5px;
  	border:  0px;
}

div#detailboxright img a {
	border:  0px;
}

#detailboxtextcontent {
	padding: 0px 10px 5px 10px;
	line-height: 120%;
	font-weight: normal;
}

#detailboxtextcontent a {
	
}
#detailboxtextcontent a:hover {
	text-decoration: underline;
} 

#detailboxtextcontent h1{
	color:#FF3300;
	font-size:13px;
}

#detailboxtextcontent h2 {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	margin: 0px 0px 20px 0px;
}

#detailboxtextcontent h3 {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	color: #333333;
}
#detailboxtextcontent h3.aufgabe {
	margin: 10px 0px 10px 0px;
}
#detailboxtextcontent h3.projectUrl {
	margin-top: 30px;
}

#detailboxtextcontent p {
	margin: 0px;
	padding: 0px;

}


/* 2 BOXEN SHADOWS DETAILS */


.shadow290_1 {
	background-color: #666666;
	width: 290px;
	height: 455px;
  	z-index: 100;
  	overflow:visible;
  	position: absolute;
  	filter: alpha(opacity= 10); 
  	-moz-opacity:0.1; 
  	opacity: 0.1;
}

.shadow290_2 {
	background-color: #666666;
	width: 290px;
	height: 455px;
  	z-index: 101;
  	overflow:visible;
  	position: absolute;
  	filter: alpha(opacity= 10); 
  	-moz-opacity:0.1; 
  	opacity: 0.1;
}
.shadow290_3 {
	background-color: #666666;
	width: 290px;
	height: 455px;
  	z-index: 102;
  	overflow:visible;
  	position: absolute;
  	filter: alpha(opacity= 30); 
  	-moz-opacity:0.3; 
  	opacity: 0.3;
}

.shadow630_1 {
	background-color: #666666;
	width: 630px;
	height: 455px;
  	z-index: 100;
  	overflow:visible;
  	position: absolute;
  	filter: alpha(opacity= 10); 
  	-moz-opacity:0.1; 
  	opacity: 0.1;
}

.shadow630_2 {
	background-color: #666666;
	width: 630px;
	height: 455px;
  	z-index: 101;
  	overflow:visible;
  	position: absolute;
  	filter: alpha(opacity= 10); 
  	-moz-opacity:0.1; 
  	opacity: 0.1;
}
.shadow630_3 {
	background-color: #666666;
	width: 630px;
	height: 455px;
  	z-index: 102;
  	overflow:visible;
  	position: absolute;
  	filter: alpha(opacity= 30); 
  	-moz-opacity:0.3; 
  	opacity: 0.3;
}


#pos_shadow290_1 {
	margin-left: 18px;
  	margin-top: 25px;
}
#pos_shadow290_2 {
	margin-left: 17px;
  	margin-top: 24px;
}
#pos_shadow290_3 {
	margin-left: 15px;
  	margin-top: 23px;
}

#pos_shadow630_1 {
	margin-left: 326px;
  	margin-top: 25px;
}
#pos_shadow630_2 {
	margin-left: 325px;
  	margin-top: 24px;
}
#pos_shadow630_3 {
	margin-left: 323px;
  	margin-top: 23px;
}

