/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
    margin: 0;
    padding: 0;
}

p {
    margin-top: 0;
    padding-top: 0;
}

a img, a:link img, a:visited img {
    border: none;
}

ul {
}
iframe{
	border:none !important;
}
/**********************************************/
/* HEADINGS */
h1, h2, h3 {
    margin-bottom: 3px;
    line-height: 1.5em;
    font-family: Tahoma;
    font-weight: normal;
}

h4, h5, h6 {
    margin-bottom: 3px;
    line-height: 1.5em;
    font-family: Tahoma;
}

h1 {
    font-size: 18px;
    color: #9d9c8a;
    font-weight: bold;
}

h2 {
    font-size: 14px;
    color: #9d9c8a;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    color: #9d9c8a;
    font-weight: normal;
}

h4 {
    font: normal 16px Tahoma;
    color: #9d9c8a;
}

h5 {
    font-weight: normal;
    font-size: 1em;
}

td {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #9d9c8a;
}

div {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #9d9c8a;
}
/**********************************************/
/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */
/******************************************************
 CONTENT BOXES
 ******************************************************/
html, body {
    text-align: center;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: #000;
}

#a1 {
    width: 902px;
    height: 100%;
    min-height: 100%;
    margin: auto;
    text-align: left;
    position: relative;
    z-index: 1;
    background: url(graphics/bg.jpg) 0px -10px no-repeat;
}

html > body #a1 {
    height: auto;
}
/******************************************************
 SECONDARY BOXES
 ******************************************************/
#flash {
    padding-top: 20px;
    width: 902px;
    height: 282px;
}

#medium {
    width: 902px;
    padding-top: 45px;
}

#left {
    float: left;
    width: 203px;
    padding: 0px 40px;
}

#right {
    width: 564px;
    padding: 4px;
    float: left;
	padding-right:50px;
	overflow:hidden;
}

ul li {
    list-style: circle;
    list-style-image: url(graphics/point.gif);
    padding: 5px;
}

.menu {
    color: #fffcdb;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
}

.menu:hover {
    color: #f1c03b;
    font-size: 12px;
    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
}

#footer {
    border: 2px solid #fffbdb;
	border-bottom:none;
    background-color: #2e2d28;
    padding: 15px;
	height:50px;
}

#footer a, #footer div {
    font-size: 10px;
    font-family: Tahoma;
    font-weight: normal;

}
/******************************************************
 FONT
 ******************************************************/
.noInput {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #a9a9a9;
}

.font11 {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #118f40;
}

.font11_red_bold {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #FF0000;
}

.font10_bold {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10px;
    color: #9d9c8a;
}

.font11_bold {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    color: #9d9c8a;
}

.font12_bold {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #9d9c8a;
}

.font11_violet {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #5F3076;
}

.font12_violet {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #5F3076;
}

.font_stronicowanie {
    font-family: Tahoma;
    font-weight: normal;
    font-size: 11px;
    color: #5b607c;
    text-decoration: none;
}
/******************************************************
 LINK
 ******************************************************/
.link10 {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10px;
    color: #63baf2;
    text-decoration: none;
}

.link10:hover {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 10px;
    color: #63baf2;
    text-decoration: underline;
}

.link11_orange {
    font-family: Tahoma;
    font-weight: bold;
    color: #f28545;
    text-decoration: none;
}

.link11_orange:hover {
    font-family: Tahoma;
    font-weight: bold;
    color: #f28545;
    text-decoration: underline;
}

a {
    font-family: Tahoma;
    font-weight: bold;
    color: #9d9c8a;
    text-decoration: none;
}

a:hover {
    font-family: Tahoma;
    font-weight: bold;
    color: #9d9c8a;
    text-decoration: underline;
}

.link12_violet {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #5F3076;
}

.link12_violet:hover {
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
    color: #9d9c8a;
}
/******************************************************
 FORM
 ******************************************************/
fieldset.contact {
    border: 0 !important;
    width: 250px !important;
    padding: 0;
    text-align: left;
}

div.form {
    overflow: hidden;
    margin-bottom: 0.5em;
    clear: both;
}

.label {
    display: block;
    float: left;
    text-align: left;
    padding: 2px 4px 0 0;
    font-weight: normal;
    width: 150px;
}

label {
    display: block;
    float: left;
    text-align: right;
    padding: 2px 4px 0 0;
    font-weight: normal;
    width: 150px;
}

input.text, textarea {
    float: left;
    border: 1px solid #9d9c8a;
    background-color: #FFF;
    color: #000;
    font-family: Tahoma;
    font-size: 11px;
}

.form10 {
    border: 0;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: none;
    color: #000;
}

.noInput {
    border: 0;
    background: none;
}

.inputSearch {
    background: url(graphics/bgSearch.gif ) no-repeat;
    width: 157px;
    height: 17px;
    padding: 3px 20px 0 10px;
}

.searchInput {
    border: 1px solid #c9c9c9;
    font-family: Tahoma;
    font-weight: normal;
    font-size: 10px;
    background: none;
    color: #c9c9c9;
    width: 168px;
    padding: 4px 10px 4px 10px;
}

.searchSubmit {
    border: 0;
    background: none;
    width: 80px;
    cursor: pointer;
    margin: 2px 0 0 0;
}

form {
    margin: 0;
}

.thumb
{
	
	width:135px;
	height:115px;
	float:left;
	overflow:hidden;
	margin:15px;
}

.thumb a
{
	border:1px solid #fff;
	display:block;
	width:133px;
	height:90px;
	overflow:hidden;
}

.thumb .podpis
{
	text-align:center;
	font-size:10px;
}

