/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.page {
	position: relative;
	width: 980px;
	margin: auto;
	/*background: white;*/
	
	background-image: url(/images/page_back.gif);
}

#header {
	position: relative;
	width: 100%;
	background-image: url(/images/header_back.gif);
	background-repeat: repeat-x;
	height: 70px;
}

#header .page, #footer .page {
	background: none;
}

#logo {
	float: right;
	vertical-align: middle;
	padding-top: 13px;
	padding-bottom: 13px;
}

#middle {
	background: #EEEEEE;
}

#mainmenu {
	position: absolute;
	left: 0px;
}

#navigation {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation a, #navigation li span {
	display: block;
	padding-top: 43px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	text-decoration: none;
	color: white;
	font-size: 90%;
	font-weight: bold;
}

#navigation li {
	float: left;
	margin: 0px;
	/*background-image: url(/images/menu_right_tab_2.gif);
	background-position: top right;*/
}
#navigation li span {
	background-image: url(/images/menu_back.gif);
}

#navigation #firstA {
	/*background-image: url(/images/menu_left_tab.gif);
	background-position: top left;
	background-repeat: no-repeat;*/
}

#navigation #lastLi {
	float: left;
	margin: 0px;
	/*background-image: url(/images/menu_right_tab.gif);
	background-position: top right;*/
}

#navigation a:hover {
	color: black;
	background: #FFFF00;
}


#searchbox {
	padding: 3px;
	/*position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 30px;
	z-index: 999;*/
}

#searchbox form {
	padding: 2px;
	margin: 0px;
}
#searchbox form label {
	font-size: 80%;
	color: black;
	padding-top: 5px;
}
#searchKeyword, #searchLocation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px inset #999;
	width: 90px;
	padding: 1px;
}
#searchKeyword {
	width: 130px;
}
#searchButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px;
	background-color: yellow;
	color: black;
	border: 1px outset #999;
}

#leftCol {
	width: 150px;
	float: left;
}
#rightCol {	
	width: 190px;
	padding: 10px;
	float: left;
}


.selectedGroup {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: yellow;
	background-image: url(/images/group_back_s.gif);
}
.group {
	border-top: 1px solid #CCC;
	background-color: #FFFDE8;
	background-image: url(/images/group_back.gif);
	margin: 0px;
	padding: 0px;
}
.group li {
	font-size: 90%;
	list-style: none;
}
.group li a {
	display: block;
	padding: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: none;
	font-weight: bold;
	color: black;
}
.group li a:hover {
	text-decoration: none;
	background: #666;
	color: white;
}
.group li a span {
	border: 0px;
	margin-right: 3px;
}

.groupIcon {
	font-weight: normal;
	color: #cc6600;
}

.clear {
	clear: both;
}


#footer {
	border-top: 1px solid #CCC;
	width: 100%;
	bottom: 0px;
	font-size: 80%;
	text-align: center;
	color: #999;
	padding-top: 10px;
	padding-bottom: 10px;
	background: white;
}


.groupList {
	display: none;
	border-bottom: 1px solid #CCC;
}
.groupList ul {
	margin: 0px;
	padding: 0px;
}
.groupList ul li {
	border: none;
	list-style: none;
}
.groupList ul li a {
	padding: 3px;
	padding-left: 10px;
	font-weight: normal;
	text-decoration: none;
}
.groupList ul li a:link, .groupList ul li a:visited {
	text-decoration: none;
}
.groupList ul li a span {
	color: #666;
}


#content {
	padding: 5px;
	float: left;
	background: white;
	width: 590px;
}

#content h1 {
	
	font-size: 160%;
	letter-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
	margin: 0px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	color: black;
	
}
#content h1 span {
	color: #666666;
	letter-spacing: 0px;
	font-size: 60%;
	font-weight: normal;
}

#title {
	float: left;
}

.pager {
	text-align: right;
	float: right;
	padding: 5px;
	padding-top: 20px;
}

.pager span {
	color: #CCC;
}

.selectedPage {
	color: #999;
	font-weight: bold;
}


.subjectHolder {
	padding-top: 2px;
	width: 100%;
}


#title, .subjectHolder {
	background-color: white;
}

.subjectDivAd {
	background-color: #D9ECFF;
	margin: 4px;
	padding: 5px;
	border: 1px solid #0066CC;
}
.subjectDivAd.bottom, .subjectDivEven, .subjectDivOdd, .holder {
	padding: 5px;
	margin: 4px;
	background-color: #FFFB9F;
	border: none;
}
.subjectDivEven h2, .subjectDivOdd h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	margin: 0px;
	padding: 2px;
}
.subjectDivEven dl,.subjectDivOdd dl {
	font-size: 70%;
}
.subjectDivEven dd,.subjectDivOdd dd {
	font-size: 130%;
}


.subjectDivOdd, .holder {
	background-color: #FFFCC4;
}

.contactFormDiv {
	margin: 4px;
	padding: 5px;
	background-color: #FFFCC4;
}

.contactFormDiv h4 {
	color: black;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
fieldset {
	border: none;
}
.contactFormDiv fieldset {
	border: 0px;
	background: #FFFB9F;
	margin-top: 5px;
	padding: 5px;
}
.contactFormDiv label {
	color: black;
	font-size: 90%;
}

.contactFormDiv input, .contactFormDiv textarea {
	width: 458px;
	border: 1px inset #666;
	background: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	padding: 3px;
}

.contactFormDiv textarea {
	height: 200px;
	font-weight: normal;
}

.submit {
	margin: 0px;
	border: 1px outset #333;
	background: yellow;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
}

.messageDiv {
	padding: 4px;
	margin: 5px;
	
}


.holder h2 {
	font-size: 120%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}
.holder p {
	font-size: 90%;
}

.highlight {
	background-color: yellow;
}
.fName {
	width: 85px;
	float: left;
	font-size: 80%;
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
}
.fName:after {
	content: ":";
}
.fValue {
	padding-top: 3px;
	float: left;
	width: auto;
	font-size: 90%;
}
.field {
	height: 20px;
	clear: both;
}

.adsHolder {
	width: 800px;
	height: 1000px;
	border-left: 1px solid #FBE7AA;
	background-color: white;
	background-image: url(/images/grid.gif);
}

.pager ul {
	margin: 0px;
	padding: 0px;
}
.pager ul li {
	float: left;
	list-style-type: none;
}
.pageList a {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	line-height: 25px;
}
.buttonList a, .buttonList a:visited {
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
	border: none;
	color: black;
	font-weight: bold;
	font-size: 150%;
	margin-right: 3px;
}

.buttonList a:hover {
	background-color: #cc6600;
	color: white;
	text-decoration: none;
}

.registerFormDiv {
}

.registerFormDiv fieldset {
	border-bottom: 1px solid #FFCC00;
}
.registerFormDiv input[type=text] {
	width: 95%;
	margin-bottom: 1px;
	border: 1px inset white;
	font-weight: bold;
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}

.registerFormDiv label {
	font-size: 90%;
}

.registerFormDiv textarea {
	width: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	border: 1px inset white;
}


a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #999;
}


.logoHolder {
	position: absolute; 
	right: 10px; 
	top: 30px;
}

.logoHolder img {
	border: none;
}

.fOpis {
	font-size: 90%;
	padding: 10px;
	margin-top: 10px;
	border-top: 1px solid #ccc;
}
.fOpis p {
	margin-bottom: 10px;
}


div#google {
	position: absolute;
	top: 500px;
	left: 530px;
}