html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("../gfx/bg.jpg");
	background-repeat: repeat-x;
	background-color: #0C4282;
}
body,table{
	font-family: Verdana,Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}

/*a:link {
	text-decoration: none;
	color: #12679E;
}
a:visited {
	text-decoration: none;
	color: #12679E;
}
a:hover {
	text-decoration: none;
	color: #12679E;
}
a:active {
	text-decoration: none;
	color: #12679E;
}*/

.contentTD{
	background-color: #F4F4F4;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.contentHeader{
	font-weight: bold;
	color: #12679E;
}

.submenuTD{
	color: #F06522;
	vertical-align: top;
	padding-top: 1px;
	padding-left: 8px;
	height: 18px;
	background-image: url("../gfx/submenu_bar.gif");
	background-repeat: no-repeat;
}

a.submenu {
	text-decoration: none;
	color: #ffffff;
}
a.submenu:hover {
	text-decoration: none;
	color: #F06522;
	
}


.produktTD{
	color: #F06522;
	vertical-align: top;
	padding-top: 1px;
	padding-left: 8px;
	height: 18px;
	background-image: url("../gfx/submenu_prod_bar.gif");
	background-repeat: no-repeat;
}
a.produkt {
	text-decoration: none;
	color: #3985A9;
	
}
a.produkt:hover {
	text-decoration: none;
	color: #F06522;
	
}




.detailTD{
	padding-bottom: 3px;
}
a.detail {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #00679A;
}

a {
	text-decoration: none;
	color: #12679E;
}


.FotoViewer{
	position: absolute;
	top: 0px;
	left: 0px;
	display: none; 
	z-index: 100;
}

.FotoBg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block; 
	z-index: 10;
	background-color: #000000;
	
	/*filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;*/
}

.FotoSrc{
	position: absolute;
	text-align: center;
	display: block; 
	z-index: 12;
}
.FotoLoader{
	position: absolute;
	top: 0px;
	text-align: center;
	display: block; 
	z-index: 11;
}
.FotoName{
	height: 20px;
	color: #FFFFFF;
	position: absolute;
	padding-top: 5px;
	display: none; 
	z-index: 15;
	background-color: #000000;
}

