/*
 $Id: main.css 694 2008-07-07 21:20:33Z marcin $
 */


html, body {
	background-color: #bdc0c6;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    color: #5692a2;
    font-size:12px;
}



#wrap-border {
	width: 802px;
    height:auto;
    background: #fff url("/files/layout/default/bg_repeat.png?a=5") repeat-y;
    overflow: hidden;
    margin:0 auto;

}


#banner {
    width: 802px;
    height:205px;
    background: transparent url("/files/layout/default/bg_banner.jpg");
    overflow: hidden;
}


#footer {
    width: 802px;
    background: transparent url("/files/layout/default/footer_bg.png?a=1");
    overflow: hidden;
    height:13px;
}


#content {
    width: 780px;
    height: auto;
    background-color:transparent;
    overflow: hidden;
    padding:0 11px;
}


/*Menu*/
#menu {
	width:492px;
	height:205px;
	float:left;
	background-color:transparent;
	overflow:hidden;
	text-align:center;

}


#wrap-items {
	width:479px; 
	height:174px;
	margin:30px auto 0 auto;
	background-color:transparent;
	overflow:hidden;
}


.menu-item {
	height:174px;
	overflow:hidden;
	float:left;
}
.menu-item-1, .menu-item-2, .menu-item-3{
	margin-right:0px;
}





/*Flash*/
#flash {
	width:300px;
	height:195px;
	float:left;
	background-color:transparent;
	padding:10px 10px 0 0;
	overflow:hidden;
}
#flash-src {
	width:300px;
	height:195px;
	overflow:hidden;
}

/*Left*/
#content-left {
	width: 470px;
    height: auto;
    background-color: transparent;
    overflow: hidden;
    float:left;
    text-align: left;
}
#header {
	border:1px solid #d4d5d7;
	padding:5px;
	width:458px;
	overflow:hidden;
	background-color:#f4f4f4;
}
#header span{
	font-size:14px;
	font-weight:bold;
	color:#999999;
}
#src {
	overflow:hidden;
	padding:5px;
}


/*Right*/
#content-right {
	width: 278px;
    height: auto;
    background-color: transparent;
    overflow: hidden;
    float:right;
    background-color:#f4f4f4;
    border:1px solid #d4d5d7;
    padding:10px 10px 0 10px;
}

div.item-hide {
	display: none;
}
div.item {
	width:278px;
	overflow:hidden;
	margin-bottom:10px;
}
div.item img {
	width:276px;
	 border:1px solid #d4d5d7;
}


/* form kontakt*/
#form-kontakt input{
width:300px;
padding:2px;

}
#form-kontakt select{
width:304px;
}
#form-kontakt dt{
margin-top:10px;
color:#555;
font-size:12px;
}

#form-kontakt textarea{
width:450px;
height:200px;
padding:2px;
}
#form-kontakt input.button {
	width:auto;
}
dl.zend_form {
	margin:0px;
}
ul.errors li {
	color:red;
}
div#komunikat-form {
	background-color:#FBF09F;
	border:1px solid #FBFF00;
	padding:10px;
	font-weight:bold;
}

#footer-content {
	font-size:10px;
	color:#888686;
	padding:20px 0 0 0;
}

/*Intro*/
#intro-wrap-bg {
	width:802px;
	height:517px;
	margin:0 auto;
	background: #fff url("/files/layout/default/bg_intro.jpg");
	overflow:hidden;
	text-align:center;
}

#intro-logo {
	width:802px;
	height:270px;
	margin:0 auto;
	background: transparent url("/files/layout/default/logo_intro.png") no-repeat scroll 50% 50% ;
	overflow:hidden;
	text-align:center;
}


#intro-menu {
	/* width:494px; */
        width:650px;
	margin:0 auto;
	overflow:hidden;
	height:225px;
}
.intro-menu-item {
	height:225px;
	overflow:hidden;
	float:left;
}
.intro-menu-item-1, .intro-menu-item-2, .intro-menu-item-3, .intro-menu-item-4{
	margin-right:0px;
}

#intro-menu a, menu-item a {
outline-style:none;
outline-width:medium;
}
