html,
body
{
	margin: 0px;
	padding: 0px;
	/*font-family: arial, tahoma;*/
	font-family: verdana, sans-serif;

	
}

#wrapper
{
	width: 100%;
	height: 100%;
	/*background-color: #FFDE7D;*/
	background-image: url(/img/bg_nav.gif);
	background-repeat: repeat-y;
	background-position: -1px;
}

#header
{
	background-color: #FFF8E3;
	border-bottom: 1px solid #CC9900;	
}

	#header h1
	{
		margin: 0px;
	}
	
	#lefthead
	{
		background-color: #F2CD5D;
		width: 200px;
		height: 50px;
		text-align: center;
		padding-top: 10px;
		border-bottom: 1px solid #CC9900;
		text-decoration: none;
		margin-bottom: 8px;
	}
	
	
	#topmenu
	{
		text-align: right;
		padding-bottom: 5px;
		padding-top: 2px;
		padding-right: 5px;		
		background-color: #F2CD5D;
		border-left: 1px solid #CC9900;
		border-bottom: 1px solid #CC9900;		
		padding-bottom: 5px;
		background-image: url(/img/head.png);
		background-repeat: repeat-x;
	}
	
	#topmenu #logo
	{
		float: left;
		padding-left: 6px;
		padding-top: 10px;
	}
	
	#topmenu #logo img
	{
		border: 0;
		margin-left: 3px;
	}
	
	#topmenu #logo a:hover
	{
		border: 0;
	}
	
		#topmenu ul
		{
			margin: 0px;
			padding: 0px;
			list-style: none;		
			margin-bottom: 9px;
		}
		
		#topmenu li
		{
	    	display: inline;
	    	margin: 0px 0 0 5px;
		    padding: 0px;
		}
	
		#topmenu a,
		#topmenu a:link,
		#topmenu a:visited
		{
			color: #330066;
			font-size: .9em;
			text-decoration: none;
			
		}
		
		#topmenu a:hover
		{
			color: #000;
			border-bottom: 3px solid black;
		}	

#nav
{
	float: left;
	/*background-color: #FFDE7D;*/ 
	width: 187px;
	padding-top: 5px;
	background-image: url(/img/bg_nav.gif);
	background-repeat: repeat-y;
	background-position: -1px;
	
}

	#nav ul,
	#nav li
	{
		padding: 0px;
		margin: 0px;
		list-style: none;
	}
	
	#nav li
	{
		margin-bottom: 3px;
		margin-left: 6px;	
		padding-top: 1px;
		padding-bottom: 1px;	
	}
	
	#nav a,
	#nav a:link,
	#nav a:visited
	{
		color: #000066;
		text-decoration: none;
		padding-left: 13px;
		font-size: .8em;
		display: block;
		width: 88%;
		border-bottom: 1px solid #FF9900;
	}
	
	#nav a:hover
	{
		color: #CC0000;
/*		background-color: #DCE6ED; */
		padding-left: 3px;
		border-left: 10px solid red;
	}	
	
	#nav .metanav
	{
		margin-top: 40px;
	}
	
	#nav strong
	{
		color: #E60000;
		text-decoration: none;
		padding-left: 13px;
		font-size: .8em;
		display: block;
		width: 88%;	
		font-weight: bold;
		font-size: 0.8em;		
		border-bottom: 3px solid red;
	}
	
	#nav .active
	{
		font-weight: bold;
	}
		
	#nav ul.level0 li a
	{
		font-size: 0.8em;
	}
	
	#nav ul.level1
	{
		background-color: #ffa;
		border-left: 2px solid red;
		border-right: 1px solid #C90;
	}
	
	#nav ul.level1 li a
	{
		font-weight: normal;
		font-size: 0.8em;
	}	
	
	#nav .level0 a
	{
		padding-top: 1px;
	}
	
	#flatnav
	{
		/*background-color: #FFDE7D;*/ 
		border-bottom: 1px solid blue; 
		/*margin: -5px -15px 10px 0px;*/
		margin-bottom: 5px;
		margin-right: -5px;
		padding: 5px 0px 0px 5px;
		text-align: left;
		float: left; 
		width: 100%;
	 	background: url(/img/bg_gradient.png) repeat-x bottom right !important;
	}

	#flatnav ul
	{
		margin-left: 0;
		padding-left: 0;
	}
	
	#flatnav a:link,
	#flatnav a:active,
	#flatnav a:visited
	{
		text-decoration: none;
	}

	#flatnav a:hover
	{
		text-decoration: underline;

	}
	
	#flatnav .active
	{
		background-image: url(/img/icon_bullet_active.gif);
		color: #C00;	
	}
	
	#flatnav li
	{
		background-image: url(/img/icon_bullet.gif);
		background-position: 0px 9px;
		background-repeat: no-repeat;
		list-style-type: none;
		padding-left: 12px;
		padding-top: 3px;
	}
	

#content
{	
	font-size: 0.8em;
	background-color: white;
	margin-left: 187px;
	/*border-left: 1px solid #CC9900;*/
	padding: 10px;
	padding-top: 5px;
	text-align: justify;
	padding-right: 15px;
}

/* H$CK */
 
* html #nav {
	margin-right: -3px;
	}

* html #content {

	display: inline-block; 
/*	display: inline; */
	}

/* </HACK> */

	#content h2
	{
		margin: 0px;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 5px;
		padding-bottom: 0px;
		/*border-bottom: 1px solid #990000;*/
		font-family: arial, sans-serif;
		text-align: left;
	}
	
	.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: 5px;
		border-right: 1px solid #ccc; 
		width: 170px;
		vertical-align: top;
		text-align: left;
		/*display: block;*/
	}
	
	#content .article .left h3
	{
		margin-top: 5px;
		margin-bottom: 10px; 
	}
	
	#content .article .left img,
	#content .article .top img
	{
		border: 1px solid black;
	}	
	
	#content .article .icons
	{
		margin-top: 10px;
		margin-left: 10px;
	}		
	
		#content .article .left .icons img,
		#content .article .top .icons img
		{
			margin-top: 5px;
			border: 0px;
		}
		
		#content .article .icons .pdfdocs 
		{
			margin-left: -10px;
		}
	
	#content .details
	{
		width: 100%;
	}

	#content .details td
	{
		padding-bottom: 15px;
		
	}
	
	#content .details p
	{
		margin-top: 0px;
	}
	
	#content .details .techdata
	{
		font-size: 0.9em;
	}
	
	#content .details .techdata .paramleft
	{
		width: 300px;
	}
	
	#content .details .techdata td
	{
		border-bottom: 1px solid #CCCCCC;
		padding: 0px;
		text-align: left;
	}
	
	#content .intro
	{
		padding-left: 5px;
	}
	
	#content .intro td
	{
		vertical-align: top;
	}
	
	img.photo
	{
		margin-right: 5px;
		cursor:url(/img/magnify.cur), -moz-zoom-in;
	}	
	
	/* ######## shadows */
	.shadow 
	{
	  /*float:left;
	  background: url(/img/shadow_alpha.png) no-repeat bottom right !important;
	  background: url(/img/shadow.gif) no-repeat bottom right;
	  margin: 10px 10px 0 6px !important;*/
	  margin: 10px 10px 0 5px;
	}
	
	.shadow img 
	{
		/*display: block;
		position: relative;*/
		background-color: #fff;
		border: 1px solid #a9a9a9;
		/*margin: -6px 6px 6px -6px;*/
		padding: 4px;
	} 
	
	
	/* ######### /shadows #### */
	
	/* search results */
	.match
	{
		margin-bottom: 0px; 
		padding-bottom: 0px;
	}
	
	.match h4,
	.match h4 a
	{
		margin-bottom: 0px;
		padding-bottom: 0px;
		font-size: 14px;
	}
	
	.match p
	{
		margin-top: 0px; 
		margin-bottom: 0px; 
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	/* /match */
	#content table tr td
	{
		vertical-align: top;
	}
	
	#content ol li
	{
		margin-bottom: 2px;
	}
	
	#content .tab
	{
		border-collapse: collapse;
	}
	
	#content .tab td
	{
		border: 1px solid #444;
		padding-left: 5px;
		padding-right: 5px;		
		padding-top: 3px;
	}

	#content .details .tab td {padding-bottom: 0} /* exception for .tab tables stored in details-section of articles */
	
	#content .tab th
	{
		border: 1px solid #444;
		background-color: #eee;
		padding-left: 5px;
		padding-right: 5px;		
	}

	#content .tab .em
	{
		border: 1px solid #444;
		background-color: #f3f3f3;
		padding-left: 5px;
		padding-right: 5px;		
		font-weight: bold;
	}
	
	#content .link_email
	{
		background: transparent url('img/icon_email.gif') no-repeat;
		padding-left: 20px;
	}
	
	#content .link_www
	{
		background: transparent url('img/icon_www.gif') no-repeat;
		padding-left: 20px;
	}

	#content ul li,
	#content ol li
	{
		margin-bottom: 3px;
		text-align: left;
	}

	#content dt
	{
		font-weight: bold;
		margin-bottom: 2px;
	}

	#content dd
	{
		margin-bottom: 10px;
	}
	
	.frontpage 
	{
		
	}
	
	.frontpage td
	{
		padding-top: 15px;
	}
	
	.frontpage ul li
	{
		text-align: left;
		font-size: 15px;
		padding-top: 1px;
	}

	/* ul */
	.partners {
		margin-top: 15px;
		margin-left: 15px;
		padding-left: 0;
		list-style: none;
	}
	
	.partners h3 {
		margin-bottom: 7px;
	}

	.partners ul {
		margin-left: 0px;
		padding-left: 20px;
	}

	.partners ul li {
		margin-bottom: 5px;
	}
	

#footer
{
	clear: both;
	border-top: 1px solid #CC9900;
	background-color: #F2CD5D;
	text-align: center;
	font-size: .7em;
	margin-top: 30px;
	padding: 3px 0 6px 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;
	}
		
ul.zipdocs,
ul.imgdocs
{
	text-align: left;
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

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

ol.pdfdocs
{
	text-align: left;
	margin-left: 25px;
	padding-left: 0px;
}

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


.demand 
{
	background: transparent url('img/icon_info.gif') no-repeat;
	padding-left: 20px;
	margin-top: 0px;
}		
		
h4.tooltip
{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-size: 14px;
}

.explain
{
	text-decoration: none;
	border-bottom: 1px dotted; 
	color: green;
	cursor: help;
}

table.techdata  .explain
{
	border-bottom: 0px;
}

.tooltip 
{
	color: #3AA3FF;
}

.tooltip img
{
	border: 1px solid black;
}

#paging
{
	padding: 10px;
	margin-top: 15px;
	font-size: 14px;
	border-top: 1px solid gray;
}

	#paging p
	{
		font-size: 12px;
	}
	
	#paging strong
	{
		padding: 10px;
		background-color: #33FF66;
		border: 1px solid green;
	}
	
	
	#paging a,
	#paging a:link,
	#paging a:visited
	{
		padding: 5px 10px;
		background-color: #FAAFBE; /*pink*/
		border: 1px solid red;
	}
	
	#paging .arrows,
	#paging .arrows:link,
	#paging .arrows:visited
	{
		border-color: #B3FF66;
		background-color: white;
		font-size: 12px;
	}
	
#contact h4
{
	font-family: arial, sans-serif;
	margin: 0 0 5px -10px;
}

#contact h4 a,
#contact h4 a:link,
#contact h4 a:visited,
#contact h4 a:hover
{
	font-family: arial, sans-serif;
	font-size: 13px;
	width: 100%;
	padding: 0;
	text-decoration: none;
	border: 0;
}

/* new frontpage */

	.first {
		text-align: left;
	}

	.fpleft {
		float: left;
		width: 430px;
	}

		.fpleft img {
			border: 1px solid #999;
		}

	.fpright {
		padding-left: 430px;
	}


	.second {
		margin: 0px; padding: 0px;
		margin-bottom: 10px;
		text-align: left;
		/*overflow: hidden; */ /* sucks in opera */
	}
	
	.second a {
		text-decoration: none;
	}

	.bottomborder {
		padding-bottom: 15px;
		border-bottom: 1px dotted #999;
		width: 99%;
	}

	.sec_table, .sec_table tr, .sec_table tr td {
		margin: 0;
		padding: 0;
		border: 0;
		border-spacing: 0;
	}

	.sec_table {
		clear: both;
	}

	.second .head {
		background-color: #990000;
		color: white;
		display: block;
		font-size: 18px;
		width: auto;
		border-bottom: 1px solid black;
		margin-bottom: 3px;
		padding-left: 3px;
	}

	.sec_table img.img_left {
		float: left; 
		border: 3px solid #135293;
		border-style: double;
		margin-right: 5px;
	}

	.sec_table img.img_right {
		float: right;
		border: 3px solid #135293;
		border-style: double;

		margin-left: 5px;
	}

	.head_left {
		display: block; 
		font-size: 16px; 
		color: #990000;
		margin-bottom: 5px;
		font-weight: bold;
	}

	.redquad {
		border-left: 16px solid red;
		padding-left: 5px;
	}

.sortable {
		border-collapse: collapse;
}
.sortable th,
.sortable td {
	border: 1px solid #555;
}

.sortable th {
	background-color: #eee;
	cursor: pointer;
}

.gs-result {
	margin-top: 5px;
	padding-left: 21px;
}

.pdficon {
	background: transparent url('img/icon_pdf.gif') no-repeat;	
}

.announce {
	border: 2px solid red; 
	background-color: #FF5735; 
	padding: 10px; 
	background-image: url(/img/bg_gradient_red.png); 
	color: white; 
	text-align: left;
}

#skypedetectionswf {display:none}


