body {
    margin: 0;
    padding: 0;
    background-color: #941712;
	font-family: Verdana;
	font-size: 12px;
	color: #330000;
	background-image: url(../img/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

html, body {
     height: 100%;
}

div, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	display: table;
}

div.content_teljes {
	margin-bottom: 15px;
	line-height: 20px;
}

a {
	color: #BB1D17;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: normal;
	color: #BB1D17;
	line-height: 30px;
}

#alap {
	margin-left: auto;
	margin-right: auto;
    width: 737px;
    height: 100%;
    background-color: #EAE9E9;
}

#menubal {
    width: 198px;
	height: 223px;
    background-color: #000;
    float: left;
}

#menujobb {
    float: left;
}

#szovegresz {
	border-left: 30px solid #EAE9E9;
	border-right: 35px solid #EAE9E9;
    width: 672px;
    color: #330000;
    background-color: #EAE9E9;
	float: left;
}

/* BALMENÜ */
ul.balmenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.balmenu li a {
	width: 100%;
	height: 27px;
    line-height: 27px;
    font-family: Tahoma;
	font-size: 12px;
    text-align: center;
	color: #FFF;
	background-image: url(../img/bg_li.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    text-decoration: none;
	display: block;
}

ul.balmenu li a:hover {
	background-image: url(../img/bg_li_hover.jpg);
	background-position: top left;
	background-repeat: no-repeat;
    text-decoration: none;
}

p.vissza_linkek {
    text-align: center;
}
