h1, h2 {
	
		font-size: 2em;
	    font-weight: normal;
	    color: white;
	    text-align: center;
	    text-shadow: 3px 3px 2px #0a294b;
}


body {
		background: url('obrazky/pozadi_sede.png');
		margin: 73px 0px 0px 0px;
		font: 14px Verdana;
		min-width: 960px;
}


header {
		height: 73px;
		position: fixed;
		top: 0px;
		background: url('obrazky/pozadi_sede.png') #1c2228;
		width: 100%;
}


p {
		font-family: Arial;
		font-size: 1.1em;	
}


.centrovany {
		text-align: center;	
}


#centrovac {
        margin: 0px auto;
        width: 960px;
}


.background {
		background: url('obrazky/pozadi.png') #009aca;
		padding: 30px 0px;
}


article header {
		width: 250px;
        float: left; 
        position: static;
        background: none;      
}


article section {
        width: 666px;
        float: left;
        background: white;
        border: 2px solid #006797;
        box-shadow: 2px 2px 7px #1c2228;
        padding: 20px;
}


.cistic {
		clear: both;
}


.opicture {
		float: left;
		margin: 0px 5px 0px 0px;
}
.MAILpic{
	 	float: left;
}


#logo {
		background: url('obrazky/logo.png') no-repeat;
		width: 250px;
		height: 60px;
		float: left;
		margin: 7px 0px 0px 20px;
}


#logo h1 {
		margin: 14px 0px 5px 45px;
		font-size:1.9em;
}


nav ul {
		margin: 0px;
		list-style-type: none;
}


nav ul li {
		float: left;
		padding: 0px 25px;
		margin: 0px 5px;
		font-size: 17px;
		height: 73px;
		line-height: 4.3em;
}


nav a {
		color: white;
		text-decoration: none;
}


nav ul li:hover, .activni {
		background: #ffbb00;
		box-shadow: 0px 0px 5px black;
}


footer {
		color: #808080;
		margin: 10px 0px 0px 15px;
}


.odkaz{
		color: blue;
		text-decoration: none;  	
}


table{
		text-align: center;
		margin: 0px 0px 0px 90px;
		border-spacing: 10px;
}

