/* CSS COMARA KG*/
html {
	height:101%
}
p, ul, li, h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	font: normal 12px/20px Arial, Helvetica, sans-serif;
	color: #000;
	height: 101%;
	margin: 0;
	padding: 0 0 20px 0;
	background: transparent url("../img/bg.gif") no-repeat left top;
}
p{
	margin: 12px 0 0 0;
}
a:link, a:visited {
	color: #666;
	text-decoration: underline;
}
a:focus, a:hover, a:active {
	color: #000;
	text-decoration: none;
}
h1{
	font: normal 1.6em/1.2em Arial, Helvetica, sans-serif;
	padding: 0 0 10px 0;
	margin: 0 0 6px 0;
	color: #666;
	background: transparent url("../img/dotx.gif") bottom repeat-x;
}
h2{
	font: bold 1.0em/1.4em Arial, Helvetica, sans-serif;
	padding: 8px 0 0 0;
}
h3{
	font: bold 1.0em/1.4em Arial, Helvetica, sans-serif;
}
.date{
	color: #666;
}
img {
	border: 0;
}
.imgleft{
	float: left;
	margin: 4px 10px 10px 0;
}
acronym{
	cursor: help;
}
.hide {
  position: absolute !important;
  top: -6000px !important;
  left: -6000px !important;
  height: 1px !important;
  width: 1px !important;
}
.pdflink{
	background: transparent url("../img/icon_news.gif") no-repeat left center;
	padding: 0 0 0 26px;
}
/*************************************************************************************** HEADER */
#header{
	width: 800px;
	height: 100px;
	clear: both;
}
.logo{
	padding: 20px 0 0 20px;
	width: 240px;
	float: left;
}
.language{
	margin: 36px 0 0 420px;
	display: inline;
	width: 80px;
	float: left;
}
/*************************************************************************************** START MAINNAV */
#mainmenu {
	height: 28px;
	position: relative;
	background: #858585 url("../img/bg_mainmenu.gif") bottom repeat-x;
	z-index: 1;
	line-height: 1.6em;
}
#mainmenu ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
	border-left: 1px solid #909090;
	border-right: 1px solid #575657;
}
#mainmenu li {
	float: left;
	padding: 0;
	margin: 0;
}
#mainmenu ul a:link, #mainmenu ul a:visited {
	display: block;
	float: left;
	padding: 4px 20px 4px 20px;
	text-decoration: none;
	border-left: 1px solid #575657;
	border-right: 1px solid #909090;
	color: #fff;
	height: 20px;
}
#mainmenu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #909090 url("../img/bg_mainmenu_over.gif") repeat-x bottom left;
}
#mainmenu ul li a.active {
	color: #fff;
	text-decoration: none;
	background: #909090 url("../img/bg_mainmenu_over.gif") repeat-x bottom left;
}
#container{
	width: 1000px;
	clear:both;
}
table#downloads{font-size:11px;background-color:#dedede}
table#downloads tr th{text-align:center;}
table#downloads tr td{padding:4px 6px;text-align:center;}
table#downloads tr.row01{background-color:#f6f6f6}
table#downloads tr.row02{background-color:#f0f0f0}
table#downloads tr td.kbsize{color:#999;}
/*************************************************************************************** FOOTER */
#footer{
	margin: 10px 0 0 0;
	height: 50px;
	clear: both;
	padding: 6px 0 0 10px;
	background: transparent url("../img/dotx.gif") repeat-x top left;
}
#footer p{
	margin: 0px;
	padding: 0px;
}
#footer li{
	float: left;
}
#footer a:link, #footer a:visited {
	background: transparent url("../img/trenner.gif") no-repeat left center;
	padding: 2px 6px 2px 6px;
	color: #999;
	text-decoration: none;
}

#footer a:focus, #footer a:hover, #footer a:active {
	background-color: #e9e9e9;
	color: #000;
	text-decoration: none;
}