* {
	font-family : arial, tahoma, verdana, helvetica;
}

BODY {
	margin : 0;
	padding : 10px;
	font-size : 12px;
	color : #554c41;
}
BODY.mceContentBody {
	padding : 5px;
}
BODY.mceContentBody * {
}

FORM, UL, OL {
	margin-top : 0;
	margin-bottom : 0;
}
P {
	padding : 5px 10px;
	text-align : justify;
}

H1 {
	margin : 15px 0 15px 0;
	padding : 10px;
	border-bottom : 1px solid #89c007;
	color : #554c41;
	font-size : 25px;
	font-weight : bold;
}
H2 {
	margin : 0;
	padding : 20px 10px 5px;
	font-size : 18px;
}
.nadpis {
	display : block;
	margin : 15px 0 15px 0;
	padding : 10px;
	border-bottom : 1px solid #89c007;
}

A{
	color : #ff660b;
	text-decoration : none;
	cursor : pointer;
}
A:hover{
	color : #ff660b;
	text-decoration : underline;
}

.perex {
	font-size : 14px;
	color : #cd7f2a;
}

LABEL {
	float : left;
	display : block;
	width : 125px;
	padding : 5px 0;
	text-align : right;
}
.l-required {
	color : #CC2D20;
}
INPUT, TEXTAREA, SELECT {
	border : 1px solid #cccccc;
	padding : 1px 4px 2px;
	border-top-left-radius : 3px;
	border-top-right-radius : 3px;
	-moz-border-radius-topleft : 3px;
	-moz-border-radius-topright : 3px;
	-webkit-border-top-left-radius : 3px;
	-webkit-border-top-right-radius : 3px;
}
INPUT.radio {
	border : 0;
	width : 10px;
	vertical-align : middle;
	cursor : pointer;
}
.button {
	padding : 3px 8px;
	border : 1px solid #f75b02;
	background : #ff660b url('../images/button-bg.gif') repeat-x center;
	color : #ffffff;
	font-size : 14px;
	font-weight : bold;
	text-decoration : none;
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
}
.button:hover {
	color : #ffffff;
	text-decoration : underline;
}
.button-silver {
	padding : 3px 8px;
	border : 1px solid #a6a6a6;
	background : #a9a9a9 url('../images/button-silver-bg.gif') repeat-x center;
	color : #ffffff;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	border-radius : 5px;
	-moz-border-radius : 5px;
	-webkit-border-radius : 5px;
}
.button-silver:hover {
	color : #ffffff;
	text-decoration : underline;
}

.text-zeleny {
	color : #668b11;
}
.text-modry {
	color : #0489b7;
}
.text-oranzovy {
	color : #ff660b;
}

.homepage-boxes {
	margin : 0 !important;
}
.homepage-boxes P {
	margin : 0;
	padding : 0;
	text-align : left;
}
.homepage-boxes TD {
	width : 9px;
}
.homepage-boxes .box-green {
	display : block;
/*	position : relative;*/
	padding : 13px;
	width : 216px;
	height : 190px;
	color : #ffffff;
	background : url('../images/box_homepage.png') no-repeat top left;
}
.homepage-boxes .box-green H2 {
	padding : 0 0 20px;
	margin : 0;
	color : #ffffff;
	font-size : 20px;
	font-weight : normal;
	font-family : times;
}
.homepage-boxes .box-green H2 STRONG {
	color : #b4f221;
	font-size : 20px;
	font-weight : normal;
	font-family : times;
}
.homepage-boxes .box-green STRONG {
	color : #b4f221;
	font-weight : bold;
}
.homepage-boxes .box-green .button {
	position : absolute;
	float : right;
	display : block;
	margin : 125px 0 0 100px;
	width : 100px;
	text-align : center;
}
.homepage-boxes .box-green .prihlaska {
	width : 161px;
	padding-right : 55px;
	background : url('../images/bg-box-prihlaska.png') no-repeat top left;
}
.homepage-boxes .box-green .hodiny {
	width : 141px;
	padding-right : 75px;
	background : url('../images/bg-box-hodiny.png') no-repeat top left;
}
.homepage-boxes .box-green .test {
	width : 126px;
	padding-right : 90px;
	background : url('../images/bg-box-test.png') no-repeat top left;
}

.homepage-boxes .box-blue {
	display : block;
/*	position : relative;*/
	padding : 13px;
	width : 216px;
	height : 190px;
	color : #ffffff;
	background : url('../images/box-homepage-blue.png') no-repeat top left;
}

.homepage-boxes .box-blue H2 {
	padding : 0 0 20px;
	margin : 0;
	color : #ffffff;
	font-size : 20px;
	font-weight : normal;
	font-family : times;
}
.homepage-boxes .box-blue H2 STRONG {
	color : #b4f221;
	font-size : 20px;
	font-weight : normal;
	font-family : times;
}
.homepage-boxes .box-blue STRONG {
	color : #b4f221;
	font-weight : bold;
}
.homepage-boxes .box-blue .button {
	position : absolute;
	float : right;
	display : block;
	margin : 125px 0 0 100px;
	width : 100px;
	text-align : center;
}

.homepage-boxes .box-blue .prihlaska {
	width : 161px;
	padding-right : 55px;
	background : url('../images/bg-box-prihlaska.png') no-repeat top left;
}
.homepage-boxes .box-blue .hodiny {
	width : 141px;
	padding-right : 75px;
	background : url('../images/bg-box-hodiny.png') no-repeat top left;
}
.homepage-boxes .box-blue .test {
	width : 126px;
	padding-right : 90px;
	background : url('../images/bg-box-test.png') no-repeat top left;
}

.homepage-boxes .box-blue .blank {
	width : 126px;
	/*padding-right : 90px;*/
	/*background : url('../images/bg-box-test.png') no-repeat top left;*/
}

.homepage-boxes .box-blue .truba {
	width : 126px;
	padding-right : 90px;
	background : url('../images/free-kurz-konverzacie.png') no-repeat top left;
}

#content TABLE {
	margin : 5px 10px;
}
/***************************************************************** TEXT BOX ******/
.textBox-top{
	width:744px;
	height:9px;
	line-height:9px;
	font-size:9px;
	background : url('../images/textbox-top.png') no-repeat top left;
	text-indent:-9999px;
}
.textBox-middle{
	width:742px;
	background-color:#f7f5f4;
	border:1px solid #CCCCCC;
	border-top:none;
	border-bottom:none;
	padding-bottom:5px;
}
.textBox-middle P {
	margin : 0;
	padding:5px 15px;
}
.textBox-middle H2 {
	padding:5px 15px;
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	font-weight:normal;
	color:#668b11;
}
.textBox-middle H3 {
	padding:5px 15px;
	margin:0px;
}
.textBox-bottom{
	width:744px;
	height:9px;
	line-height:9px;
	font-size:9px;
	background : url('../images/textbox-bottom.png') no-repeat top left;
	text-indent:-9999px;
	padding-bottom:10px;
}
