* {margin: 0; padding: 0;}

/* tagy */

body
{
	color: #000;
	background-color: #BDBCC1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	border: 0;
	padding: 10px 0;
}

h2 {color: #c00; font-size: 130%;}
h3 {color: #336; font-size: 110%; margin: 20px 0 3px 0;}
h4 {font-size: 100%; text-transform: uppercase;}
a:hover {text-decoration: none;}
sup {font-size: 60%;}

table {background-color: #336; font-size: 100%; width: 300px;}
th, td {vertical-align: top; padding: 5px;}
th {color: #336; background-color: #E0DFDB; text-align: left;}
td {background-color: #fff; text-align: right;}

/* layout */

#main
{
	background: url(../graphics/bgMain.gif) 1px 0px repeat-y;
	background-color: #fff;
	text-align: left;
	position: relative;
	margin: 0 auto;
	width: 760px;
}

#header
{
	background: url(../graphics/bgHeader.jpg) top right no-repeat;
	background-color: #fff;
	border: 1px solid #000;
	border-bottom: 0;
	height: 207px;
}

#content
{
	background: url(../graphics/bgContent.jpg) top right no-repeat;
	border: 1px solid #000;
	border-top: 0;
	padding: 35px 0;
	min-height: 100px;
}

#leftHolder {float: left; width: 213px;}
#rightHolder {float: right; width: 545px;}
#left {margin: 0 15px 0 45px;}
#right {margin: 50px 35px 0 35px;}

#footer
{
	color: #fff;
	background-color: #BDBCC1;
	font-size: 85%;
	padding: 5px 35px 0 249px;
}

/* main */

p#lang
{
	color: #336;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 85%;
	text-transform: lowercase;
	position: absolute;
	top: 10px;
	right: 57px;
}

p#lang a {color: #336; font-weight: bold; text-decoration: none;}
p#lang a:hover {text-decoration: underline;}

/* content */

#content p {line-height: 1.4em; margin-bottom: 1.33em;}
#left a, #right a {color: #c00;}

/* header */

h1 {position: absolute; top: 36px; left: 46px;}

h1 a, h1 a span
{
	background: url(../graphics/Logo.png) top left no-repeat;
	display: block;
	width: 111px;
	height: 133px;
}

h1 a {position: relative; overflow: hidden;z-index: 1;}

h1 a span
{
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

/* left */

ul#menu
{
	font-weight: bold;
	text-transform: uppercase;
	list-style: none;
	margin: 0 0 25px 45px;
}

ul#menu li
{
	background: url(../graphics/bgLi.gif) bottom left repeat-x;
	margin-bottom: 10px;
	padding-bottom: 11px;
}

ul#menu a {color: #333366; text-decoration: none;}
ul#menu a:hover {color: #c00;}

#left p {font-size: 95%;}

/* right */

#right ul {list-style: none; margin: .33em 0 1.33em 1.33em;}
#right li {background: url(../graphics/bgLiR.gif) 0px 6px no-repeat; margin-bottom: .33em; padding-left: 12px;}

/* footer */

#footer a {color: #fff; text-decoration: none;}
#footer a:hover {text-decoration: underline;}

/* obecné třídy */

.clnr {font-size: 0; clear: both; width: 100%;}
.fl {float: left;}
.fr {float: right;}
.ir, .il {margin: 4px 0 10px 0;}
.ir {margin-left: 15px;}
.il {margin-right: 15px;}
.obr {background-color: #BDBCC1;}
.obr img {border: 1px solid #fff; margin: 4px 4px 1px 4px;}
.normal {font-weight: normal;}
.galleryLine {padding-top: 35px;}
.galleryRow {margin: 0 42px;}
.galleryHead {margin-bottom: 15px;}
