/* STYLE GLOBALNE */

body		{ background-color: White; color: #151400; font: 11px Tahoma; margin: 0px 0px 10px 0px; text-align: center; }
table,td	{ border: none; font: 11px Verdana; }
img			{ border: none; }
input,select,textarea	{ font: 11px Verdana; }
p,h1,h2,h3,h4,h5,h6		{ margin: 0px; padding: 0px; }
form		{ margin: 0px; padding: 0px; }

a:link		{ color: #546374; }
a:visited	{ color: #546374; }
a:hover		{ color: #546374; text-decoration: none; }
a:active	{ color: #546374; }

a.Footer:link		{ color: #151400; text-decoration: none; }
a.Footer:visited	{ color: #151400; text-decoration: none; }
a.Footer:hover		{ color: #151400; text-decoration: underline; }
a.Footer:active		{ color: #151400; text-decoration: none; }

a.Red:link		{ color: #fc0808; text-decoration: none; }
a.Red:visited	{ color: #fc0808; text-decoration: none; }
a.Red:hover		{ color: #fc0808; text-decoration: underline; }
a.Red:active		{ color: #fc0808; text-decoration: none; }


/* KLASY */

.Center		{ text-align: center; }
.Left		{ text-align: left; }
.Right		{ text-align: right; }

.Top		{ vertical-align: top; }
.Middle		{ vertical-align: middle; }
.Bottom		{ vertical-align: bottom; }

.Bold		{ font-weight: bold; }

.Red		{ color: #fc0808; }

.LightGrey	{ color: #8f8e8e; }
.LightGreen	{ color: #8aca33; }

div.MenuItem	{ margin-bottom: 10px; }

div.MyList		{ clear: both; width: 464px; }
div.SmallPic	{ float: left; width: 140px; }
div.Description	{ color: #706e6f; float: right; line-height: 18px; width: 324px; }
div.MyListSpacer	{ clear: both; height: 22px; width: 464px; }

div.FormDesc	{ clear: both; color: #706f6d; line-height: 18px; }

input.TextBox	{ width: 150px; }

/** STYLE WSPOLNE **/

#All	{ width: 761px; margin: auto; }

#Header		{ clear: both; margin-bottom: 6px; margin-top: 20px; text-align: left; }
#Content	{ clear: both; width: 761px; }
#Footer		{ clear: both; text-align: left; }
#FooterSpacer	{ clear: both; height: 20px; }
#FooterSpacerMain	{ clear: both; height: 10px; }

#MenuMain	{ float: left; height: 100%; margin-right: 10px; width: 251px; }
#MenuTop	{ float: none; height: 10px; }
#MenuMiddle	{ background-color: #b4d900; float: none; height: 269px; padding-left: 31px; padding-top: 15px; text-align: left; width: 220px; }
#MenuBottom	{ background-color: #b4d900; float: none; height: 10px; }
#MenuSpacer	{ float: none; height: 10px; }


/** STYLE STRONA GLOWNA **/

#Info		{ float: right; width: 500px; }

#Tabs		{ float: none; width: 500px; }
#Tab1		{ float: left; height: 33px; width: 168px; }
#Tab2		{ float: left; height: 33px; width: 163px; }
#Tab3		{ float: right; height: 33px; width: 169px; }

#Picture	{ float: none; }


/** STYLE PODSTRONA **/

#SubPage		{ float: right; width: 500px; }

#Menu2			{ float: left; width: 251px; }
#MenuTop2		{ float: none; height: 10px; }
#MenuMiddle2	{ background-color: #b4d900; float: none; width: 251px; }
#MenuBottom2	{ background-color: #b4d900; float: none; height: 10px; }

#Title	{ float: none; height: 39px; margin-bottom: 11px; width: 500px; }
#Title1	{ float: left; width: 10px; }
#Title2	{ background-color: #4479af; float: left; height: 26px; text-align: left; padding: 13px 0px 0px 7px; width: 429px; }
#Title3	{ float: right; width: 54px; }

#Title4	{ float: left; width: 10px; }
#Title5	{ background-color: #f63a85; float: left; height: 26px; text-align: left; padding: 13px 0px 0px 7px; width: 429px; }
#Title6	{ float: right; width: 54px; }

#Content2		{ float: none; width: 500px; }
#ContentTop2	{ float: none; height: 7px; width: 500px; }
#ContentMiddle2	{ background-color: #f0f0f0; color: #706e6f; float: none; line-height: 15px; text-align: left; padding: 10px 18px 10px 18px; width: 464px; }
#ContentBottom2	{ background-color: #f0f0f0; float: none; height: 7px; width: 500px; }

#Contact		{ background-color: #79cef7; float: right; margin: 0px 0px 10px 10px; padding: 9px 8px 9px 8px; width: 168px; }


