p {
	text-align: justify;
	line-height: 25px;
}

div {
	text-align: left;
	line-height: 25px;
	 font-weight: normal;
}

/* LAYOUT */
.pageWrapper
{
	width: 800px;
	margin: auto;
}

.contentWrapper
{
	padding: 0px 10px;
}

.navigation
{
	float:left;
	width: 170px;
	border-right: 1px solid #CCCCCC;
}

.content
{
	margin-left: 170px;
	padding: 10px;
	border-left: 1px solid #CCCCCC;
}

.footer
{
	margin-top: 20px;
	border-top: 1px solid #DDDDDD;
	text-align: right;
	font-size: 8pt;
	color: #DDDDDD;
}

/* DESIGN */
.header
{
	margin-bottom: 10px;
}

.header h1
{
	/* border: 1px solid #123456; */
	margin: 0px 0px 0px 0px;
	padding: 50px 0px 0px 18px;
	font-family: URW Gothic L, Trebuchet MS, Arial;
	font-size: 14pt;
	font-style: normal;
	color: #666666;
	height: 22px;
	background-image: url('images/headerlight_home.jpg');
}

.header h1 div
{
	margin-top: 60px;
}


h3
{
	margin: 0px;
	padding: 0px;
}

a
{
	color: #666666;
	text-decoration: underline;
}

.foto {
	float: right;
	width: 116px;
	height: 150px;
	right: 20px;
	position: relative;
}

.photolayout {
	display: inline;
	padding: 2px;
	margin: 0px;
}

.vitatime, .fototime {
	font-style: italic;
	width: 150px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.softwarefeatures {
	width: 300px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.softwarefeatures ul {
	margin: 0px 0px 0px 0px;
}

.fototime {
	height: 120px;
}

.vitadata, .fotodata {
	margin: 10px 0px 0px 150px;
}

.softwaredetails {
	margin: 0px 0px 0px 300px;
}
.fotodata {
	height: 120px;
}

.vitadata h1, .fotodata h1, .softwarefeatures h1, .softwaredetails h1 {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

.vitadata ul {
	font-size: 10pt;
	margin: 0px;
	padding-bottom: 10px;
}

.vitadata ul li {
	list-style-type: square;
}

.linewrapper {
	/* clear:left; */
}

.unbreak {
	clear: both;
}

a img {
	border: none;
}

.blending {
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000000;
	
	opacity: 0.8;
	-moz-opacity: 0.8;
	_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); 
}

.photoShow {
	display: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.photoContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 450px;
	height: 450px;
	background: #EEEEEE;
	margin: auto;
	text-align: center;
}

.photoImage {
	position: absolute;
}

.hint {
	font-weight: bold;
}

/* NAVIGATION */
.navigation ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.navigation ul li
{
	padding: 0px;
	margin: 0px;
}

.navigation ul li a
{
	display: block;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	color: #666666;
	text-decoration: none;
	width: 170px;
}

.navigation ul a:hover
{
	background: #EEEEEE;
}

.navigation ul li ul
{
	padding-left: 20px;
	display: none;
}

.navigation ul li ul li a
{
	width: 150px;
}

.navigation ul li.active ul
{
	display: block;
}

.navigation ul li.active a
{
	font-weight: bold;
}


.navigation ul li.active ul li.active a
{
	font-weight: bold;
}

.navigation ul li.active ul li a
{
	font-weight: normal;
}

