/*
 *	Hausbesitzer Einstiegsseite
 */
 
table#hausbesitzer {
	border-collapse: collapse;
}

table#hausbesitzer td {

}

#row1 td {
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: #002A7A;
}
#row2 td {
	border-left: 1px solid #002A7A;
	border-right: 1px solid #002A7A;
	padding: 20px;
}
#row1 td.first ,#row2 td.first {border-left: 0px;}
#row1 td.last, #row2 td.last {border-right: 0px;}

.tx-felogin-pi1 {
	width: 200px;
	text-align: right;
}

.tx-felogin-pi1 input#user, .tx-felogin-pi1 input#pass {
	width: 190px;
	border: 1px solid #002A7A;
	padding: 3px 5px;
	margin: 0 0 8px 0;
	color: #aaa;
	font-size: 11px;
	font-weight: bold;
}



.hausbesitzer { 
	padding: 0 218px 0 20px;
}

.hausbesitzer_full {
	padding: 0 20px 0 20px;
}

.hausbesitzer h1 {
	margin-left: 0;
}

.hausbesitzer h1 small {
	font-size:2.6em;
}


/*
 *	tt_news globals
 */


.news-list-container h1, .news-list-container h1 a{
	color:#002A7A;
	line-height:24px;
}

hr.clear {
	clear: both;
	visibility:hidden;
}


/*
 *	LIST View
 */
.news-list-container {
	margin: 0;
	padding: 10px 0 20px 0 ; 
}

.news-list-item {
	padding-bottom: 20px;
}

.news-list-container img {
	float: left;
	padding: 0 20px 5px 0;

}

.news-list-container hr.clearer {
	
}

/*
 *	SINGLE View
 */

.news-single-item {
	padding: 10px 0 20px 0;
}

.news-single-item img{
	float: left;
	padding: 0 10px 5px 0;
}

.news-single-backlink {
	border-top: 1px solid #002A7A;
	text-align: right;
	padding: 10px 0 ;
}
.news-single-backlink a {
	text-decoration: none;
}


/*
 *	Hausbesitzer Benutzer Config
 */
 
.tx-srfeuserregister-pi1 fieldset {
	border: 0;
}

.tx-srfeuserregister-pi1-notice {

}