body {
	margin: 0px;
	background-color: #f8ddc2;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #903402;
}
	
#wrapper {
	background-image: url(../images/wrapperbg.jpg);
	background-repeat: repeat-y;
	width: 989px;
	min-height: 1000px;
}

#contentDiv {
	width: 642px;
	min-height: 700px;
	float: left;
	padding: 20px 0px 20px 40px;
	text-align: justify;
}

#contentDiv2 {
	width: 446px;
	min-height: 700px;
	float: left;
	margin: 20px 64px 20px 134px;
	text-align: justify;
	padding: 11px;
}

#eredmenyekDiv {
	width: 642px;
	min-height: 700px;
	float: left;
	padding: 20px 64px 20px 36px;
	text-align: justify;
}

#menuWrapper {
	width: 161px;
	height: 700px;
	float: left;
	padding-left: 71px;
}

#menuWrapper a {
	display: block;
	width: 128px;
	height: 17px;
	background-image: url(../images/menubg.jpg);
	padding: 7px 0 0 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #fff;
}

#footerDiv {
	clear: both;
	width: 989px;
	height: 122px;
}

#menuWrapper a:hover {
	color: #f5b13a;
	text-decoration: none;
}

#menuWrapper img {
	margin-left: 60px;
}

#drop_down a {
	width: 108px;
	background-image: url(../images/dropdownbg.jpg);
	padding: 7px 0 0 24px;
}

#drop_down span {
	visibility: hidden;
}

.title {
	display: block;
	text-transform: uppercase;
	color: #903402;
	font-weight: bold;
	margin-bottom: 10px; 
}

.eredmenyektable {
	width: 657px;
	border: none;
	text-align: center;
	clear: both;
}

.eredmenyektable tr {
	background-color: #fbc566;
	height: 23px;
}

.tableheader {
	background-image: url(../images/eredmenyekheader.jpg);
	background-repeat: no-repeat;
	height: 31px;
	color: #f2e6e6;
	text-align: right;
	padding-right: 24px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}


form {
	display: block;
	width: 300px;
	margin: 40px auto;
	height: 40px
}

form label {
	display: block;
	width: 100px;
	float: left;
	padding-top: 2px;
	margin-top: 8px;
}

input {
	border: 1px solid #903402;
	margin-top: 8px;
	padding: 0px;
	float: left;
}

.button {
	background-color: #903402;
	color: #fff;
	float: right;
	height: 20px;
}

form p {
	display: block;
	margin-top: 20px;
}

a {
	color: #903402;
	text-decoration: underline;
}

a:hover {
	color: #903402;
	text-decoration: none;
}

.korny {
	list-style-type: decimal;
}

#contentDiv img, #contentDiv2 img {
	display: block;
	border: 2px solid #903402;
	margin: 12px 12px 12px 12px;
}

#select {
	width: 200px;
	height: 20px;
	margin: 20px auto;
}

#select label {
	display: block;
	width: 100px;
	float: left;
	margin-top: 2px;
}

#select select {
	display: block;
	float: left;
	margin-right: 20px;
}

#select input {
	background-color: #903402;
	color: #fff;
	display: block;
	float: left;
	margin: 0px;
	cursor: pointer;
}

	