.abavodvo .clear {
	float: none !important;
	clear: both !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	border: none !important;
}

* html .abavodvo .clear {
	display: inline;
}

html>/**/body .abavodvo .clear {
	display: block !important;
}

.abavodvo h3 {
	padding-bottom: 10px;
}

.abavodvo .dvoform {
	margin-bottom: 25px;
}

.abavodvo .dvoform .block {
	margin-bottom: 15px;
	min-height: 1px;
}

.abavodvo .dvoform .row {
	margin-bottom: 3px;
}

.abavodvo .dvoform .label {
	display: inline;
	float: left;
	width: 110px;
	padding-top: 3px;
}

.abavodvo .dvoform .entry {
	display: inline;
	float: left;
}

.abavodvo .dvoform .entry .text input {
	width: 200px;
	padding: 2px 4px 2px 4px;
	border: 1px solid #b5b5b5;
}

.abavodvo .dvoform .entry .select {
	margin-top: 1px;
}

.abavodvo .dvoform .entry .select select {
	width: 210px;
	margin: 0px;
	border: 1px solid #b5b5b5;
}

.abavodvo .dvoform .entry .submit {
	margin-left: 110px;
}

.abavodvo .dvoform .entry .submit input {
	padding: auto;
	border-collapse: auto;
	border: auto;
	color: auto;
	background-color: auto;
}

.abavodvo .dvoform .hint {
	display: inline;
	float: left;
	padding: 4px 0px 0px 5px;
	font-size: 90%;
}

.abavodvo .pagebrowser {
	margin-top: 20px;
	padding: 3px 10px;
	font-size: 95%;
	text-align: center;
	background-color: #f2f2f2;
}

.abavodvo .pagebrowser .doubleback,
.abavodvo .pagebrowser .doubleforward,
.abavodvo .pagebrowser .singleback,
.abavodvo .pagebrowser .singleforward {
	display: inline-block;
	height: 12px;
	margin-left: 4px;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	filter: alpha(opacity=20); 
	opacity: .20;
	-moz-opacity: .20;
	-khtml-opacity: .20;
}

* html .abavodvo .pagebrowser .doubleback,
* html .abavodvo .pagebrowser .doubleforward,
* html .abavodvo .pagebrowser .singleback,
* html .abavodvo .pagebrowser .singleforward,
*+html .abavodvo .pagebrowser .doubleback,
*+html .abavodvo .pagebrowser .doubleforward,
*+html .abavodvo .pagebrowser .singleback,
*+html .abavodvo .pagebrowser .singleforward {
	background-position: 0px 1px;
}

.abavodvo .pagebrowser a .doubleback,
.abavodvo .pagebrowser a .doubleforward,
.abavodvo .pagebrowser a .singleback,
.abavodvo .pagebrowser a .singleforward {
	cursor: pointer;
	filter: alpha(opacity=60); 
	opacity: .60;
	-moz-opacity: .60;
	-khtml-opacity: .60;
}

.abavodvo .pagebrowser a:hover .doubleback,
.abavodvo .pagebrowser a:hover .doubleforward,
.abavodvo .pagebrowser a:hover .singleback,
.abavodvo .pagebrowser a:hover .singleforward {
	filter: alpha(opacity=100); 
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.abavodvo .pagebrowser .doubleback {
	width: 10px;
	background-image: url('../img/arrow_back_double.gif');
}

.abavodvo .pagebrowser .singleback {
	width: 5px;
	background-image: url('../img/arrow_back_single.gif');
}

.abavodvo .pagebrowser .doubleforward {
	width: 10px;
	background-image: url('../img/arrow_forward_double.gif');
}

.abavodvo .pagebrowser .singleforward {
	width: 5px;
	background-image: url('../img/arrow_forward_single.gif');
}

.abavodvo .pagebrowser .pagecount {
	margin-left: 11px;
	margin-right: 6px;
}

.abavodvo .event_details .association_name {
	font-weight: normal;
	font-size: 100%;
}

.abavodvo .association_details .association_emblem {
	float: right;
}

.abavodvo .association_details .association_emblem img {
	max-width: 100px;
}

.abavodvo .association_details .association_image {
	padding: 15px 0px 20px 0px;
}

.abavodvo .association_details .association_image img {
	max-width: 300px;
}

.abavodvo .association_details .functionary_list {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

.abavodvo .association_details .functionary_list .functionary_entry {
	margin-bottom: 8px;
}

.abavodvo .association_details .functionary_list .functionary_entry  .functionary_photo,
.abavodvo .association_details .functionary_list .functionary_entry  .functionary_info {
	display: inline;
	float: left;
}

.abavodvo .association_details .functionary_list .functionary_entry  .functionary_photo {
	width: 60px;
	height: 70px;
	margin: 0px 10px 0px 0px;
	text-align: center;
	background-color: #eee;
}

.abavodvo .association_details .functionary_list .functionary_entry  .functionary_photo img {
	max-width: 60px;
	max-height: 70px;
	display: inline;
}

.abavodvo .association_details .functionary_list .functionary_entry  .functionary_info .functionary_role {
	margin-top: 3px;
	font-style: italic;
}

.abavodvo .association_details .functionary_list .functionary_entry  .functionary_info .functionary_name {
	margin-bottom: 5px;
}

.abavodvo .functionary_details .functionary_photo {
	display: inline;
	float: right;
}

.abavodvo .functionary_details .functionary_photo img {
	max-width: 150px;
	max-height: 170px;
}

.abavodvo .announcement_details .announcement_text,
.abavodvo .event_details .event_description,
.abavodvo .association_details .association_addresscontactperson ,
.abavodvo .functionary_details .functionary_portrait{
	white-space: pre-wrap;
}

.abavodvo .announcement_details .announcement_image {
	display: inline;
}

.abavodvo .announcement_details .announcement_image img {
	max-width: 300px;
	max-height: 300px;
}

.abavodvo .announcement_details .announcement_image .announcement_image_caption {
	padding-top: 4px;
	font-size: 90%;
	max-width: 300px;
}