/*********************************************************
 *
 *  LUK DESIGN
 *
 *  autor:  Piotr Wojciechowski
 *  e-mail: piotr.wojciechowski@kontakt.waw.pl
 *
 *  wykonany: VIII 2007
 *  modyfikacja: 20.12.2007
 *
 ********************************************************/
/* 
	luk_styl.css
	arkusz stylów witryny
*/

/* generalne */
body {
    background-color: #CACBCD;
    margin: 0;
    padding: 0;
    font: 15px "Trebuchet MS", Helvetica, Arial;
    color: #68696A;
    text-align: center;
}

.clear {
    clear: both;
}

a {
    color: #FFFFFF;
    text-decoration: none;
/*    font-weight: 600; */
}

a:hover {
    border-bottom: 1px solid #0095DA;
}

/* nagłówek strony */
#naglowek {
    height: 112px;
    background: #CACBCD url('images/tlo2.jpg') repeat-y center;
    border-top: 1px solid #CACBCD;
    margin: 10px auto;
}

#logo span {
    display: none;
}

#logo {
    background: transparent url('images/logo.gif') no-repeat 0 0;
    width: 968px;
    height: 111px;
    margin: 0 auto;
}

/* główny blok */
#cialo {
    margin: 1px auto 10px;
    width: 968px;
    text-align: left;
}

#menu1, #menu2, #menu3 {
    position: absolute;
    padding-bottom: 1px;
}

#menu1, #menu2 {
    top: 144px;
}

#menu1 {
    font-size: 17px;
    width: 185px;
}

#menu2, #menu3 {
    margin-left: 825px;
}

#menu3 {
    margin-top: -84px;
}

/* glowna tresc */
#srodek {
    width: 642px;
    background: url('images/cien_s2.gif') repeat-y left;
    margin: 1px 0 0 182px;
}

#rog_gp {
    width: 642px;
    background: url('images/cien13.gif') no-repeat right top;
}

#rog_gl {
    background: transparent url('images/cien11.gif') no-repeat left top;
    padding: 9px 24px 2px 21px;
}

#rog_dp {
    background: url('images/cien33.gif') no-repeat right bottom;
}

#rog_dl {
    background: url('images/cien31.gif') no-repeat left bottom;
    height: 20px;
}

/* prezentacja treści */
#dzial {
    background: transparent url('images/cien12.gif') repeat-x top;
}

.tytul1, .tytul2 {
    border-bottom: 1px solid #0095DA;
    font-size: 16px;
    display: block;
    font-weight: 100;
}

.tytul2 {
    font-size: 18px;
    font-weight: 600;
}

.prezentacja {
    margin: 8px 24px 10px 21px;
    height: 380px;
}

#srodek>div.prezentacja {
    height: auto;
    min-height: 380px;
}

.pre3 {
    text-align: center;
}

.temat1{ 
	float: right;
}

.temat1, .temat2, .temat4 {
    font-size: 16px;
	color: #0E0E0E
}

.temat3 {
    visibility: hidden;
}

.gal1, .gal4 {
    margin-top: -20px;
}

.gal2 {
    position: absolute;
    top: 180px;
    width: 596px;
}

#f_durze {
    border: 1px solid #9E9FA3;
}

.f_d2 {
    margin-right: 10px;
    margin-top: 50px;
}

.f_d4 {
    margin-right: 10px;
    margin-top: 10px;
}

.galeria {
    padding: 0;
    text-align: right;
}

.galeria img {
    margin-left: 8px;
    margin-bottom: 5px;
    border: 1px solid #68696A;
    cursor: pointer;
    vertical-align: text-top;
}

.galeria img:hover {
    border: 1px solid #0095DA;
}

#f1 {
    display: none;
}

.opis {
    margin-top: 9px;
}

p{
	margin-top: 8px;
	margin-bottom: 8px;
}

.podpis{
	text-align: right;
	padding: 10px 30px 0 0;
}

.etykieta {
    vertical-align: top;
    padding-right: 10px;
}

.input {
    width: 518px;
    background-color: #D8D9DA;
    border: 1px solid #9E9FA3;
    font: 14px "Trebuchet MS", Helvetica, Arial;
    margin-bottom: 2px;
}

.button:hover, .button:focus, .input:focus {
    border: 1px solid #0095DA;
}

textarea {
    height: 150px;
}

.button {
    background-color: #B6B9BA;
    border: 1px solid #636469;
    cursor: pointer;
    margin-top: 1px;
}

form {
    margin: 0;
    padding: 0;
}

#ramka {
    background: transparent url('images/cien32.gif') repeat-x bottom;
}

/* stopka strony */
#stopka {
    margin: -3px 70px 30px 201px;
}

#majster {
    float: right;
    color: #9C9DA0;
}

a#majster {
    font-weight: 100;
}

a:hover#majster {
    border-bottom: 1px solid #EEEEEE;
    color: #737476;
}
