* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(../img/bg.gif) repeat-y;
	color: #3b3b3b;
	font: 76% Arial, Helvetica, sans-serif;
}

body.multibar {
	background-image: url(../img/bg2-rafa.gif);
}

p {
	margin-bottom: 12px;
}

img {
	display: block;
}

a {
	color: #3b3b3b;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header {
	position: relative;
	height: 65px;
	background-color: #f4f9fd;
}

#logo {
	position: absolute;
	left: 0;
	width: 190px;
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
}

.cat1000 {
	background-image: url(../fachhandel/img/president_logo.gif);
}

.cat2000 {
	background-image: url(../fachhandel/img/salakis_logo.gif);
}

.cat3000 {
	background-image: url(../fachhandel/img/societe_logo.gif);
}

.cat5000 {
	background-image: url(../fachhandel/img/galbani_logo.gif);
}

#metaNavi {
	height: 19px;
	margin-left: 190px;
	background-color: #e1f2fc;
	border-bottom: 1px solid #fd0803;
	list-style: none;
	line-height: 19px;
	font-size: 0.9em;
}

#metaNavi li {
	float: left;
}

#metaNavi li a {
	display: block;
	float: left;
	margin-left: 19px;
	color: #0b4fa4;
	text-decoration: none;
}
/* Mac IE5 backslash hack \ */
#metaNavi li a {
	float: none;
}

#metaNavi li.active a {
	font-weight: bold;
}

#langChooser {
	position: absolute;
	left: 810px;
	top: 0;
	/* Win IE5/IE5.5 hack */
	width: auto !important;
	width /**/: 180px;
	height: 19px;
	list-style: none;
	line-height: 19px;
	font-size: 0.9em;
}

#langChooser li {
	display: inline;
}

#langChooser li a, #langChooser li span.active {
	display: inline;
	margin-right: 6px;
	color: #0b4fa4;
	text-decoration: none;
}

#langChooser li span.active {
	font-weight: bold;
}

#search {
	width: 18em;
	margin-left: 810px;
	font-size: 0.8em;
}

#search label {
	color: #5d5b4e;
}

#search input {
	display: block;
	float: left;
	border: 1px solid #7598ae;
}

#search #searchbox {
	width: 120px;
}

#search #go {
	display: inline;
	width: auto;
	background: #7598ae;
	color: #ffffff;
	font-size: 1em;
	cursor: hand;
	cursor: pointer;
}
/* Mac IE5 backslash hack \ */
#search #go {
	width: auto;
}

#search a {
	display: block;
	clear: left;
	color: #5d5b4e;
	text-decoration: underline;
}

#mainContainer {
	width: 1000px;
}

#mainNavi {
	float: left;
	width: 190px;
	line-height: 19px;
	font-weight: bold;
}

#mainNavi dl {
	margin-bottom: 24px;
}

#mainNavi dt {
	background: #698da5;
	color: #ffffff;
	margin-bottom: 1px;
	text-align: center;
	text-transform: uppercase;
}

#mainNavi .offset {
	margin-top: 19px;
}

#mainNavi dd {
	margin-bottom: 6px;
}

#mainNavi ul {
	list-style: none;
}

#mainNavi ul li {
	padding-left: 19px;
	background: #8db1c9 url(../img/lvl1_closed.gif) no-repeat left top;
	border-bottom: 1px solid #ffffff;
}

#mainNavi ul li.active {
	background-image: url(../img/lvl1_open.gif);
	border-bottom: none;
}

#mainNavi ul li a {
	padding-left: 4px;
	color: #ffffff;
	text-decoration: none;
}

#mainNavi ul li ul {
	display: none;
}

#mainNavi ul li.active ul {
	display: block;
	margin-left: -19px;
}

#mainNavi ul li.active ul li {
	border-bottom: none;
	background-image: url(../img/lvl2_closed.gif);
	background-color: #ffffff;
}

#mainNavi ul li.active ul li.active {
	background-color: #e1f2fc;
	background-image: url(../img/lvl2_open.gif);
}

#mainNavi ul li.active ul li.prod {
	background-image: url(../img/lvl2_noarrow.gif);
}

#mainNavi ul li.active ul li.prodactive {
	background-image: url(../img/lvl2_bullet.gif);
}

#mainNavi ul li.active ul li a {
	color: #3b3b3b;
	display:block;
	display:inline-block;
}

#mainNavi ul li.active ul li.prodactive a {
	color: #8db1c9;
}

#mainNavi ul li.active ul li ul {
	display: none;
}

#mainNavi ul li.active ul li.active ul {
	display: block;
}

#mainNavi ul li.active ul li.active ul li {
	background-image: none;
	margin-left: 19px;
	background-color: #ffffff;
}

#mainNavi ul li.active ul li.active ul li a {
	padding-left: 0;
}

#mainNavi ul li.active ul li.active ul li.prodactive {
	background-image: url(../img/lvl3_bullet.gif);
	background-position: left center;
}

#mainNavi ul li.active ul li.active ul li.prodactive a {
	color: #8db1c9;
}

#mainNavi #login {
	padding: 10px;
	background-color: #e1f2fc;
	font-size: 0.8em;
	font-weight: normal;
	line-height: normal;
}

#mainNavi #login div {
	clear: both;
}

#mainNavi #login label {
	position: relative;
	vertical-align: middle;
}

#mainNavi #login input {
	float: right;
	width: 110px;
	margin-bottom: 6px;
	border: 1px solid #7598ae;
}

#mainNavi #login #loginbutton {
	width: auto;
	background-color: #ffffff;
	border: 1px solid #7598ae;
	height: 18px;
	font-size: 0.9em;
	text-transform: uppercase;
}

#mainNavi #login #loginimage {
	width: auto;
	border: 1px solid #7598ae;
	cursor: default;
}

#mainNavi #login #submit {
	float: right;
	width: auto;
	cursor: hand;
	cursor: pointer;
}

#mainNavi #login a {
	line-height: 1.8em;
}

#banner {
	width: 188px;
	margin-left: 2px;
}
	#banner img {
		border: none;
	}

#contentWrapper {
	float: left;
	/* Win IE5/IE5.5 hack */
	width: 586px !important;
	width /**/: 620px;
	padding: 0 19px 19px 15px;
	
}

#contentWrapper h1 {
	padding: 19px 0;
	background-color: #ffffff;
	font-size: 1.2em;
}

#contentWrapper h2 {
	font-size: 1em;
	margin-bottom: 19px;
}

#contentWrapper h2 a {
	text-decoration: none;
}

#contentWrapper h3 {
	font-size: 1em;
	margin-bottom: 0;
}

#contentWrapper h3 a {
	text-decoration: none;
}

#contentWrapper h4 {
	font-size: 1em;
	margin-bottom: 0;
}

#contentWrapper ul {
	padding-left: 1.5em;
	margin-bottom: 19px;
}

#contentWrapper img {
	border: 1px solid #8db1c9;
}

#contentWrapper .offset {
	margin-bottom: 19px;
}

/*.contentContainer {
	margin: 0 0 19px 175px;
}*/

.contentContainer 

{   margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 19px;
    margin-left: 0px;
    width: 400px;
}


.level1 #content {
	margin-bottom: 24px;
}

.level2 #content {
	margin-bottom: 32px;
}

/* Begin Mac IE5 backslash hack \*/
* html .level1 .images {
	display: inline;
}

* html .level2 .images {
	display: inline;
}
/* Mac IE5 backslash hack */

.home .images {
	/*margin: 48px 0 12px 48px;*/
	margin: 48px 0 12px 72px;
}

.home .images img {
	float: left;
	/*margin: 0 22px 22px 0;*/
	margin-right: 32px;
}

.images div {
	display: inline;
	float: left;
}

.level1 .images div {
	width: 120px;
	margin: 0 20px 20px 0;
}

.level2 .images div {
	width: 80px;
	margin: 0 44px 12px 0;
}

.images div a {
	display: block;
	font-size: 0.8em;
	text-decoration: none;
}

.level2 .images div a {
	text-align: center;
}

.images div img {
	margin-bottom: 3px;
}

.clearer {
	clear: both;
	height: 0;
	overflow: hidden;
}

.teaser {
	margin-bottom: 24px;
}

.teaser img {
	float: left;
}

.teaser div {
	margin-left: 95px;
}

#contentWrapper .teaser div h2 {
	margin-bottom: 12px;
}

#data {
	width: 408px;
	margin-bottom: 19px;
	font-size: 0.9em;
}

#data caption {
	background-color: #8db1c9;
	border: 1px solid #8db1c9;
	color: #ffffff;
	text-align: left;
	padding: 4px 6px;
}

#data th, #data td {
	/* Win IE5/IE5.5 hack */
	width: 198px !important;
	width /**/: 204px;
	padding: 0 6px;
	border-bottom: 1px solid #f4f9fd;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#data th {
	border-left: 1px solid #8db1c9;
	text-transform: uppercase;
}

#data td {
	border-right: 1px solid #8db1c9;
}

#data #first th, #data #first td {
	padding-top: 6px;
}

#data #last th, #data #last td {
	padding-bottom: 6px;
	border-bottom: 1px solid #8db1c9;
}

#data td table {
	font-size: 1em;
}

#data td table th, #data td table td {
	width: auto;
	padding: 0;
	border: none;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

#data td table th {
	padding-right: 6px;
	text-transform: none;
}

/*#download {
	width: 408px;
}*/

#download {
	float:left;
}

#download table {
	width: 100%;
	margin-bottom: 12px;
	font-size: 0.9em;
}

#download th {
	padding: 0 6px 6px 0;
	color: #8db1c9;
	text-align: left;
}

#download td {
	padding: 0 6px 3px 0;
	line-height: 1.6em;
	text-align: left;
	vertical-align: text-bottom;
}

#download .check {
	text-align: center;
}

#download td img {
	display: inline;
}

#download td a img {
	margin-left: 6px;
	border: none;
}

#download div {
	padding-right: 2.2em;
}

#download #startbutton {
	float: right;
	width: 12em;
	background-color: #ffffff;
	border: 1px solid #7598ae;
	height: 18px;
	font-size: 0.9em;
	cursor: hand;
	cursor: pointer;
}

#download #startimage {
	float: right;
	border: 1px solid #7598ae;
	cursor: hand;
	cursor: pointer;
}

#contact p {
	clear: both;
}

#contact h4 {
	float: left;
	clear: both;
	width: 125px;
	margin-right: 25px;
	font-size: 1em;
}

#contact div {
	float: left;
	width: 420px;
	margin-bottom: 19px;
}

#contact .leftmargin {
	float: none;
	margin-left: 150px;
}

#contact div div {
	position: relative;
	clear: both;
	float: none;
	min-height: 1.5em;
	margin-top: 0;
	margin-bottom: 6px;
}

#contact div div span {
	position: relative;
	display: block;
	float: left;
	line-height: 1.5em;
}

#contact div div .label {
	width: 110px;
}

#contact div div .input {
	float: right;
	width: 310px;
}

#contact div div .input input {
	width: 275px;
	border: 1px solid #7598ae;
}

#contact div div span textarea {
	width: 275px;
	border: 1px solid #7598ae;
	white-space: normal;
}

#contact div div span #herr {
	margin-left: 12px;
}

#contact div div span #street {
	width: 125px;
	margin-right: 17px;
}

#contact div div span #number {
	width: 75px;
	margin-left: 12px;
}

#contact div div span #zip {
	width: 75px;
	margin-right: 20px;
}

#contact div div span #city {
	width: 150px;
	margin-left: 12px;
}

#contact div div span input.plain {
	width: auto;
	border: none;
}

#contact #send {
	margin-top: 32px;
}

#contact #button {
	float: left;
	width: 8em;
	background-color: #ffffff;
	border: 1px solid #7598ae;
	height: 18px;
	font-size: 0.9em;
	cursor: hand;
	cursor: pointer;
}

#contact #image {
	float: left;
	width: auto;
	border: 1px solid #7598ae;
	cursor: hand;
	cursor: pointer;
}

.partner div {
	float: left;
	width: 275px;
	margin-bottom: 12px;
}

* html .partner div {
	margin-bottom: 0;
}

.partner .textOnly div {
	display: inline;
	margin-left: 93px;
}

.partner div img {
	float: left;
	margin: 0 15px 0 0;
}

.partner div div {
	width: 180px;
}

.line {
	clear: both;
	height: 12px;
	border-top: 1px solid #8db1c9;
}

#sitemap {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em;
}

#sitemap .offset {
	margin-top: 19px;
}

#sitemap dt img {
	display: block;
	border: none;
	margin-bottom: 6px;
}

#sitemap dd {
	margin-bottom: 19px;
}

#sitemap ul {
	margin-bottom: 0;
	list-style: none;
}

#sitemap li {
	padding-left: 12px;
	background: transparent url(../img/sitemap_open.gif) no-repeat 0 0.5em;
}

#sitemap li.prod {
	background-image: url(../img/sitemap_bullet.gif);
}

#sitemap a {
	text-decoration: none;
}

#backToSearch, #content .backToTop {
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.5em;
	text-align: right;
}

#backToSearch a, #content .backToTop a {
	text-decoration: none;
}

#content .backToTop a img {
	display: inline;
	margin-left: 6px;
	border: none;
}

#backToSearch a img {
	display: inline;
	margin-right: 6px;
	border: none;
}

.extendedSearch {
	clear: left;
	padding-top: 19px;
}

.extendedSearch div div {
	clear: left;
	padding-top: 6px;
}

.extendedSearch div input {
	display: block;
	float: left;
	width: 275px;
	border: 1px solid #7598ae;
}

.extendedSearch div select {
	display: block;
	float: left;
	width: 275px;
}

.extendedSearch div .arrow {
	margin-left: 3px;
	width: auto;
}

.extendedSearch div div .arrow {
	margin-top: 1px;
}

#multibar {
	float: right;
	width: 151px;
	
}


/*#help {
	clear: left;
	float: left;
	width: 151px;
}*/

#help 
{
    float:right; 
    clear:none;
    width:150px;
}


#contentWrapper div .image {
	padding-bottom: 24px;
	background-color: #ffffff;
	
}

#contentWrapper div .text {
	/*margin: 19px 12px;*/
	margin-left:12px;
	margin-top:19px;
	margin-bottom:19px;
	width:120px; 
}

#contentWrapper #help .text {
	margin-top: 0;
}

#contentWrapper div .text h3 {
	font-size: 1em;
	margin-bottom: 19px;
}

#contentWrapper div .text p {
	font-size: 0.9em;
}

#contentWrapper div .text p a {
	font-weight: bold;
}

#promo {
	float: left;
	width: 190px;
	background-color: #e1f2fc;
	text-align: center;
}

#promo img {
	margin: 24px auto 0;
}




