* {
	font-family: Arial, sans-serif;
}

html, body {
	height: 100%;
	margin: 0;
	background:#C9C9C9;
}

#top {
	float: left;
	width: 1px; height: 50%;
	margin-bottom: -350px;
}

#container {
	clear: left;
	position: relative;
	margin: 0 auto;
	width: 999px; height: 700px;
}

#content {
	height: 700px;
	overflow: auto;
}
.holder{
	margin:15px;
	background:#FFF;
	height:670px;
	position:relative;
}
.main{
	left:198px;
	top:88px;
	position:absolute;
}
.front{
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
img{
	border:0;
}
a:active, a{
	outline:none;
}

.logo{
	position: absolute;
	top:46px;
	left:563px;
}
.navigation{
	position: absolute;
	top:142px;
	width:178px;
	text-align:right;
	left:0px;
}
.navigation a{
	display: block;
	margin-bottom:10px;
}
.pad{
	margin-top:24px;
}
p{
	margin:0 0 0 367px;
}
.float-right{
	float:right;
}
.float-left{
	float:left;
	width:300px;
}
.clear{
	clear:both;
}
.controls{
	padding: 32px 0 8px 0;
	border-bottom:1px solid #6c492f;
	line-height:12px;
	margin-bottom:8px;
}
.sub{
	height:510px;
	width:727px;
}
.sub a{
	float:left;
	margin:0 4px 4px 0;
}
.sub a.last{
	margin-right:0;
}
.subnavi{
	bottom:22px;
	left:198px;
	position:absolute;
	width:727px;
}
.prev{
	position:absolute;
	left:0;
	top:0;
	display:block;
}
.next{
	position:absolute;
	left:364px;
	top:0;
	display:block;
}
.next img:hover{
	cursor:url("images/arrow-next.png"), move;
}
.prev img:hover{
	cursor:url("images/arrow-prev.png"), move;
}
.portfolio{
	margin: 54px 0 0 199px;
}
.float-left.left{
	margin: 53px 0 0 73px;
	width:292px;
}
.float-right.right{
	margin: 53px 0 0 0;
}
.float-left.left img, .float-right.right img{
	margin-bottom:4px;
}
a{
	text-decoration:none !important;
}

/* NEU 4.Nov 2011 */

.full .subnavi{
	left:45px;
	bottom:-3px;
	width:875px;
}
.full .controls {
	text-align:center;
	border:none;
}
.fullimg{
	left: -150px;
    position: absolute;
    top: -60px;
}
.full .controls img{
	padding-bottom:5px;
}
.full .next{
    height: 580px;
    left: 200px;
    top: -60px;
    width: 520px;
	z-index:99999;
}
.full .prev{
  	left: -150px;
    top: -60px;
    height: 580px;
}
