﻿body, html {
	width: 760px;
	height: 760px;
	font-family: sans-serif;
	background-image: url('../img/bg.png');
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

sup {
	color: #ed578a;
}

.btn {
	background: #0f4a8c;
	color: #fff;
	border-radius: 0px;
	border: none;
	font-weight: 600;
}

.btn:hover {
	background: #fff;
	color: #0f4a8c;
}

a {
	text-decoration: underline;
}

p {
	padding-bottom: 20px;
}

h2, p {
	color: #103073;
}

ul li {
	padding-bottom: 20px;
	margin-left: -25px;
	color: #103073;
}

h2 {
	font-style: italic;
	font-weight: bold;
}

p a {
	color: #103073;
}

.bolded {
	font-weight: bold;
}

label {
	font-weight: 600;
	margin-bottom: 1px;
}

#formdiv {
	width: 255px;
	min-height: 320px;
	background: #b0bbd1;
	padding: 15px;
	float: right;
	margin-right: 10px;
}

.form-control {
	border-radius: 0px;
	border: 1px solid #a9a9a9;
}

.form-group {
    margin-bottom: 10px;
}

#szabaly {
	font-weight: bold;
	color: #00a2dd;
	float: right;
}

#header {
	height: 190px;
}

#content {
	margin-left: 30px;
}

#nyeremenykep {
	margin-top: 20px;
}