#body h1 {
	display:block;
	position:relative;
	background:url(img/start_head_p.png) no-repeat;
	height:45px;
	z-index:1;
	width:685px;
	margin:0;
	padding:0;
}

#body h1 span {
	display:none;
}

#content {
	padding:0;
}

#home {
	padding:0 0 20px;
	position:relative;
	top:-10px;
}

#expandmenu {
	position:relative;
	width:685px;
	overflow: hidden;
}

#expandmenu ul {
	list-style:none;
	height:175px;
}

#expandmenu ul li {
	height:175px;
	width:456px;
	position:absolute;
}

#expandmenu ul .web {
	background:url(img/start_back_web.jpg);
}

#expandmenu ul .grafik {
	background:url(img/start_back_grafik.jpg);
}

#expandmenu ul .multimedia {
	background:url(img/start_back_multi.jpg);
}

#expandmenu ul li a {
	display:block;
	width:228px;
	height:100%;
	text-decoration:none;
}

#expandmenu ul li a span {
	display:none;
}

#expandmenu ul ul {
	position:absolute;
	padding:0 0 1px;
	left:247px;
	bottom:19px;
	width:170px;
	height:auto;
	background:url(img/start_menu_line.png) no-repeat;
	background-position:bottom;
}

#expandmenu ul ul li {
	height:auto;
	width:auto;
	position:static;
	background:url(img/start_menu_line.png) no-repeat;
}

#expandmenu ul ul a {
	width:auto;
	padding:1px 0 2px;
}

#expandmenu ul ul li a span {
	display:inline;
	color:#fff;
	font-size:0.8125em;
	background:url(img/start_menu_arrow.png) no-repeat;
	background-position:right center;
	padding-right:10px;
}



/* TEST */

#expandmenu ul .alt {
	background:url(img/start_back_alt.png);
}


#content .references {
	float:left;
	margin:0;
	position:relative;
}

#content .references .description {
	margin:0 0 15px 15px;
}

#content .gallery {
	position:relative;
	width:455px;
	height:228px;
	overflow:hidden;
	float:left;
}

#content .gallery img {
	position:absolute;
}

#content .gallery .mat {
	background:url(img/home_gallery_mat.png) no-repeat 0 0;
	width:100%;
	height:228px;
	z-index:1;
	position:absolute;
	left:0;
	top:0;
}

#content .gallery .prev div,
#content .gallery .next div {
	position:absolute;
	top:92px;
	width:25px;
	height:40px;
	background:no-repeat;
}

#content .gallery .prev div {
	left:20px;
	background-image:url(img/arrow_left_ffffff.png);
}

#content .gallery .next div {
	right:20px;
	background-image:url(img/arrow_right_ffffff.png);
}

#content .references .more {
	position:absolute;
	bottom:15px;
	right:0;
}



