@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
}

a,a:link,a:visited,a:hover{
	outline:none;
	padding-top:0px;
	margin-top:0px;
}

body{
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


#content{
	width:533px;
	min-height:800px;
	height:100%;
	margin:0 auto 0 auto;
	position:relative;
}
.content_1{
	background-image:url(../images/bg_content_1.jpg);
	background-repeat:repeat-y;
}
.content_2{
	background-image:url(../images/bg_content_2.jpg);
	background-repeat:repeat-y;
}
.content_3{
	background-image:url(../images/bg_content_3.jpg);
	background-repeat:repeat-y;
}

#logo{
	width:241px;
	height:40px;
	padding:283px 0 0 1px;
	float:left;
}

#menu{
	width:102px;
	padding:40px 0 0 0;
	float:left;
}
#menu li{
	list-style:none;
	display:block;
	text-align:right;
	height:20px;
}
#menu li a{
	width:83px;
	padding:0 18px 0 0;
	display:block;
	color:#939598;
	text-decoration:none;
	font:12px/20px Arial, Helvetica, sans-serif;
}
#menu .border{
	background-image:url(../images/meniu_bar.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#menu li .selected{
	color:#e0010b;
	background-image:url(../images/meniu_selector.jpg);
	background-repeat:no-repeat;
	background-position:center right;
}

#button{
	width:86px;
	height:73px;
	margin:29px 0 0 7px;
	padding:50px 0 0 36px;
	float:left;
	background-image:url(../images/button.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	font-size:13px;
	font-weight:bold;
}
#button a{
	color:#4d4d4f;
	text-decoration:none;
}
#button .selected{
	color:#e0010b;
}

#title{
	width:165px;
	height:33px;
	margin:0 70px 0 0;
	float:right;
}

#page_title{
	width:12px;
	height:140px;
	margin:146px 0 0 50px;
	float:left;
}

#round{
	width:18px;
	height:18px;
	position:absolute;
	background-image:url(../images/round.jpg);
	left: 492px;
	top: 17px;
}

#text{
	width:170px;
	float:left;
	text-align:justify;
	font-size:11px;
	margin:19px 0 0 62px;
	color:#939598;
}
#text ul{
	padding:10px 0 0 0;
}
#text li{
	list-style:none;
	color:#000000;
}
#text span{
	color:#000000;
	font-weight:bold;
}
#text  a{
	color:#000000;
}

#text h1{
	font-size:11px;
	font-weight:normal;
	color:#e0010b;
}

.clear{
	clear:both;
}
