@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}


#top {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:236px;
	background-color:#000000;
	background:#000000 url(images/top_center.jpg) center no-repeat;
	border-bottom:#999999 solid 2px;
}

#top_reklama {
	position:absolute;
	top:238px;
	left:0px;
	width:100%;
	height:90px;
	background-color:#FFFFFF;
}

#menu {
	z-index:2;
	position:absolute;
	left:0px;
	top:328px;
	width:200px;
	height:auto;
	background:#000000 url(images/bgr_menu.png) repeat-y;
	border-top:#999999 solid 2px;
	border-bottom:#000000 solid 2px;
}

#menu ul {
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	margin-left:5px;
	margin-right:5px;
	border:#999999 double 3px;
	background-color:#000000;
}

#menu li {
	color:#000000;
	text-align:left;
	background-color:#FFFFFF;
	border-bottom:#CCCCCC solid 1px;
}

#menu li a {
	display:block;
	color:#000000;
	text-decoration:none;
}

#menu li a:hover {
	display:block;
	color:#6699CC;
	text-decoration:none;
	border-right:#000000 double 5px;
	background-color:#F0F0F0;
}

#menu_logos {
	border-bottom:#000000 solid 2px;
	border-top:#000000 solid 2px;
	border-left:#000000 double 7px;
	border-right:#000000 double 7px;
	background-color:#FFFFFF;
}

#main {
	z-index:1;
	position:absolute;
	top:328px;
	height:auto;
	left:200px;
	right:0px;
	background-color:#FFFFFF;
	border-top:#999999 solid 2px;
	border-left:#999999 double 3px;
	border-bottom:#999999 double 3px;
}

#main_top {
	position:static;
	color:#FFFFFF;
	height:20px;
	background:#000000 url(images/bgr_main_top.png) repeat-x;
	border-bottom:#999999 solid 2px;
	padding-left:20px;
}

#main_main {
	position:static;
	color:#000000;
	height:100%;
	background:#FFFFFF;
	padding-left:20px;;
	padding-top:20px;
	padding-bottom:20px;
	padding-right:10%;
}