*{ margin:0; padding:0; }
body { background-color: #000; color: #fff;}
#bgImages { position: absolute; z-index: 1; width: 1024px; height: 768; top: 0px;  overflow: hidden; left: 50%; margin-left: -512px;}

#pageContent { position: absolute; z-index: 2; width: 100%; height: 100%; top: 0px; left: 0px; overflow: hidden; } 
/* utils */
.test { border: 1px dotted #f00; }
.left { float: left; }
.right { float: right; }
.alpha {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#logo { float: left; }

ul#mainMenu { float: right; }
ul#mainMenu li { display: inline; line-height: 85px; font-size: 17px; margin: 0px; padding: 0px; }
ul#mainMenu li a { border-right: 1px solid #fff; padding: 15px; font-weight: lighter; color: #fff; text-decoration: none; }
ul#mainMenu li:first-child a { border-left: 1px solid #fff; }
ul#mainMenu li a:hover { background-color: #ff0033;}

.homeBox { 
	width: 268px; height: 153px; 
	background: url(../img/box_bg.png) no-repeat center center; float: left; 
	padding: 0px; 
	margin-top: 15px; margin-bottom: 15px; margin-left: 0px; margin-right: 0px;
}

.homeBoxCenter { margin-left: 50px; margin-right: 50px; display: block; float: left; }
.boxContent { padding: 10px;  padding-left: 70px;}

.homeBox img { float: left; padding: 10px; display: block; }
.homeBox h2 { line-height: 1.2em; color: #fff; border-bottom: 1px solid #707070; font-weight: lighter; margin-bottom: 5px;}
.homeBox a { float: right; background-color: #ff0033; color: #fff; text-decoration: none; padding: 3px; padding-left: 7px; padding-right: 7px; }
.homeBox a:hover { color: #000; background-color: #fff; }
.katalog .boxContent { padding-left: 110px; }

.katalog a { color: #000; background-color: #fff; }
.katalog a:hover { background-color: #ff0033; color: #fff; }

	
#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
	background-image: url(images/progress.gif);
}

#supersize { position:fixed; }

#supersize img, #supersize a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

#supersize .prevslide, #supersize .prevslide img{ z-index: 1; }
#supersize .activeslide, #supersize .activeslide img{ z-index: 2; }

#welcome { width: 550px; margin-top: 75px;  }

#welcome h1, #welcome h3 { color: #fff;}

#welcome h1 { 
	margin: 0; color: rgba(255,255,255,1); font-weight: lighter; font-size: 2.5em;
	text-shadow: 1px 1px 0 rgba(255,255,255,0.2), 1px -1px 0 rgba(0,0,0,0.4);
}

#welcome h3 { 
	margin-top: 10px; color: #fff; font-weight: lighter;
	text-shadow: 0 2px 0 rgba(0,0,0,0.6), 0 0 5px rgba(0,0,0,0.8);
	letter-spacing: 0.1em;
		
}

#welcome span { float: right; font-size: 1.1em; margin-right: 50px; text-shadow: 0 2px 0 rgba(0,0,0,0.6), 0 0 5px rgba(0,0,0,0.8);}
		
