/* com.umue.listing.css 3.1 Extension :::::::::::::::::::::: (C) 2004 by UMue */

/* LISTING ------------------------------------------------------------------ */
.listing {
	width: 600px;
	margin-bottom: 15px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.listing .headline_row {
}
.listing .row_0 {
}
.listing .row_1 {
}
/* HEADLINE */
.listing .headline_row .active_var, .listing .headline_row .active_fix, .listing .headline_row .passive_var, .listing .headline_row .passive_fix {
	padding: 3px 9px 3px 9px;
	font: 10px 'Myriad Apple', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
.listing .active_fix, .listing .passive_fix {
	width: 30px;
}
.listing .headline_row .active_var, .listing .headline_row .active_fix {
	background-color: #345;
}
.listing .headline_row .passive_var, .listing .headline_row .passive_fix {
	background-color: #6b7f93;
}
/* LINES */
.listing .row_0 .active_var, .listing .row_0 .active_fix, .listing .row_0 .passive_var, .listing .row_0 .passive_fix, .listing .row_1 .active_var, .listing .row_1 .active_fix, .listing .row_1 .passive_var, .listing .row_1 .passive_fix {
	padding: 3px 9px 3px 9px;
	font: 10px 'Myriad Apple', 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
/* ODD LINE */
.listing .row_0 .active_var, .listing .row_0 .active_fix {
	border-top: 1px solid #e7e7e7;
	background-color: #f5f5f5;
}
.listing .row_0 .passive_var, .listing .row_0 .passive_fix {
	border-top: 1px solid #e7e7e7;
	background-color: #fafafa;
}
/* EVEN LINE */
.listing .row_1 .active_var, .listing .row_1 .active_fix {
	border-top: 1px solid #e7e7e7;
	background-color: #dce5ee;
}
.listing .row_1 .passive_var, .listing .row_1 .passive_fix {
	border-top: 1px solid #e7e7e7;
	background-color: #ecf2f8;
}
/* SPECIAL */
.listing .email_link, .listing .email_link:link, .listing .email_link:visited {
	text-decoration: none;
	color: #000;
}
.listing .link:hover {
	color: #000;
	text-decoration: underline;
}


/* REGISTER ----------------------------------------------------------------- */
.register {
	width: 700px;
	empty-cells: show;
}

.register .reiter {
	width: 180px;
}

.register a {
	display: block;
	margin: 0px;
	border-bottom: 3px solid #345;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px; 
	font-size: 14px;
	background-color: #6b7f93;
	color: #fff;
}

.register a:hover {
	background-color: #900;
	color: #fff;
	text-decoration: none;
}

.register span {
	display: block;
	margin: 0px;
	border-bottom: 3px solid #345; 
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 1px;
	padding-left: 9px; 
	font-size: 14px;
	background-color: #345;
	color: #fff;
}

.register .leerraum {
	width:4px;
	border-bottom:3px solid #345;
}

.register .leerzelle {
	border-bottom:3px solid #345;
}

.registertitel {
	width: 700px;
}

.registertitel .single {
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 9px;
	padding-right: 9px;
	background-color: #345;
	color: #fff;
}

/* EOF */

