/* obecne vlastnosti */
body{
    background-color:#b9b9b9;
 	font-family : Arial;
}
p{
/*	text-align:justify;*/
}
table{
	width:100%;
}
th{
	text-align: left;
}
a{
	text-decoration: none;
}
img{
	border:0;
}

/* ukoncovace plovoucich objektu*/
.clearer{
	clear:both;
}

.clearer_margin{
	clear:both;
	height:30px;
}

/*sirka dokumentu na jednom miste*/
.bxmain{
	width: 800px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	background:#b8fc91;
}

/* Hlavicka */
.bxhead{
	height: 190px;
	background-color: #70f822;			
}
#head_img{
	margin-top:0;
	margin-bottom:0;
}
#head_text{
	width: 100%;
	margin-top: 3px;
	text-align: center;
	font-size: 26px;
}

/* Paticka */
.bxfoot{
	height: 40px;
	background-color: #70f822;		
}
#foot_text{
	text-align: center;
	padding: 10px;
}

/* Telo */
.bxbody{
	margin-top:30px;
}

.bxleft1{
	width:22%;
	float:left;
}

.bxleft2{
	margin:20px;
}

.bxright1{
	width:78%;
	float:left;
	background-color:#fbb133;
}

.bxright2{
	width:180px;	
	float:right;
}

/* menu */
.menu_item{
	margin-top:20px;
	height:30px;
	padding:10px;
	padding-left:30px;
	font-size: 20px;
}
#first{
	margin-top: 40px;
}
#select{
	background-image: url("pict/menu_vybrane.png");
}
#first_select{
	margin-top: 40px;
	background-image: url("pict/menu_vybrane.png");
}
.menu_item a{
	text-decoration:none;
	color:black;
}
.menu_item:hover{
	background-image: url("pict/menu_vybrane.png");
}
	
.menu_item_text{
	border: 1px solid black;
	font-size:20px;	
}

/* Texty */
.bxleft2 .txt_box{
	margin-left:15px;
	margin-top:30px;
	width:380px;
}

#email{
	text-align:center;
}

