html,
body
{
	margin: 0px;
	padding: 0px;
	font-family: arial, tahoma;
}

#wrapper
{
	width: 100%;
	height: 100%;
	background-color: #FFDE7D;
}

	#topmenu
	{
		display: none;
		width: 0px;
		visibility: hidden;
	}
	
	#logo a
	{
		border: 30px;
	}	

#nav
{
	display: none;
	visibility: hidden;
	width: 0px;
}

	
#content
{	
	font-size: 0.8em;
	background-color: white;
	text-align: justify;
}

	#content h2
	{
		margin: 0px;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		border-bottom: 1px solid #990000;
	}
	
	#breadcrumbs
	{
		font-size: .9em;		
	}
	
	#breadcrumbs a,
	#breadcrumbs a:active,
	#breadcrumbs a:visited,
	#breadcrumbs a:hover,
	#breadcrumbs	
	{
		color: #898989;
	}
	
	#content p
	{
		padding-top: 0px;
		margin-top: 8px;
	}
	
	#content .article
	{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	#content .article .left
	{
		padding-left: 10px;
		border-right: 1px solid #ccc; 
		width: 170px;
		vertical-align: top;
		text-align: left;
	}
	
	#content .article .left h3
	{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	#content .article .left img
	{
		border: 1px solid black;
	}	
	
	#content .details td
	{
		padding-bottom: 15px;
	}
	
	#content .details .techdata
	{
		font-size: 0.9em;
	}
	
	#content .details .techdata .paramleft
	{
		width: 250px;;
	}
	
	#content .details .techdata td
	{
		border-bottom: 1px solid #CCCCCC;
		padding: 0px;
	}
	
	#content .intro
	{
		padding-left: 5px;
	}
	
	#content .intro td
	{
		vertical-align: top;
	}
	
	.left img.photo
	{
		margin-right: 5px;
	}	

#footer
{
	clear: both;
	background-color: #F2CD5D;
	text-align: center;
	font-size: .7em;
	margin-top: 0%;
}	

.invisible
{
	display: none;
}

.illu
{
	width: 150px;
	height: 100px;
	border: 1px solid black;
	float: right;
}

span.error 
{
	color: red;
	font-weight: bold;
	width: 100%;
}

ul.pdfdocs
{
	text-align: left;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

	ul.pdfdocs li
	{
		background: transparent url('img/icon_pdf.gif') no-repeat;	
		margin-top: 5px;
		padding-left: 21px;
	}
	
	ul.pdfdocs li a
	{
		font-size: 0.9em;
	}
	
ul.videodocs
{
	text-align: left;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

	ul.videodocs li
	{
		background: transparent url('img/icon_movie.gif') no-repeat;	
		margin-top: 5px;
		padding-left: 21px;
	}
	
	ul.videodocs li a
	{
		font-size: 0.9em;
	}
