﻿/* zakladni prvky */
body {
	background-color: #292F34;
	color: #000099;
	margin: 0;
	padding: 0;
	height: 100%
	
}
a:visited
{
    color: #CCCCCC;
    
}
a:link
{
    color: #FFFFFF;
}
a:hover
{
    color: gray;
}
.underline
{
    text-decoration: none;
}
.linkBlack
{
    color: black;
}

/* Layout Master page */

.stin
{
    width: 100%;
    background-image: url('../images/web-grafika/bck-stin.jpg');
    background-position: center;
    background-repeat: repeat-y;
}

/* .mainbody centruje stránku */

.mainbody
{
    width: 985px;
    font-family: tahoma;
    margin-left: auto;
    margin-right: auto;
            
}
.header {
    background-color: #000099;
    width: 985px;
    height: 76px;
    _height: 76px;
    text-align: left;
    background-image: url('../images/web-grafika/header-bck.jpg');
    background-position: right;
}
.logo {
	width: 273px;
	height: 76px;
	background-color: #FFFFFF;

}

/* hlavní čast stránky - horní a levé menu je umístěno v Menu.css */	


.main {
    width: 985px;
    height: auto;
    min-height: 650px;
    overflow: hidden;          
    background-color: #292F34;
    
}
.navigation {
    width: 985px;
    height: 70px;
    line-height: 65px;
    font-size: small;
    background-color: #F78405;
    text-align: left;
    background-image: url('../images/web-grafika/nav-bck3.jpg');
    background-repeat: no-repeat;
}
.rmain {
	background-image: url('../images/web-grafika/blog.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	color: #000000;
	float: right;
	height: auto;
	
	width: 780px;
	text-align: left;
	position: relative;
	top: -26px;
	z-index: 9;

}
.rmain-dole {
	background-image: url('../images/web-grafika/blog-roh2.jpg');
	background-position:left;
	background-repeat: no-repeat;
	background-color: White;
	height: 110px;
	width: 780px;
	
}

/* Footer stránek */

.paticka
{
    background-color: #F78405;
    color: #FFFFFF;
    font-size: x-small;
    width: 985px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: left;
    background-image: url('../images/web-grafika/paticka-bck2.jpg');
    background-repeat: no-repeat;
    
}
.copyright
{
    width: 400px;
    padding-left: 20px; 
    float: left;    
}
#iso-paticka
{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
       
}
#sitemap-paticka
{
    width: auto;
    padding-right: 20px; 
    float: right;
   
}
.textarea
{
    position: relative;
    top: 75px;
    padding: 8px;
    font-size: small;
}
/* Layout Administrace */
.AdminMain
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.Label
{
    color: white;
    
}
