* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	background:#000000;
	font: 14px/18px Palatino;
	color:#fdfde9;
	height: 100%;
}

@font-face {font-family: "Palatino"; src: url("7595.ttf") }
a {
	color: #f8f5e8;
	outline: none;
	text-decoration: underline;

}
a:hover {
	color:#CCCCCC;
}
p {margin: 0 0 18px}
img {
	border: none;
	padding: 5px;
}





input {vertical-align: middle}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}






/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 120px;

}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
	background:url(body.jpg) top left no-repeat;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;

}
#content {
	padding: 15px 20px 0 290px;
}

.main	{
	padding:20px 250px 0 0;

	}

#content h1	{
	font-size:30px;
	font-weight:normal;
	background:url(hr.gif) bottom left repeat-x;
	padding-bottom:10px;
	margin-bottom:20px;
	margin-top:20px;
	}
#content p	{
	margin-top:20px;
	}

#content h2	{
	margin:20px 0 10px 0;
	padding-bottom:10px;
	font-weight:normal;
	background:url(hr.gif) bottom left repeat-x;
	}

#content h3	{
	font-size:18px;
	margin:0px 0 -8px 0;
	padding-bottom:10px;
	font-weight:bolder;
	}

#content_top {
	margin:30px 20px 20px 20px;
	font-size:16px;
	font-style:italic;
}
#content_top h1	{
	padding-top:13px;
	font-size:20px;
	font-weight:normal;
	}
.logo	{
	margin-right:40px;
	}

.menu	{
	width:100%;
	height:70px;

	}
.menu a	{
	background:url(hr.gif) bottom center repeat-x;
	padding-bottom:2px;
	}

.menu ul	{
	height:40px;
	background:url(mul.gif) left no-repeat;
	padding-left:20px;
	clear:left;
	min-width:800px;

	}
.menu li	{
	float: left;
	height:30px;
	list-style-type:none;
	font-size:13px;
	padding:5px 7px 0px 15px;
	@padding:5px 7px 0px 15px;
	background:url(mlc.png) top left no-repeat;
	}
.menu .nn	{
	background:none;
	}


/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 272px;
	margin-left: -100%;
	position: relative;
	margin-top:90px;
	padding:0 20px 0 18px;
	font-size: 13px;
}

.sl h2	{
	background:url(divider_style.gif) center bottom no-repeat;
	text-align:center;
	padding-bottom:20px;
	margin-top:20px;
	font-size:16px;
	font-weight:normal;
	}


.sl p	{
	text-align:center;
	text-decoration: underline;
	color:white;
	padding-bottom:20px;
	margin-top:20px;
	font-size:16px;
	font-weight:normal;
	}
.sl p:hover	{
	color:#68AFEC;
	text-decoration: underline;
	}


.sl p a {
	color:#F8F5E8;
}

.sl p a:hover	{
	color:#68AFEC;
	text-decoration: underline;
	}



.sl a	{
	color:#68afec;
	text-decoration:none;
	}
.sl a:hover	{
	color:#90979a;
	}
.sl h2 a {
	color:#F8F5E8;
}

.under_logo {
	height: 134px;
}
.sl ul	{
	margin:10px 0 0 5px;
	}
.sl li	{
	list-style-type:none;
	background:url(li_bg.png) top left no-repeat;
	padding-left:20px;
	padding-bottom:3px;

	}



.tizer {
   text-decoration: none;
   color: white;
}
.tizer:hover {
   text-decoration: underline;
   color: #68AFEC;
}






.reklama {
   text-decoration: underline;
   color: red;
}
.reklama:hover {
   text-decoration: underline;
   color: #7FFF00;
}







/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	position: relative;
	margin-top:230px;
	font-size: 13px;

}


.sr h2	{
	background:url(divider_style.gif) center bottom no-repeat;
	text-align:center;
	padding-bottom:20px;
	margin-top:20px;
	font-size:16px;
	font-weight:normal;
	}

.sr a	{
	color:#68afec;
	text-decoration:none;
	}
.sr a:hover	{
	color:#90979a;
	}
.sr h2 a {
	color:#F8F5E8;
}
.sr ul	{
	margin:10px 0 0 5px;
	}
.sr li	{
	list-style-type:none;
	background:url(li_bg.png) top left no-repeat;
	padding-left:20px;
	padding-bottom:3px;

	}










/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -50px auto 0;
	min-width: 1000px;

	padding:0 20px 0 20px;

}