﻿/* CSS layout */
body {
	margin: 0 auto 0 auto;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #111;
	font-size: 14px;
	text-align: center;
}
#all {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	padding: 0px;
	margin: 0px;
	background-image: url('images/dostojnost.jpg');
	height: 120px;
	width: 970px;
	top: 0px;
	bottom: 0px;
}
#container {
	margin: 0px;
	padding: 0px;
	background-image: url('images/dostojnost_back.jpg');
	background-repeat: repeat-y;
	text-align: justify;
}
#left_col {
	padding: 0px;
	margin: 0px;
	width: 180px;
	float: left;
	background-color: #d4d3d3;
}
#left_col a {
	width: 180px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #926DA5;
	margin-top: 7px;
	margin-bottom: 0px;
	text-indent: 10px;
}
#left_col a:hover {
	color: #4E3759;
	font-style: italic;
}
#right_col p {
	width: 160px;
	text-decoration: none;
	font-weight: bold;
	color: #545353;
	font-size: 12px;
	margin-right: -10px;
}
#right_col {
	padding: 0px;
	margin: 0px;
	width: 180px;
	float: right;
	background-color: #d4d3d3;
}
#page_content {
	padding: 0px;
	margin: 0px 180px 0px 180px;
	font-size: 1em;
	background-image: url('images/podklad.jpg');
	background-repeat: repeat-y;
}
#page_content a {
	color: #00f;
	text-decoration: none;
}
#page_content a:hover {
	text-decoration: underline;
}
#footer {
	padding: 0px;
	margin: 0px;
	background-color: #545353;
	width: 970px;
	font-size: 12px;
}
#footer a {
	color: #B5A5BE;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
h1 {
	margin: 0px 10px 10px 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #4e3759;
}
p {
	margin: 0px 10px 0px 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#all0 {
	width: 970px;
}
.biela {
	color: #fff;
}
.centruj {
	text-align: center;
}
.zelena {
	color: #060;
}
.cervena {
	color: #933;
}
h2 {
	margin: 0px 10px 10px 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #4e3759;
}
.right {
	text-align: right;
}

