/* BODY tagok */
body, html {
	font: 90%/140% Verdana;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

/* A tagok */
a {
	color: #405489;
	text-decoration: none;
}

/*
table {
    border-color: #3C5085;
}

table td {
    border-color: #3C5085;
}
*/

a:hover {
	text-decoration: underline;
}

/* DIV tagok */
div {
	margin: 0px;
	padding: 0px;
	display: block;
}

#keret {
	background-image: url(../pics/main_bg.jpg);
}


#main {
	height:100%; /* works only if parent container is assigned a height value */
	width: 1000px;
	height: 100%;
}

#top {
	width: 100%;
	height: 157px;
	background-image: url(../pics/header.jpg);
	background-repeat: no-repeat;
}

#top #lang_select {
	margin-left: 120px;
	padding-top: 25px;
}

#top #lang_select a {
	padding: 0px;
	margin: 0px;
    font-size: 10px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 12px;
	float: left;
}

#top #lang_select a#lang_hu {
    border-right: 1px solid;
}

#contentarea {
    width: 1000px;
}


#center {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#left {
	width: 195px;
	height: 100%;
	float: left;
	display: block;
	vertical-align: top;
}

#middle {
    width: 543px;
	float: left;
	background-image: url(../pics/mainbody_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 30px;
	padding-right: 30px;
}


#right {
	width: 190px;
	height: 100%;
	float: left;
	padding-bottom: 10px;
}

#right .ipkamera {
    margin-left: 5px;
	margin-top: 20px;
}


div.mainbody {
	text-align: justify;
	width: 100%;
	display: block;
	float: left;
}

div.mainbody h1.title {
	color: #21356C;
	font-size: 16px;
	border-bottom:5px solid #7E9CCB;
	margin-bottom: 20px;
}


div.mainbody .text {
	font-size: 12px;
	margin-bottom: 10px;
}

div.mainbody td {
    margin: 0px;
	padding: 0px;
}

div.mainbody td a, div.mainbody td p {
    margin: 0px;
	padding: 1px;
}

div.buttons {
    display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

div.buttons p {
    float: left;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	padding-right: 4px;
	border-right: 1px solid;
	line-height: 15px;
}

div.buttons p.buttons_gototop {
    border: none;
}



#bottom {
	width: 100%;
	height: 22px;
	float: left;
	color: #000;
	background-color: #21346C;
}

/* P tagok */
p {
	width: auto;
	height: auto;
	display: block;
	line-height: 15px;
}

/* Hr tagok */
hr {
	height: 2px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #7E9CCB;
}

/* H1-H6 tagok */
h1 {
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	color: #5A5A5A;
	font-size: 95%;
}

h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: 20px;
}

/* funkcio gombok */
div.functionbuttons {
	width: 100%;
	float: left;
	text-align: center;
}

div.functionbuttons p {
	display: inline;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
}

p.error_message {
	margin: 0px;
	padding: 0px;
	color: #FF0000;
	border-bottom: 1px solid #CCC;
	border-left: 10px solid #AAA;
	text-indent: 20px;
	line-height: 25px;
	font-weight: bold;
}

p.success_message {
	margin: 0px;
	padding: 0px;
	color: #000;
	background-color: #D8F884;
	border-bottom: 1px solid #000;
	border-left: 10px solid #B9F323;
	text-indent: 20px;
	line-height: 25px;
	font-weight: bold;
}

/* Form elemek */
form {
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

input.inputbox {
	margin: 2px;
	padding: 0px;
	color: #333;
	background-color: #EEE;
	border: 1px solid #000;
	width: 200px;
}

input.inputbox:focus {
	margin: 2px;
	padding: 0px;
	color: #333;
	background-color: #EEE;
	border: 1px solid #000;
	width: 200px;
}

input.submit {
	width: auto;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background-color:#4A61A5;
	border:1px solid #4A61A5;
	color:#FFFFFF;
	font-size:10px;
	margin-left:10px;
	margin-top: 10px;
	line-height: 15px;
	font-weight: bold;
}

/* Paginator */
div.paginator_top {
	width: 100%;
	text-align: right;
}

div.paginator_bottom {
	width: 100%;
	text-align: center;
}

p.lang {
	text-align: center;
}

/* TOP menu */
div.topmenu {
	background-image: url(../pics/topmenu_bg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 38px;
}

div.topmenu ul {
	width: auto;
	margin: 0px;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	list-style: none;
	display: block;
	margin-left: 3px;
}

div.topmenu ul li {
	width: auto;
	float: left;
	border-right: 1px dotted #000000;
}

div.topmenu ul li a {
	font-family: Verdana;
	font-size: 90%;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	font-weight: bold;
	color: #052961;
	text-decoration: none;
/*    text-transform: capitalize;*/
	padding-left: 10px;
	padding-right: 10px;
}

div.topmenu ul li a:hover,  div.topmenu ul li a.active_menu1 {
	color: #052961;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url(../pics/top_menu_bg.jpg);
}

/* BOTTOM menu */
div.bottommenu {
	width: 1000px;
	margin-top: 15px;
	text-align: right;
}

div.bottommenu ul {
	width: 50%;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: block;
	margin-left: 180px;
	padding-top: 2px;
}

*html div.bottommenu ul {
	float: left;
	margin-left: 90px;
}


div.bottommenu ul li {
	width: auto;
	float: left;
	padding-right: 5px;
}

div.bottommenu ul li a {
	font-family: Verdana;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	font-weight: bold;
	color: #8D8D8D;
	text-decoration: none;
	text-transform: capitalise;
}

div.bottommenu ul li a:hover,  div.bottommenu ul li a.active_menu1 {
	color: #000;
	background-color: #FFF;
}

/* FOOTER */

#bottom .footer {
	color:#FFFFFF;
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	text-indent:225px;
	height: 22px;
	line-height: 22px;
	float: left;
}

#bottom .footer a {
    color: #FFFFFF;
}

.pinternet_logo {
    float: right;
	padding-right: 10px;
}

.pinternet_logo img {
    border: none;
	height: 14px;
	position: relative;
	top: 5px;
}

.elokep {
    width: 100%;
	text-align: center;
}

