/* CSS TEAK CERNY common */

/***************** basic text elements ************************/


h1, h2, h3, h4 {
	font-family: Georgia, "New York CE", utopia, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #0066CC;
	padding: 0 0 0 0;
	margin: 0 0 0 0;	
}
h1 {
	padding: 20px 0 0 0;
	margin: 0 0 10px 0;
	}

h2 {
	font-size: 18px;
	padding-top: 10px;
	margin-bottom: 10px;
	/*background: url("../images/bg_h1.jpg") repeat-x left top;*/
}

h3 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	padding-top: 5px;
}

h4 {
	font-size: 12px;
}

p {
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}

a {
	text-decoration: none;
	color:#0066CC;
	font-weight: bold;
}


a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

img.gallery {
margin: 10px 2px 5px 0px;
/*widht: 164px;
height: 128px;
background: url("../images/bg_gallery.jpg") no-repeat left top;*/
}

div#content img {
	margin: 0 0 10px 15px;
	padding: 5px;
	border: solid 1px #CCCCCC;
}

div#content img.uvod {
	margin: 0;
	padding: 0;
	border: none;
}

span.foto_left img{
	margin: 0 15px 10px 0;
}

span.foto_right img{
	margin: 0 0 10px 15px;
}

span.intro-box a {
	position: relative;
	top: 220px;
	left: 27px;
	font-size: 10px;
	color: #9E0B0E;
	
}

div#inzerce a.inzerce {
	background: url("../images/bg_inzerce_btn.jpg") no-repeat left top;
	display: block;
	width: 95px;
	height: 30px;
	position: relative;
	top: 5px;
}
/***************** lists ************************/

div#content ul {
	list-style: none;
	margin: 0 0 20px 20px;
}

div#content ul li {
	background: url("../images/bg_li.gif") no-repeat 5px 5px;
	padding: 0 0 0 20px;
}

/***************** forms ************************/



/***************** tables ************************/



/***************** common elements ************************/

.hr_dotted{
		background: url("../images/common/bg_hr_dotted.gif") repeat-x 0 5px;
		padding: 7px 0;
}
.hr_line{
		background: url("../images/common/bg_hr_line.gif") repeat-x 0 5px;
		padding: 7px 0;
}

.clear {
	height: 1px;
	clear: both;
	font-size: 0.75pt;
	line-height: 0.75pt;
}

.no_display{
	display: none;
}
.no_bg{
	background: url("../images/common/none.gif");
}
.no_border{
	border: 0;
}




/***************** footer ************************/

div#footer a {
	color: #0066CC;
text-decoration: none;
}
/*
div#footer a.cms {
	color: #749900;
}
div#footer a.design {
	color: #749900;
}*/

/***************** colors ************************/

.red{
color:#D14703;
}
.blue{
color: #006192;
}
.green{
color: #328B01;
}
.orange{
color: #FC9400;
}


/***************** vlajky ************************/

.cz, .ger, .uk {
	display: block;
	float: left;
	background: url("../images/cz.gif");
	width: 20px;
	height: 13px;
	margin: 5px 2px;
}

.ger {
		background: url("../images/ger.gif");
}

.uk {
		background: url("../images/uk.gif");
}


