html,body{
	margin:0;
	padding:0
}
body{
	width: 100%;
	height: 100%;
	background: #ffffff url('../images/bcground.gif') repeat-y 50%;
	font-family: Arial, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: #3e3e3e;
	font-size: 12px;
}

#container{
	width: 1000px;
	margin: 0 auto;
	z-index: 0;
}
/* hlavicka s logom a hladanim */
#tr_head{
	height: 80px;
	background: url('../images/header.gif') repeat-x;
}
#td_search{
	padding-right: 15px;
}
#td_logo{
	padding-left: 10px;
}
/* banner */
#td_banner{
	width: 1000px;
	height: 170px;
}
/* jazyk a menu */
#td_menu{
	height: 40px;
	background: url('../images/menu.gif') repeat-x;
}
#td_menu a{
	padding: 10px 50px 10px 30px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color:#ffffff;
	background: url('../images/button.gif') no-repeat;
}
#td_menu a:hover{ 
	text-decoration: underline;
}
#td_language{
	height: 40px;
	background: url('../images/menu.gif') repeat-x;
	padding-left: 15px;
}


#td_side_box{
	padding-top: 10px;
	width: 250px;
}
#td_context{
	width: 750px;
	padding-top: 10px;
}

/*
 * formulare
 */
.InputBox{
	height:15px;
	font-family: Arial, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: #3e3e3e;
	font-size: 12px;
}
.SearchBox{
	height:15px;
	font-family: Arial, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: #3e3e3e;
	font-size: 12px;
}
.InputBoxE{
	height:15px;
	font-family: Arial, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: #535353;
	font-size: 12px;
	background-color: #ffd8d8;
}
.button{
	height:22px;
	font-family: Arial, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #3e3e3e;
	font-size: 12px;
}


/*
 * pozadie
 */
.bg_gray{
	background: #e2e2e2;
}

/*
 * side_box
 */
.side_box_top{
	width: 230px;
	height:30px;
	background: url(../images/box_top.jpg) no-repeat;
}
.side_box_middle{
	padding: 5px;
	width: 220px;
	background: url(../images/box_middle.jpg) repeat-y;
}
.side_box_bottom{
	width: 230px;
	height:5px;
	background: url(../images/box_bottom.jpg) repeat-y;
}
.side_box_middle_header{
	padding: 0px;
	width: 220px;
	background: url(../images/box_middle.jpg) repeat-y;
	font-size: 14px;
	font-weight: bold;
	color: #1b8f22;
}
#side_box_bottom{
	width: 230px;
	text-align: center;
	font-size: 10px;
	color: #929191;
}
.side_box_middle p{
	font-weight: normal;
	margin: 0px 0px 4px 0px;
	text-align: left;
	font-size: 10px;
	color: #929191;
}
.side_box_middle a{
	text-decoration: none;
	color:#343434;
}
.side_box_middle a:hover{ 
	text-decoration: underline;
}

/*
 * context
 */

#td_context p.preview{
	margin: 0px 0px 5px 15px;
	font-size: 11px;
	font-weight: normal;
	color: #585858;	
}
#td_context p.added{
	font-size: 11px;
	font-weight: normal;
	color: #929191;
	text-align: right;
	padding-right: 15px;
}
#td_context a.navigation{
	font-size: 11px;
	color: #626262;
	text-decoration: none;
	font-weight: bold;
}
#td_context a.navigation:hover{ text-decoration: underline;}

#td_context a{
	color: #2c66b0;
}
#td_context a:hover{
	font-weight: bold;
}

/*
 * admin
 */
.main_table{
	width: 100%;
}
.main_table td{
	padding: 2px;
}
.main_table th{
	background: #999999;
	color: #e9e9e9;
	height: 30px;
	padding: 0px 10px 0px 10px;
}
tr.bc0{
	background: #e5e5e5;
	height: 22px;
}
tr.bc1{
	background: #f1f1f1;
	height: 22px;
}
tr.orange{
	cursor: pointer;
	height: 22px;
	background: #ffcc99;
}

/*
 * kontakt
 */
#td_context a.contact_menu{
	display: block;
	padding: 7px;
	color: #343434;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}
#td_context a.contact_menu:hover{ color: #343434;text-decoration:underline;background: #ffffff;}
/*
 * fonty
 */
h1, h2, h3, h4, h5, h6{
	color: #1b8f22;
}

.text_1{
 	font-family: Arial, "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: #3e3e3e;
	font-size: 12px;
}

