/*Navi war 98 ist 50 - weitere Stellen suchen!*/
body {
	margin: 0;
	padding: 0;
	background-color: #1F3D61;
	background-repeat: repeat-y;
	background-image: url(../img/weisser_balken.gif);
	background-position: center;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B4B6D;
	line-height: 20px;
}

p {
	margin: 0 0 15px 0;
}

#newsbar p {
	margin: 0;
}

#inhalt {
	text-align: left;
	margin: auto;
	padding: 0px;
	width: 800px;
	background-color: #FFFFFF;
}

#headbar {
	background-image: url(../img/bgHeadProducts.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 135px;
	margin: 0 0 0 5px;
}

#navibar {
	float: left;
	width: 210px;
	margin: 0;
}

#contentbar {
	float: left;
	padding: 0 0 0 10px;
	width: 535px;
	overflow:hidden;
}

#subnavibar {
	padding: 2.5px 0 15px 10px;
	background-image: url(../img/subnavi-verlauf.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#userbar {
	padding: 0px 0 15px 10px;
}

#titlebar {
	font-size: 20px;
	padding-bottom: 18px;
}

#leftImageBar {
	float: left;
	padding-bottom: 20px;
	width: 330px;
}

#maxImageBar {
	padding: 0 0 30px 0; /*hinten war 98px;*/
}

#leftTextBar {
	float: left;
	width: 240px;
	padding-right: 20px;
}

/*
#rightTextBar {
	padding: 0 80px 0 0; jetzt in contentbar
}
*/
#leftTextBar_2 {
	float: left;
	width: 200px;
	padding-right: 20px;
}

/*
#rightTextBar_2 {
	padding: 0 -20px 0 100px;
	
}*/ /*
#overallTextBar {
	padding: 0 80px 0 98px; jetzt in contentbar
}
*/
.subtitle {
	margin: 5px 0 5px 0;
	font-size: 13px;
	font-weight: bold;
}
.subtitle_klein {
	margin: 5px 0 5px 0;
	font-size: 11px;
	font-weight: bold;
}

.subtitle .normal {
	font-size: 11px;
	font-weight: normal;
}
em {
	font-style: normal;
	font-weight: bold;
}

#endbar {
	clear: both;
	height: 80px;
}

.naviItemTop {
	width: 50px;
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E80C2;
}

.naviItemEnd {
	width: 175px;
	height: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3E80C2;
}

div.naviItem {
	background-image: url(../img/bgNavi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 50px;
	height: 24px;
}
div.sprache_ohne { color: #010101; text-decoration: none; padding: 0 0 0 50px; height: 24px; }
div a.sprache { color: #c00000; text-decoration: none; padding: 0 0 0 50px; height: 24px; }
div a.sprache_de { color: #c00000; text-decoration: none; height: 24px; padding-top: 0; padding-right: 0; padding-bottom: 0; }
div.naviItem a {
	color: #3E80C2;
	text-decoration: none;
}
div.naviItemActTxt {
	background-color: #FFFFFF;
	width: 0px;
}

div.subnaviItem {
	background-image: url(../img/bgSubnavi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 0 60px;
	font-size: 9px;
}

div.subnaviItem a {
	color: #3E80C2;
	text-decoration: none;
}

/* Bilder */
img {
	border: 0;
}

.productImage {
	border: 1px solid #395777;
}

.siteImage {
	vertical-align: middle;
}

a:link {
	color: #3E80C2;
}

a:visited {
	color: #3E80C2;
}

/*
td, th {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2B4B6D;
	line-height: 20px;
}
*/
th.material {
	font-size: 9px;
	padding-bottom:0;
	padding-right:5px;
	line-height: 10px;
}

td.ticker {
	line-height: 15px;
	color:white;
}

td.odd {
	padding: 5px;
	background-color: #D8E5F3;
}

td.even {
	padding: 5px;
	background-color: #C1D4EA;
}

.feld {
	padding: 1px;
	background: white repeat;
	border: 1px solid #7F9DB9;
}

.texthinweis {
	color: #009900;
}

.texterror {
	color: #C00000;
}

.felderror {
	padding: 1px;
	background: white repeat;
	border: 1px solid #C00000;
}

fieldset {
	padding: 1em;
	/*margin:1em 1em 1em 3em;*/
	border: 1px solid #7F9DB9;
	background-color: white;
	width: 350px;
}

fieldset legend {
	color: #2B4B6D;
	font-weight: bold;
}

label {
	/*Bei Formularen Verweis von Beschriftung auf Inputfeld. Letzteres muss id haben!*/
	cursor: pointer;
}


ul {
	padding: 0 15px;
}