/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #002244;
	background-image: url(../../images/site/bkg_pages.gif);
	background-repeat: repeat-x;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:active {
	color: #004681;
	text-decoration: underline;
}
a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
a img {
	border:0px;
}
form {
	margin: 0px;
}
select, textarea, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	border: 1px solid;
	border-color: #AAAAAA #CCCCCC #CCCCCC #AAAAAA;
	background-color: #ffffff;
	background-image: url(../../images/input_bkg.gif);
	background-repeat: repeat-x;
}
select {
	padding: 2px;
}
input.cb, input.rb, input.image {
	padding: 0px;
	border: 0px;
	background: none;
}
label, input.button, input.cb, input.rb, input.image {
	cursor: pointer;
}
input.button, a.button {
	padding: 1px 2px 1px 2px;
	border: 1px solid;
	border-color: #CCCCCC #888888 #888888 #CCCCCC;
	background-color: #EEEEEE;
	color: #000000 !important;
	background-image: url(../../images/input_button_bkg.gif);
	background-repeat: repeat-x;
}
a.button {
	padding: 2px 4px 2px 4px;
}
.copyright {
	font-size: 9px;
}
.clearFloat {
	clear: both;
}
.clearFloat hr {
	display: none;
}

/* --- common --- */
.modTitle, .modSubTitle, .modTitle a {
	font-weight: bold;
	font-size: 14px;
	color: #004681;
}
.modTitle a, .modTitle a:active {
	text-decoration: none;
}
.modTitle a:hover {
	color: #000000;
	text-decoration: underline;
}
.modSubTitle {
	font-weight: normal;
}
.modTeaser {}
.modAlert {
	color:#CC3333;
	font-weight:bold;
}
input.modAlertField, select.modAlertField {
	border: 1px solid #CC3333 !important;
}
div.modAlertField, span.modAlertField, select.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 {}

.btnBack {
	padding: 3px 20px 3px 0px;
	background-image: url(../../images/list_arrow_left.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
.btnBookmark {}
.btnTellfriend {}
.btnPrint {}

/* --- special inputs --- */
.inputShowPasswort {
	background-image: url(../../images/input_password_bkg.gif);
}
.inputShowUser {
	background-image: url(../../images/input_user_bkg.gif);
}