﻿/* Basic Elements */
html {
	margin: 0;
	}
body
{
    margin: 0;
    font: normal small Verdana, Arial, Helvetica, sans-serif;
    color: #696969;
}
h2
{
    font-size: larger;    
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: White;
	border-bottom: black 1px black;
	}
#header {
	width: 100%;
	height: 100px;
	/*background: url("headerbg.jpg") repeat-x 0% 0%;*/
	background-color: #23538a;
	}
#wrapper {
	float: left;
	width: 1000px;
	background-color: White;
	}
#content {
	margin: 0 15%;
	padding: 5px;
	}
#left {
	float: left;
	width: 15%;
	margin-left: -1000px;
	}
#right
{
    float: left;
    width: 150px;
    margin-left: -152px;
    background: #dcdcdc;
    border: black 1px dashed;
}
#footer {
	width: 100%;
	clear: both;
	border-top: 1px solid #cecece;
	text-align: center;
	padding: 5px 0;
	color: #fff;
	background: #666;
	}

/* Sidebar */
#sidebar {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	border-top: 1px dotted #cecece;
	height: 26px;
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 1em;
	color: #666;
	border-right: 7px solid #cecece;
	text-decoration: none;
	padding: 7px 0 4px 20px;
	}
#sidebar li a:hover {
	color: orange;
	border-right: 7px solid orange;
	}
#sidebar .active a {
	color: orange;
	border-right: 7px solid orange;
}	

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	}

h1 {
	display: none;
	}
/*
a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
*/
#Hod-ImieNazwNaglowek
{
    margin-top: 10px;
    padding-left: 20px;
    text-align: left;
    vertical-align: text-top;
    color: #ffffff;
    font-weight: bold;
    float: left; 
    /* border-bottom: solid 1px red;
    border-top: solid 1px red; */  
    width: 76%;
    background-image: url(img/golebie.png);
    background-repeat: no-repeat;
    background-position: right;
}
#Hod-ImieNazwNaglowek a
{
    font-weight: bold;
    font-size: large;
    color: #990000;
}
.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
{
    clear: both;
    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; 
    }  
.Galeria-dl
{
    clear:both; 
    height:48px; 
    width:66px; 
    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');
}
 
