body,p,form,fieldset {
	font-family: Verdana, Arial, sans-serif; font-size: 14px;
	font-style: normal; font-weight: normal; padding: 0; margin: 0;
}

body {
	background: #F5F5F5;
}

form,fieldset,img {
	border: none;
}

a:link,a:active,a:visited {
	color: #d40000; text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.previous {
	background: url(/images/psinter/go-previous.png) no-repeat left center;
	padding-left: 20px;
}

a.print {
	background: url(/images/icon/print.gif) no-repeat left center;
	padding-left: 20px;
}

a.top {
	background: url(/images/icon/up.gif) no-repeat left center;
	padding-left: 20px;
}

h1 {font-size: 150%; margin: 5px 0; text-align: center;}
h2 {font-size: 130%; margin: 5px 0;}
p {margin: 0 0 2px 0;}

p.up { font-size: 12px;}

ul {margin: 3px 0; padding-left: 20px;}

.c {text-align: center;}
.b { font-weight: bold; }
.w100 { width: 100%; }

/**
 * ramka settings
 */
.ramka {
	border: 1px solid #d40000; position: relative; padding: 5px 10px;
	margin: 10px 0;
}

.ramka h3.title {
	background: transparent url(/images/psinter/ramka.png) no-repeat
		right bottom; position: absolute; clear: right; right: -1px;
	top: -0.8em; height: 1em; margin: 0; padding: 2px 30px 4px 0.5em;
	font-size: 0.9em; line-height: 0.9em; font-weight: normal;
	font-style: normal; color: #d40000;
}

.ramka img.right {
	margin: 10px 0 10px 10px; float: right; padding: 0;
}

.ramka img.middle {
	vertical-align: middle;
}

.ramka p {
	padding-top: 5px;
}

.ramka p.center {
	text-align: center;
}

.ramka ul {
	padding: 5px 0 0 25px; list-style: disc;
}

/**
 * block settings
 */
.block {
	margin-bottom: 5px;
}

.block h1 {
	background: transparent url(/images/psinter/block_top.png) no-repeat
		scroll center top; height: 30px; padding: 10px 10px 0 10px; margin: 0;
	color: #FFFFFF; font-size: 18px; text-align: left;
}

.block_center {
	padding: 0 3px; border-left: 1px solid #d40000;
	border-right: 1px solid #d40000;
}

.block_center ul {
	background: #FAE2E2; margin: 0; padding: 0; list-style: none;
}

.block_center ul:first-child {
	border-top: 1px solid #d40000;
}

.block_center a {
	border-bottom: 1px solid #d40000; clear: both; display: block;
	padding: 5px 0pt 5px 10px; color: #D40000; text-decoration: none;
	font-weight: bold;
}

.block_center a:hover {
	background: #d40000; color: #ffffff;
}

.block_bottom {
	background: transparent url(/images/psinter/block_bottom.png)
		no-repeat scroll center bottom; height: 10px;
}

/**
 * Message Boxes
 */
.messageError {
	background: #ffdede url(/images/icon/error.png) no-repeat left center;
	border-top: 1px solid #cc3300; border-bottom: 1px solid #cc3300;
	margin-top: 5px; padding: 5px 0 5px 40px;
}

.messageSuccess {
	background: #deffde url(/images/icon/success.png) no-repeat left center;
	border-top: 1px solid #00b200; border-bottom: 1px solid #00b200;
	margin-top: 5px; padding: 5px 0 5px 40px;
}

.messageInformation {
	background: #ffffde url(/images/icon/information.png) no-repeat left
		center; border-top: 1px solid #6699cc;
	border-bottom: 1px solid #6699cc; margin-top: 5px;
	padding: 5px 0 5px 40px;
}

.messageWarning {
	background: #ffe5de url(/images/icon/warning.png) no-repeat left center;
	border-top: 1px solid #9f0000; border-bottom: 1px solid #9f0000;
	margin-top: 5px; padding: 5px 0 5px 40px;
}

/**
 * id settings
 */
#idHeader {
	margin: 5px auto 0 auto;
	background: #FFFFFF url(/images/psinter/idHeader.png) no-repeat left
		top; width: 970px; position: relative;
}

#idLogo {
	height: 90px; width: 200px;
}

#idLogo img {
	border-style: none; width: 190px; height: 81px; padding: 5px 0 0 10px;
}

#idMenu {
	bottom: 0; left: 220px; position: absolute; width: 750px;
}

#idMenu ul {
	margin: 0; list-style: none none outside; padding: 0;
}

#idMenu ul li {
	float: left; text-align: center; width: 150px;
}

#idMenu ul li a {
	display: block; color: #d40000; padding: 5px 0; text-decoration: none;
	font-weight: bold;
}

#idMenu ul li a:hover {
	background-color: #d40000; color: #ffffff;
}

#idTop {
	background: #FFFFFF; margin: 0 auto; position: relative; width: 970px;
	border-top: 1px solid #d40000; height: 5px;
}

#idMain {
	background: #FFFFFF; margin: 0 auto; position: relative; width: 970px;
	clear: both;
}

#idMain:after {
	content: ''; clear: both; display: block;
}

#idMainLeft {
	margin: 0; width: 200px; float: left;
}

#idMainRight {
	margin: 0; width: 760px; float: right;
}

#idBottom {
	background: #FFFFFF; margin: 0 auto; position: relative; width: 970px;
	font-style: italic;
}

#idBottom p {
	padding: 5px;
}

#idFooter {
	padding: 7px 0 20px 0; border-top: solid 1px #d40000;
	background: #FFFFFF url(/images/psinter/idFooter.png) no-repeat top
		center; margin: 0 auto; position: relative; width: 970px;
	font-size: 11px;
}

#idFooter .copyright {
	color: #252525; text-decoration: none; margin-right: 2px; padding: 0px;
	float: right;
}

#idFooter  a {
	color: #252525; font-weight: bold; text-decoration: none;
}

#idFooter  a:hover {
	text-decoration: underline;
}

#idFooter .menu {
	text-align: left; margin-left: 5px;
}