/*css document*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #a18a73;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

#page {
 	margin: auto;
	height:100%;
	width:970px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #a18973;
	border-top: none;
	min-height: 430px;
	background-color: #ffffff;
}

*html #page { height: 430px; }

#head {
	margin: auto;
	width: 972px;
	height: 306px;
	background: url(images/head.jpg) no-repeat;
}

#menu {
	padding-left: 90px;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	height: 31px;
	font-size: 10px;
}

.menu_a {  color: #ffffff; font-size: 14px; padding-top: 4px; float: left; }
.menu_p { color: #534741; font-size: 14px; padding-top: 4px; float: left; }
.elvalaszto { color: #ffffff; padding: 0px 4px 0px 4px; float: left; font-size: 17px; }

.menu_a a { color: #FFFFFF; text-decoration: none; }
.menu_p a { color: #534741; text-decoration: none; }

.lebego_top { background: url(images/fomenu/lebego_top.png) no-repeat; height: 10px; width: 179px; font-size: 0px; }
.lebego_back { background: url(images/fomenu/lebego_kozep.png) repeat-y; padding: 0px; width:179px;}
.lebego_alap {
	margin: 0px 3px 0px 3px;
	padding: 3px 0px 3px 3px;
	color: #534741;/*#07537d;*/
	font-size: 13px;
	text-align: left;
	background: #eeca2e;
	border-bottom: 1px solid #a18973;
	border-left: 1px solid #a18973;
	border-right: 1px solid #a18973;
}
.lebego_alap a {
	color: #534741; /*#07537d;*/
	text-decoration: none;
}
.lebego_bottom { background: url(images/fomenu/lebego_bottom.png) no-repeat; height: 10px; width: 179px; }

#main {
	width: 970px;
}

#left {
	float: left;
	text-align: center;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;	
}

#content {
	float: right;
	width: 720px;
	padding-left: 20px;
	padding-right: 30px;
	margin-top: 20px;	
	margin-bottom: 30px;
}

#footer {
	margin: auto;
	width: 970px;
	text-align: right;
	padding-top: 25px;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #a18973;
	font-weight:normal;
	margin-bottom: 20px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #a18973;
	font-weight:normal;
	margin-bottom: 20px;
	margin-top: 30px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a18973;
	font-weight: bold;
	margin-bottom: 20px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7c6857;
	margin-bottom: 10px;
}

ul {
	margin-left: 15px;
	margin-bottom: 10px;
}

ol {
	margin-left: 15px;
	list-style-type:decimal;
}

li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7c6857;
	margin-bottom: 4px;
}

.small {
	font-size: 10px;
}

a {
	color: #DDB52F;
}

.nyomogomb{
	background-color:#E8C321;
	border: 1px solid #B18802;
	color:#FFFFFF;
	font-weight:bold;
	width:70px;
	height:25px;
}
