@charset "UTF-8";
/* CSS Document */

@font-face
{
font-family: 'Designosaur';
src: url('../font/Designosaur-Regular.otf') format("opentype");
src: url('../font/Designosaur-Regular.ttf') format("opentype");
font-weight: normal;
}

body, html{
	margin: 0;
	padding: 0;
	height: auto !important;
	//overflow: auto;
	width: 100%;
	min-width: 980px;
	background: #f2f2f2;	
	font-family: 'Designosaur', sans-serif;
	line-height: 1.2;
}

#head{
	position: relative;
	width: 100%;
	height: auto;	
}

#head_balk{
	position: relative;
	height: 35px;
	width: 100%;
	background: #6b6b6b;
	z-index: 2;
}

#logo{
	position: absolute;
	left: 50%;
	top: 12px;
	width: 1010px;
	height: 105px;
	margin-left: -520px;
	z-index: 3;
	background: url(../images/zfl1.png) left center no-repeat;
	overflow: hidden;
}

#header{
	position: relative;
	height: auto;
	width: 980px;
	margin: auto;
	box-shadow: 5px 0 5px #c2c2c2, -5px 0 5px #c2c2c2;
	-moz-box-shadow: 5px 0 5px #c2c2c2, -5px 0 5px #c2c2c2;
	-webkit-box-shadow: 5px 0 5px #c2c2c2, -5px 0 5px #c2c2c2;
}

#slideshow{
	position: relative;
	height: 360px;
	width: 980px;
	background: black;
	margin: auto;
	text-align: center;
	z-index: 2;
}

.test{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    border-top: 1px solid #000000;
	bottom: 0;
    color: #FFFFFF;
    font-size: 1.3em;
    height: 30px;
	max-height: 30px;
    left: 0;
    line-height: 1.33;
    position: absolute;
    text-shadow: none;
    width: 980px;
    z-index: 500;
}

#slides{
	position: relative;
	width: 980px;
	height: 360px;
	margin: auto;
	text-align: center;
	background: black;
}

.next{
	position: absolute;
	top: 150px;
	right: 0;
	height: 80px;
	width: 30px;
	z-index: 10;
	background: url(images/arrow-next.png) center right no-repeat;
}

.next:hover{
	background: url(images/arrow-next-a.png) center right no-repeat;
}

.prev{
	position: absolute;
	top: 150px;
	left: 0;
	height: 80px;
	width: 30px;
	z-index: 10;
	background: url(images/arrow-prev.png) center left no-repeat;
}

.prev:hover{
	background: url(images/arrow-prev-a.png) center left no-repeat;
}

.slides_container {
   width:980px;
   height:360px;
}

.slides_container div {
   width:980px;
   height:360px;
   display:block;
}

.pagination{
	position: absolute;
	top: 318px;
	list-style: none outside none;
	z-index: 10;
}

.pagination li.current a {
	//color: red;
	color: #01df01;
	background-position: 0 -12px;
}

.pagination li {
    float: left;
    margin: 0 5px;
	//background: red;
}

.pagination li a{
	//background-image: url("../img/pagination.png");
	//background: url("images/gala_pag_2.png");
   // background-position: 0 0;
    display: block;
    float: left;
    //height: 0;
    overflow: hidden;
    //width: 26px;
	color: white;
}

#menu{
	position: relative;
	width: 100%;
	height: 50px;
	background: url(../images/menu_bg.jpg) left center repeat-x;
	
}

#menu a{
	display: block;
	color: white;
	font-size: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 14px;
	float: left;
	text-decoration: none;
}

#menu a:hover{
	color: #01df01;
	cursor: pointer;	
}

.kontakt_button{
	display: block;
	position: absolute;
	//width: 300px;
	//height: 40px;
	top: 7px;
	right: 10px;
	//background: #e86d2d;	
	margin: 0 !important;
	border-radius: 3px;
	//color: white !important;
	font-size: 30px !important;
	text-align: center;
}

/*------------------- main -------------------*/

#main{
	position: relative;
	width: 980px;
	height: auto;
	overflow: auto;
	min-height: 300px;
	background: white;
	margin: auto;
	box-shadow: 5px 0 5px #c2c2c2, -5px 0 5px #c2c2c2;
	-moz-box-shadow: 5px 0 5px #c2c2c2, -5px 0 5px #c2c2c2;
	-webkit-box-shadow: 5px 0 5px #c2c2c2, -5px 0 5px #c2c2c2;
}

/*------------------- footer -------------------*/

#footer{
	position: relative;
	width: 100% !important;
	height: 160px;
	background: url(../images/footer_bg.jpg) left center repeat-x;
	z-index: 2;
}

#footer_cont{
	position: relative;
	margin: auto;
	width: 978px;
	border-right: 1px solid #6b6b6b;
	border-left: 1px solid #6b6b6b;
	height: 95%;
}

.footer_test{
	position: relative;
	float: left;
	height: 80%;
	width: 300px;
	border-left: 1px dotted #6B6B6B;
	margin-left: 10px;
	top: 10%;
}

.footer_test h2{
	color: #01df01;
	//margin-left: 10px;
	font-weight: normal;
	margin-top: 0;
}

.footer_test ul{
	padding-left: 5px;	
	margin: 0;
}

.footer_test li, .footer_test a{
	color: white;
	list-style: none;	
}

.footer_test a:hover{
	color: 	#01df01;
}