@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #fff;
}

a {
	color: #8b0055;
	text-decoration: underline;
}

a:hover {
	color: #8b0055;
	text-decoration: none;
}

a img { border: none; }

h1 {
	font-size: 18px;
	color: #000 !important;/*#b86686;*/
	background: url(../img/h_ico.gif) left top no-repeat;
	padding: 0;
	margin: 0;
	padding-left: 35px;
	height: 25px;
	line-height: 30px;
}

h2 {
	color: #000 !important;/*#b86686;*/
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 16px;
}

h3 {
	color: #000 !important;/*#b86686;*/
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 14px;
}



h4, h5, h6 { color: #000 !important; }

p {
	line-height: 130%;
	margin: 12px 0;
}

div#alldiv {
	width: 1000px;
	margin: auto;
	text-align: left;
	padding-bottom: 15px;
}

div#header_top  {
	height: 178px;
	background: url(../img/header_top.png) center center no-repeat;
	position: relative;
	overflow: hidden;
}

div#header_top #logoclick {
	text-decoration: none;
}

div#header_top #logoclick img {
	width: 210px;
	height: 80px;
	position: absolute;
	top: 45px;
	left: 175px;
}

div#header_top div.linkbar {
	text-align: right;
	padding: 8px;
	font-size: 12px;
}

div.linkbar a {
	margin: 0 4px;
}

div#hlaska {
	position: absolute;
	top: 90px;
	left: 400px;
	font-size: 16px;
	font-weight: bold;
}

div#menu {
	height: 36px;
	overflow: hidden;
	position: absolute;
	text-align: right;
	bottom: 3px;
	right: 32px;
}

div#menu a {
	display: block;
	float: left;
	height: 36px;
	line-height: 40px;
	padding-right: 13px;
	background: url(../img/bookmark.png) right 0 no-repeat;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	margin-left: 4px;
}

div#menu a span {
	display: block;
	height: 36px;
	float: left;
	width: 12px;
	margin-right: 3px;
	background: url(../img/bookmark_left.png) 0 0 no-repeat;
}

div#menu a.selectedTab,
div#menu a:hover {
	background-position: right -36px;
	color: #fff;
}
div#menu a.selectedTab span,
div#menu a:hover span { background-position: 0 -36px; }
/*
div#menu ul li a.selectedTab span { background-position: 0 -36px; }
div#menu ul li a.selectedTab { background-position: right -36px; }
*/
#content {
	background: url(../img/header_bottom.png) left top repeat-x;
	/*position: relative;*/
	padding: 0 0 10px 0;
}

#content #leftcol {
	width: 547px;
	padding-left: 26px;
	padding-right: 26px;
	float: left;
	overflow: hidden;
	padding-top: 60px;
}

#content #rightcol {
	padding-top: 30px;
	float: left;
	width: 200px;
	overflow: hidden;
}

#content #bannercol {
	padding-top: 40px;
	float: left;
	width: 200px;
	overflow: hidden;
}

.ulmenu {
	padding: 30px 0 10px 40px;
}

.ulmenu ul {
	list-style-image: url(../img/bullet_01.png);
	margin: 0;
	padding: 0;
}

.ulmenu ul li {
	margin-top: 8px;
	margin-bottom: 8px;
}

.ulmenu ul li a {
	text-decoration: none;
	font-weight: bold;
}

.ulmenu ul li a:hover {
	text-decoration: underline;
}

.ulmenu ul li a#seltablinks {
	text-decoration: underline;
}

/*#footer {
	height: 38px;
	line-height: 38px;
	background: url(../img/footer_bg.png) left top repeat-x;
	border: 1px solid #b86686;
	margin-bottom: 3px;
	text-align: center;
	font-size: 12px;
}

#footer a {
	color: #000;
}
*/

#bottom_decor {
	border-top: 1px solid #b86686;
	background: #e4cbd9;
	height: 3px;
	font-size: 1px;
}

.no-float {
	clear: both;
	height: 1px;
	font-size: 1px;
	margin: 0;
	padding: 0;
}

.copyr {
	font-size: 9px;
	text-align: right;
	color: #aaa;
	padding-top: 4px;
}