/* CSS Document */
/* Anpassungen Weblayout */
body {
	margin: 30px 0px 0px 0px;
	padding: 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
}

td {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.25em;
}

img {
	border: none;
}

img, div, label, input { behavior: url("http://www.pfau.at/js/iepngfix.htc") }

label {
	float:left;
	display:block;
	vertical-align: inherit;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

div.table { display:table; border-collapse:collapse; width: 99%; }
div.tr { display:table-row; width:100%; }
div.td { display:table-cell; float: left; vertical-align: top; }

span.td { display:inline-block; }

/* Überschriften, Links und Formular */
h1 {
	font-size: 150%;
	color: #333333;
	font-weight: normal;
	line-height: 125%;
	text-transform: uppercase;
}
h2 {
	font-size: 137%;
	color: #333333;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
}
h3 {
	font-size: 110%;
	color: #ebb029;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
}
h4 {
	font-size: 100%;
	color: #ebb029;
	font-weight: normal;
	line-height: 100%;
	text-transform: uppercase;
}

hr {
	border: thin;
	color: #dcdcde;
	background-color: #dcdcde;
	height: 1px;
	margin-top: 2px;
	margin-bottom: 5px;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #ebb029;
	text-decoration: underline;
}

a.sitemap:link {
	font-size: 11px;
	color: #ebb029;
	text-decoration: none;
}
a.sitemap:visited {
	font-size: 11px;
	color: #ebb029;
	text-decoration: none;
}
a.sitemap:hover {
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

input {
	border: 1px solid #ebb029;
}
.chb{
	background-color: #ebb029;
	border: 0px;
}
textarea {
	border: 1px solid #ebb029;
}
select {
	border: 1px solid #ebb029;
}

/* Droppy Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 160px; }
#nav ul ul { left: 171px; }

/* Everything else is theming */

/*#nav { background-color: #000000; height: 24px; }*/
#nav *:hover { background: none; }
#nav a { padding: 0px; }
  #nav li.hover a { color: #333333; }
  #nav ul { top: 31px; left: 0px; }
    #nav ul li a { font-size: 13px; /*background-image: url(../img/gif/bkg_menu_weiss.gif);*/ background-color: #FFFFFF; }
      #nav ul a.hover { background-image: url(../img/gif/bkg_menu.gif); }
   #nav ul a { border-bottom: 0px solid white; border-right: none; opacity: 0.90; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* Anpassungen START */
#page {
	position: relative;
	text-align: left;
	margin: auto;
	width: 975px;
	left: 0 !important;
}
	
	#page #sprachen {
		position: absolute;
		top: 130px;
		left: 15px;
		z-index: 300;
		font-size: 80%;
	}
		#page #sprachen .active_lng {
			color: #ebb029;
		}
	
	#page #flasche {
		position: absolute;
		top: 40px;
		right: 0px;
		z-index: 100;
	}
	#page #flaschespiegelung {
		position: absolute;
		top: 525px;
		right: 3px;
		z-index: 110;
	}
	
	#page #ueberschrift {
		position: absolute;
		top: 170px;
		left: 225px;
		z-index: 20;
	}
		#page #ueberschrift #text {
			position: relative;
			float: left;
			padding-left: 20px;
			height: 20px;
			font-size: 90%;
			text-transform: uppercase;
			background-color:#FFFFFF;
		}
		#page #ueberschrift #grafik {
			position: relative;
			float: left;
			height: 20px;
		}

	#page #top {
		position: relative;
		width: 975px;
		height: 170px;
		z-index: 200;
	}

		#page #top #logo {
			position: absolute;
			top: 0px;
			left: 0px;
		}
		#page #top #menu {
			position: absolute;
			top: 70px;
			left: 225px;
			z-index: 200;
		}
			#page #top #menu a:link {
				color: #333333;
				text-decoration: none;
			}
			#page #top #menu a:visited {
				color: #333333;
				text-decoration: none;
			}
			#page #top #menu a:hover {
				color: #333333;
				text-decoration: none;
			}
			#page #top #menu .umenu {
				font-size: 100%;
				padding: 5px;
			}
			
		#page #content {
			position: relative;
			width: 975px;
		}
			#page #content ul {
				margin: 10px 0px 0px 55px;
				padding: 0px;
			}
			#page #content li {
				list-style: url(../img/gif/ul.gif);
				margin-left: 10px;
				padding: 0px 0px 5px 5px;
			}
			#page #content #left {
				position: relative;
				float: left;
				width: 225px;
				padding-bottom: 20px;
			}
				#page #content #left a:link {
					color: #333333;
					text-decoration: none;
				}
				#page #content #left a:visited {
					color: #333333;
					text-decoration: none;
				}
				#page #content #left a:hover {
					color: #333333;
					text-decoration: none;
				}
				
				#page #content #left .products {
					width: 207px;
					padding: 3px 0px 3px 3px;
				}
					#page #content #left .products:hover {
						background-image: url(../img/gif/bkg_products.gif);
						font-weight: bold;
					}
					
			#page #content #right {
				position: relative;
				float: left;
				width: 750px;
			}
				#page #content #inhalt {
					position: relative;
					float: left;
					width: 750px;
					min-height: 355px;
				}
					#page #content #inhalt #fade {
					 width: 700px;
					 height: 355px;
					}
					#page #content #inhalt #timeline {
						position: relative;
						float: left;
						padding-top: 10px;
						text-transform: uppercase;
						text-align: center;
					}
					#page #content #inhalt .text {
					 position: relative;
					 float: left;
					 width: 635px;
					 padding-top: 40px;
					 padding-bottom: 25px;
					 font-size: 90%;
					}
					#page #content #inhalt #topbild {
						height: 125px;
					}
				#page #content #linkblock {
					position: relative;
					float: left;
					width: 750px;
					padding-top: 15px;
				}
					#page #content #linkblock a:link {
						color: #333333;
						text-decoration: none;
					}
					#page #content #linkblock a:visited {
						color: #333333;
						text-decoration: none;
					}
					#page #content #linkblock a:hover {
						color: #333333;
						text-decoration: underline;
					}
					#page #content #linkblock #newslinks {
						position: relative;
						float: left;
						width: 425px;
						/*min-height: 110px;*/
						background-image: url(../img/gif/newslinks_bkg.gif);
					}
						#page #content #linkblock #newslinks .text {
							padding: 10px;
							float: left;
						}
						#page #content #linkblock #newslinks .icon {
							position: absolute;
							top: 15px;
							right: 15px;
							background-image: url(../img/gif/newslinks_icon.gif);
							width: 20px;
							height: 60px;
						}
					#page #content #linkblock #quicklinks {
						position: relative;
						float: left;
						width: 200px;
						padding-left: 15px;
					}
						#page #content #linkblock #quicklinks .text {
							background-image: url(../img/gif/quicklinks_bkg.gif);
							padding: 10px;
							min-height: 85px;
						}
						#page #content #linkblock #quicklinks .icon {
							position: absolute;
							top: 15px;
							right: 15px;
							background-image: url(../img/gif/quicklinks_icon.gif);
							width: 20px;
							height: 60px;
						}
						
					#page #content #linkblock #linkleiste {
						position: relative;
						float: left;
						width: 640px;
						font-size: 90%;
						padding-top: 15px;
					}
						#page #content #linkblock #linkleiste .text {
							background-image: url(../img/gif/linkleiste_bkg.gif);
							padding: 10px 18px 10px 10px;
							text-align: right;
						}
						
				#page #content #adressenblock {
					position: relative;
					float: left;
					width: 750px;
					font-size: 90%;
					padding-top: 15px;
					padding-bottom: 15px;
					color: #a4a4a4;
				}				
					#page #content #adressenblock a:link {
						color: #a4a4a4;
						text-decoration: none;
					}
					#page #content #adressenblock a:visited {
						color: #a4a4a4;
						text-decoration: none;
					}
					#page #content #adressenblock a:hover {
						color: #333333;
						text-decoration: underline;
					}
					
					#page #content #adressenblock a.sprachauswahl:link {
						font-size: 11px;
						color: #ffffff;
						text-decoration: none;
					}
					#page #content #adressenblock a.sprachauswahl:visited {
						font-size: 11px;
						color: #ffffff;
						text-decoration: none;
					}
					#page #content #adressenblock a.sprachauswahl:hover {
						font-size: 11px;
						color: #333333;
						text-decoration: underline;
					}


	

	#page #searchbox {
		position: absolute;
		top: 270px;
		right: 23px;
		z-index: 110;
	}
	
		#page #searchbox label {
			width: 0px;
			padding: 0px;
			margin: 0px;
		}
		
	#page #historyback {
		clear:both;
		display:block;
		font-size: 11px;
		text-align: right;
		width: 100%;
		padding-top: 10px;
	}
	
	#page .newslisting {
		position: relative;
	}
	
	#page .newslistingabstand {
		padding-top: 20px;
	}
	
	#page .newslistingbox {
		position: relative;
		float: left;
		width: 350px;
		font-size: 90%;
	}
		



#siteindex {
	display: none;
}

#rsvErrors { 
  display: none; 
	padding: 8px; 
	background-color: #ffffcc; 
	border: 1px solid #ff9b00;
	line-height: 12px;
	margin-bottom: 12px;
}
.errorField {
	background-color: #ffffcc;
	/*color: #ff9b00;*/
}

#table_anfrage{
	background-color: #f4f4f4;
	padding: 2px;
}
#td_anfrage1{
	height: 25px;
}
#td_anfrage2{
	height: 25px;
	padding-left: 20px;
}
#td_anfrage3{
	color: #f4f4f4;
}

.button_submit {
	background-color: #FC0;
	font-size: 110%;
}

/* Anpassungen ENDE */
