body {
width:750px;
margin:0 auto;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
	line-height:1.5em;
background-color:#3d2523;
background-image:url(images/ui/bg.jpg);
	background-position: 50% 0;
	background-repeat: repeat-y;
}

h2, h3, h4 {
color:#AB7D64;
}

#header h1 {
margin:0;
padding:0;
}

#header h1 a {
        height:175px;
	width:290px;
	display:block;
	margin:0;
	padding:0;
	overflow:hidden;
	text-indent:-10000px;
	background-image:url(images/ui/bringabugyi_logo.jpg);
	background-repeat:no-repeat;
float:left;
}


#header h1 a:hover {
	background-image:url(images/ui/bringabugyi_logo_2.jpg);
	background-repeat:no-repeat;
}

#header ul li {
display:inline;
}

a#kuldetesunk {
width:175px;
height: 175px;
display:block;
margin:0;
padding:0;
overflow:hidden;
	text-indent:-10000px;
	background-image:url(images/ui/bringabugyi_kuldetesunk.jpg);
	background-repeat:no-repeat;
float:left;
}

a#kuldetesunk:hover {
	background-image:url(images/ui/bringabugyi_kuldetesunk_2.jpg);
	background-repeat:no-repeat;
}

a#vasarlas {
width:130px;
height: 175px;
display:block;
margin:0;
padding:0;
overflow:hidden;
	text-indent:-10000px;
	background-image:url(images/ui/bringabugyi_vasarlas.jpg);
	background-repeat:no-repeat;
float:left;
}

a#vasarlas:hover {
	background-image:url(images/ui/bringabugyi_vasarlas_2.jpg);
	background-repeat:no-repeat;
}
a#kapcsolat {
width:155px;
height: 175px;
display:block;
margin:0;
padding:0;
overflow:hidden;
	text-indent:-10000px;
	background-image:url(images/ui/bringabugyi_kapcsolat.jpg);
	background-repeat:no-repeat;
float:left;
}

a#kapcsolat:hover {
	background-image:url(images/ui/bringabugyi_kapcsolat_2.jpg);
	background-repeat:no-repeat;
}


#header ul#navigation {
width:460px;
height: 175px;
margin:0;
padding:0;
overflow:hidden;
display:block;
float:left;
}

#content {
width:650px;
padding:10px 50px 25px 50px;
margin:0;
clear:both;
background-image:url(images/ui/bg_content.jpg);
background-repeat:repeat-y;
}

hr {
	color: #4C76C2;
	background-color: #4C76C2;
	height: 1px;
	border:none;
	clear:both;
}

#footer {
width:650px;
height:150px;
padding:50px;
margin:0;
background-image:url(images/ui/bg_footer.jpg);
	background-repeat:no-repeat;
}

#form fieldset {
border:solid 1px #4C76C2;
margin-bottom:10px;
padding:10px;
}

#form legend, label.blue {
color:#4C76C2;
font-weight:bold;
}

.required {
color:red;
}

.req { /* fake hidden */
display:none;
}

#form label.align_right {
width:200px;
display:block;
float:left;
text-align:right;
margin-right:10px;
}

.error_container {
display:none;
padding:10px;
margin:10px 0;
border:solid 1px #ff0000;
background-color:#ffffcc;
}


