body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10px;
}

div#wrapper {
	padding: 0;
	width: 1000px;
	margin: 0 auto;
}

div#page {
	margin: 0;
	padding: 0;
	height: 100%;
}

div#header {
	margin: 0;
	padding: 0;
	height: 71px;
	background: url(images/HP_PfisterFLS.gif) no-repeat;
}

div#header h1 {
	margin: 0 0 0 42px;
	_margin: 0 0 0 21px;
	padding: 0;
	display: block;
	color: #fff;
	width: 150px;
	height: 36px;
	float: left;
}

div#header h1 span {
	visibility: hidden;
}

div#header span#breadcrumb {
	display: block;
	width: 450px;
	padding: 0;
	margin: 51px 0 0 0;
	float: left;
	font-size: 10px;
	color: #fff;
}

div#header span#breadcrumb a {
	color: #fff;
	text-decoration: none;
}

div#header span#breadcrumb a:hover {
	text-decoration: underline;
}

div#header form {
	margin: 7px 14px 0 0;
	padding: 38px 0 0 0;
	float: right;
	color: #fff;
}

div#header form label {
	display: inline-block;
	padding: 0 5px 7px 0;
}

div#header form input {
	border: 0;
	background: url(images/searchinput.gif) no-repeat;
	_background-attachment:fixed;
	height: 22px;
	width: 128px;
}

/* Navigation */

ul#nav {
	list-style-type: none;
	margin: 0 0 0 42px;
	padding: 0 0 10px 0;
	font-size: 0px;
}

ul#nav li {
	display: block;
	float: left;
	position: relative;
}

ul#nav li a { /* Ebene 1 */
	display: block;
	width: 96px;
	_width: 100px;
	_height: 10px;
	border-left: 1px solid #666666;
	text-decoration: none;
	color: #666666;
	padding: 15px 2px 0 2px;
	font-size: 10px;
}

ul#nav li a.twolines { /* Ebene 1 */
	padding: 1px 2px 0 2px;
}

ul#nav li a:hover { /* Ebene 1 */
	border-color: #DC1E3D;
	color: #DC1E3D;
	
}

ul#nav li a.sub:hover { /* Ebene 1 */
	border-color: #DC1E3D;
	color: #FFFFFF;
	
}

ul#sitemap {
	list-style-type: none;
	margin: 0 0 0 42px;
	padding: 0 0 10px 0;
	font-size: 0px;
        font-weight: bold;
}

ul#sitemap li {
	list-style-type: none;
	display: block;
	position: relative;
}

ul#sitemap li a { /* Ebene 1 */
	list-style-type: none;
	display: block;
	_height: 10px;
	text-decoration: none;
	color: #666666;
	padding: 2px 2px 2px 5px;
	font-size: 11px;
}


ul#sitemap li a:hover { /* Ebene 1 */
	list-style-type: none;
	border-color: #DC1E3D;
	color: #DC1E3D;
	
}

ul#sitemap li a.sub { /* Ebene 1 */
	border-color: #DC1E3D;
    font-weight: normal;
	list-style-type: none;
	
}

ul#sitemap li a.sub:hover { /* Ebene 1 */
	border-color: #DC1E3D;
	color: #DC1E3D;
    font-weight: normal;
	list-style-type: none;
	
}


.headline {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

.sub_headline {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	
}

.copy_small {
	color: #000000;
	font-size: 11px;
}

.box_link {
	color: #DC1E3D;
	font-weight: bold;
	text-decoration: none;
}


a.box_link {
	color: #DC1E3D;
	font-weight: bold;
	text-decoration: none;
}

.headline_red {
	color: #DC1E3D;
	font-size: 24px;
	font-weight: bold;
}

.headline_red2 {
	color: #DC1E3D;
	font-size: 16px;
	font-weight: bold;

}

a#product_button { 
	display: block;
	width: 220px;
	height: 17px;
	background-image: url(images/product_button.gif);
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	text-decoration: none;
}

a#product_button:hover { 
	display: block;
	width: 220px;
	height: 17px;
	background-image: url(images/product_button_hover.gif);
	color: #FFFFFF;
	padding-top: 3px;
	text-decoration: none;
}

a#product_button_small { 
	display: block;
	width: 60px;
	height: 17px;
	background-image: url(images/product_button_small.gif);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	text-decoration: none;
}

a#product_button_small:hover { 
	display: block;
	width: 60px;
	height: 17px;
	background-image: url(images/product_button_small_hover.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-top: 3px;
	text-decoration: none;
}

a#product_button_black { 
	display: block;
	width: 220px;
	height: 17px;
	background-image: url(images/product_button_black.gif);
	text-align: center;
	color: #FFFFFF;
	padding-top: 3px;
	text-decoration: none;
}

a#product_button_black:hover { 
	display: block;
	width: 220px;
	height: 17px;
	background-image: url(images/product_button_hover.gif);
	color: ##DC1E3D;
	padding-top: 3px;
	text-decoration: none;
}

p.text {
	font-size: 12px;
	line-height: 30%
}



ul#nav li ul {
	position: absolute;
	top: 25px;
	_top: 25px;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: none;
	border-top: 4px solid #fff;
	z-index: 100;
	width: 130px;
}

ul#nav li ul li { /* Ebene 2 */
     display: block;
     float: none; /* IE Hack WICHTIG */
     height: 1%; /* IE Hack WICHTIG */
     z-index:101;
     position: relative;
}

ul#nav li ul li ul li{ /* Ebene 2 */
    display: block;
    float: none; /* IE Hack WICHTIG */
    height: 1%; /* IE Hack WICHTIG */
    position: relative;
    left:-120px;
    padding-left:120px;
    /*border-left: 120px solid transparent;
	_border-left: 120px transparent;*/
	background-image: url(images/navi_transp.gif); 
	background-repeat : repeat-y; 

}



ul#nav li ul li a:link, ul#nav li ul li a:active, ul#nav li ul li a:visited { /* Ebene 2 */
	behavior: url(js/iepngfix.htc);
	width: 130px;
	border: none;
	text-align: center;
	color: #fff;
	margin: 0 0 0 0;
	height: 18px;
	padding: 4px 0 0 0;
	background-image: url(images/navi_bg.png);
	/*-moz-border-radius: 7px;*/
	border: 0px solid #fff;
	font-size: 10px;
	cursor: pointer;
	
}

ul#nav li ul li a:hover {
    cursor: pointer;
	width: 130px;
	behavior: url(js/iepngfix.htc);	
	background-image: url(images/navi_bg_hover.png);
}


ul#nav li ul li ul {
	position: absolute;
	top: 0;
	width: 130px;
	left: 129px;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1000;
}

div#main_left_content {
	clear: left;
	width: 603px;
	height: 412px;
	float: left;
	margin: 0 14px 0 14px;
	_margin: 0 14px 0 9px;
	padding: 0;	
}

div#main_left_home {
	clear: left;
	width: 602px;
	height: 412px;
	float: left;
	margin: 0 1px 0 14px;
	_margin: 0 1px 0 9px;
	padding: 0;	
}

div#product_content {
	width: 603px;
	height: 424px;
	float: left;
	margin: 0 0 0 14px;
	_margin: 0 0 0 9px;
}





div#main_right {
	/*background: url(images/round_bg.gif) no-repeat;
	margin: 0px 14px 0 634px;
	_margin: 0px 14px 0 648px;
	/*-moz-border-radius: 10px;
	padding: 15px;*/
}
div#main_right {
	float: left;
	line-height: 10%;
	font-size: 10%;
	margin: 0 0 0 14px;
}

div#main_right div {
	line-height: 13px;
	font-size: 11px;
	height: 380px;
	padding: 0;
	margin: 0;
	position: relative;
}


div#main_right h2 {
	color: #DC1E3D;
	font-size: 18px;
}


ul#bottom_nav {
	list-style-type: none;
	margin: 0 0 0 42px;
	padding: 1px 0 0 0;
	_padding: 4px 0 0 0;
	clear: both;
}

ul#bottom_nav li {
	display: inline;
	float: left;
}

ul#bottom_nav li a {
	display: block;
	width: 96px;
	_width: 100px;
	height: 22px;
	_height: 25px;
	border-left: 1px solid #666666;
	text-decoration: none;
	color: #666666;
	padding: 0 2px;
	margin-top: 5px;
}

ul#bottom_nav li a:hover {
	border-color: #DC1E3D;
	color: #DC1E3D;
}

ul#bottom_nav li a.nav420px {
	/*width: 416px;
	_width: 420px;*/
	width: 298px;
	_width: 310px;
	height: 22px;
	_height: 25px;
}

ul#bottom_nav li a.nav160px {
	width: 96px;
	_width: 100px;
	_height: 25px;
}

ul#bottom_nav li a.nav116px {
	width: 80px;
	_width: 75px;
	_height: 25px;
}

ul#bottom_nav li a.nav180px {
	width: 181px;
	_width: 180px;
	_height: 25px;
}

ul#bottom_nav li span {
	display: inline-block;
	height: 25px;
	padding-top: 4px;
	padding-right: 12px;
}

div#footer {
	background: #DC1E3D;
	font-weight: bold;
	color: #fff;
	font-size: 10px;
    margin: 0;
	padding: 3px 0;
	overflow: hidden;
	width: 100%;
	clear: both;
	cursor: pointer;
}

div#footer a {
	color: #fff;
	cursor: pointer;
}

.clr {
	clear: both;
	visibility: hidden;
	height: 10px;
	_height: 2px;
	margin: 0;
	padding: 0;
}

.copy {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
	
a.copy:hover {
	color: #DC1E3D;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}



.copy2 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.copy2 {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}

a.copy2:hover {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a.copy2:active {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

.copy3 {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}

.copy4 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

a.copy4 {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

a.copy4:hover {
	color: #DC1E3D;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.copy_red {
	color: #DC1E3D;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.copy_red11 {
	color: #DC1E3D;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.copy_red {
	color: #DC1E3D;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.copy_red:hover {
	color: #DC1E3D;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a.copy_red:active {
	color: #DC1E3D;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

.copy_white {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.copy_white {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

a.copy_white:hover {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

a.copy_white:active {
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
#fachartikel{
	/*background-image: url(images/fachartikel_normal.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 421px;*/
	text-align: center;
}

#termine{
	/*background-image: url(images/termine_normal.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 421px;*/
	text-align: center;
	padding-left: 40px;
}

.tooltip {
	position: absolute;
	top: 100px;
	left: 100px;
	display: none;
}

.layer_box {
	background-color: #dedede;
	color: #CC3333;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #CC3333;
	padding: 20px;
	text-align: center;
	
}

.layer_box2 {
	
	color: #CC3333;
	font-size: 11px;
	font-weight: normal;
	
	padding: 0 20px 20px 20px;
	text-align: left;
	
}

.copy_white_small {
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.copy_white_small {
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

a.copy_white_small:hover {
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}

a.copy_white_small:active {
	color: #ffffff;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
}


.scroll {
	scrollbar-base-color:#E3E4E5;
    scrollbar-3d-light-color:#FFFFFF;
    scrollbar-arrow-color:#DC1E3D;
    scrollbar-darkshadow-color:#cccccc;
    scrollbar-face-color:#E3E4E5;
    scrollbar-highlight-color:#FFFFFF;
    scrollbar-shadow-color:#000000;
    scrollbar-track-color:#E3E4E5;
}
