﻿@charset "UTF-8";

/**
 * euforia studio css
 *
 * @file		style.css
 * @name		euforia studio
 * @version		1.0
 * @type		transitional
 * @browsers	Windows: IE6+, Opera9+, Firefox3+
 *
 * @link		http://www.euforiastudio.pl/
 * @copyright	2009 euforiastudio.pl All Rights Reserved.
 *
 */

/* Reset - zerowanie wartości
---------------------------------------------------------------------------------------------------- */

@import "reset.css";

/* Ustawienia globalne
---------------------------------------------------------------------------------------------------- */

body {
    height: 100%;
    background-color: #CDB88D;
    margin: 0px;
    padding: 0px;
    color: #181710;
    font-family: Verdana, Tahoma, sans;
    font-size: 11px;
    line-height: 20px;
}

/* Globalne klasy
---------------------------------------------------------------------------------------------------- */

.hide		   { display: none; }
.clear         { clear: both; }
.float-left    { float: left; }
.float-right   { float: right; }
.inline		   { display: inline; }
.block		   { display: block; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #FDFF0F; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0; }
.nomargin      { margin: 0; }
.noindent      { margin-left: 0; padding-left: 0; }
.nobullet      { list-style: none; list-style-image: none; }

table          { margin-bottom: 1.4em; }
th             { font-weight: bold; }
thead th 	   { background: #c3d9ff; }
th,td,caption  { padding: 2px 2px 2px 2px; }
tr.even td     { background: #e5ecf9; }
tfoot          { font-style: italic; }
caption        { background: #eee; }
hr {
	height: 1px;
	border: 0px solid #FFFFFF;
	border-top: 1px solid #E8D8A9;
	clear: both;
}

/* Struktura strony
---------------------------------------------------------------------------------------------------- */

#kontener {
    margin: 0px auto;
    width: 100%;
    background: #F3E7BD;
}

#top {
    width: 100%;
    height: 241px;
}

#zawartosc {
    width: 960px;
    border: 0px solid #000000;
    margin: auto;
}

#kolumna_lewa {
    width: 630px;
    float: left;
    margin-top: 0px;
    padding:10px;
}

#kolumna_prawa {
    width: 280px;
    float: right;
    margin-top: 0px;
    padding: 10px;
}

#tresc {
    height: auto;
    margin: 0 auto;
    padding: 0px;
}

#stopka {
    height: 144px;
    background: url( '../grafika/tlo_stopka.gif' ) repeat-x;
    clear: both;
    font-size: 10px;
}

#stopka a.aktywny, a.aktywny {
    color: #600167;
    font-weight: bold;
}

a.pytanie {
    cursor: pointer;	
}

#stopka_tresc {
    width: 960px;
    height: 82px;
    margin: auto;
    background: url( '../grafika/tlo_stopka_tresc.jpg' ) center no-repeat;
    border: 0px solid #ffffff;
}

#stopka_linki {
    width: 625px;
    float: left;
    margin-top: 10px;
    padding: 10px;
    padding-left:0;
    border: 0px solid #ffffff;
}

#stopka_euforia {
    width: 240px;
    float: right;
    margin-top: 10px;
    margin-right: 20px;
    padding: 10px;
    border: 0px solid #ffffff;
    text-align: center;
}

/* box
---------------------------------------------------------------------------------------------------- */

.box {
    font-size: 13px;
    margin-top: 15px;
    width: 280px;
    margin: auto;
    margin-bottom: 30px;
}

.box_gora {
    height: 20px;
    background: url("../grafika/box_gora.gif") bottom;
    background-repeat: no-repeat;
}

.box_srodek {
    background-image: url("../grafika/box_srodek.gif");
    background-color: #FFFFCD;
    height: auto;
    clear: both;
    padding-top: 0px;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
}

.box_srodek ul li {
    margin-left: 0px;
}

.box_srodek li {
    background: url("../grafika/box_separator.gif") left bottom no-repeat;
    padding-bottom:7px;
    margin-bottom: 9px;
}

.box_dol {
    height: 20px;
    background: url("../grafika/box_dol.gif") top;
    background-repeat: no-repeat;
}

/* Nagłówki
---------------------------------------------------------------------------------------------------- */

h1 {
    color: #0E4885;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 0px;
    line-height: 22px;
}

h2 {
    color: #894D92;
    font-size: 16px;
    font-weight: normal;
    margin-top: 16px;
	margin-bottom: 16px;
    padding: 0px;
}

/* Linki
---------------------------------------------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #600167;
}

a:hover {
    color: #E00504;
}

#stopka a {
    text-decoration: none;
    color: #000000;
    padding: 10px;
}

#stopka a:hover {
    color: #E00504;
}

#stopka_euforia a {
    padding: 0px;
}

.box_srodek ul {
    margin-left: 10px;
    color: #600167;
}

.box_srodek a {
    color: #000000;
}

.box_srodek a:hover {
    color: #600167;
    font-weight: normal;
}

.box_srodek a.aktywny {
    color: #600167;
    font-weight: bold;
}

/* Listy
---------------------------------------------------------------------------------------------------- */

#tresc ul {
    margin-left: 40px;
    list-style-type: disc;
}

#tresc ol {
    margin-left: 40px;
}

.lista_formularze {
    list-style-type: none;
}

.lista_formularze  li {
    margin-bottom: 5px;
    line-height: 17px;
}

/* Formularze
---------------------------------------------------------------------------------------------------- */

.form {
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    border: 1px solid #D0BA89;
    background-color: #ffffff;
    padding: 4px;
}

#formularz_ofertowy .form:focus, #formularz_ofertowy .form:focus {
    border: 1px solid #965FA0;
}

#formularz_ofertowy td {
    border-bottom: 1px solid #E8D8A9;
}

#formularz_ofertowy td {
    vertical-align: middle;
    padding: 4px;
}

.submit {
    background-color: #643969;
    color: #ffffff;
    cursor: pointer;
    padding: 4px;
}

.submit:hover {
    background-color: #D72A2E;
    color: #ffffff;
}

#formularz_ofertowy .separator {
    border: 0px;
    height: 20px;
}

.komunikat_blad {
    color: #E00504;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border:1px solid #E00504;
    margin: 20px;
}

.komunikat_ok {
    color: #67426C;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border: 1px solid #67426C;
    margin: 20px;
}

/* tooltip - jquery
---------------------------------------------------------------------------------------------------- */

#tooltip {

    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 4px 5px;
    color: #333;
    display: none;
    z-index: 11;
}

/* mapa google
---------------------------------------------------------------------------------------------------- */

.mapa_google {
	width: 620px;
	height: 500px;
}

.mapa_google div {
	padding-bottom: 0px;
	line-height: 15px;
}

/* aktualnosci
---------------------------------------------------------------------------------------------------- */

.aktualnosc {
    width: 100%;	
}

.aktualnosc .naglowek {
	font-weight: bold;	
}

.odpowiedz {
	display: none;
}

