html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
}
#lang {
	position: absolute;
	left: 1000px;
	top: 20px;
}
#headline {
	width: 80%;
	max-width: 1140px;
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1%;
	padding-bottom: 1%;
}
#headline p {
	margin-left: 150px;
}
#headline a {
	text-decoration: none;
}
#headline img {
	float: left;
	margin-right: 1%;
	margin-left: 2%;
}
#fakulta, #katedra {
	font-family: Cambria, Times new Roman, Bodoni, Garamond, Minion Web;
}
#fakulta {
	color: #666666;
	font-size: 1.3em;
}
#katedra {
	color: #1478c7;
	font-size: 1.7em;
}
#banner {
	width: 100%;
	min-height: 189px;
	background-image: url('data/banner.png');
	background-position: top center;
	background-color: black;
	background-repeat: no-repeat;
}
#menu {
	width: 100%;
	min-height: 50px;
	background-color: #1478c7;
	background-image: url('data/menu-background.png');
	background-position: top left;
	background-repeat: repeat-x;
}
#way {
	width: 100%;
	min-height: 44px;
	line-height: 44px;
	background-image: url('data/way-background.png');
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #f4f4f4;
	color: #1478c7;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
}
#menu div, #way div{
	width: 80%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
}
#way div .obsah {
	width: 100%;
	margin-left: 20px;
}
#way a {
	text-decoration: none;
	color: #808080;
}
#way a:hover {
	color: #606060;
}
#container {
	width: 80%;
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.2em;
	font-size: 0.95em;
}
#left_column {
	width: 30%;
	float: left;
	text-align: center;
	background-color: #eaf3fa;
}
#middle_column {
	width: 70%;
	float: right;
	background-color: #ffffff;
}
.content {
	margin: 20px;
	text-align: justify;
}
#left_column .content, #right_column .content {
	margin-top: 0px;
}
#footer {
	background-image: url('data/footer-background.png');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #ececec;
	clear: both;
	width: 100%;
	color: #808080;
	font-size: 0.8em;
	font-weight: normal;
	padding-bottom: 4%;
	text-align: right;
}
#footer .content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-top: -20px;
	text-align: right;
}
#footer .content img {
	float: right;
	margin-left: 20px;
}
.clr {
	clear: both;
}
#submenu {
	float: right;
	background-color: #eaf3fa;
	padding: 10px;
	margin-left: 20px;
}

/* nadpisy */

h1, h2 {
	font-family: Cambria, Times new Roman, Bodoni, Garamond, Minion Web;
	margin-left:-20px;
	color: #1478c7;
	margin-top: 2%;
	margin-bottom: 1%;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	line-height: 1.5em;
}
h1, h2 {
	padding: 8px 20px 8px 20px;
}
h1 a, h2 a , h3 a{
	color: #1478c7;
	text-decoration: none;
}
.nadpis_bloku  {
	margin-right:-20px;
	margin-left: -20px;
	color: #1478c7;
	font-size: 1.5em;
	font-family: Cambria, Times new Roman, Bodoni, Garamond, Minion Web;
	font-weight: normal;
	padding: 8px 10px 8px 20px;
}
.date {
	color: #808080;
	font-size: 0.8em;
}
h2 {
	text-transform: none;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
}
h3 {
	font-size: 1.02em;
}
h3 a {
	color: #000000;
}
h4 {
	font-size: 1.10em;
	font-style: italic;
}
h5 {
	font-size: 1.05em;
	font-weight: normal;
}
h6 {
	font-size: 1.05em;
	font-weight: normal;
}
a {
	color: #1478c7;
}
a:hover {
	color: #004e8a;
}
a img {
	border: 0px;
}
ul {
	margin-top: 0px;
}
li {
	line-height: 1.6em;
}
/* ------- TABULKY -------------------- */
table {
	border: 0px solid;
	border-collapse: collapse;
}
table tr td {
	padding: 5px;
}
.label_kod {
	color: #808080;
	text-transform: uppercase;
}
.kod {
	text-transform: uppercase;
}
table tr td.label {
	color: #808080;
}
#footer a {
	color: #7b7b7b;
	text-decoration: none;
}
#footer a:hover, #footer .content div a:hover {
	color: #606060;
}
#footer .content div {
	margin-top: 8px;
	color: #cccccc;
	font-size: 0.8em;
}
#footer .content div span {
	font-weight: normal;
}
#footer .content div a {
	text-decoration: none;
	color: #cccccc;
}

/* --------- POZICOVANI ----------- */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}

.obor_pod_programem {
	margin-left: 5%;
}
.no_justify {
	text-align: left;
}
#mail_img {
	position:relative;
	top: 3px;
}