/*
szablon 2
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

form {
}

fieldset {
}

legend {
}

h1, h2, h3 {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #6D8EDE;
}

h2 {
	font-size: 2em;	
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
}

p {
}

blockquote {
	margin-left: 1.2em;
	margin-right: 1.2em;
	padding: 0 1em;
	background: #EEEEEE;
	border-left: 1px dotted #CCCCCC;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #6D8EDE;
}

a:hover {
	text-decoration: underline;
	color: #C1C443;
}

img {
}

/* Wrapper */

#wrapper {
	width: 1000px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 180px;
	padding: 40px 20px 0 0;
	text-align: right;
}

#logo h1 {
	font-size: 3em;
}

#logo h2 {
}

#logo a {
	color: #C5C5C5;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	background: #CDCC52 url(images/img01.gif) repeat-y;
}

/* Sidebar > Boxed */

#sidebar .boxed {
	padding: 0 5px;
}

#sidebar .boxed .title {
	height: 26px;
	padding: 14px 0 0 10px;
	background: url(images/img05.gif) no-repeat;
	text-transform: capitalize;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#sidebar .boxed .content {
	padding: 10px;
}

#sidebar .boxed ul {
	margin: 0;
	list-style: none;
}

#sidebar .boxed li {
	padding: 0 0 0 12px;
	background: url(images/img06.gif) no-repeat left center;
}

#sidebar .boxed h3 {
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#sidebar .boxed a {
	color: #FFFFFF;
}

#sidebar .boxed a:hover {
	text-decoration: underline;
}

#sidebar .extra {
	height: 35px;
	background: url(images/img08.gif);
}

/* Menu */

#menu {
	padding: 40px 15px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 170px;
	height: 27px;
	margin: 0 0 5px 0;
	padding: 3px 0 0 0;
	background: #DDDC8A url(images/img02.gif) no-repeat;
	text-transform: lowercase;
	text-align: center;
	letter-spacing: -1px;
	font: normal 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#menu a:hover {
	background-image: url(images/img03.gif);
	text-decoration: none;
}

#menu .active a {
	background: #FF8C68 url(images/img04.gif) no-repeat;
}

/* Content */

#content 
{
	float: right;
	width: 760px;
}

#content h2 {
	margin: 1.6em 0 1em 0;
	background: url(images/img07.gif) repeat-x left bottom;
}

/* Footer */

#footer {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	padding: 1em 0;
	background: url(images/img09.gif) repeat-x;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: x-small;
}

/* ************************** */
/* dodatkowe */
#Hod-ImieNazwNaglowek
{
    width: 88%;
    height: 150px;
    vertical-align: text-top;
    font-weight: bold;
    float: left;
    background-image: url(images/golebie.png);
    background-repeat: no-repeat; 
    background-position: right;
    /*border: solid 1px red; */  
}
#Hod-ImieNazwNaglowek a
{
    font-size: medium;
    font-weight: bold;
}
.ObrazekHeader-DoLewej
{
    float: left;
    margin-left: 0px;    
}
.srodek
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.GaleriaImg
{
    margin: 5px;
    float: left;
    border: solid 3px black;
}
#Powrot
{
    font-size: smaller;
    float:right;
    text-align:right;
    width: 84px;
    height: 20px;
    margin: 2px 5px 0px 0px;
}
.lblSmall
{
    color: Black;
    font-size: x-small; 
}
#przyciskiOgl ul
{
    float: right;
    margin: 2px;
    padding: 0;
    list-style-type: none;
    width: 156px;
}
#przyciskiOgl ul li a
{
    display:block;
    position: relative;
    list-style:none;
    padding: 0px;
    margin-left: 5px;
    border: none;
    /*tu ustawia sie wysokosc przycisku*/
    height:20px;
   
    text-align:center;
}
#przyciskiOgl ul li 
{
    float:right;
    /*tu ustawia sie szerokosc przycisku*/
    width:77px; 
}
#opHodowca
{
    background-image: url(imgTheme/Hodowca_OFF.png);
    background-repeat: no-repeat;
}
#opHodowca:hover
{
    background-image: url(imgTheme/Hodowca_ON.png);
    background-repeat: no-repeat;
}
#opSklep
{
    background-image: url(imgTheme/Sklep_OFF.png);
    background-repeat: no-repeat;
}
#opSklep:hover
{
    background-image: url(imgTheme/Sklep_ON.png);
    background-repeat: no-repeat;
}
.padding5
{
    padding: 5px; 
    }
.clearboth
{
    clear:both;
    }
.golebieImg
{
    background-image: url(../../../Hodowcy/Szablony/2_Jesienny/images/golebie.png);
    background-repeat: no-repeat; 
    width: 390px; 
    height: 150px; 
    float:right;
}        
.Galeria-dl
{
    clear:both; 
    height:44px; 
    width:80px; 
    text-align:center;
    overflow: hidden;
}
.GaleriaMedium-dl
{
    clear:both;  
    width:210px; 
    text-align:center;
    overflow: hidden;
}
/* ------------- MESSAGE CSS -------------- */

/*
body{
    font-family:Arial, Helvetica, sans-serif; 
    font-size:13px;
}*/

.warning 
{
    border: 1px solid;
    margin: 10px 0px;
    padding: 20px 10px 10px 50px;
    background-repeat: no-repeat;
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('imgTheme/msg_warning.png');
}
