* {
	font-family: tahoma, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
}

html {
	overflow: -moz-scrollbars-vertical;
	height: 100%;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: 0px;
}

li {
	margin-bottom: 10px;
}

.page {
	width: 100%;
	height: 100%;
	position: relative; /* wichtig! fuer ie & popup */
}

.header {
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}

.lang_switch a img {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.lang_switch a:hover img {
	filter: alpha(opacity=100);
	opacity: 1;
}

.menu {
	width: 170px;
	font-weight: bold;
	font-size: 13pt;
	color: #000000;
	background-color: #eeeeee;
}
.menu a {
	text-decoration: none;
	color: #000000;
	position: relative;
	top: -4px;
}

.top_menu {
	font-weight: bold;
	font-size: 17px;
	color: #000000;
	background-color: #eeeeee;
	padding-left: 20px;
	line-height: 25px;
	height: 25px;
	vertical-align : middle;
}
.top_menu a {
	float: left;
	text-decoration: none;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.top_menu a:hover {
	background-color: #DEDEDE;
}

.content {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 11pt;
	width: 100%;
}

.content_text {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 60px;
	font-size: 10pt;
	width: 560px;
}

.address td {
	text-align: left;
	font-size: 11pt;
}
td {
	vertical-align: top;
}

.footer {
	background-color: #dedede;
	osition: fixed;
	osition: expression("absolute"); /* ie doesn't know about fixed*/
	ottom: 0px;
	width: 100%;
	height: 21px;
	line-height: 21px;
}
.footer-text {
	font-size: 12px;
	width: 100%;
	text-align: center;
	color: #555555;
}
.footer-text a {
	text-decoration: none;
	color: #555555;
}
.footer-text a:hover {
	text-decoration: underline;
}

.menu_block {
	height: 21px;
	line-height: 21px;
	margin-top: 90px;
	margin-bottom: 20px;
	background-color: #DEDEDE;
}

.breadcrumb {
	line-height: 20px;
	height: 21px;
	font-size: 12px;
	background-color: #eeeeee;
	padding-left: 30px;
}
.breadcrumb a {
	color: #555555;
	text-decoration: none;
}
.breadcrumb a:hover {
	color: #000000;
	text-decoration: underline;
}

.prod_link a {
	width: 220px;
	display: block;
	padding: 10px;
	border: 1px solid #ffffff;
	color: #333333;
	text-align: left;   
}

.prod_link a:hover {
	border: 1px solid #dedede;
}

.mb3 {
	margin-bottom: 3px;
}

.bild_unterschrift {
	background-color: #f6f6f6;
	padding: 3px;
	cursor: hand;
}

.rel_abs {
	height: 0px;
	overflow: visible;
	overflow-y: hidden;
}

.popup_img {
	cursor: pointer;
	position: absolute;
	display: none;
	top: 10px;
	left: 10px;
	border: 2px solid #eeeeee;
}

.popup_link {
	width: 350px;
	text-align: left;
	cursor: pointer;
}

.prod_header {
	border-bottom: 1px solid #dedede;
	font-weight: bold;
	font-size: 24px;
	margin: 20px 0px 0px 30px;
}

.news_item {
	font-size: 10pt;
}

.download_link {
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 5px;
}
.download_link img {
	margin:0 10px 2px 0;
	vertical-align:middle;
}

.news_item a:hover, .download_link a:hover {
	text-decoration: underline;
}