html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
html { 
	overflow-y: scroll;
}
body {
	font-family: Arial, Tahoma, Helveltica;
	font-size: 11px;
	color: #eee;
	background: url(../images/background.png) repeat-x top left #999;
}

#outer{
	height: 100%;
	width: 100%;
	vertical-align: middle;
	display: table;
}

#container {
	height: 700px;
	position: relative;
	vertical-align: middle;
	display: table-cell;
} 

#main {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

#menu_wrap {
	width: 100%;
	display: none;
}
#menu_t {
	padding: 0px;
	margin: 0px;
	height: 40px;
}

#menu_cz.hide,
#menu_uk.hide {
	display: none;
}
#menu_cz,
#menu_uk {
	display: table-row;
}

.menu_l {
	width: 20px;
	background-color: #505050;
}
.menu_item {
	width: 115px;
	background-color: #505050;
	text-align: center;
}

#menu ul li a:hover {
	background: url(../images/selection.png) no-repeat bottom left;
}

td.reflect {
	height: 20px;
	background: url(../images/reflect.png) repeat-x top left;
}
td.logo_reflect {
	height: 20px;
	background: url(../images/logo_reflect.png) no-repeat top left;
}

#content_cz, #content_uk {
	width: 647px;
	float: left;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	display: block;
}
#content_cz.hide,
#content_uk.hide {
	display: none;
}

#content_cz.soud .soudni,
#content_cz.tlum .tlumoceni,
#content_cz.prax .praxe,
#content_cz.kont .kontakt,
#content_uk.soud .soudni,
#content_uk.tlum .tlumoceni,
#content_uk.prax .praxe,
#content_uk.kont .kontakt {
	display: block;
}
.soudni, .tlumoceni, .praxe, .kontakt {
	width: 496px;
	height: 100%;
/* 	margin-top: -14px; */
	margin-left: 5px;
	margin-bottom: 20px;
	padding: 10px;
	display: none;
	background-color: #505050;
}

.content_d {
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.content_l {
	width: 50%;
	float: left;
}
.content_r {
	width: 50%;
	float: right;
}
.content_ml {
	width: 48%;
/* 	margin-top: 25px; */
	float: left;
	text-align: right;
}
.content_mr {
	width: 48%;
/* 	margin-top: 25px; */
	float: right;
}

h1 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
}
h2 {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
p.center {
	text-align: center;
	font-size: 12px;
	color: #fff;
}
p.small {
	font-size: 9px;
	text-align: center;
}
p.indent {
	text-indent: 15px;
}
p.strong {
	font-weight: bold;
}
p.footer {
	margin-bottom: 0px;
}
ul {
	margin: 0px;
	padding-left: 20px;
	list-style-type: disc;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:link, a:visited, a:active {
	text-decoration: none;
	border: none;
}
