/*
	C L O U D   B O X E S 
*/
.cloud_box {
	display:block;
	float:left;
	width:377px;
	padding:0;
	background-repeat:repeat-y;
	position:relative;
	color:white;
}
.cloud_box h3 {
	font-size:0em;
	width:377px;
	height:82px;
	padding:0;
	margin:0;
}
.cloud_box p {
	margin:0;
	display:block;
	padding:0 9px 20px 15px;
	min-height:80px;
}
.cloud_box ul {
	list-style-type:none;
	min-height:80px;
}
/*
	first - left top
*/
#cloud_prave {
	background:#666 url('../img/cloud_prave_bg.png');
}
#cloud_prave h3 {
	background:url('../img/cloud_prave_header.png') no-repeat;
}
#cloud_prave ul {
	margin:0;
	padding:0 0 20px 15px;
	background:url('../img/cloud_prave_bottom.png') no-repeat 100% 100%;
}
#cloud_studium {
	background:#369 url('../img/cloud_studium_bg.png');
}
#cloud_studium h3 {
	background:url('../img/cloud_studium_header.png') no-repeat;
}
#cloud_studium p {
	background:url('../img/cloud_studium_bottom.png') no-repeat 100% 100%;
}
#cloud_tvorba {
	background:#330 url('../img/cloud_tvorba_bg.png');
}
#cloud_tvorba h3 {
	background:url('../img/cloud_tvorba_header.png') no-repeat;
}
#cloud_tvorba p {
	background:url('../img/cloud_tvorba_bottom.png') no-repeat 100% 100%;
}
#cloud_zabava {
	background:#300 url('../img/cloud_zabava_bg.png');
}
#cloud_zabava h3 {
	background:url('../img/cloud_zabava_header.png') no-repeat;
}
#cloud_zabava p {
	background:url('../img/cloud_zabava_bottom.png') no-repeat 100% 100%;
}
/*
	C L O U D S
*/
.cloud_box p span {
	padding:0 0.1em 0 0.1em;
}
.cloud_box p a {
  color:white;
  text-decoration:none;
  padding:0 0.1em 0 0.1em;
}
.cloud_box p a:hover {
  text-decoration:underline;
}
.cloud_0 {
	font-size:1.6em;
}
.cloud_1 {
	font-size:1.35em;
}
.cloud_2 {
	font-size:1.2em;
}
.cloud_3 {
	font-size:0.95em;
}
.cloud_4 {
	font-size:0.8em;
}

