@charset "UTF-8";
/* Global Site-wide Definitions */
/* Main Structure, master backgrounds, etc. */
* {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-size: 12px;
}

/*
.img-logo{
	behavior: url(iepngfix.htc)
}
*/
/* image-replacement --- Versteckt den Text wenn (sowie eigentlich immer) CSS aktiviert ist */
.image-replacement {
	text-indent: -200em;
	overflow: hidden;
}
/* float-restore --- stellt den normalen Element-Fluss wieder her */
.float-restore {
	margin: 0;
	padding: 0;
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.inset-text {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
/* Definitionen zum body */
body {
	background-color: #fff;
	background-image: url(../img/background/bg.jpg);
	background-position: center top;
	overflow: hidden;
	
}
/* Definitionen zur Struktur */
#master-of-all {
	width: 880px;
	position: absolute;
	left: 50%;
	margin-left: -440px;
	height: 100%;
	top: 129px;
	overflow: hidden;
	background-image: url(../img/background/bg_content.jpg);
	background-repeat: no-repeat;
}

#top-container {
	width: 880px;
	position: absolute;
	left: 50%;
	margin-left: -440px;
}

#top-logo {
	width: 140px;
	margin-left: 115px;
	height: 129px;
/*
	background-image: url(../img/logo-globo.png);
	background-repeat: no-repeat;
*/
}

#left-container {
	width: 125px;
	float: left;
	margin-right: 7px;
	z-index: 100;
}

#content-container {
	width: 586px;
	float: left;
	margin-right: 7px;
	/*overflow: auto;
	overflow-x: hidden;*/
	overflow: hidden;
	height: 100%;
	position: relative;
}

#content-container ul li{
	list-style:none;
	list-style-position:inside;
	padding-bottom:3px;
}

#right-container {
	width: 135px;
	float: left;
}

#suche {	
	width: 135px;
	padding-bottom: 4px;
	background-color: #e3e2d8;
	height: 29px;
	/*background-image: url(../img/background/bg_suche.gif);
	background-repeat: no-repeat;*/
}

#suche label{
	font-family: "Lucida Sans", "Lucida, Sans Unicode", "Lucida", sans-serif;
	font-size: 11px;
}

div.login-menu{
	clear:both;
}

#left-menu {
	width: 200px;
	padding-top: 45px;
	padding-right: 5px;
	float: right;
}

#footer-container {
	width: 880px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -440px;
	background-repeat: no-repeat;
	bottom: 0;
	background-image: url(../img/background/bg_footer.gif);
}

#footer-left {
	width: 125px;
	float: left;
	margin-right: 7px;
	padding-top: 10px;
}

#footer-center {
	width: 606px;
	float: left;
	padding-top: 10px;
	margin-right: 7px;
}

#footer-right {
	width: 135px;
	float: left;
	padding-top: 10px;
}

#footer-language {
	width: 90px;
	bottom: 30px;
	position: absolute;
	left: 0px;
	z-index: 300;
	display: none;
}

#footer-login {
	width: 130px;
	bottom: 30px;
	position: absolute;
	left: 745px;
	display: none;
	z-index: 200;
	background-color: #575653;
	padding-left: 5px;
}
/* Definitionen zum Content */
.main-nvg {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}

a, a:link, a:active, a:visited {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-weight: normal;
	color: #0b0a08;
	text-decoration: none;
}

a:hover {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-weight: normal;
	color: #0b0a08;
	text-decoration: underline;
}

a.footer-link, a.footer-link:link, a.footer-link:active, a.footer-link:visited {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-weight: normal;
	color: #706f65;
	text-decoration: none;
	font-size: 11px;
}

a.footer-link:hover {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-weight: normal;
	color: #f8f7e2;
	text-decoration: none;
	font-size: 11px;
}

a.lang-link, a.lang-link:link, a.lang-link:active, a.lang-link:visited {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-weight: normal;
	color: #fff;
	background-image: url(../img/menu/bg_lang.gif);
	text-decoration: none;
	font-size: 11px;
	display: block;
	text-align: right;
	padding-right: 20px;
	height: 15px;
}

a.lang-link:hover {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-weight: normal;
	color: #343434;
	background-image: url(../img/menu/bg_sub_active.gif);
	text-decoration: none;
	font-size: 11px;
}

a.normal-link, a.normal-link:link, a.normal-link:active, a.normal-link:visited {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-weight: normal;
	color: #5e5e5e;
	text-decoration: none;
	font-size: 12px;
}

a.normal-link:hover {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
	font-size: 12px;
}

div.content-text {
	width: 295px;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}

div.content-text-full {
	width: 560px;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 25px;
	float: left;
}

div.content-text-liste {
	width: 560px;
	padding-left: 20px;
	padding-top: 25px;
	
}

div.content-text-liste hr{
	width: 560px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;	
	border-color:#999999;
}

div.content-img-01 {
	width: 606px;
	padding-bottom: 25px;
	float: left;
}

div.content-img-02 {
	width: 240px;
	padding-left: 20px;
	padding-top: 2px;
	float: right;
}

div.content-team-container {
	float: left;
	width: 145px;
	margin-right: 5px;
	padding-top: 2px;
	padding-bottom: 25px;
}

div.content-team-img-first {
}

div.content-team-text-first {
	padding-left: 10px;
}

div.content-team-img {
}

div.content-team-text {
}

div.produkt-liste-container {
	width: 186px;
	padding-top: 10px;
	padding-left: 6px;
	margin-bottom: 10px;
	
	/*	float: left;*/
	display:-moz-inline-stack;/*Firefox need this to simulate display:inline-block*/
	display:inline-block; /*IE does not apply this to Block Element, and Firefox does not render this, too*/
	_overflow:hidden;/*fix IE6 to expanded content*/
	zoom:1;/*trigger hasLayout*/
	*display:inline;/*once hasLayout is true, set display:inline to block element will make display:inline behave like display:inline-block*/
}

div.produkt-liste-img {
/*
	height: 150px;
*/
	width: 150px;
}

div.produkt-liste-text p {
	text-align: left;
	margin-bottom: 5px;
}

div.produkt-content-container {
}

div.produkt-content-text {
	width: 280px;
	padding-top: 15px;
	padding-left: 15px;
	float: left;
}

div.produkt-content-img {
	width: 300px;
	float: right;
	padding-top: 2px;
}

div.download-container {
	width: 130px;
	padding-top: 10px;
}

div.download-img {
}

div.download-text {
	padding-left: 5px;
}

h1 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-size: 16px;
	color: #0b0a08;
	padding-bottom: 10px;
}

h2 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-size: 14px;
	color: #0b0a08;
	font-weight: bold;
}

h3 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-size: 14px;
	color: #0b0a08;
}

h4 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-size: 12px;
	color: #0b0a08;
}

img.img-border {
	border: 1px solid #cccccc;
}

img {
	border: none;
}

li.lang {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
}

li.footer-linkliste {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	float: left;
	color: #706f65;
	font-size: 10px;
	padding-top: 3px;
}

p {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	color: #0b0a08;
}

p.hero-text {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	line-height: 1.2;
}

p.footer-center-text {
	color: #706f65;
	font-size: 11px;
	float: right;
}

td {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida", sans-serif;
	font-size: 12px;
}

table {
	width: 100%
}

ul.footer-listen-containter {
	padding-left: 120px;
}

div.content-messe-container {
	width: 560px;
	padding-left: 20px;
	padding-top: 25px;
	
	float: left;


}

div.content-text-messe {
	width: 295px;
	padding-left: 20px;
	float: left;
}

div.content-img-03 {
	width: 200px;
	float: left;
}

div#slider-container{
	width: 17px;
	height: 100%;
	float:left;
	margin-right: 3px;
}

div#slider-up{
	width: 17px;
	height: 17px;
	background-color: #f4f2f3;
	background-image:url(../img/icons-buttons/scrollup.gif);
	background-repeat:no-repeat;
}

div#slider-down{
	width: 17px;
	height: 17px;
	background-color: #f4f2f3;
	background-image:url(../img/icons-buttons/scrolldown.gif);
	background-repeat:no-repeat;
}

div#content-slider{
	width: 15px; 
	background-color: #f9f8e3;
	/*height: 100%;*/
}

div#knob{
	width: 15px;
	height: 100px;
	background-color: #f4f2f3;
	border: #b8b8b8 solid 1px;
}

h1.msg{
	margin: 10px;
}
