/**************************************\

Project:	PAMSTAV
Author:	  PARI.CZ

\**************************************/
body#pamstav { background: url("../images/body.jpg") repeat-x top; }
h1 {color: #e06e17; font-size: 2.1em; }
p { text-align: justify; }
a { color: #e06e17; }
a:hover { text-decoration: underline; }
table {border-collapse: collapse;}
th { background: #DF6E17; color: #fff; font-size: 1.1em; border: 1px solid #fff; }
td { background: #eff0f0; border: 1px solid #fff; }
h2 { font-size: 1.7em; font-weight: normal; color: #606060; margin: 20px 0 10px 0; }

.container { margin: 0 auto; position: relative; border: 1px solid transparent; _border: none }
.logo { width: 191px; height: 149px; position: absolute; top: 0; left: 750px; }
.inside_img { width: 120px; height: 120px; float: left; margin: 2px; }
.clear { clear: both; }
.gallery { width: 500px; }

.menu { position: absolute; top: 20px; left: 20px; }
.menu li { float: left; list-style: none; }
.menu li a { display: block; _display: inline-block; height: 33px; margin: 0 10px 0 0; padding: 4px 10px 0 10px; color: #fff; font-size: 1.3em; font-weight: bold; text-decoration: none; background: none; }
.menu li a.active { background: url("../images/menu.gif") no-repeat; }
.menu li a:hover { color: #fff; background: url("../images/menu.gif") no-repeat; text-decoration: none; }

.article { background: url("../images/bg.jpg") no-repeat top right; margin: 74px 0 0 0; }
.article .title { width: 641px; height: 33px; background: #e5f0f5; padding: 35px 0 0 20px; }
.article .text { margin: 30px 320px 30px 20px; }

.footer { background: #e5f0f5; padding: 5px 15px; position: relative; }
.footer p { margin: 0; color: #e06e17; }
.footer p a { color: #e06e17; text-decoration: none; }
.footer p a:hover { text-decoration: underline; }
.footer p.areal { position: absolute; top: 5px; right: 20px; }

.small-img-border {
	display: block;
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid #494949;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: relative;
}
.middle-img-border {
	display: block;
	float: left;
	margin: 0px 5px 5px 0px;
	border: 1px solid #494949;
	width: 107px;
	height: 107px;
	overflow: hidden;
	position: relative;
}
.small-img {
	position: absolute;
	left: 0px;
	top: 0px;
}
