@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: url('/img/bg.png') repeat-x #edf6f7;
	font: 12px/2 Verdana,Arial,sans-serif;
	color: #595d5e;
}
#global {
	margin-left: auto;
	margin-right: auto;
	width: 952px;
}
	

/* logo & header */
#top {
	height: 125px;
	padding: 65px 7px 0 20px;
	background: url('/img/header-img.png') no-repeat bottom right;
}
#logo {
	background: url('/img/logo.png') no-repeat;
	float: left;
	margin-right: 100px;
}
h1 a {
	display: block;
	width: 400px;
	height: 65px;
	text-indent: -9999px;
} 
#logo h1 {
	margin: 0;
	color: #000;
}
#slogan {
	text-transform: uppercase;
	font: bold 22px/1.5 Helvetica,Arial,sans-serif;
	color: #bee5ee;
	padding: 0 0 0 50px;
	margin-top: -10px;
}

/* menu */
#menu{
	margin: 0;
	padding: 0;
	height: 63px;
	background: url('/img/menu-bg.png') repeat-x top center;
	padding: 1px 4px 1px 4px;
	text-transform: uppercase;
	font: bold 14px Helvetica,Arial,sans-serif;
	border-left: 1px solid #d9f1f6;
	border-right: 1px solid #d9f1f6;
}
#menu a{
	text-decoration: none;
	line-height: 63px;
	padding: 23px 30px 24px 30px;
	margin-left: -4px;
	color: #fff;
	border-right: 1px solid #d9f1f6;
}
#menu a:hover{
	color: #009de0;
	background: url('/img/menu-item.png') repeat-x #fff top center;
}
#menu a:hover{
	text-decoration: underline;
}
#menu a.yellow {
	color: #fbc608;
}
#menu a.yellow:hover {
	background: #fdf9eb;
}
#menu a.purple {
	color: #ec71b0;
}
#menu a.purple:hover {
	background: #fff5fb;
}
#menu a.green {
	color: #8bc95e;
}
#menu a.green:hover {
	background: #effee4;
}
#menu a.blue {
	color: #37c2e1;
}
#menu a.blue:hover {
	background: #dbf8ff;
}
#menu ul{
	height: 65px;
	padding: 0;
	margin: 0;
}
#menu li{
	display: inline;
	padding: 0;
	margin: 0;
	background: none;
}


/* content */
#content-top {
	background: url('/img/content-bg-top.png') no-repeat transparent center top;
	height: 10px;
	clear: both;
}
#content{
	background: url('/img/content-bg.png') repeat-y center top;
	border-bottom: 1px solid #d9f1f6;
}
#left {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
}
#left-content {
	margin: 0;
	padding: 10px 30px 20px 30px;
}
#right {
	float: left;
	width: 702px;
	margin: 0;
	padding: 0;
}
#right-content {
	margin: 0;
	padding: 20px 30px 20px 30px;
}
#cleaner {
	clear: both;
	visibility: hidden;
}

/* footer */
#footer {
	margin: 30px 30px 40px 30px;
	background: url('/img/logo2.png') no-repeat top right;
	color: #37c2e1;
}
#footer a {
	color: #37c2e1;
}
#footer a:hover {
	color: #000;
}


/* left menu */
.box {
	margin-bottom: 25px;
}
.box h2 {
	margin: 5px 0 20px 0;
	font: bold 14px Helvetica,Arial,sans-serif;
	color: #37c2e1;
}
.box ul {
	list-style: none;
	margin: 0;
	padding: 0 0 5px 0;
}
.box li {
	margin: 0 0 5px 0;
	padding: 0;
}
.box ul a {
	padding: 1px 5px 1px 5px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.box ul.purplemenu a {
	color: #ec71b0;
	background: #fff5fb;
}
.box ul.purplemenu a:hover {
	color: #fff;
	background: #ec71b0;
}
.box ul.purplemenu .active {
	color: #fff;
	background: #ec71b0;
}
.box ul.purplemenu .main {
	color: #fff;
	background: #a9d788;
}
.box ul.greenmenu a {
	color: #a9d788;
	background: #effee4;
}
.box ul.greenmenu a:hover {
	color: #fff;
	background: #a9d788;
}
.box ul.yellowmenu a {
	color: #fbc608;
	background: #fef9e7;
}
.box ul.yellowmenu a:hover {
	color: #fff;
	background: #fbc608;
}
.box ul.simple a {
	padding: 0 0 0 15px;
	display: inline;
	background: url('/img/li.png') no-repeat 0 5px;
}
.box p {
	margin: 0;
}
.box #phone {
	font-weight: bold;
	font-size: 1.2em;
}
.right{ float: right; }
.clear{ clear: both;}

/* text formating */
h1 {
	font: 20px Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 5px 0 15px;
	margin: 0;
	color: #37c2e1;
	}
h2 {
	font: 18px Arial,Helvetica,sans-serif;
	font-weight: bold;
	padding: 30px 0 15px;
	margin: 0;
	color: #37c2e1;
}
h3 {
	font: 16px Helvetica,Arial,sans-serif;
	font-weight: bold;
	padding: 10px 0 15px;
	margin: 0;
	color: #37c2e1;
}
p {
	margin: 5px 0 20px;
	padding: 0;
	text-align: justify;
}
ul, ol {
	margin-bottom: 20px;
}
a {
	color: #ec71b0;
}
a:hover {
	color: #000;
}
ul#buttons {
	list-style: none;
	margin: 0 0 35px 0;
	padding: 0;
}
ul#buttons li{
	display: inline;
	margin-right: 11px;
}
ul#buttons li a{
	color: #fff;
	display: inline-block;
	line-height: 70px;
	width:  180px;
	padding: 0 0 0 20px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
ul#buttons li a#hlidani{
	background: url('/img/button-hlidani.png') no-repeat 0 0;
}
ul#buttons li a#hlidani:hover{
	background: url('/img/button-hlidani.png') no-repeat 0 -70px;
}
ul#buttons li a#doucovani{
	background: url('/img/button-doucovani.png') no-repeat 0 0;
}
ul#buttons li a#doucovani:hover{
	background: url('/img/button-doucovani.png') no-repeat 0 -70px;
}
ul#buttons li a#psychologie{
	background: url('/img/button-psychologie.png') no-repeat 0 0;
}
ul#buttons li a#psychologie:hover{
	background: url('/img/button-psychologie.png') no-repeat 0 -70px;
}
#images img {
	border: 3px solid #f6c3dd;
	margin: 5px 10px 5px 0;
}
#bar
{
background-color:#5fbbde;
width:0px;
height:16px;
}
#barbox
{
float:left;
height:16px; 
background-color:#FFFFFF; 
width:100px; 
border:solid 2px #000; 
margin-right:3px;
-webkit-border-radius:5px;-moz-border-radius:5px;
}
#count
{
float:left; margin-right:8px; 
font-size:12px; 
font-weight:bold; 
color:#666666
}

.pink{
color: #d24965;
}
#userMess{

width: 410px;
height: 102px;
background: url('/img/textarea-bg.png') repeat-x #dc636f;
border: 1px solid #dd6e80;
color: #ffffff;
padding-left: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;

}
.input{
height: 30px;
background: url('/img/input-bg.png') repeat-x;
border: 1px solid #dd6e80;
color: #ffffff;
padding-left: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.userMail{
 width: 245px;
height: 30px;
}
.textarea{
background: url('/img/textarea-bg.png') #dc6370 repeat-x;
border: 1px solid #dd6e80;
color: #ffffff;
padding-left: 5px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.center{
margin: auto;
}
.adds-468{
width: 468px;
height: 60px;
clear: both;
}
p.popisek{
text-align: center;
width: 100%;
}
#googlePlus{
position: absolute;
top: 10px;
right: 20px;
}
#send_cont{
background: url('/img/contact.png') no-repeat;
padding: 10px 50px 10px 50px;
font-size: 16px;
font-weight: bold;
text-decoration: none;
font-style: italic;
color: #d24965;
border: none;
}
.pagination a {
	color: #0000;
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
    background: transparent url('/img/pag.png') repeat-x;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
    padding: 0 10px 0 10px;
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.pagination a:hover {
	background: transparent url('/img/button-bg.png') repeat-x 0 -28px;
}
.pagination a.actual {
	background: #333;
	color: #fff;
}
.prize{
font-weight: bold;

}
