html {
	scrollbar-gutter: stable;	
}

body {
    background-color: #EEEEEE;
    margin: 0px;
    font-family: "Calibri", sans-serif;
    font-size: 18px;
    color: black;
}
img {
	border: none;
	outline: none;
}
a {
	color: #0000D0;
    text-decoration: none;
}
a:active {
	color: black;
	text-decoration: underline;
}
a:hover {
	color: black;
	text-decoration: underline;
}

h1, div.h1 {
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin: 3px 0px 8px 0px;
	text-align: center;
    font-size: 28px;
	text-shadow: 2px 2px 2px #cccccc;
}
h2, div.h2 {
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin: 7px 0px 3px 0px;
	text-align: center;
    font-size: 20px;
	text-shadow: 2px 2px 2px #dddddd;
}
center {
	margin: 0 0;
	width: 100%;
	text-align: center;
}
p {
	margin: 12px 0 10px 0;
	text-indent: 50px;
	line-height: 120%;
}
ul{
	margin: 8px 0px 6px 50px;
	padding: 0px;
}
li {
	margin: 5px 0 3px 0;
	list-style-position: outside;
	text-indent: 0px;
	line-height: 120%;
}
iframe.video {
	display: inline-block;
	border: 0;
	width:720px;
	height:480px;
}

input {
	font-family: "Calibri", sans-serif;
	border-radius: 3px;
}
input[type=text], input[type=password] {
	border: 1px solid #aaaaaa;
	margin: 5px 0;
	font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
	padding: 2px 7px;
}
input[type=text]:focus, input[type=password]:focus {
	border: 1px solid #000000;
}
input[type=checkbox] {
	border: 1px solid #aaaaaa;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
    margin: 7px 0;
}
input[type=checkbox]:focus {
	border: 1px solid #000000;
}
textarea {
	border: 1px solid #aaaaaa;
	margin: 5px 0;
	font-size: 16px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
	padding: 3px 5px;
	font-family: "Calibri", sans-serif;
	border-radius: 5px;
}
textarea:focus {
	border: 1px solid #000000;
}

label {
	display: inline-block;
	font-size: 18px;
}

input[type=submit], input[type=button], input::file-selector-button, button, select {
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	margin: 7px 0;
	padding: 3px 20px;
	font-size: 15px;
	outline: none;
	border-radius: 3px;
}
select {
	font-size: 14px;
}

input[type=submit]:hover, input[type=button]:hover, input::file-selector-button:hover, button:hover, select:focus {
	border: 1px solid #000000;
}
input::file-selector-button {
	margin-right: 10px;
}
input[type=file] {
	font-size: 14px;
	font-weight: bold;
}

table {
	background: white;
	border-collapse: collapse;
	border: 1px solid #aaaaaa;
}
td {
	border: 1px solid #aaaaaa;
	padding: 1px 7px;	
	font-size: 15px;
}
	
div.all {
	display: block;
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

div.content {
	display: inline-block;
	width: 1200px;
	margin: 0;
	border-radius: 20px 20px 22px 22px;
	text-align: left;
    background-color: white;
}
div.flex {
	display: flex;
}

div.menu {
	position: absolute;
	left: 170px;
	top: 90px;
    background-color: inherit;
}

hr {
	margin: 15px 0 0 0;
	padding: 0px 5px;
	border-width: 0 0 0 0;
	border-style: solid;
	border-color: #888888;
}

div.menu a {
	display: inline-block;
	font-size: 16px;
	margin: 7px 5px 7px 5px;
	padding: 0px;
	text-decoration: none;
}
div.menu a:active {
	padding: 0px;
	text-shadow: 0px 0px 0px;
}
div.menu a:hover {
	text-decoration: underline;	
}	

div.header {
	display: block;
	position: relative;
	height: 130px;
    background-color: transparent;
}
a.header_logo {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 35px;
    background-image: url("img/fes_logo_100-959244cd4657581790bb9e0c7aff780e.png");
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}
div.header_title {
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 170px;
	font-weight: bold;
	font-size: 42px;
}
div.header_func {
	position: absolute;
	top: 25px;
	right: 25px;
	text-align: right;
	padding-right: 10px;
}
div.header_func input[type=text], div.header_func input[type=password] {
	border: 1px solid #aaaaaa;
	margin: 2px 0;
	font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: none;
	padding: 2px 7px;
	width: 120px;
}
div.header_func input[type=text]:focus, input[type=password]:focus {
	border: 1px solid #000000;
}
div.header_func a.reg {
	display: block;
	position: absolute;
	bottom: 5px;
	font-size: 14px;
	margin-right: 20px;
	text-align: left;
}
div.header_func a.logout {
	font-size: 13px;
}
div.header_func a.big {
	display: block;
	position: relative;
	font-size: 18px;
	text-shadow: 1px 1px 1px #cccccc;
	margin: 2px 0;
	text-align: right;
}
div.header_func a.big:active {
	text-shadow: 0px 0px 0px;
}

div.header_func label {
	display: inline-block;
	width: 50px;
	font-size: 14px;
	text-align: left;
	margin-right: 10px;
}

div.header_func button {
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
	margin: 3px 0;
	padding: 3px 10px;
	font-size: 11px;
	outline: none;
}

div.footer {
	display: block;
	height: 50px;
    background-color: transparent;
    border-radius: 0 0 20px 20px;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
}
div.footer div.links {
	height: 45px;
}
div.footer span.discl {
	display: inline-block;
	margin-bottom: 5px;
	width: 900px;
	color: #808080;
	vertical-align: bottom;
}
div.footer a {
	margin: 3px 10px;
	font-size: 14px;
}

div.page {
	display: block;
	padding: 30px 50px;
	min-height: 500px;
    background-color: #fafafa;
}
div.page img, div.page img.left {
	float: left;
	margin: 10px 20px 10px 0;
}
div.page img.right {
	float: right;
	margin: 10px 0px 10px 20px;
}
div.page img.center {
	float: none;
	margin: 10px auto 10px auto;
	display: block;
}

div.page a.icon22 {
	margin: 1px;
	padding: 0px;
}
div.page img.icon22 {
	margin: 0px;
	width: 22px;
	height: 22px;
}

div.page p {
	display: block;
	width: 100%;
}
div.page h2 a {
	font-weight: normal;
	display: inline-block;
	vertical-align: middle;
}
div.info {
    display: inline-block;
    border: 1px solid black;
    margin: 15px 0;
    padding: 10px 30px;
    background: #fffff0;
    max-width: 500px;
    border-radius: 10px;
}
