body {
    background-color: rgba(176,176,176,1.00);
    font-size: 0.85em;  
    animation: pomaluzobraz2 2s;    
}
.obsah {
	width: 90%;
	height: auto;
    min-height: 90vh;
	background-color: rgba(255,255,255,1.00);
	margin-left: 5%;
	-webkit-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.36);
	box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.36);
    float: left;
    clear: both;
      
}
.logo {
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    float: left;
    clear: both;
    text-align: center;
}
.logo img {
    width: 60%;
    height: auto;
}
.obsah_text {
    width: 80%;
    height: auto;
    margin-left: 10%;
    float: left;
    clear: both;
    margin-bottom: 20px;
}
.menu {
	width: 100%;
	height: 48px;
	border-bottom: 1px solid rgba(172,172,172,0.12);
    display: flex;
    flex-direction: row-reverse;
    align-items:center;
    justify-content: space-around;
    flex-wrap: nowrap;    
}
.menu_box {
	width: auto;
	height: 48px;
    line-height: 48px;
}
.menu_box a {
	color: rgba(87,87,87,1.00);
	height: 48px;
	height: 48px;
    line-height: 48px;
    padding-right: 5px;
    padding-left:5px;   
    text-decoration: none;
    display: block;
}

.menu_box a:hover {
    animation: pomaluzobraz 2s;    
	color: rgba(87,87,87,0.5);
    background-color: rgba(220,220,220,0.20);
}

.rem_clanky {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
}
.rem_clanek {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	border-bottom: 1px solid rgba(223,223,223,1.00);
    padding-bottom: 48px;
    margin-bottom: 48px;
}
.rem_clanek_titulek {
    width: 100%;
    height: auto;
	float: left;
	clear: both;    
    font-size: 1em;
}
.rem_clanek_perex {
    width: 100%;
    height: auto;
	float: left;
	clear: both;    
    font-size: 0.85em;
    color: rgba(116,116,116,1.00);
}
.rem_clanek_odkaz {
    width: 100%;
    height: 32px;
    font-size: 0.85em;
    line-height: 32px;
}
.rem_clanek_odkaz a{
    color: rgba(39,39,39,1.00);
    text-decoration: none;
}
.rem_clanek_odkaz a:hover{
    animation: pomaluzobraz 3s;       
    color: rgba(108,108,108,1.00);
    text-decoration: underline;
}
.rem_clanek_odkaz img {
    width: 18px;
    height: auto;
    float: left;
    margin-top: 8px;
}
.rem_clanek_odkaz a img{
    border: none;
}



/* INFOCENTRUM */
.reminas_form {
    width: 80%;
    margin-left: 10%;
    text-align: center;
    float: left;
    clear: both;
}
.reminas_form_radek {
    width: 100%;
    height: 80px;
    line-height: 80px;
    float: left;
    clear: both;
}
.reminas_form_radek input{
	width: 100%;
    height: 64px;
    line-height: 64px;
	float: left;
	clear: both;
	border: 0px solid rgba(103,103,103,1.00);
	background-color: rgba(224,224,224,1.00);
    text-align: center;
    color: rgba(51,51,51,1.00);
}
.reminas_form_radek input[type="submit"]{
	background-color: rgba(124,124,124,1.00);
    color: rgba(255,255,255,1.00);
    cursor: pointer;
}
.reminas_form_radek input[type="submit"]:hover{
	background-color: rgba(57,57,57,1.00);
    color: rgba(255,255,255,1.00);
}