* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #ffffff;
	color: #000000;
}
a {
	color:#d90000;
}
a:hover {
	color:#000000;
}
h1, h2, h3 {
	color:#d90000;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 10px;
	text-align: center;
}

h2.silver {
	margin-top: 20px;
	display: block;
	width: 100%;
	background-color: #C1C1C1;
	text-align: center;
	color: white;
	padding: 5px 0 5px 0;
}

h3.silver {
	padding: 5px 0 5px 0;
	display: block;
	width: 100%;
	background-color: #C1C1C1;
	text-align: center;
	color: white;
	margin-top: -10px;
}
p.text {
	text-align: justify;
}

#container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:900px;
	background: #ffffff url(../images/siteBackground.jpg) left top no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	text-align:center;
	margin-bottom:20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size:18px;
}
#header span {
	margin-left:500px;
	font-weight: bold;
	font-size: 0.9em;
	font-family: monospace;
	color: black;

}
#header img {
	float: left;
	margin-left: 50px;

}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 282px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 282px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
}
#footer {
	text-align:center;
	font-size: 0.8em;
	color: gray; 
} 
#footer p {
	padding:20px 0;
}

p.footer-left {
	float:left;
	text-align: left;
	
	width: 49%;
}

p.footer-right {
	float:right;
	text-align: right;
	
	width: 49%;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu {
	margin-top:20px;
	background:url(../images/menuBackground.jpg) left top no-repeat;
	width:1000px;
	height:75px;
}
#menu ul {
	padding-top:25px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 40px;
	padding-left: 10px;
}
#navlist li a {
	font-size:20px;
	color:#d90000;
	text-decoration:none;
	font-weight:bold;
}
#navlist li a:hover {
	font-size:20px;
	color:#d90000;
	text-decoration:underline;
	font-weight:bold;
}
/* --------------------------------------begin border----------------------------------*/
.body-panel {
	background:#FFFFFF;
}

.top-left-corner-tabs, .top-right-corner-tabs, .bottom-left-corner-tabs, .bottom-right-corner-tabs {
    background-image: url( ../images/corners1280x18HomeTabsBody.gif );
    height: 9px;
    font-size: 2px;
}

.top-left-corner, .top-right-corner, .bottom-left-corner, .bottom-right-corner {
    background-image: url( ../images/corners1280x18.gif );
    height: 9px;
    font-size: 2px;
}

.top-left-corner, .bottom-left-corner, .top-left-corner-tabs, .bottom-left-corner-tabs {
    margin-right: 9px;
}

.top-right-corner, .bottom-right-corner, .top-right-corner-tabs, .bottom-right-corner-tabs {
    margin-left: 9px;
    margin-top: -9px;
}

.top-right-corner, .top-right-corner-tabs {
    background-position: 100% 0;
}

.bottom-left-corner, .bottom-left-corner-tabs {
    background-position: 0 -9px;
}

.bottom-right-corner, .bottom-right-corner-tabs {
    background-position: 100% -9px;
}

.inside {
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    padding: 0px 10px 0px 10px;
	height: 100%;
}

.inside p {
	padding: 0.2em 0 1em;
}

.tabsInside {
    border-left: 1px solid #C1C1C1;
    border-right: 1px solid #C1C1C1;
    padding: 0px 10px 0px 10px;
	height:150px;
}

hr {
	margin-top: 15px;
}

.register {
	padding: 5px 0px 5px 5px;
}

.reklama {
	border-top: 1px solid #C1C1C1;
	border-bottom: 1px solid #C1C1C1;
	padding: 5px 0px 5px 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

div.pasek {
	background: #D90000;
	border: 2px solid #D90000;
	min-height: 15px;
}

div.add1 {
	float: left;
	padding-left: 10px;
}

div.add2 {
	float: right;
	padding-right: 10px;
}

p.patka {
	display: block;
	margin-top: 0px;
}

p.patka a{
	text-align:center;
	font-size: 1em;
	color: gray; 
	text-decoration: none;
}

h1 div.schovat {
	font-size: 1px;
	position: relative;
	left: 1000px;
}
/* --------------------------------------end border----------------------------------*/