body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CACACA;
	background-image: url(images/bg.jpg);
	overflow: hidden;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C1F59;
}
a:link {
	color: #0C1F59;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0C1F59;
	text-decoration: none;
}
a:hover {
	color: #1A42B9;
	text-decoration: none;
}
a:active {
	color: #0C1F59;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	text-align: center;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

.content {
	width: 100%;
	text-align: center;
	background-color: #0e2048;
	background-image: url(images/content_bg.jpg);
	background-repeat:repeat;
	height: 500px;
}

.contentInner {
	width: 982px;
	height: 453px;
	background:url(images/main_bg.jpg);
	overflow: hidden;
	text-align: center;
}

.mainPadding {
	padding: 20px;
}
.menu {
	padding-top: 84px;
	padding-left: 626px;
	color: white;
	font-weight: bold;
	font-size: 16px;
}
.menu a {
	color: white;
}
.menu a:hover {
	color: #dddddd;
}
p {
	margin: 0px;
	padding: 0px;
}

.container {
	height: 600px;
	margin-bottom: 1000px;
}
.head {
	width: 738px;
	height: 20px;
	background: #0d234a;
	margin-top: 20px;
	color: #e6e6e6;
	font-size: 16px;
	font-weight: bold;
}

.head a {
	color: #e6e6e6;
}

.head a:hover {
	color: #afbdd6;
}

.head a:active {
	color: #e6e6e6;
}

.head a:visited {
	color: #e6e6e6;
}

.torzs {
	width: 736px;
	height: 300px;
	border: solid 1px #5a78dc;
	background-color: #b1bde9;
	color: #0a1c57;
	font-size: 12px;
	text-align: left;
}

.torzs ul {
	margin-top: 0px;
}

.torzs a {
	color: #0a1c57;
}

.torzs a:hover {
	color: black;
}

#esku a {
	color: red;
}

#esku a:hover {
	color: black;
}
input {
	border: 1px solid gray;
	background: #efefef;
	font-weight: bold;
	padding: 2px;
}
input.submit {
	border: 1px solid gray;
	background: #0e322e;
	font-weight: bold;
	padding: 2px;
	font-size: 10px;
	color: white;
}
input.submit:hover {
	color: #f9f186;
}
input.submit:active {
	color: #999999;
}
input.button {
	border: 2px outset gray;
	background: #25766f;
	font-weight: bold;
	padding: 2px;
	font-size: 12px;
	color: white;
}
input.button:hover {
	color: #f9f186;
}
input.button:active {
	border: 2px inset gray;
}
textarea {
	border: 1px solid gray;
	background: #efefef;
	font-weight: bold;
	padding: 2px;
}
.feedbackinput {
	border: 1px solid #666666;
	background: #eeeeee;
	font-weight: bold;
	font-size: 10px;
	width: 567px;
	padding: 2px;
}
.feedbacktext {
	border: 1px solid darkgreen;
	background: #fafafa;
	font-weight: bold;
	font-size: 10px;
	width: 682px;
	padding: 2px;
}
.feedbackbutton {
	border: 2px outset gray;
	background: black;
	color: white;
	width: 136px;
	font-weight: bold;
	padding: 2px;
}
.feedbackbutton:hover {
	color: yellow;
}
.feedbackbutton:active {
	border: 2px inset red;
	color: red;
}
.reginput {
	width: 600px;
}
.regbutton {
	width: 600px;
}
#Loading {
	border: 1px solid black;
	background: #dddddd;
	margin-left: 30px;
	margin-top: 240px;
	margin-right: 30px;
	padding: 10px;
	background-image: url(images/content_bg.jpg);
	color: white;
	text-align: center;
	font-weight: bold;
}
