@import url('reset.css');

body {
    color: #666;
    font-size: 13px;
    font-family: tahoma;
    line-height: 1.3em;
  
}

a {
    text-decoration: none;
    color: #00ABBD;
}
h1 {
    padding: 30px 25px 16px 100px;
    color: #242424;
    font-size: 20px;



}
h2 {
    padding: 3px 25px 16px 20px;
    color: #242424;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
a:hover {
    color: #000;
}


#wrapper {
    width: 908px;
    margin: 15px auto;
    overflow: hidden;
}


#logo {
    width: 231px;
    height: 89px;
    background-image: url('../images/logo.png');
    display: inline-block;
    margin-left: 20px;
    float: left;
}


#slider, #slider_min {
    margin: -10px 4px 0 4px;
    display: inline-block;
    border: 1px solid #fff;
	box-shadow: 0px 0px 5px #999;
	-o-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
}
#slider li, #slider_min li {
    width: 900px;
    height: 240px;
    overflow:hidden; 

}
#s1 { background: url(../images/1.png); }
#s2 { background: url(../images/2.png); }
#s3 { background: url(../images/3.png); }
#s4 { background: url(../images/4.jpg); }
#s5 { background: url(../images/5.jpg); }
#s6 { background: url(../images/6.jpg); }

#slider a, #slider_min a {
    margin: 150px 0 0 40px;
    background:transparent url(../images/transparent.png);
    display: inline-block;
    color: #fff;
    padding: 15px;
    font-size: 23px;
    -moz-border-radius: 8px;
}

ul#topnav {
	float: left;
    width: 450px;
    display: inline-block;
    padding-top: 15px;
    height: 34px;
    overflow: hidden;
    cursor: pointer;
}
ul#topnav li{
	margin: 0 10px 0 0; 
	overflow: hidden; 
	float: left; 
	height:40px;
}
ul#topnav a, ul#topnav span {
	padding: 10px 25px; 
	float: left;
	color: rgb(77,77,77);
	clear: both;
	height: 20px;
	line-height: 20px;
    font-weight: bold;
    font-size: 18px;
}
ul#topnav a {	color: rgb(0,171,189); }
ul#topnav span {
    display: none;
}

#phone {
    width: 150px;
    height: 40px;
    margin-top: 15px;
    background: url('../images/phone.jpg') no-repeat;
    padding-left: 50px;
    display: inline-block;
    float: right;    
    color: black;
    font-size: 15px;
}

#phone span {
    font-size: 22px;
    color: rgb(0,171,189);
}

#content {
    width: 900px;
    margin: -10px 4px 0 4px;
    border: 1px solid #ccc;
    border-top: 0;
    -moz-border-radius: 8px;
}
#content p, #p, #cp {
    width: 550px;
    padding: 0 0 35px 30px;
    display: inline-block;
    float: left;
    text-align: center;
}

#teksty {
    width: 520px;
    display: inline-block;
    float: left;
    text-align: center;
}


#content img {
    border: 1px solid #fff;
	box-shadow: 0px 0px 5px #999;
	-o-box-shadow: 0px 0px 5px #999;
	-moz-box-shadow: 0px 0px 5px #999;
	-webkit-box-shadow: 0px 0px 5px #999;
    float: left;
    margin: 0 20px 5px 0;
}


#menu {
    margin-top: -40px;
    display: inline-block;
    float: right;
    border-left: 1px solid #ccc;
    width: 290px;
    height: 260px;
}

#menu a {
    display: block;
    height: 30px;
    border-bottom: 1px solid #ccc;
    padding: 7px 0 0 25px;
    color: rgb(0,141,157);
    background: url('../images/arrow.png') no-repeat 6px center;
}


#footer {
    color: #222;
    padding-left: 20px;
    line-height: 1.5em;
    font-size: 13px;
    float: right;
    margin-top: 10px;
}
#footer a {
    display: inline-block;
    padding: 2px 5px 0px 5px;
}
#footer span {
    padding-left: 5px;
}


#contact {
    margin: 0 0 25px 30px;
    display: inline-block;
    float: left;
}
#contact label {
    display: block;
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 16px;
}

#contact .input {
    width: 450px;
    height: 27px;
    border: 1px solid rgb(207,207,207);
    padding-left: 5px;
    color: rgb(98,98,98)
}

#contact .input:focus, .input:hover {
    border: 1px solid rgb(170,170,170);
}
.input:hover {
    border: 1px solid rgb(170,170,170);
}

#contact div {
    color: red;
    font-size: 11px;
}

#admin {
    display: block;
    width: 500px;
    float: left;
}


#admin textarea {
    width: 500px;
    height: 150px;
    border: 1px solid #777;
    display: block;
    margin-left: 25px;
}

#admin h2 {
    font-size: 16px;
    border: none;
    padding: 10px 0 8px 21px;
}
