html  {
	background-color: #CCCCCC;
	width: 100%;
	height: 100%;	
	text-align: left;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
}
body,td,th,div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
h1,h2,h3,h4  {
	color: #666666;
	font-weight: bold;
	padding-top : 0px;
	padding-bottom : 0px;
	margin-top : 0.4em;
	margin-bottom : 0.2em;
}
h1 {
	font-size: 1.4em;
} 
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.15em;
}
h4 {
	font-size: 1.05em;
}
p, ul, li {
	color: #666666;
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}
p  {
	padding: 0px;
}
ul {
	padding-left: 0px; 
	margin-left: 1.5em;    
}
ol {
	padding-left: 0px; 
	margin-left: 2em;    
}
li {
	margin-top : 0px;
	margin-bottom : 0px;
}
a  {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
a:visited     {
	color: #666666;
}
a:active      {
	color: #666666;
}
a:hover     {
	color: #666666;
}

/* Special classes */
p.right {
	padding: 0px 30px 0px 0px;
}
ul.pic {
	list-style-image: url(../nav/list_pic.gif);
}
.border {
	border: 1px solid #787879;
}
/*div {
	margin: 0px;
	padding: 0px;
}*/
hr {
	width: 100%;
	height: 1px;
	background-image: url(../nav/hp_line.gif);
	background-repeat: repeat-x;
	color: transparent;
}
div.hr {
	width: 100%;
	height: 20px;
	background-image: url(../nav/h_line.gif);
	background-repeat: repeat-x;
}
div.hrp {
	width: 100%;
	height: 14px;
	background-image: url(../nav/hp_line.gif);
	background-repeat: repeat-x;
}
div.hre {
	width: 100%;
	height: 14px;
}
div.nav_spacer {
	width: 100%;
	height: 1px;
	background-color: #787879;
}

div.content_full {
	clear: both;
	left: 0px;
	top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}
* html div.content_full {
	display: inline;
}
div.content_left {
	float: left;
	left: 0px;
	top: 0px;
	width: 260px;
	overflow: hidden;
}
/*div.content_left {
	left: 7px;
	top: 30px;
	width: 260px;
	position: absolute;
}*/
/*div.content_left img {
	border: 0px solid #787879;
}*/
/*div.content_left p {
	padding: 0px 0px 0px 0px;
}*/

div.content_right {
	float: left;
	margin-left: 30px;
	top: 0px;
	width: 400px;
	/*position: relative;*/
}
* html div.content_right {
	position: relative;
}
/*div.content_right {
	left: 293px;
	top: 0px;
	width: 400px;
	position: relative;
}*/
div.content_right p,h1,h2,h3,h4,ul {
	padding-right: 20px;
}
div.content_right img {
	border: 1px solid #787879;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-top: 4px;
}

div.title {
	width: 100%;
	/*height: 20px;*/
	height: 2em;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	border-top: 1px #787879 solid;
	border-bottom: 1px #787879 solid;
}
div.title h2 h3 {
	padding-top : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}
div.detail_link {
	left: 50px;
	width: 208px;
	position: relative;
}
div.left_inner {
	left: 0px;
	width: 238px;
	padding-left: 20px;
	padding-right: 0px;
	position: relative;
}
div.left_inner p.legende {
	font: bold 0.9em/1.1em Verdana, Arial, Helvetica, sans-serif;
}
div.left_inner a {
	text-decoration: none;
}
div.left_inner a:hover {
	text-decoration: underline;
}
div.left_inner_border {
	padding-bottom: 7px;
	margin-top: 7px;
	margin-bottom: 4px;
	border: 1px #787879 solid;
}
div.list {
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 4px;
	padding-top: 4px;
}
div.list_date {
	left: 7px;
	width: 7em;
	text-align: right;
	position: absolute;
}
div.list_cont {
	left: 7.5em;
	width: 75%;
	position: relative;
}
div.slist_left {
	clear: both;
	float: left;
	left: 0px;
	width: 80px;
	padding-bottom: 0px;
	padding-top: 4px;
	position: relative;
}
div.slist_right {
	left: 7px;
	/*width: 300px;*/
	padding-bottom: 0px;
	padding-top: 4px;
	position: relative;
}

table.techdata {
	border: 0px;
	width: 398px;
	table-layout: fixed;
}
table.techdata caption {
	border-top: 1px #787879 solid;
	border-bottom: 1px #787879 solid;
	color: #666666;
	font-size: 1.25em;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	text-align: left;
}
table.techdata td {
	border-bottom: 1px dashed #CCCCCC;
	width: 25%;
	vertical-align: top;
	overflow: hidden;
}

.error {
	color: Red;
}

/* Form classes */
form {
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}
legend {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
}
input, textarea, select {
	font: 11px/1.4em Verdana, Arial, Helvetica, sans-serif;
}
/*legend {
	font-size: 1.2em;
	font-weight: bold;
}*/
label {
	display: block;
	font-weight: bold;
   color: #666666;
}
select {
	display: block;
   width: 220px;
}
select.quicklink {
	display: inline;
   width: 150px;
}


/* Layout */
div#wrapper {
	padding-left: 0px;
	margin: 0 auto;
	width: 1024px;
	height: 100%;
	text-align: left;
	z-index: 0;
	background-color: #CCCCCC;
}
div#content_wrapper{
	top: 133px;
	left: 0px;
	width: 100%;
	min-height: 444px;
	height: 100%;
	position: relative;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: #787879 url(../nav/wrapper_back.gif) repeat-y;
}
/* Hack min-height für IE (Hide it from Safari !) */
* html div#content_wrapper {
   height: 444px;
}
div#content {
	left: 164px;
	top: 0px;
	width: 692px;
	min-height: 484px;
	border-top: 1px solid #787879;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 7px;
	padding-right: 0px;
	background-color: white;
	position: relative;
}
* html div#content {
	height: 487px;
}
/*div#content p {
	padding: 0px 0px 0px 0px;
}*/
div#header_n {
	background: url(../nav/header_back.gif);
	left: 0px;
	top: 0px;
	width: 432px;
	height: 90px;
	position: absolute;
	z-index: 10;
}
div#header_n_content {
	left: 0px;
	top: 10%;
	width: 432px;
	height: 70px;
	position: relative;
	overflow: hidden;
}
div#header_n_content p {
	font: normal 0.95em/1.25em Verdana, Arial, Helvetica, sans-serif;
}
div#header_n_content a {
	font: bold 0.95em/1.1em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
div#header_n_content a:hover {
	text-decoration: none;
}
div#footer {
	clear: both;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	z-index: 0;
	background: url(../nav/footer_back.gif) repeat-x;
}
div#navigation {
	left:0px;
	top:175px;
	width: 164px;
	position: absolute;
	z-index:10;
}
div#navigation img {
	margin: 0px;
	padding: 0px;
	display: block;
}
div#language {
	left:0px;
	top:580px;
	width: 164px;
	position: absolute;
	z-index:10;
}
div#header {
	left:0px;
	top:61px;
	width: 432px;
	height: 90px;
	position: absolute;
	z-index:10;
}
div#printheader {
	display: none;
}
div#logo {
	left:873px;
	top:0px;
	width: 151px;
	height: 178px;
	position: absolute;
	z-index:10;
}
div#address {
	left:873px;
	top:479px;
	width: 151px;
	position: absolute;
	z-index:10;
}

