@charset "utf-8";
/* CSS Document */
body {
	background-color: #212121;
}
#main {
	width: 700px;
	height: auto;
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 700px;
	height: 174px;
}
#headerbg {
	width: 700px;
	height: 150px;
	background-image: url(../images/headerbg.jpg);
}
*+html #headerbg { /*IE7 only*/
     margin-top:  -150px;
  }
#daniel-leicher {
	background-image: url(../images/daniel-leicher.png);
	height: 24px;
	width: 204px;
	margin-left: 447px;
}
#menu {
	width: 130px;
	height: 150px;
	float: left;
}
#content {
	width: 651px;
	height: auto;
}
a.referenz:hover {
	height: 132px;
	width: 220px;
	background-image: url(../images/referenz-hover.png);
}
.img {
	margin: 5px 0px 5px 5px;
	border: 0;	
	float: right;
}
/*
*Slide Effekte auf Webdesign*
*/
.boxgrid {
	width: 198px;
	height: 128px;
	margin: 3px;
	float: left;
	background: #EAEAEA;
	border: solid 2px #57BFFC;
	overflow: hidden;
	position: relative;
}
.boxgrid img {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.boxgrid p {
	padding: 0 10px;
	color: #afafaf;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.boxcaption {
	float: left;
	position: absolute;
	background: #000000;
	height: 130px;
	width: 100%;
	opacity: .8;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
*+html .boxcaption { /*IE7 only*/
		padding-top: 10px;
}
.captionfull .boxcaption {
	top: 130px;
	left: 0;
}
.caption .boxcaption {
	top: 105px;
	left: 0;
}
