body {
	margin: 0 auto;
	padding: 0;
	background: url(../gfx/body.gif) repeat;
	color: #646464;
	font: 11px Tahoma;
}

div#container {
	margin: 0 auto;
	margin-top: 20px;
	width: 800px;
	margin-bottom: 20px;
}

div#lang {
	height: 20px;
	text-align: right;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #b6b8aa;
	margin-bottom: 2px;
}

div#up {
	padding: 0;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #b6b8aa;
	margin-bottom: 10px;
	height: 220px;
}


div#menu{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border: 1px solid #b6b8aa;
	height: 22px;
	margin-bottom: 10px;
}

div#menu ul{
	margin: 0;
	float: left;
	margin-bottom: 1em;
	padding-left: 200px;
	font-weight: bold;
	font-size: 13px;
	width: 100%;
	border-width: 1px 0;
}

* html * div#menu ul{ /*IE only rule. Delete extra margin-bottom*/
	margin-bottom: 0;
	width: 600px;
	padding-left: 150px;
}

div#menu ul li{
	display: inline;
	height: 25px;
}


div#menu ul li a{
	float: left;
	color: gray;
	font-weight: bold;
	padding: 2px 6px 4px 6px;
	text-decoration: none;
}

div#menu ul li a:hover{
	background-color: #e4e8df;
	text-decoration: underline;
}

div#menu ul li a.active {
	background-color: #e4e8df;
	text-decoration: underline;
}

div#text { 
	background-color: #FFF;
	border: 1px solid #b6b8aa;
	text-align: justify;
	min-height: 380px;
	margin-bottom: 2px;
}

#text #left { float: left; }

div#stat {
	text-align: center;
	}

div#left div#static {
	background-color: #FAFAFA;
	border: 1px solid #e7e7e7;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
	width: 200px;
	height: 160px;
}

div#left div#static:hover {
	background: url(../gfx/static.gif) no-repeat right bottom;
	background-color: #FAFAFA;
	border-bottom-color: #b6b8aa; 
}

div#left div#static p.heading {	padding-top: 0; margin: 0; text-align: center; font-size: 13px;}

div#left div#static p {	padding: 0; }	

div#left div#slide {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 5px;
	width: 204px;
	height: 135px;
}

div#text #first {
	margin-top: 30px;
	margin-left: 260px;
	width: 500px;
	margin-bottom: 30px;
}

div#footer {
	background-color: #FFF;
	border: 1px solid #b6b8aa;
	text-align: justify;
}

div#footer p {
	padding: 2px 0px 2px 0px;
	margin: 0;
	text-align: center;
}

* html * div#text { height: 280px;}
	
	
div#oferta ul li {
	list-style:circle;
}

div#oferta p.pdf {
	border: 0;
	text-decoration: none;
}

a { color: #646464; text-decoration: none; }
a:hover { color: #96988c; text-decoration: underline; }

div.shout {
	border: 1px solid #e7e7e7;
	padding: 5px;
}

div.shout:hover {
	border-bottom-color: #b6b8aa;
	background: url(../gfx/static.gif) no-repeat right bottom;
	background-color: #FAFAFA;
}

textarea.text, input.text  {
	background-color: #FFF; 
	border: 1px solid #e7e7e7;
}

textarea.text:hover, textarea.text:focus, input.text:hover, input.text:focus {
 	background: url(../gfx/static.gif) no-repeat right bottom;
	background-color: #FAFAFA;
	border-bottom-color: #b6b8aa;
}

img {
	border: 1px solid #000;
	margin: 1px;
}

div#news .temat {
	background: #FAFAFA;
	padding: 2px;
	border: 1px solid #e7e7e7;
	margin-bottom: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 11px;
}

div#news .data {
	padding:0;
	margin-bottom: 5px;
	text-align: right;
	font-size: 9px;
	margin-top: -15px;
	margin-right: 5px;
}

div#news .tresc {
	padding: 5px;
	text-align: justify;
	margin-bottom: 15px;
	font-size: 10px;
	min-height: 60px;
}

div#news .tresc img {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

		
