body {
	background-color: #cbd8fa;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
}

#header {
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 170px;
}

#right_line {
	background-image: url(../img/right_line.png);
	background-repeat: repeat-y;
	/*min-height: 370px;*/
}

#right_line_top {
	background-image: url(../img/right_line_top.png);
	background-repeat: no-repeat;
	height: 70px;
}

#right_line_bottom{
	background-image: url(../img/right_line_bottom.png);
	background-repeat: no-repeat;
	height: 70px;
}

#left_line {
	background-image: url(../img/left_line.png);
	background-repeat: repeat-y;
	/*min-height: 370px;*/
}

#left_line_top {
	background-image: url(../img/left_line_top.png);
	background-repeat: no-repeat;
	height: 70px;
}

#left_line_bottom{
	background-image: url(../img/left_line_bottom.png);
	background-repeat: no-repeat;
	height: 70px;
}

#sub_bg {
	background-image: url(../img/submenu_bg.png);
	background-repeat: repeat-y;
	/*min-height: 295px;*/
	width: 250px;
	padding-left: 12px;
	margin-left:-10px;
}

#sub_top{
	background-image: url(../img/submenu_top.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	margin-left:-10px;
}

#sub_bottom{
	background-image: url(../img/submenu_bottom.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 150px;
	margin-left:-10px;
}

#main_bg {
	background-image: url(../img/main_bg.png);
	background-repeat: repeat-y;
	/*padding-top:20px;
	padding-left:20px;
	padding-right:20px;*/
}

#main_szin {
	background-color: #c0cff8;
}

#footer {
	padding-top:20px;
	color: #003d7c;
	font-weight:bold;
	/*padding-left:20px;*/
}

#keret {
	border: solid 5px #c0cff8;
	}
	
#lista  ul {margin: 0;}

#lista li {
	background: url(../img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
#lista li a {
	color: #096e66;
	line-height: 2.1em;
	padding-left: 13px;
	text-decoration: none;
	font-weight: bold;
}
#lista li a:hover {

text-decoration: underline;
}

form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	/*padding: 20px;*/
	border: 0px solid #A5A8B8;

	/*width:300px;*/
	/*margin-left:120px;*/
}

.formular fieldset {
	margin-top: 20px;
	/*padding : 15px;*/
	border: 1px solid #61bdb8;
	
}


.formular legend {
	font-size: 12px;
	color: #003d7c;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	/*width: auto;*/
}

.formular label span {
	color: #fff;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	color: #000;
	padding: 4px;
	border: 1px solid #444;
	font-size: 12px;
	margin-top: 4px;
	/*background: #FFF url('/img/form/text-bg.gif') repeat-x;*/
	
}
.formular textarea {
	/*width: 250px;*/
	/*height:90px;*/
	color: #000;
	padding: 4px;
	border: 1px solid #444;
	font-size: 14px;
	margin-top: 4px;
	/*background: #FFF url('/img/form/text-bg.gif') repeat-x;*/
	
}
.formular .infos {
	/*background: #FFF;*/
	color: #555;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	/*background: url('/img/form/button-bg.png') repeat-x;*/
	border: 1px solid #444;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
	color:#111;
}

.formular hr {
	clear: both;
	visibility: hidden;
}
