﻿@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: #560000;
    margin: 0px;
    padding: 0px;
    color: #bc6c55;
    font-family: Verdana, Tahoma, sans;
    font-size: 11px;
    line-height: 18px;
}

* {
   outline: 0px;
}

/* 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: 4px 10px 4px 5px; }
tr.even td     { background: #e5ecf9; }
tfoot          { font-style: italic; }
caption        { background: #eee; }

/* Struktura strony
---------------------------------------------------------------------------------------------------- */

#kontener {
    margin: 0px auto;
    width: 960px;
}

#baner {
    height: 321px;
    width: 960px;
}

#naglowek {
	background-image: url("../grafika/naglowek.gif");
	background-repeat: repeat;
    height: 40px;
    width: 960px;
}

#zawartosc {
	width: 960px;
}

#kolumna_lewa {
    width: 300px;
    float: left;
    margin-bottom: 10px;
}

#naglowek_o_nas {
	float: left;	
}

#kolumna_lewa_dluga {
	width: 630px;
    float: left;
    margin-bottom: 10px;
}

#kolumna_srodkowa {
    width: 300px;
    float: left;
    margin-bottom: 10px;
}

#kolumna_prawa {
    width: 300px;
    float: left;
    margin-bottom: 20px;
}

.tekst {
	margin-left: 10px;
	margin-right: 10px;
}

.wiecej {
	margin-top: 10px;
	text-align: right;	
}

#menu_boczne {
	padding: 10px;
}

.separator {
	float: left;
	background-image: url("../grafika/separator.jpg");
	width: 2px;
	height: 166px;
	margin-left: 14px;
	margin-right: 14px;
}

#tresc {
	background-image: url("../grafika/tresc.gif");
	background-repeat: no-repeat;
    height:auto;
}

#stopka {
	background-image: url("../grafika/stopka.gif");
	background-repeat: repeat;
    height: 40px;
    clear: both;
    color: #964d47;
}

#stopka_copy {
	font-size: 10px;
	margin-top: 8px;
    width: 250px;
    float: left;
}

#stopka_linki {
	text-align: center;
	font-size: 10px;
	margin-top: 8px;
	width: 400px;
    float: left;
    margin-left: 30px;
}

#stopka_euforia {
	font-size: 10px;
	margin-top: 8px;
	text-align: right;
    width: 250px;
    float: left;
    margin-left: 30px;
}

/* Nagłówki
---------------------------------------------------------------------------------------------------- */

h1 {
    color: #c9773f;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 16px;
    padding: 0px;
}

h2 {
    color: #cf9468;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 0px;
}

/* Listy
---------------------------------------------------------------------------------------------------- */

ul {
	margin-left: 30px;	
}

/* Linki
---------------------------------------------------------------------------------------------------- */

a {
    text-decoration: none;
    color: #c9773f;
}

a:hover{
    color: #c9773f;
    text-decoration: underline;
}

a.akt {
	text-decoration: none;
	color: #ffffff;	
}

a:hover .akt {
	text-decoration: underline;
	color: #ffffff;	
}

#stopka a {
    text-decoration: none;
    color: #bc6c55;
}

#stopka a:hover {
    text-decoration: underline;
}

#stopka_linki a {
    text-decoration: none;
    color: #bc6c55;
    padding: 10px;
}

#stopka_linki a:hover {
    text-decoration: underline;
}

a.wiecej {
    text-decoration: none;
    font-size: 10px;
}

a.wiecej:hover{
    text-decoration: underline;
}



/* Tabele
---------------------------------------------------------------------------------------------------- */

.nag_tab {
    background-color: #dcdcdc;
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #c0c0c0;
    color :#000000;
    text-align: center;
}

.tresc_tab {
    font-size: 11px;
    border-bottom: 1px solid #cccccc;
}

.tab_separator {
    border-top: 1px dashed #909090;
    height: 3px;
}

/* Komunikaty
---------------------------------------------------------------------------------------------------- */

.komunikat_ok {
    color: #67426C;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border: 1px solid #67426C;
    margin: 20px;
}

.komunikat_uwaga {
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border: 1px solid #FFFFFF;
    margin: 20px;
}

.komunikat_blad {
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    padding: 15px;
    border:1px solid #E00504;
    margin: 20px;
}

/* Formularze
---------------------------------------------------------------------------------------------------- */

.form {
    font-size: 11px;
    color: #000000;
    font-weight: normal;
    border: 1px solid #949494;
    background-color: #ffffff;
    padding: 3px;
    width: 200px;
}

.button1 {
    background-color: #c9773f;
    color: #FFFFFF;
    border: 1px solid #c9773f;
    display:inline;
}

.button1:hover {
    background-color: #c9773f;
    color: #ffffff;
    border: 1px solid #c9773f;
    display:inline;
    cursor: pointer;
}

/* podział stron na podstrony
---------------------------------------------------------------------------------------------------- */

.podzial_akt {
    background-color: #ECD24C;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #3c222f;
}

.podzial_nieakt {
    background-color: #212121;
    margin: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    color: #3F3F3F;
}

.podzial_pozycja {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #212121;
}

.podzial {
    background-color: #000000;
    border: 1px solid #3F3F3F;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 2px;
    color: #ffffff;
}

/* tooltip - jquery
---------------------------------------------------------------------------------------------------- */

#tooltip{
    position: absolute;
    border: 1px solid #333;
    background: #f7f5d1;
    padding: 4px 5px;
    color: #333;
    display: none;
    z-index: 11;
}

/* Moduł praca
---------------------------------------------------------------------------------------------------- */

.aktualnosc {
    margin-bottom:25px;
    margin-left: 30px;
    color:#9F9F9F;
    text-align: justify;
}

.aktualnosc_nazwa {
    color: #ffffff;
}

.aktualnosc_data {
    font-family: Tahoma;
    font-size: 12px;
    color: #BCBCBC;
    font-weight: normal;
}

.aktualnosc_zdj {
    float: left;
    margin: 4px;
    margin-right: 7px;
    padding: 3px;
    margin-bottom: 2px;
    border: 1px solid #212121;
    margin-left: 0px;
}

.aktualnosc_zdj:hover {
    border: 1px solid #F1D941;
}

/* galeria dla aktualności i tekstów
---------------------------------------------------------------------------------------------------- */

#galeria {
     text-align: left;
}

#galeria img {
    margin: 6px;
    padding: 3px;
    margin-left:0;;
    border: 1px solid #212121;
}

#galeria img:hover {
    border: 1px solid #F1D941;
}


/* Galeria
---------------------------------------------------------------------------------------------------- */

img .galeria {
	float: left;
	margin-left: 3px;
	margin-top: 3px;
}

/* Moduł produkty
---------------------------------------------------------------------------------------------------- */



/* Moduł praca
---------------------------------------------------------------------------------------------------- */

hr {
	height : 1px; border : 0px dotted #FFFFFF; border-top : 1px solid #4B0000;
}


