html {
	background-image: url(img/start_bg2.gif);
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(img/left_bg.jpg);
	background-repeat: repeat-y;
	/*background-color: #F8E6CA;*/
	width:900px;
	min-height:100%;
}

#top {
	height: 134px;
	background-image: url(img/top_bg.jpg);
	background-repeat: no-repeat;
}

#logo {
	position: absolute;
	left:63px;
	top:0px;
}

div#left {
	float: left;
	width: 207px;
}

div#left a.menu {
	color: #ff2222;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	background: url(img/rec_a1.gif) no-repeat;
	font-family: Arial, Tahoma, sans-serif;
	display: block;
	padding-left: 30px;
	padding-top: 0px;
	min-height: 28px;
	margin-top: 5px;
	width: 170px;
}
div#left a.menu:hover {
	color:#ffffff;
	background: url(img/rec_a2.gif) no-repeat;
	text-decoration:none;
}

div#left a.menu1 {
	color:#ffffff;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	background: url(img/rec_a1.gif) no-repeat;
	font-family: Arial, Tahoma, sans-serif;
	display: block;
	padding-left: 30px;
	padding-top: 0px;
	min-height: 28px;
	margin-top: 5px;
	width: 170px;
}
div#left a.menu1:hover {
	color: #ff2222;
	background: url(img/rec_a2.gif) no-repeat;
	text-decoration:none;
}

div.copy {
	font-family: Arial;
	font-size: 10px;
	color: black;
	font-weight: normal;
}
div#left a.copy{color: #000000; text-decoration:underline;}
div#left a.copy:hover{text-decoration:underline;}

.adres {
	font-family: Arial;
	font-size: 12px;
	color: black;
	font-weight: normal
}

td.adres  a { color: #ffffff; text-decoration: none; }
td.adres  a:hover { color: #ff0000; text-decoration: none; }



div#right {
	margin-left: 207px;
	padding: 10px;
	padding-top: 5px;
	vertical-align: top;
	min-height:400px;
}

#content {
	font-family: arial, sans-serif;
	font-size: 13px;
	color: #4c4c4c;

}

#content a {
	color: #4c4c4c;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}

#teleadres {
	width: 583px; 
	height: 85px; 
	background: url(img/adres_bg.jpg) repeat-y; 
	margin-bottom: 20px;
	margin-left:60px;
}

a#redhover { color: #000000; text-decoration: underline; font-weight: bold; }
a#redhover:hover { color: #ff0000; text-decoration: underline; }

#content p {
	font-family: Arial, sans-serif;
	text-align: justify;
	text-indent: 30px;
}

h3 { font-family: Arial; font-size:16px; color: #4c4c4c; text-indent:30px; }
h2 { font-family: Arial; font-size:16px; color: red; text-indent:30px; border-bottom: green 1px solid; }

.ani_img { border: 2px solid #4e9169;}