body {
	background-color: #FBF5D3;
	text-align: center;
	font-family: Georgia, "Arial CE", Arial, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 12px;
}

img {
	border: 0px;
}

a {
	color: #ED1C24;
}

#container {
	width: 990px;
	margin: 0 auto;
	text-align: left;
}

#copyright {
	border-top: 3px solid #ED1C24;
	margin-top: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 15px;
}

#welcome {
	margin: 30px 0 0 0;
}
#welcome td {
	padding: 2px;
}
#welcome td img {
	display: block;
}
#welcome td.q1 {
	text-align: left;
	vertical-align: bottom;
}
#welcome td.q2 {
	text-align: left;
	vertical-align: top;
}
#welcome td.q3 {
	vertical-align: top;
}
#welcome td.q3 img {
	float: right;
}
#welcome td.q4 {
	vertical-align: top;
	width: 520px;
	background: url('../images/welcome_q4.jpg') bottom right no-repeat;
}

#header {
	height: 100px;
	padding: 1px;
}
#header img {
	margin-top: 16px;
	float: left;
}
#languageSelect {
	float: right;
	list-style: none;
	margin-top: 58px;
}
#languageSelect li {
	float: left;
}
#languageSelect li a {
	display: block;
	margin-left: 10px;
}

#menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	border-top: 3px solid white;
}
#menu li {
	display: block;
	float: left;
	margin-right: 3px;
}
#menu a {
	display: block;
	font-family: "Arial CE", Arial, Verdana;
	font-weight: bold;
	background-color: #CF8B2D;
	color: white;
	text-decoration: none;
	padding: 0.5em 0;
	border-bottom: 3px solid #ED1C24;
	text-align: center;
}
#menu a:hover {
	background-color: #E4BE8A;
}
#menu a.active {
	background-color: #E4BE8A;
	color: black;
}

h2.subsection_heading {
	display: block;
	background-color: #E4BE8A;
	text-align: center;
	margin-top: 18px ! important;
	font-family: "Arial CE", Arial, Verdana;
	font-size: 18px;
	padding: 0.1em 0;
}

/* formátování textu obsahu */
.main_contents h3 {
	color: #ED1C24;
	font-size: 17px;
}
.main_contents i {
	color: orangered;
}
.main_contents .slogan {
	text-align: center;
	margin: 20px auto;
	font-weight: bold;
	font-size: 16px;
	color: orangered;
}
.main_contents .red {
	color: red;
}
.main_contents .blue {
	color: blue;
}
.main_contents .yellow {
	color: #ffba00;
}
.main_contents .green {
	color: green;
}

#certifikaty {
	width: 740px;
	margin-top: 20px;
}
#certifikaty td {
	text-align: center;
}

div.cistic {
	height: 1px;
	font-size: 1px;
	clear: both;
}

/* horiz. margin */
#header, h2.subsection_heading, .main_contents {
	margin: 0 125px;
}
