/* listen layout */

#container_list{
	background-color:#222222;
	position:relative;
}

#list_headline{
	background-image:url(background_headline.png);
	height:30px;
	width:100%;
	margin-bottom:15px;
	font-size:16px;
	color:#ffffff;
	font-weight:bolder;
	line-height:30px;
}

#list{
	vertical-align:top;
	min-height:90px;
	max-height:90px;
	overflow:hidden;
	border-bottom:1px solid #40898d;
}

#list_pic{
	width:100px;
	float:left;
}

#list_info{
}

#list_info_header a {
	font-weight:bolder;
	text-decoration:underline;
	color:#FFFFFF;
	font-size:16px;
	line-height:33px;
	vertical-align:sub;
}
	
#list_info_header a:hover {
	color:#A9FF53;
	line-height:33px;
	background-color:#222222;
}

#list_info_content{
	margin-top:5px;
	margin-left:100px;
}

#list_link {
	text-align:right;
	position:absolute;
	bottom:0;
	width:100%;
	background-color:#111111;
	float:right;
}

#list_link:hover {
	color:#A9FF53;
	text-align:right;
	position:absolute;
	bottom:0;
	width:100%;
	background-color:#111111;
}

#ort{
	float:left;
}

#status{
	float:left;
	margin-left:15px;
}

#details{
	float:right;
}

#details a:hover{
	color:#a9ff53;
}

#verzeichnis{
	font-size:18px;
	font-weight:bold;
	color:#ffffff;
	border-bottom:1px solid #40898d;
	margin-bottom:15px;
}

#verzeichnis_auswahl{
	width:715px;
	background-image:url(pixel.png);
	position:fixed;
	margin-left:35px;
	z-index:999999;
}

#verzeichnis_auswahl a{
	color:#40898d;
	font-size:15px;
	font-weight:bold;
	letter-spacing:6.222px;
}

#verzeichnis_auswahl a:hover{
	color:#eeeeee;
}

.td_link{
	color:#eeeeee;
}

.td_link a:hover{
	color:#a9ff53;
}

.green{
	color:#A9FF53;
}

.white{
	color:#FFFFFF;
}

.green_bold{
	color:#A9FF53;
	font-weight:bolder;
}

.white_bold{
	color:#FFFFFF;
	font-weight:bolder;
}

.red{
	color:#ea0000;
}

.red_bold{
	color:#ea0000;
	font-weight:bolder;
}

.checkbox input {
    display: none;
}

.checkbox span {
    width: 13px;
    height: 13px;
    display: block;
	float:left;
    background: url(bilder/checkbox_leer.png);
}

.checkbox input:checked + span {
    background: url(bilder/checkbox_checked.png);
}

#cehckbox_schrift{
	float:left; 
	margin-right:15px; 
	margin-top:-2px;
}