﻿@charset "utf-8";
/* CSS Document */

/* Allgemeines Layout */

html {
	height:100%;
	margin:0;
	padding:0;
}

body         {
	height:100%;
	text-indent: 0;
	word-spacing: 0;
	margin:0;
	padding:0;
	background-image: url(../cms_images/bg_body.gif);
	background-repeat: repeat-x;
	background-color:#ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
} 

#page_container {
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ebebeb;
	height:100%;
}

#header_top {
	width: 980px;
	height: 65px;
	background-image: url(../cms_images/bg_header_top.gif);
	background-repeat: no-repeat;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-color:#ffffff;
}

#header_top_logo {
	margin-left:12px;
	margin-top:20px;
	margin-bottom:20px;
	width:239px;
	height:46px;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#header_main_menu {
	width: 980px;
	height: 35px;
	background-image: url(../cms_images/bg_header_main_menu.gif);
	background-repeat: no-repeat;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#header_main_menu_country {
	width: 150px;
	height: 35px;
	float:left;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#header_main_menu_service {
	margin: 0;
	padding:0;
	color:#7f725c;
	width: 120px;
	height: 35px;
	float:left;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#header_main_menu_service a {
	margin: 10px 0px 0px 24px;
	padding:0;
	text-decoration:none;
	color:#7f725c;
	float:left;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
}

#main_content {
	position:relative;
	width: 980px;
	min-height: 89%;
	display:inline /*Fix IE floating margin bug*/; float:left;
	overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;
	background-color: #ebebeb;
	margin:0;
	padding:0;
}

/* Allgemeine Tag-Definitionen in den verschiedenen Bereichen des Layouts */

#main_content p {
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1.5;
}

#main_content a {
	text-decoration:none;
	color:#5f523c;
}

/*
 Definition der Tags für das aktuelle CMS */
 
h1 {font-family:Arial, Helvetica, sans-serif; font-size: 24px; font-stretch:wider; font-weight:normal; margin:0;}
h2 {font-family:Arial, Helvetica, sans-serif; font-size: 18px; font-stretch:wider; font-weight:normal; margin:0;}


.rrpic {clear:none; float:right; margin:3px 0 7px 10px; padding:2px; border:0px solid #fff;}
.llpic {clear:none; float:left; margin:3px 10px 7px 0px; padding:2px; border:0px solid #fff;}


.produkte {clear:both;  margin:0.2em 0 0.2em 0px; table-layout: auto; border-collapse:collapse; empty-cells:show; background-color:#9c9c9c; border:solid 1px #fff;}
.produkte th.titel {height:1.5em; padding:4px 2px 4px 2px; empty-cells:show; background-color:#7c705b; text-align:center; color:#fff; font-weight:bold; font-size:90%;}
.produkte th {height:1.0em; padding:4px 2px 4px 2px; border:solid 1px #ccc; background-color:#fff; text-align:center; color:#333; font-weight:bold; font-size:90%;}
.produkte td.titel {height:1.5em; padding:4px 2px 4px 2px; empty-cells:show; background-color:#7c705b; color:#fff; font-weight:bold; font-size:90%;}
.produkte td {height:1.0em; padding:4px 2px 4px 2px; border:solid 1px #ccc; background-color:#fff; text-align:center; font-weight:normal; color:#333; font-size:90%;}


