/* file: style.css */

body
{
	margin: 0;
	background-image: url('prechod_bg.png');
	font-family: sans-serif;
}

p
{
	text-align: justify;
}

a
{
	color: Black;
}

a:hover
{
	color: #00008B;
}

.top
{
	height: 50px;
}

.header
{
	width: 100%;
	height: 99px; /* bezva velikost */
	background-image: url('prechod.png');
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	background-color: #759DE5;
}

.header_center
{
	width: 750px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.logo
{
	float: right;
	margin-top: 20px;
	width: 616px;
	height: 75px;
}

.body
{
	height: 550px; /* temporary! */
	
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	/*border-left: 1px solid Black;*/
	/*border-right: 1px solid Black;*/
	
}

.body2
{
	height: auto;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	
}

.bottom
{
	width: 100%;
	height: 49px; /* bezva velikost */
	background-position: 0 -20px;
	background-image: url('prechod.png');
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	background-color: #759DE5
}

.menu
{
	width: 150px;
	height: 100%;
	/*background-color: white;*/
	float: left;
	/*border-right: 1px solid Black;*/
}

.contents
{
	width: 595px;
	height: 100%;
	background-color: white;
	float: right;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

.text
{
	float: right;
	width: 545px;
	margin-right: 10px;
	margin-top: 10px;
/*	height: 100%;*/
}

.menu a
{
	display: block;
	margin-top: 40px;
	width: 95%;
	height: 25px;
	background-image: url('prechod_bt.png');
	border: 1px solid Black;
	color: White;
	font-weight: Bold;
	padding-top: 10px;
	padding-left: 5%;
	text-decoration: none;
	font-size: 14px;
	position: relative;
	left: 20px;
	background-color: #3C6ABD;
}

.menu a:hover
{
	/*width: 92%;
	padding-left: 8%;*/
	background-image: url('prechod_ba.png');
}

.uplnedole
{
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 20px;
	color: #00008B;
	font-size: 12px;
	font-style: italic;
}

#mp_text
{

}

#kt_text
{
	margin-top: 52px;
}

#panaci1
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#panak1
{
	display: block;
	margin-left: 270px;
}

.bold
{
	font-weight: bold;
}

.zvyraznene
{
	font-weight: bold;
	color: #00008B;
}

.nadpis
{
	font-weight: bold;
	color: #00008B;
}

.vpravo
{
	float: right;
}

.radek_suda
{
	/* to toho teda je ...*/
}

.radek_licha
{
	background-color: #D4D4D4;
}

.table_reference
{
	font-size: 14px;
	border-right: 1px solid Gray;
	border-bottom: 1px solid Gray;
}


.table_reference td
{
	font-size: 14px;
	border-left: 1px solid Gray;
	border-top: 1px solid Gray;
	vertical-align: top;
	padding: 5px;
}

.ntop td
{
	border-top: 0;
}

.ntop .topbor
{
	border-top: 1px solid Gray;
}

.zadav
{
	color: #00008B;
}


.okno
{
	width: 520px;
/*	height: 300px; */
	border: 1px solid Black;
	margin-bottom: 15px;
}

.okno_hlavicka
{
	width: 100%;
	height: 18px;
	background-image: url('prechod_wd.png');
	color: White;
	background-color: #3C6ABD;
	font-weight: bold;
	font-size: 12px;
}

.okno_hlavicka_left
{
	margin-left: 5px;
	margin-top: 2px;
	float: left;
}

.okno_hlavicka_right
{
	margin-right: 5px;
	margin-top: 2px;
	float: right;
}

.onko_vnitrek
{
	font-size: 12px;
}

.onko_vnitrek_in
{
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-top: 3px;
/*	text-align: justify;*/
}

.okno_spodek
{
	width: 100%;
	height: 18px;
	background-image: url('prechod_wdb.png');
	color: White;
	background-color: #69ACF2;
	font-weight: Bold;
	font-size: 12px;
}

.okno_spodek a
{
	color: White;
}

.okno_spodek a:hover
{
	color: White;
	text-decoration: none;
}

.onko_vnitrek_in input
{
	border: 1px solid Black;
	height: 14px;
	font-size: 10px;
	width: 300px;
}

.onko_vnitrek_in form
{
	display: inline;
}

.onko_vnitrek_in textarea
{
	width: 390px;
	height: 60px;
	border: 1px solid Black;
}

#code
{
	width: 50px;
}

#ccimg
{
	width: 100px;
	height: 14px;
}

#submit
{
	width: 150px;
	height: 23px;
	border: 1px solid black;
	font-size: 14px;
	cursor: pointer;
}

#img_panak_pc
{
	margin-left: 180px;
	margin-top: 50px;
}

.red
{
	color: Red;
}

/* file end */
