* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(/images/bg_top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #448cd0;
	font-size: 24px;
	padding-bottom: 10px;
	background-image: url(/images/pixel_h1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-right: 10px;
	margin-left: 10px;
	padding-left: 15px;
	margin-bottom: 15px;
}
strong {
	font-weight: normal;
}

.links {
	color: #FFFFFF;
}
#body {
	background-image: url(/images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 881px;
	margin-top: 315px;
}
#main {
	width: 900px;
	margin-top: 40px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
}
#content {
	background-color: #FFFFFF;
}
#dop_menu {
	clear: both;
	background-color: #FFFFFF;
}
#dop_menu2 { 
	padding: 5px 20px 5px 20px;
	font-size: 12px;
	text-align:center;
}

#content a {
	color: #007bbf;
}
#content a:hover {
	text-decoration: none;
}
#content p {
	color: #393939;
	font-size: 13px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: justify;
	padding-bottom: 10px;
}
#content ul {
	font-size: 13px;
	margin-left: 45px;
	margin-bottom: 10px;
}
#content li {
	color: #007BBF;
	list-style-type: square;
}
#footer {
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 25px;
}
#menu table {
	color: #000000;
	text-align: center;
	font-size: 13px;
}
#menu a {
	color: #00a3ff;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
#menu_uslug {
	float: right;
	width: 230px;
	margin-top: -5px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 5px;
}
#menu_uslug td {
	text-align: right;
	background-image: url(/images/pixel_h1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-right: 5px;
}


#menu_uslug a {
	/*display: block;
	text-align: right;*/
	font-size: 16px;
	/*background-image: url(/images/pixel_h1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;*/
	text-decoration: none;
}
#menu_uslug a:hover {
	color:#000000;
}
#dop_menu ul {
	text-align: center;
	margin: 0px;
	padding-top: 25px;
}
#dop_menu li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#dop_menu a {
	color:#AF9E65;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
}
#dop_menu a:hover {
	text-decoration:none;
}
body {
	background-color: #AC7A31;
}
form {
	width: 600px;
	margin-left: 25px;
}
#alert {
	color: #CC0000;
	padding-top: 10px;
	margin-left: 25px;
}
.strong {
	font-weight: bold;
}
#content p.for_a a {
	color:#000;
	text-decoration:none;
}