/* --------------------------------------------------------------------------
		CSS coding by Marek Levák for VISIBLE BRAND, s.r.o.
	-------------------------------------------------------------------------- */

/* Main ................. */
body {
	margin: 0;
	color: #555;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center;
}
a, a:active, a:visited { color: #00A05B; text-decoration: underline; }
a:hover { color: #333; }

a.mapa, a.mapa:active, a.mapa:visited { color: #004226; text-decoration: none; }
a.mapa:hover { color: #333;text-decoration: underline; }

div { text-align: left; }
img { border: none; }

/* Clearfix ................. */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; clear: both; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.cleaner { height: 0; font-size: 0; line-height: 0; clear: both }

/* Headings ................. */
h1 { font-size: 20px; color: #00A05B; margin: 0 0 20px 0; font-weight: normal; }
h1 span { display: block; color: #6A6E71; font-size: 16px; font-weight: bold; margin-top: 4px; }
h2 { font-size: 18px; color: #00A05B; margin: 25px 0 10px 0; font-weight: normal; }
h3 span { font-size: 12px; color: #6A6E71; margin: 25px 0 5px 0; font-weight: normal; }
h3 { font-size: 13px; color: #00A05B; margin: 25px 0 5px 0; font-weight: bold; }
h4 { font-size: 13px; color: #6A6E71; margin: 0; font-weight: bold; }
h5 { font-size: 13px; color: #00A05B; margin: 0; font-weight: bold; }

/* Paragraphs ................. */
p { margin: 10px 0; }

/* Layout ................. */

input, textarea {color: #555; font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: #fff;border:1px solid #808080;padding:3px;margin:1px;}
input.tpole {width:200px;color: #555; font-size: 12px; font-family: Arial, Helvetica, sans-serif; background-color: #fff;border:1px solid #808080;padding:3px;margin:1px;}
#wrapper { width: 985px; margin: 0 auto; }
#language-header { padding: 15px 0 15px 25px; }
#footer {
	padding: 15px;
	margin: 10px 0;
	border-top: 1px solid #B0B0B0;
	color: #808080;
	text-align: center;
	line-height: 180%;
	clear: both;
}
#footer a { color: #808080; }
#footer a:hover { color: #222; }

#header { padding: 15px 0 15px 0px; position: relative; }
#header p {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	width: 300px;
	padding: 3px 55px 5px 0;
	background-image: url(../images/small-world.gif);
	background-position: top right;
	background-repeat: no-repeat;
	color: #00A05B;
}
#header p a { font-weight: bold; }

#intro { margin: 0px auto 8px;}

.uvodbox { float: left; display: inline; border-right: 1px dotted #aaa; margin-right: 5px; padding-right: 5px; }
.uvodbox p { margin: 15px 30px 20px 23px; line-height: 140%; }
.uvodbox p a { display: block; color: #666; font-weight: bold; }
.uvodbox p a:hover { color: #222; }

#uvodbox1 { width: 300px; }
#uvodbox2 { width: 298px; }
#uvodbox3 { width: 363px; margin: 0; padding: 0; border: 0; }
#uvodbox4 { width: 300px; }
#uvodbox5 { width: 298px; }
#uvodbox6 { width: 363px; margin: 0; padding: 0; border: 0; }

div.bodkovany { height: 1px; line-height: 1px; font-size: 1px; border-top: 1px dotted #aaa; margin: 8px 0; }



/* Podstranka ................. */

#sidebar { float: left; display: inline; width: 234px; background-color: #F1F4F5; margin-top: 3px; }
#sidebar ul { margin: 0; padding: 0; list-style: none; }
#sidebar ul li { display: inline; }
#sidebar ul li a, #sidebar ul li a:active, #sidebar ul li a:visited {
	display: block;
	padding: 6px 10px 6px 25px;
	color: #656565;
	text-decoration: none;
	text-transform: uppercase;
	background: #DBDFE1 url(../images/menu-bullet-white.gif) no-repeat 12px 10px;
	font-weight: bold;
	border-bottom: 2px solid white;
}
#sidebar ul li ul li a, #sidebar ul li ul li a:active, #sidebar ul li ul li a:visited { 
	text-transform: none;
	font-weight: normal;
	color: #004226;
	background: #D4E4BB url(../images/menu-bullet-green.gif) no-repeat 12px 10px;
}
#sidebar ul li a:hover, #sidebar ul li ul li a:hover, #sidebar ul li a.aktivna, #sidebar ul li a.aktivna:link, #sidebar ul li a.aktivna:visited {
	background: #00A05B url(../images/menu-bullet-white.gif) no-repeat 12px 10px;
	color: white
}

.referencie ul { margin: 0; padding: 0; list-style: none; }
.referencie ul li { display: inline; }
.referencie ul li a, .referencie ul li a:active, .referencie ul li a:visited 
	{
	font-size: 16px; color: #00A05B; margin: 25px 0 10px 0; font-weight: normal;text-decoration: none;
	}
.referencie ul li a:hover
	{
	color: #333; text-decoration: underline;
	}

.novinky {
	background-image: url(../images/leftbar-novinky.gif);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 20px 20px 30px 24px;;
	padding-top: 55px;
}
.novinky em { display: block; color: #888; }
.novinky a, .novinky a:active, .novinky a:visited { display: block; color: #4C4C4C; font-weight: bold; }
.novinky a:hover { color: #00A05B; }
.novinky p { margin: 15px 0 5px 0; }

#obsah-wrapper { float: left; display: inline; width: 751px; margin-top: 3px; }
#obsah { margin: 30px 10px 30px 30px; font-size: 12px; }
#obsah .border {border: 3px solid #d5e4bd;margin-right:2px;}

.floatright { float: right; margin-left: 15px; border-style: solid;
border-width: 1px;
border-color: silver;}
.floatleft { float: left; margin-right: 15px; border-style: solid;
border-width: 1px;
border-color: silver;}
.floatleft2 { float: left; display:inline; margin:0 5px 5px 0; }

table.tabulka { border: none; border-collapse: collapse; }
table.tabulka td { font-size: 11px; color: 666; border: 1px solid #999; text-align: center; padding: 2px; }
table.tabulka td.left { text-align: left; font-weight: bold; }
table.tabulka tr.grey td { background-color: #999; color: #fff; }
table.tabulka tr.silver td { background-color: #f5f5f5; color: #666; }

table.tab { border: 1px solid #999; border-collapse: collapse;margin-bottom:10px; }
table.tab td { font-size: 12px; color: 666; border-bottom: 1px solid #999; padding:5px; }


#portfolio { margin: 4px 0 20px 7px }
#portfolio img.divizia { margin-bottom: 7px; }
#portfolio .box {
	width: 350px;
	float: left;
	display: inline;
	line-height: 150%;
	margin-top: 15px;
}
#portfolio .box a, #portfolio .box a:active, #portfolio .box a:visited {
	font-size: 18px;
	color: #00A05B;
	text-decoration: none;
	font-weight: normal;
	display: block;
	margin-bottom: 7px;
}
#portfolio .box a:hover { text-decoration: underline; color: #006A3E; }





