
/* Allg. Angaben */

html
{
	overflow-y:scroll;
	background-image:url(../img/bg_3.gif);
}
#header
{
	width:892px;
	height:125px;
	background-image:url(../img/bg_header.gif);
	background-repeat:no-repeat;
	text-align:left;
}
#main
{
	width:805px;
	/* height:470px; */
	background-image:url(../img/bg_content.gif);
	background-repeat:repeat-y;
	text-align:left;
	vertical-align:top;
	padding-top:40px;
	padding-bottom:30px;
	padding-left:42px;
	padding-right:45px; 
}
#footer
{
	width:892px;
	height:30px;
	background-image:url(../img/bg_footer.gif);
	margin-bottom:5px;
}
#galleryHeader
{
	width:950px;
	height:73px;
	background-image:url(../img/bg_galleryHeader.gif);
	background-repeat:no-repeat;
	text-align:center;
}
#galleryMain
{
	width:790px;
	background-image:url(../img/bg_galleryContent.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-left:80px;
	padding-right:80px; 
}
#galleryFooter
{
	width:950px;
	height:53px;
	background-image:url(../img/bg_galleryFooter.gif);
	margin-bottom:5px;
}
.produkt
{
	
	background-color:#d3d3d3; 
	padding:25px;
	/* 
	zoom:1.0;
	opacity:0.8; 
	filter:alpha(opacity=80);
	background-image:url(../img/bg_produkt.png);
	*/
}
.hRule
{
 	background-image:url(../img/bg_line.gif);
}
.hRule2
{
 	background-image:url(../img/bg_line2.gif);
}
/*
hr
{
	border:dashed #808080 1px;
	height:1px;
	margin:5px;
}
*/
/* Textformatierungen */
.text
{
	font-family:Arial,Verdana,sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#191919;
	text-decoration:none;
}

.text a:link, .text a:visited, .text a:hover
{
	font-family:Arial,Verdana,sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#191919;
	text-decoration:underlined;
}
.textTable
{
	font-family:Arial,Verdana,sans-serif;
	font-size:14px;
	/*
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
	*/
	padding:10px;
	line-height:20px;
	font-weight:normal;
	color:#191919;
	text-decoration:none;
	vertical-align:middle;
}
.textFooter
{
	font-family:Arial,Verdana,sans-serif;
	font-size:10px;
	line-height:20px;
	font-weight:normal;
	color:#8d8d8d;
	text-decoration:none;
}
.textImg
{
	font-family:Arial,Verdana,sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#191919;
	text-decoration:none;
	vertical-align:middle;
}
ul
{
	margin-top:5px;
	padding-left:25px;
	margin-left:5px;
}
.form
{
	font-family:Arial,Verdana,sans-serif;
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#191919;
	text-decoration:none;
	border:1px;
	border-style:solid;
	border-color:#191919;
	background-color:#f0f0f0;
}

.hinweis
{
	font-family:Arial,Verdana,sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#191919;
	text-decoration:none;
}



