.single {
	width: 100%;     
	overflow: hidden;
	background: #FFFFFF url('/layout/astro/single.gif') repeat-y;
	padding-bottom: 15px;
}
.single .txt {
	float: left;
	width: 460px;	
	padding-top: 10px;
	padding-left: 5px;
}
.single .full {
	float: left;
	width: 650px;	
	padding-top: 10px;
	padding-left: 25px;
}
.single .txt table {
	margin-top: 10px;
	margin-bottom: 18px;
}
.single .txt td {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	vertical-align: top;
	border-bottom: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
}
.single .txt a {
	font-weight: bold;
	text-decoration: underline;
}
.single .txt a:hover {
	text-decoration: none;
}
.single .doc {
	overflow: hidden;
	margin-bottom: 5px;
}
.single .images {
	width: 100%;
	background: #FFFFFF;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
	overflow: hidden;
	font-size: 0.9em;
}
.single .images img {
	float: left;
	margin-right: 15px;
}
.single .submenu {
	float: left;
	width: 190px;	
	padding: 12px;
	overflow: hidden;
	color: #2e67b2;
	font-weight: bold;
}
.single .submenu a {
	color: #595959;
	font-weight: normal;
}
.single .submenu a:hover {
	color: #2e67b2;
}
.single .submenu div {
	padding: 2px;
	border-bottom: 1px solid #DDDDDD;
}
.single .side  {
	float: right;
	width: 210px;
	color: #000000;
	font-size: 0.9em;
	margin-bottom: 20px;
}
.single .side .title {
	float: left;
	width: 196px;
	padding: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #c0c0c0 url('/layout/astro/menu-h.gif') repeat-x;
	color: #2e67b2;
	margin-top: 15px;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	
}
.single .side .txt {
	float: left;
	width: 190px;
	margin-left: 4px;
}
.single .side .txt  .date {
	margin: 0px;
}
.single .side .txt  .text {
	margin-top: 4px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #DBD7D1;
}
.single .side .txt  h1, .single .side .txt  h1 a {
	font-family: Tahoma, Arial, Sans Serif, sans-serif;
	font-size: 1em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	text-decoration: none;
}
.single .side .txt  h1 a:hover {
	color: #2e67b2;
}
#s {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
.single .doc .date {
	margin-top: -6px;
	background: transparent;
	border-top: 0px none;
	border-bottom: 1px solid #DDDDDD;
}
.single .photo {
	text-align: center;
	margin-left: -18px;
}
.lvl1 {
	width: 500px;
	font-size: 1.2em;
	padding: 4px;
	padding-left: 14px;
	border-bottom: 1px solid #DDDDDD;	
	font-weight: bold;
}
.lvl2 {
	width: 470px;
	padding: 2px;
	padding-left: 14px;
	margin-left: 30px;
	border-bottom: 1px solid #DDDDDD;
}
.single .doc .lvl1 a {
	color: #2e67b2;
	text-decoration: none;
}
.single .doc .lvl1 a:hover {
	color: #2e67b2;
	text-decoration: underline;
}
.single .doc .lvl2 a {
	color: #000000;
	text-decoration: none;
}
.single .doc .lvl2 a:hover {
	color: #2e67b2;
	text-decoration: underline;
}