@charset "utf-8";
/* CSS Document */

html,body {
	margin:0;
	padding:0;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
}
body{
	text-align:center;
	height:100%;
	background-color:#FFF;
	background-image:url(../images/top.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
body p {
	font-size: 13px;
	color:#4D4D4D;
	text-align:left;
	margin-top:12px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
}
div#container {
	width:985px;
	text-align:left;
	margin:0 auto;
	margin-top:0px;
	border-top:solid 4px #95C530;
}
div#headercontainer {
	position:relative;
	width:985px;
	height:90px;
	float:left;
	padding-bottom:15px;
	border-bottom:solid 2px #EBEBEB;
	border-top: solid 2px #EBEBEB;
}
div#logo {
	position:relative;
	width:431px;
	height:77px;
	float:left;
	margin-top:25px;
	margin-left:10px;
	background-image:url(../images/logo2.jpg);
}
div#headermeniu {
	position:relative;
	width:385px;
	height:20px;
	float:right;
	margin-top:50px;
	margin-right:0px;
}
.h_meniu {
	position:relative;
	width:95px;
	height:20px;
	float:left;
	border-left:solid 1px #DFDFDF;
}
.h_meniu  p {
	width:90px;
	font-size:12px;
	text-align:center;
	margin-top:5px;
	margin-left:5px;
	color:#CC0000;
	font-family:Arial, Helvetica, sans-serif;
}
div#headermeniu a:link {
	text-decoration: none;
	color:#666;
}
div#headermeniu a:visited {
	text-decoration: none;
	color:#666;
}
div#headermeniu a:hover {
	text-decoration: underline;
	color:#666;
}
div#headermeniu a:active {
	text-decoration: none;
	color:#666;
}
div#bottomcontainer {
	position:relative;
	width:100%;
	margin-top:15px;
	height:30px;
	border-top:solid 1px #E4E4E4;
	border-bottom:solid 5px #95C530;
}
div#bottom {
	position:relative;
	width:50%;
	float:right;
	height:25px;
	margin-top:0px;
}
.bottom_position {
	position:relative;
	width:80px;
	float:right;
	text-align:center;
	font-size:11px;
	margin-top:7px;
	color:#4D4D4D;
}
div#sign {
	width:50%;
	height:25px;
	float:left;
	color:#4D4D4D;
	margin-top:7px;
}
div#sign p {
	font-size:11px;
	margin-top:0px;
	margin-left:15px;
	color:#333;
}
div#sign a:link {
	text-decoration: none;
	color:#95C530;
}
div#sign a:visited {
	text-decoration: none;
	color:#95C530;
}
div#sign a:hover {
	text-decoration: underline;
	color:#95C530;
}
div#sign a:active {
	text-decoration: none;
	color:#95C530;
} 
a:link {
	text-decoration: underline;
	color:#666;
}
a:visited {
	text-decoration: underline;
	color:#666;
}
a:hover {
	text-decoration: underline;
	color:#CC0000;
}
a:active {
	text-decoration: underline;
	color:#666;
}
div#tema_select {
	display:none;
}
div#poteme_select {
	display:none;
}

/*float fix*/
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 