﻿.title
{
	display: none;
}

.textcontent
{
	width: 650px;
	margin-left: 120px;
}

h1
{
	font-size: 18px;
	padding: 0;
	margin: 0 0 10px 0;
}
h2
{
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 0;
}
ul
{
	margin-bottom: 5px;
}
.block
{
	float: left;
	width: 440px;
}
.block div
{
	margin: 5px 0 10px 0;
	border: 1px solid #9cf;
	height: 150px;
	padding: 15px;
}
.block div div
{
	border: none;
	margin: 0;
	padding: 0;
	height: auto;
}

.right
{
	float: right;
}
#adres
{
	position: absolute;
	right: 30px;
	top: 40px;
	width: 250px;
	text-align: right;
}

#menu
{
	padding: 2px;
	width: 100%;
	background-color: #707070; /*#9cf;*/
	text-align: center;
}
#menu ul
{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
	width: auto;
}
#menu li
{
	display: inline-block;
	text-align: center;
	width: 225px;
	height: 20px;
	border: 1px solid #ed1d24;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #ed1d24;
	font-weight: bold;
	padding-top: 2px;
	margin: 0 3px 0 0;
}
#menu li.last
{
	margin: 0;
}
#menu a
{
	color: #fff;
}
#menu .hover a
{
	color: #ed1d24;
}

#menu .hover
{
	background-color: #fff;
	cursor: pointer;
}



body
{
	margin: 0;
	padding: 0;
	background: url(img/background.jpg);
	height: 100%;
}
body, td
{
	font-family: verdana,arial;
	font-size: 11px;
	color: #707070;
}
#container
{
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#holder
{
	position: relative;
	border: #000 0px solid;
	top: 0px;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(img/shade.png) repeat-y;
	background-position: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#sitecontent
{
	margin: 0 20px 0 20px;
	position: relative;
	background-color: #fff;
	width: 940px;
	min-height: 650px;
	height: 100%;
}
#header
{
	position: relative;
	padding: 0 10px 0 10px;
}

#footer
{
	position: absolute;
	width: 930px;
	left: 3px;
	bottom: 0;
	height: 24px;
	background-color: #707070; /* #9cf;*/
	padding: 1px 0 1px 0;
}
.footerBlock
{
	height: 22px;
	width: 100%;
	padding-left: 4px;
	margin-bottom: 2px;
	border: 1px solid #ed1d24;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color: #ed1d24;
	font-weight: bold;
	padding-top: 2px;
}

#content
{
	position: relative;
	padding: 10px 20px 0 20px;
	margin: 0 0 30px 0;
}
a, a:Visited, a:Active
{
	color: #000;
	text-decoration: none;
}
a:Hover
{
	color: #000;
	text-decoration: none;
}


