@charset "utf-8";
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}
body {
    background-color: #80d4ff;
    text-align: center;
    font-family: arial;
}
footer {
    text-align: left;
}
a {
    text-decoration: none;
    color: #201000;

}
a:hover {
    color: red;
}
a p h1 h2 h3 {
    color: #201000;
}
#container{
	width: 800px;
	margin:auto;
	border:black solid 1px;
	background-color: #e2dBdB;
	overflow: hidden;
	padding: 0px;
	margin-top: 10px;
}
#headbox{
	background-color: #626161;
	text-align: center;
	color: white;
	vertical-align: top;
	padding: 10px;
}
.nivaa22{
	background-color: #AFACAC;
	margin-top: 0px;
	text-align: left;
	padding: 10px;
	border-top: black solid 1px;
	border-bottom: black solid 1px;
	border-right: black solid 1px;
	float: left;
}
.img{
	width: 130px;
	text-align: center;
}
#fot{
	background-color: grey;
	clear: both;
	border-top: black solid 1px;
}
.capital{
	font-size: 200%;
}
.nyruta{
	float: left;
	border-right: black solid 1px;
	text-align: left;
	width: 148px;
	padding: 5px;
	height: 750px;
}
.lborder{
	border-right: black solid 0px;
}
#rast{
	width: 456px;
}
#vektor{
	width: 303px;
}