@charset "utf-8";
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}

h1 {
	font-size: 150%;
	color: #006;
	margin: 1em 0 0.7em 0;
}

h2 {
	font-size: 140%;
	color: #ffa81f;
	margin: 30px 0 10px 0;
	font-weight: bold;
}

h3 {
	font-size: 140%;
	color: #FFA81F;
	margin: 25px 0 10px 0;
	font-weight: bold;
}

h4 {
	font-size: 130%;
	color: #6bc5a8;
	margin: 20px 0 10px 0;
	font-weight: bold;
}

h5 {
	font-size: 120%;
	color: #b1d326;	
	margin: 15px 0 10px 0;
	font-weight: bold;	
}

p {
	margin: 11px 0;
}

hr {
	display: none;
}

.clear {
	clear:both;
	margin: 0;
	height: 0;
	width: 0;
	
}



a {
	color: #6BC5A8;
	text-decoration: none;
}



a:visited {
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 1em 0 1.5em 0;
	padding-left: 40px;
}

ul li{
	margin-top: 10px;
	list-style: outside disc;
}

ul li ul li {
	margin-top: 0;
	margin-bottom: 10px;
	list-style: outside square;
}

strong {
	font-weight: bold;
}




#frame {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(imgs/green_collumn_bckg.png) repeat top left;
}

#container {
	padding: 0 6px 2px 6px;
	margin: 0 46px;
	background: #FFF;
}


/* */
/* */
/*       Styly pro hlavičku          */
/* */
/* */

#header {
	background: #DDDDDD;
	height: 182px;
	background: url(imgs/header-bckg-text.jpg) no-repeat top left;
}

#logo {
	width: 130px;
	height: 109px;
	background: url(imgs/logo.png);
	background-position:top left;
	background-repeat:no-repeat;
	margin: 0 0 0 28px;
	float: left;
}

#logo h1 {
	margin: 0;
	display: none;
}

#logo a {
	display: block;
}

#slogan {
	display: block;
	margin: 75px 30px 0 0;
	float: right;
	visibility: hidden;
}


#slogan span {
	display: block;
	color: #FFF;
}

#slogan #cil {
	font-size: 40px;
}

#slogan #cesta {
	font-size: 32px;	
	margin: 0 0 0 45px;
}


/* */
/* */
/*       Styly pro menu     */
/* */
/* */


#menu{
	height: 43px;
	color: #FFF;
	margin-top: 5px;
	background-attachment:scroll;
	background-image:url("imgs/menu_bckg.gif");
	background-position:center 4px;
	background-repeat:repeat-x;
	
}

#menu ul {
	width: 840px;
	margin: 0 auto;
	padding: 0;
	/* display: table; */
}

#menu ul li{
	float:left;
	list-style:none;
	text-align: center;
	margin: 0;
}

#menu ul li a{
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	height: 36px;
	width: 105px;
	line-height:36px;
	vertical-align: middle;
	background: url(imgs/menu_bckg.gif) repeat-x top left;
	display: block;
	margin-top: 4px;
}

#menu ul li a:visited {
	color: #FFF;
}


#menu ul li a:hover {
	color: #FFF;
	height: 43px;
	line-height:43px;
	background: url(imgs/menu_hover_bckg_wide.gif) no-repeat top left;
	margin-top:0;
	text-decoration: none;
}

#menu ul li a.active {
	color: #FFF;
	height: 43px;
	line-height:43px;
	background: url(imgs/menu_active_bckg_wide.gif) no-repeat top left;
	margin-top:0;
}


#menu ul li a .line{
	line-height: normal;
	display: block;
}

#menu ul li a .line1{
	line-height: normal;
	padding-top: 5px;
}

#menu ul li a:hover .line1{
	line-height: normal;
	padding-top: 9px;
}

#menu ul li a.active .line1{
	line-height: normal;
	padding-top: 9px;
}


/* */
/* */
/*       Styly pro homepage  (#content_front)          */
/* */
/* */

#content_front {
	margin: 10px 0;

}

#content_front #callcentrum_box {
	width: 100%;
	background-color:#B1D326;
	background-image:url(imgs_front/frontpage-girl-w-headset.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 240px;

}

#content_front #callcentrum_box #callcentrum_text {
	width: 341px;
/*	height: 240px; */
	padding: 20px 30px;	
	color: #FFF;
}

#content_front #callcentrum_box #callcentrum_text h2 { 
	font-size: 40px;
	text-align: center;
	margin: 20px 0;
	letter-spacing: 3px;
}

#content_front #callcentrum_box #callcentrum_text h2 a { 
	padding: 0;
}

#content_front #callcentrum_box #callcentrum_text p { 
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.5px;
	line-height: 1.3em;
	margin-left: 10px;
}

#content_front #other_activities_box {
	margin: 10px 0 0 0;
}

#content_front #other_activities_box div {
	width: 290px;
	height: 160px;
	margin: 0 3px;
	float: left;
	color: #FFF;
}

#content_front #other_activities_box DIV.clear {
	clear:both;
	margin: 0;
	height: 0;
	width: 0;
	
}

#content_front #other_activities_box div h2{
	width: 290px;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0px;
	font-weight: bold;
	position: relative;
	top: 115px;
	margin: 0;
}

#content_front  a, #content_front a:visited {
 	color: #FFF;
	display:block;
	padding:10px;
}

#content_front a:hover {
	text-decoration: underline;
}

#content_front #other_activities_box div p {
	width: 270px;
	font-size: 12px;
	text-align: left;
	padding: 10px;
	font-weight: bold;
	position: relative;
	top: 30px;
	line-height: 1.1em;
	z-index:50;
	margin: 0;
}


#content_front #other_activities_box div.left_box {
	margin-left: 0;
	background:url(imgs_front/frontpage-hands-w-8ball.jpg) no-repeat top left;
}

#content_front #other_activities_box div.left_box h2{
	background-color:#FFA81F;
	z-index:100;
}

#content_front #other_activities_box div.middle_box {
	background:url(imgs_front/frontpage-3bmen.jpg) no-repeat top left;
	margin: 0;
}

#content_front #other_activities_box div.middle_box h2{
	background-color:#6BC5A8;
}

#content_front #other_activities_box div.right_box {
	margin-right: 0;
	background:url(imgs_front/frontpage-guy-grey.jpg) no-repeat top left;
}

#content_front #other_activities_box div.right_box h2{
	background-color:#B1D326;
}


/* */
/* */
/*       Styly pro normální stránku  - prvky layoutu           */
/* */
/* */

#content {
	margin: 30px 0 0 30px;
	padding: 0 0 30px 20px;	
}


#content_box_float {
	margin: 0;
	float: left;
	margin-right: -290px;
	margin-bottom: 50px;
	width: 100%;
}

#content_main {
	float: none;
	margin-right: 290px;
	width: auto;
	position: static;
}

#sidebar {
	margin: 0;	
	float: right;
	width: 205px;
}


/* */
/* */
/*       Styly pro normální stránku  (#content)          */
/* */
/* */

#content {
	color: #888;
	font-size: 12px;
}


#content p{
	margin-bottom: 20px;
}

#content p.address {
	margin: 0 0 5px 20px;
}


#content .head {
	border-left: 3px solid #b1d326;
	padding: 3px 0 3px 17px;
	margin: 0 0 30px 0;
}

#content .head h2{
	color: #b1d326;
	font-size: 23px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}

#content .head p{
	margin-bottom: 11px;

}

#content h4.address {
	font-size: 120%;
	color: #888;
	margin-top: 40px;
}

#content h4.first_address {
	margin-top: 20px;
}


#content .content_text p {
}

#content .content_text a.back {
	color: #FFA81F;
	font-size: 120%;
	font-weight: bold;
}


/* */
/* */
/*       Styly pro sidebar  (#sidebar)          */
/* */
/* */


#sidebar {
	background: #b1d326;
	color: #FFF;
	padding: 0;
	margin-bottom:30px;
}

#sidebar a {
	color: #fff;
	text-decoration: underline;
}

#sidebar a:hover {
	text-decoration: none;
}

#sidebar h3 {
	margin: 10px 15px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#sidebar #side_img {
	width: auto;
	height: 140px;
	background-repeat:no-repeat;
}

#sidebar.img_less #side_img {
	width: auto;
	height: 0;
	background-repeat:no-repeat;
}

#sidebar #sidebar_body {
	margin: 20px 15px;
	font-size: 11px;
}


#sidebar #sidebar_body ul{
	margin-left: -20px;
}

#sidebar #sidebar_body ul li{
	margin-bottom: 8px;
}

/* */
/* */
/*       Styly pro patičku            */
/* */
/* */


#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #FFF;
	font-size: 10px;
	clear: both;
}

#footer p {
	margin: 0 36px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
	font-weight: bold;
	margin-bottom: 15px;
}

#footer a {
	color: #fff;
}

#footer a:visited {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}