body{
	background-color: #B2B2B2;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
}

img{
	border: 0px;
}

strong{
	font-weight: bold;
}

#breadcrumbs {
	position: absolute;
	top:50px; 
	left:50px; 
	width:600px; 
	height:25px; 
	z-index:1; 
	text-align: center;
	border-bottom: 1px solid black;
	display: none;
}

#main {
	position: absolute;
	top:80px; 
	left:50%; 
	margin-left: -300px;
	width:600px; 
	z-index:1; 
	border: 1px solid #7B7B7B;
}

#left {
	margin-top: 35px;
	float: left;
	position: relative;
	width: 230px;
	text-align: right;
	color: white;	
	
}

#menu{
	margin-bottom: 35px;
}

#left a{
	color: #7B7B7B;
	text-decoration: none;
	line-height: 13pt;
}

span.strong{
	color: #7B7B7B;
	font-weight: bold;
}

span.active{
	color: #99FF66;
	font-weight: bold;
}

#covers {
	margin-bottom: 35px;
	margin-left: 65px;
	text-align: right;
}

#covers .img{
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 15px;
	padding: 0;
}

#illustration{
	margin-bottom: 35px;
	margin-left: 65px;
	text-align: left;
}

#links{
	margin-bottom: 35px;
	margin-left: 65px;
	text-align: right;
}

#links p{
	margin-top: 0px;
	margin-bottom: 5px;
}

#content {
	margin-top: 35px;
	margin-right: 35px;
	margin-bottom: 35px;
	margin-left: 10px;
	float: right;
	position: relative;
	width: 310px;
	color: #7B7B7B;
	text-align: center;
}

#content p.entry{
	color: black;
	text-align: left;	
}

#content span.header{
	font-weight: bold;
	display: block;
	margin: 0px;
}

#content a{
	text-decoration: none;
	color: #7B7B7B;
}

#content span.label{
	padding-left: 25px;
	display: block;
	margin: 0px;
}

#content span.titel{
	color: #7B7B7B;
}

#content ul{
	padding-left: 15px;
	margin-left: 1px;
}


#content img{
	margin-top: 0px;	
	
}

#content ul{
	color: black;
	text-align: left;
}

#imageBrowser{
	position: absolute;
	background-color: #B2B2B2;
	top:100px;
	left:50%; 
	margin-left: -375px;
	width:750px; 
	z-index:2; 
	border: 1px solid #7B7B7B;
	text-align: center;
}

#ib_image{
	margin: 5px 10px 5px 5px;
}
#ib_back{
	margin: 5px;
	position: relative;
	top: -30px;
}
#ib_forward{
	margin: 5px;
	position: relative;
	top: -30px;
}



