BODY {
background-color: #6a6969;
margin:0 auto;
text-align: center;
font-size: 11px;
font-family: Verdana, Arial, Arial Narrow, sans-serif;
overflow-y: hidden;

}
#el_cont{margin-left: 75px;margin-bottom:30px}
a
{
	color: #FFFFFF;
	text-decoration: none;
}

img
{
	border: 0;
}

a:hover
{
	color: #CCCCCC;
}

a:active 
{
	color: #03C;
}

a.Asel 
{
	color: #03C;
	text-decoration: none;
}

.Asel 
{
	color: #03C;
	text-decoration: underline;
}

#header {
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  height: 132px;
  min-height: 132px;
  max-height: 132px;
  width: 100%;
  text-align: center;
  background-image: url('../gfx/headerBG.png');
  background-position: left;
  z-index: 2;
}

#outer {
	margin-top: 150px;
}

#subsite_content {
	position: absolute;
	left: 0;
	width: 100%;
	height: expression(parseInt(document.body.clientHeight-155)+'px'); 
	bottom: 23px;
	top: 132px;
	margin: 0;
	padding: 0;
	overflow: auto;
	z-index: 3;
}

#subsite_content_2 {
	position: absolute;
	left: 0;
	width: 100%;
	height: expression(parseInt(document.body.clientHeight-155)+'px'); 
	bottom: 23px;
	top: 132px;
	margin: 0;
	padding: 0;
	overflow: auto;
	z-index: 3;
}

#element_content {
	position: relative;
	width: 650px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: left;	
}

#element_content2 {
	position: relative;
	width: 775px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: left;	
}

#menu {
	position: absolute;
	bottom: 23px;
	width: 186px;
	margin: 0;
	padding: 0;
	top: 118px;
	left: 50%;
	margin-left: -485px;
	background-color: #ffffff;
	background: url(../gfx/cbg.jpg) repeat; 
	z-index: 4;
}

#menu_grad {
	width: 100%;
	background: url(../gfx/grad.png) repeat-x;
	height: 15px;
}

#menu_cont
{
	margin: 0;
	width: 186px;
	padding: 0;
	margin-top: 18px;
}

.menu_el
{
	background-color: #CCCCCC;
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Arial Narrow, sans-serif;
	font-weight: normal;
	list-style: none;
	text-align: left;
	margin: 0 5px;
	padding: 3px 5px;
	margin-bottom: 5px;
	cursor:pointer;
}

.menu_el_sel
{
	background-color: #FFF;
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, Arial Narrow, sans-serif;
	font-weight: normal;
	list-style: none;
	text-align: left;
	margin: 0 5px;
	padding: 3px 5px;
	margin-bottom: 5px;
	cursor:pointer;
}

.menu_el_over
{
	background-color: #FFF;
	color: #333;
	font-size: 11px;
	font-family: Verdana, Arial, Arial Narrow, sans-serif;
	font-weight: normal;
	list-style: none;
	text-align: left;
	margin: 0 5px;
	padding: 3px 5px;
	margin-bottom: 5px;
	cursor:pointer;	
}
#submenu_cont
{
	margin: 0;
	margin-left: 5px;
	padding: 0;
}

.submenu_el
{
	background-color: #aac6de;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Arial Narrow, sans-serif;
	font-weight: normal;
	width: 165px;
	list-style: none;
	text-align: left;
	padding: 3px 5px;
	margin-bottom: 3px;
}

.submenu_el a
{
	color: #FFFFFF;
	text-decoration: none;
}

.submenu_el a:hover
{
	color: #666666;
	text-decoration: none;
}

.submenu_el a:active
{
	color: #039;
	text-decoration: none;
}

#board
{
	color: #FFFFFF;
	font-size: 11px;
	font-family: Verdana, Arial, Arial Narrow, sans-serif;
	font-weight: normal;
}

#board td{
	height: 220px;
}


.menu_el a
{
	color: #666666;
	text-decoration: none;
}

.menu_el a:hover
{
	background-color: #c3c3c3;
	color: #666666;
	text-decoration: none;
}

.menu_el_sel a
{
	color: #666666;
	text-decoration: none;
}

.menu_el_sel a:hover
{
	color: #666666;
	text-decoration: none;
}


.menu_el_over a
{
	color: #666666;
	text-decoration: none;
}

.menu_el_over a:hover
{
	color: #666666;
	text-decoration: none;
}

#element_content h1 {
	padding: 5px 10px;
	display: inline-block;
	letter-spacing: 3px;
	font-weight: normal;
	/* any IE */
	width: expression('100px');
	min-width: 100px;
	white-space: nowrap;
	text-align: left;
	font-size: 16px;
	font-family: Verdana, Arial, Arial Narrow, sans-serif;
	margin-top: 20px;
	color: #FFFFFF;
	background-color: #006699;
}

#middle1{
	margin:0 auto; /* center, not in IE5 */
	max-width:1000px;
	width:80%;
}
#middle1 .element{
	max-width:243px;
	width:25%;
	float:left;
}

#middle{
	margin:0 auto; /* center, not in IE5 */
	max-width:1230px;
	width:99%;
}
#middle .element{
	max-width:210px;
	width:16.6%;
	float:left;
}

.footer {
  color: #b5b5b5;
  font-family: Verdana, Arial, Arial Narrow, sans-serif;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  padding-left:25px;
  padding-right:25px;
}

#stopka_box{
	position: absolute;
	background: black;
	width: 100%;
	text-align: center;
	bottom: 0px;
	left:0;
	height: 23px;
	z-index: 10;
}

#stopka_content{
	position: relative;
	width: 700px;
	margin: 0 auto;
	height: 23px;	
}

#flagi{
	float:left;
}

#linki{
	text-align: right;
}


#content{
	position: relative;
	width: 700px;
	margin: auto;	
}
.pages_content{
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}

.pages_content a,.pages_content a:visited,.pages_content a:active {
  text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
}

.footer a:pages_content {
  text-decoration: underline;
}


