﻿/* CSS Document */
body {
	margin:0 0 0 0;
	width: 100%;
	height: 100%;
	background-color: whyte;
	font-family:lucida grande,tahoma,verdana,arial,sans-serif;
}
.xxx{
	margin: 0px auto 0px auto;
	width: 1260px;
	height: 910px;
	background-image: url(http://www.jm-maluj.eu/img/bg.png);
	background-repeat:no-repeat;
	float:center;
	background-color:; 
}
.top{
	margin: 0px auto 0px auto;
	float:center;
	width: 1000px;
	height: 190px;
	background-color:; 
}

.text{
	margin: 25px auto 0px auto;
	float:center;
	width: 900px;
	height: 600px;
	background-color:; 
	overflow:auto;
}

.logo{
	margin: 25px auto 0px 10px;
	width: 370px;
	height: 74px;
	background-color:; 
	float:left;
	background-image: url(http://www.jm-maluj.eu/img/logo.png);
	background-repeat:no-repeat;
}

.menu{
	margin: 130px 150px 0px auto;
	width: 330px;
	height: 55px;
	background-color:; 
	float:right;
}

.bottom{
	margin: 0px auto 0px auto;
	width: 1000px;
	height: 50px;
	background-color:; 
	float:center;
}

.link1 {
	font-family: verdana, arial, trebuchet, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color:#334863;
}

.tm_item {
	display: block;
	float: left;
	padding: 20px 0px 13px 0px;
	width: 110px;
	height:30px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	font-family: verdana, arial, trebuchet, helvetica, sans-serif;
	background-color:;
	background-image: url(http://www.jm-maluj.eu/img/button.png);
	background-repeat:no-repeat;
}

p {
	margin: 0;
}
#left_content {
	float: left;
	padding: 30px 0px 20px 26px;
	width: 560px;
}

#right_content {
	float: right;
	margin:30px 0px 0px 0px;
	width: 290px;
}
