/* CSS Document */
/* Achtung! Bei den transparenten PNGs muss noch ein Hack für IE < 7 eingefügt werden! */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #ffffff;
	background-image: url(../Bilder/Layout/Background.jpg);
	background-repeat: repeat-x;
	padding-top: 45px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
/* Page Layout */
#lay_mainpage {
	margin:0px auto;
	width: 930px;
	text-align:left;
}
#lay_logo {
	width: 930px;
	height: 35px;
}
#lay_langselect {
	width: 910px;
	height: 24px;
	text-align:right;
	padding-right: 20px;
	color: #FFFFFF;
	font-size: 11px;
}
#lay_langselect a {
	color: #FFFFFF;
	text-decoration: none;
}
#lay_langselect a:hover {
	color: #d6832e;
	text-decoration: none;
}
#lay_navigation {
	width: 850px;
	height: 37px;
	padding-left: 100px;
	background-image: url(../Bilder/Layout/Navigation_BG.jpg);
	background-repeat: no-repeat;
	background-position: 80px top;
	padding-top: 8px;
}
#lay_maincontent {
	width: 815px;
	min-height: 400px;
	height:auto;
	margin-left: 100px;
	padding-bottom: 5px;
	padding-top: 25px;
}
#lay_maincontent a {
	color: #000000;
	text-decoration: none;
	border-bottom: solid 1px #d6832e;
}
#lay_maincontent a:hover {
	color: #3d3d3d;
	border-bottom: solid 1px #000000;
}
#lay_footer {
	width: 815px;
	height: 20px;
	clear:both;
	margin-left: 100px;
	text-align:center;
	color:#3d3d3d;
	font-size: 11px;
	border-top: solid 1px #bfbfbf;
	padding-top: 3px;
}
#lay_footer a {
	color:#3d3d3d;
	text-decoration:none;
}
#lay_footer a:hover {
	color:#d6832e;
}
/* Content & Content Text Styles */
.con_txt_columns_orange {
	font-size: 15px;
	line-height: 20px;
	color: #d6832e !important;
	text-align:right;
	display:block;
	font-weight:bold;
	background-image: url(../Bilder/Layout/white_bg_10x10.png);
	background-repeat: repeat;
	padding: 3px;
	border: none !important;
}
.con_grey_bg {
	background-image: url(../Bilder/Layout/grey_bg_10x10.png);
	background-repeat: repeat;
}
* html b\ody .con_grey_bg {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Bilder/Layout/grey_bg_10x10.png', sizingMethod='scale');
	background:none;
}
.con_grey_bg_download {
	background-image: url(../Bilder/Layout/grey_bg_10x10.png);
	background-repeat: repeat;
}
* html b\ody .con_grey_bg_download {
	background-color: #89898c;
}
.con_padding5 {
	padding: 5px;
}
.con_padding10 {
	padding: 10px;
}
.con_padding3 {
	padding: 3px;
}
.con_padding_top {
	padding-top: 5px;
}
.con_navi_link {
	color: #d6832e !important;
	text-decoration:none;
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	border: none !important;
}
.con_box_top {
	padding: 10px;
	background-image: url(../Bilder/Layout/KastenTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #DEDFE0;
}
.con_border {
	border: solid 1px #89898c !important;
}
.con_border_bottom {
	border-top: dotted 1px #89898c;
	padding-top: 5px;
}
.con_border_bottom2 {
	border-bottom: dotted 1px #89898c;
	padding-top: 5px;
}
.con_border_lefttop {
	border-left: dotted 1px #89898c;
	border-top: dotted 1px #89898c;
}
.con_picture_padding_right {
	padding-right: 10px;
}
.con_linecutter {
	clear:both;
	line-height: 5px;
	display:block;
}
.con_noborder {
	border: none !important;
}
.con_proddetail_table td {
	background-image: url(../Bilder/Layout/grey_bg_10x10.png);
	background-repeat: repeat;
	padding: 3px;
}
.con_formfield {
	border: solid 1px #3d3d3d;
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	cursor:pointer;
}
.con_formfield_back {
	border: solid 1px #3d3d3d;
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
	cursor:pointer;
	width: 60px !important;
}
.con_formfield:hover, .con_formfield_back:hover {
	border: solid 1px #3d3d3d;
	background-color: #89898c;
}
.con_dl_header {
	background-color:#d6832e;
	color:#FFFFFF;
	padding: 4px;
	font-size:12px;
	font-weight:bold;
	border-right: solid 1px #89898c;
}
.con_dl_row {
	padding: 4px;
	border-bottom: dotted 1px #3d3d3d;
}
.con_dl_field {
	border: solid 1px #3d3d3d !important;
	background-color: #FFFFFF;
	font-size: 11px;
	padding: 2px;
}

/* Text Styles */
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #d6832e;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #3d3d3d;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.txt_text_klein {
	font-size: 11px;
	line-height: 13px;
}
/* compose wysiwyg styles */

.txt_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
}
.txt_text_fett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.txt_ueberschrift1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #d6832e;
}
.txt_ueberschrift2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.txt_ueberschrift3 {
	font-size: 14px;
	font-weight: bold;
	color: #3d3d3d;
}