body	{ 		
	margin:0px; 
	padding:0px;
	background-color:#fff;
  	font-family:arial, helvetica, sans-serif;
  	font-size:12px;
 	line-height:16px;
  	color:#555;
  	background-color:#eee;
}

img { border:none; }

input, textarea {
	border:solid 1px #ddd;
	background-color:#fff;
	font-family:arial, helvetica, sans-serif;
  	font-size:12px;
  	color:#555;
  	width:250px;
}

.address {
	height:50px;
}

.comment {
	height:100px;
}


#bandGrey {
	position:absolute;
	width:100%;
	height:600px;
	top:50%;
	margin-top:-300px;
	background-color:#ddd;
}
	
#container {
	position:relative;
	width:850px;
	height:600px;
	left:50%;
	margin-left:-425px;
	background-color:#fff;
}

#leftFrame {
	position:absolute;
	width:300px;
}

#rightFrame {
	position:absolute;
	left:670px;
	width:180px;
}

#rightFrameImage {
	position:absolute;
	top:370px;
	width:180px;
	text-align:center;
}

#rightFrame img {
	width:178px;
	height:180px;
}

#leftFrame, #rightFrame {
	background-color:#c65722;
	height:600px;
}

#mainNavigationFrame {
	position:absolute;
	left:34px;
	width:134px;
	height:600px;
	background-color:#f3e7d6;
	background-image: url(../img/logo_librico.gif); 
	background-repeat: no-repeat;
}

#mainNavigation {
	position:absolute;
	top:165px;
	width:125px;
	text-align:right;
}

#mainNavigation a {
	font-size:13px;
	color:#c65722;
	line-height:24px;
	text-decoration:none;
}

#mainNavigation a:hover {
	color:#9f461c;
}

#mainNavigation .active {
	font-size:13px;
	color:#9f461c;
	line-height:24px;
}

#subNavigationActive {
	position:absolute;
	left:121px;
	z-index:1;
	width:13px;
	height:2px;
	background-color:#9f461c;
}

* html #subNavigationActive {
	background-color:#f3e7d6;
	border-top:solid 2px #9f461c;
}

#subNavigation {
	position:absolute;
	left:172px;
	width:130px;
}

#subNavigation a {
	color:#f3e7d6;
	text-decoration:none;
	letter-spacing:0.01em;
}

#subNavigation .active {
	color:#f3e7d6;
	letter-spacing:0.01em;
}

#content {
	position:absolute;
	left:330px;
	top:50px;
	width:296px;
	height:505px;
}

#contentHeadline {
	position:relative;
	width:296px;
	font-family:times new roman;
	font-size:18px;
	line-height:22px;
	margin-bottom:16px;
}

#contentText {
	position:relative;
	width:296px;
	height:480px;
	overflow:hidden;
	margin-top:0px;
}

#contentText ul {
	list-style:none;
	padding:0px;
	margin:5px 0px 5px 10px;
}

#contentText ul li {
	margin:0px;
	padding:0px;
	background: url(../img/list_style_img.jpg) 0 0.5em no-repeat;
	padding-left:15px;
	margin-bottom:2px;
}

#contentText ul li.bsp {
	margin:0px;
}

#contentNavigation {
	position:relative;
	top:10px;
	width:296px;
	height:15px;
	text-align:right;
}

#contentText a,#contentNavigation a {
  color:#c65722;
  text-decoration:none; 
}

#memberPicture {
	width:296px;
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
}

.center {
	text-align:center;
}

.small {
	font-size:11px;
	line-height:14px;
}

.headline {
	font-family:times new roman;
	font-size:18px;
	line-height:22px;
	margin-bottom:10px;
}

.contentNavInactive {
	color:#999;
}

#imgbox { 
	position:absolute; 
	z-index:2; 
	top:100px; 
	height:450px; 
	visibility:hidden; 
	background-color:#ffffff;
	border:solid 1px #ddd;
}

#imgboxClose { 
	position:absolute; 
	z-index:3; 
	right:3px; 
	top:2px; 
	text-align:right;
	height:14px; 
}

#imgboxClose a {
  color:#c65722;
  text-decoration:none;
 }

#imgboxContent { 
	position:absolute; 
	z-index:3;
	left:20px;
	top:25px; 
}


