body {
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	background-image : url(img_kontakt/page_bg.jpg);
	background-position : center;
	background-repeat : repeat-y;
	text-align: center;
	margin: 0px;
	/* kvuli IE # neumi jinak vycentrovat div */
	background-color : #DCD4D1;
}
/* div centrujici stranku na 760 px */
.main {
	width: 800px;
	margin: 0px auto 0px auto;
	min-height: 100%;
	_height: 100%;
	/* pro IE */
	background-image: url(img_kontakt/top_bg.jpg);
	background-position: top;
	text-align: left;
	position: relative;
	background-repeat : no-repeat;
	border: 1px solid #CFD5D3;
	border-bottom: none;
}

/* div obsahujici menu_top */
.menu_top {
	position: absolute;
	top: 143px;
	left: 110px;
	width: 660px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight : bold;
	color : Black;
}

.menu_top a {
	color: Black;
	text-decoration: none;
}
.menu_top a:hover, .menu_top a:active {
	color : #B22222;
}

.current_section {
	color : White;
}

/* div menu_left */
.menu_left {
	width: 154px;
	position: relative;
	left: 20px;
	letter-spacing: 0.1em;
	font-weight : bold;
	float : left;
	margin-top : 178px;
}

.menu_left a {
	display: block;
	color: #689AA1;
	width: 144px;
	padding-left: 10px;
	height: 35px;
	background-image : url(img_kontakt/menu_off.jpg);
	line-height: 35px;
	text-decoration: none;
}

.menu_left a:hover, .menu_left a:active {
	color: #527C83;
	background-image : url(img_kontakt/menu_on.jpg);
}

.current_subsection {
	width: 144px;
	padding-left: 10px;
	height: 35px;
	background-image: url(img_kontakt/menu_off.jpg);
	color: #F0FFFF;
	line-height: 35px;
}

a {
	color : #8B0000;
}

a:hover, a:active {
	color : #CC3700;
}



/* div s textem */
.text {
	margin: 220px 50px 20px 210px;
	line-height: 160%;
}

h1 {
	font-size: 1.4em;
	padding: 0px;
	color: #FF4500;
}
.lang {
	text-align : center;
	float: left;
	width: 160px;
	padding-bottom: 10px;
	color : #689AA1;
	font-size: 0.8em;
	position: absolute ;
	top: 200px;
	left: 10px;
}

.footer {
	text-align : right;
	float: left;
	width: 160px;
	padding-bottom: 10px;
	color : #689AA1;
	font-size: 0.8em;
	position: absolute ;
	top: 225px;
	left: 10px;
}
.footer a {
	text-decoration : none;
	color : #44676C;
}

.zoom { 
	font-size: 1em;
	padding: 0px;
	color: #FF4500;
}
.zoom a { 
	font-size: 1.1em;
	font-weight : bold;
	text-decoration : none;
	padding: 0px;
	color: #FF4500;
}
