
html{width: 100%;height: 100%;}
body{
	margin: 70px 0 0 0;
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	background: url('../img/background.gif') top left repeat-x #84B02C;
}
a{color: #4C4B84;}
a:hover{color: #320050;text-decoration: none;}
img{display: block;border: 0;}
form,fieldset{display: inline;margin: 0;border: 0;}
input{display: inline;margin: 0;border: 0;}
.clear{clear: both;}
p{margin: 0;padding: 0;}
.fl{float: left;display: inline;}
.fr{float: right;display: inline;}


img.p1{display: block;margin: 0 auto;}
div#main{display: block;margin: 0 auto;width: 956px;background: url('../img/cien.gif') top repeat-y white;} 
div.header{background: url('../img/p3.gif') top left no-repeat white;z-index: 1;width: 923px;float: left;position: relative;}
img#logo{position: absolute;z-index: 1;top:30px;left:30px;}

.content{
background: url('../img/content-back.gif') bottom left repeat-x #FFF;
clear: both;
display: block;
margin-left:33px;
width: 908px;
min-height:244px;
height:auto !important;
height:244px;
}
	
div.fotter{
	width: 955px;
	height: 31px;
	background: url('../img/fotter.gif') no-repeat;
	display: block;margin: 0 auto;
	position: relative;
}
img#funz{position: absolute;top:-70px;left:50px;z-index: 2;}
div.kontakt{
	width: 182px;
	float: left;
	margin-left:20px;
	text-align: center;
	display: block;
}
div.txt{
	display: block;
	float: left;
	width: 600px;
	margin-left:60px;
	top:-180px;
	left:0;
	position: relative;
	text-align: justify;
}
.who{width: 900px;margin: 0 auto;display: block;text-align: right;top:-20px;font-size:8pt;position: relative;}




/*karuzela*/
.panel img{padding: 4px;display: inline;float: left;}
.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
/*Width of Carousel Viewer itself*/
height: 255px; /*Height should enough to fit largest content's height*/
width:520px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 510px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

