





P,FORM {
	margin: 0;
	line-height: 18px
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #484e53;
	line-height: 18px;
}

input,textarea,select {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #707070;
	line-height: 18px;
}

A {
	color: #f85801;
	text-decoration: underline;
}

A:hover {
	color: #f85801;
	text-decoration: none;
}

A:active {
	color: #f85801;
	text-decoration: none;
}

#centertitle {
	width: 534px;
	height: 60px;
}

#h1title {
}

h1 {
	font-weight: normal;
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	font-family: arial, tahoma;
}

/* uklad */
#all {
	width: 700px;
	text-align: center;
	margin: auto;
}

#headercontainer {
	width: 100%;
	height: 70px;
}


#middlecontainer {
	width: 700px;
background-color: #dde4ed;
display: block;
	border: 4px solid #9cb5ce;
}






#footercontainer {
	width: 100%;
	background: url('/img/bg_bottom.png') no-repeat;
	background-position: center;
	height: 90px;
}



#center {
	width: 500px;
	float: left;
	display:inline;
	background-color: #ced6e7;
}

#left {
	width: 200px;
	float: left;
	display: inline;
	text-align: left;
	background-color: #dde4ed;
}

#center #content {
	padding: 10px;  
	text-align: left;
}

#center #content_title {
	height: 60px;
}


.art_title_1 {
	font-weight: bold;
	padding-bottom: 15px;
}

P.coltitletext {
	font-size: 12px;
	color: #f85801;
	font-weight: bold;
	line-height: 16px;
	padding: 4px 0 6px 0;
}


td.columnmenu {
	text-align: left;
	padding: 5px 2px 8px 2px;
	border-bottom: 1px solid #9cb5ce;
}
td.columnmenu:hover {
	background-color: #c9d6e4;
}



.columnmenutable {
	padding: 0;
}

A.columnlink {
	font-size: 13px;
	color: #484e53;
	line-height: 14px;
	text-decoration: none;
}

A.columnlink:hover {
	color: #484e53;
	line-height: 14px;
	text-decoration: underline;
}

A.columnlink:active {
	color: #484e53;
	line-height: 14px;
	text-decoration: underline;
}



FIELDSET {
	border: 0;
}

LEGEND {
	display: none;
}


