/* tags */
.hidden {
	position: absolute;
	left: -1000em;
	top: -1000em;
	height: 1px;
	width: 1px;
}

/* --- common --- */
.modTitle, .modTitle a {
	font-weight: bold;
	font-size: 14px;
	color: #026f85;
}
.modTitle a, .modTitle a:active {
	text-decoration: none;
}
.modTitle a:hover {
	color: #000000;
	text-decoration: underline;
}
.modSubTitle {
	color: #999999;
}
.modTeaser {}
.modAlert {
	color:#CC3333;
	font-weight:bold;
}
input.modAlertField {
	border: 1px solid #CC3333 !important;
}
div.modAlertField, span.modAlertField {
	color: #CC3333;
	font-weight:bold;
}


/* --- icons --- */
.iconsDetail {
	clear: both;
	text-align: right;
}
.topIcons .iconsDetail {
	padding: 0px 0px 20px 0px;
}
.bottomIcons .iconsDetail {
	padding: 20px 0px 0px 0px;
}
.topIcons {
	display: none;
}
.bottomIcons {}

.linkIconLeft {
	/*
	padding: 3px 10px 3px 0px;
	background-image: url(../../images/icon_arrow_left.gif);
	background-position: right center;
	background-repeat: no-repeat;
	*/
}
.linkIconLeft a {
	padding: 3px 20px 3px 0px;
	background-image: url(../../images/list_arrow_left.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.linkIconLeft a, .linkIconLeft a:active {}
.linkIconLeft a:hover {}
.linkIconRight {}
.linkIconRight a {
	padding: 3px 0px 3px 10px;
	background-image: url(../../images/icon_arrow_right.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
.linkIconRight a, .linkIconRight a:active {}
.linkIconRight a:hover {}
.btnBookmark, .btnTellfriend, .btnPrint, .btnBack {
	padding: 3px 8px 3px 0px;
	background-position: left center;
	background-repeat: no-repeat;

}
.btnBookmark {
	padding-left: 16px;
	background-image: url(../../images/mod_btn_bookmark.gif);
}
.btnTellfriend {
	padding-left: 19px;
	background-image: url(../../images/mod_btn_mail.gif);
}
.btnPrint {
	padding-left: 16px;
	background-image: url(../../images/mod_btn_print.gif);
}
.btnBack {
	padding-left: 9px;
	background-image: url(../../images/mod_btn_back.gif);
}

/* --- special inputs --- */
.inputShowPasswort {
	background-image: url(../../images/input_password_bkg.gif);
}
.inputShowUser {
	background-image: url(../../images/input_user_bkg.gif);
}

.en .inputShowPasswort {
	background-image: url(../../images/input_password_bkg_en.gif);
}
.en .inputShowUser {
	background-image: url(../../images/input_user_bkg_en.gif);
}