/* --- tags --- */
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}
body, table, td, tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
hr {
	height: 1px;
	color: #E7EAEF;
	border: 0px;
	border-bottom: 1px solid #E7EAEF;
}
a, a:active {
	color: #d70010;
	text-decoration: none;
}
a:hover {
	color: #3A3E55;
}
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: 400;
	font-size: 18px;
	color: #383F52;
	font-family: "Trebuchet MS", trebuchet, Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.modTitle a, .modTitle a:active {
	text-decoration: none;
}
.modTitle a:hover {
	color: #C7CCD9;
	text-decoration: underline;
}
.modSubTitle {
	font-weight: normal;
	font-size: 13px;
}
.modTeaser {
	padding: 10px 0px 10px 0px;
}
.modAlert {
	color:#CC3333;
	font-weight:bold;
}
input.modAlertField, textarea.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 {}
.linkIconLeft a, .linkIconLeft a:active {}
.linkIconLeft a:hover {}
.linkIconRight {
	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, .linkIconRight a:active {}
.linkIconRight a:hover {}
.btnBookmark {}
.btnTellfriend {}
.btnPrint {}

/* --- special inputs --- */
.inputShowPasswort {
	background-image: url(../../images/input_password_bkg.gif);
}
.inputShowUser {
	background-image: url(../../images/input_user_bkg.gif);
}

/* custom */
#infoBox .modTitle, #infoBox .modSubTitle, #infoBox .modTitle a {
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
}
#infoBox .bottomIcons {
	display: none;
}
#contentBox .modTitle{
	padding: 0px 0px 3px 0px;
}
.tagsBox {
	color: #526080;
	font-size: 9px;
}
.tagsBox .lastTag {
	padding: 0px 0px 0px 0px;
}
.tagsBox .lastTag hr {
	display: none;
}