html {
	margin: 0px 0px 0px 0px; 
	border-width: 0;
	border-style: none;
	}
body {
	font-family: Tahoma;
	font-size: 12px;
	width:950px;
	margin: 0px auto 0px auto; 
	background-color: #FFFFFF;
	}
img {
	border:0;
	}
/* Alap beallítasok vége */

#header {
		width: 950px; 
		height: 383px; 
		border-width: 0px; 
		border-style: none;
		background:transparent url('/images/index_header.png') no-repeat scroll 0 0;
	}
#footer {
	width:950px; 
	height:79px; 
	font-family: Tahoma;
	color: #333333;
	text-align:center; 
	clear:both;
	padding-top:20px;
	background:transparent url('/images/footer.png') no-repeat scroll 0 0;
	}
	
/* Box1 */
.box_container {
    background: url('/images/box/border_left.png') repeat-y left;
}
.box_container .border_right {
    background: url('/images/box/border_right.png') repeat-y right;
}
.box_container .border_top {
    height: 36px;
    background: url('/images/box/border_top.png') repeat-x top;
}
.box_container .border_bottom {
    height: 18px;
    background: url('/images/box/border_bottom.png') repeat-x bottom;
}
.box_container .corner_top_left {
    float: left;
    width: 15px;
    height: 36px;
    background: url('/images/box/corner_top_left.png') no-repeat left top;
}
.box_container .corner_top_right {
    float: right;
    width: 15px;
    height: 36px;
    background: url('/images/box/corner_top_right.png') no-repeat right top;
}
.box_container .corner_bottom_left {
    float: left;
    width: 18px;
    height: 18px;
    background: url('/images/box/corner_bottom_left.png') no-repeat left bottom;
}
.box_container .corner_bottom_right { /* Jobb alsó  sarok képe  */
    float: right;
    width: 18px;
    height: 18px;
    background: url('/images/box/corner_bottom_right.png') no-repeat right bottom;
}
.box_container .header_text {
    padding: 10px 10px 0px 10px;
    color: #555;
    font-family: Arial, Times, serif;
    font-size: 1.2em;
    text-align: center;
}
 
.box_container .content {
	position: relative;
	margin: 0px 15px 0px 15px;
	padding: 10px;
	background-color: #efefef;
	color: #555;
	font-family: Arial, Times, serif;
	line-height: 1.3em;
}
.box_container .content:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
/* Box1 vége */
/* Linkek */
a.linkek {
	color: #000000;
	text-decoration: none;
	}
a.linkek:hover {
	color: #0000000;
	text-decoration: underline;
	}

/* Link boxok */
div.box {
	margin-top: 10px;
    color: #292929;
    border: 2px solid #BABABA;
    background-color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-bottom: 1em;
    -o-border-radius: 10px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 10px;
    -webkit-box-shadow: 0px 3px 7px #adadad;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -opera-sizing: border-box;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
	background:transparent url('/images/header_box.png') repeat-x scroll 0 0;
	}
.errorMessage{
	color:red;
}