/*--------------------------------------------------------------------------------------------------------------
	style.css - TZ Mieter
	Linz, 25/09/07
	
--------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------------------------------------------
	GENERAL
--------------------------------------------------------------------------------------------------------------*/
.tz_mieter * {
	padding:0;
	margin:0;
	font-size:100%;
}
.tz_mieter img{
	border:0;
}
.tz_mieter { 
	margin-left:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
}
.tz_mieter h1,.tz_mieter h2,.tz_mieter h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #276BAC; 
	font-weight: bold; 
	font-size: 13px;
}
.tz_mieter h2{
	font-size:11px;
	margin-bottom:15px;
}
.tz_mieter h3{
	font-size:14px;
	margin-bottom:8px;
}
.tz_mieter .hr hr{
	display:none;
}
.tz_mieter .hr{
	height:1px;
	background-color:#C5D7E5;
	margin:7px 0;
}
.tz_mieter .clear{
	clear:both;
}
/*
	PAGING
*/

.tz_mieter #abc{
	margin-top:14px;
	margin-bottom:20px;
	overflow:hidden;
	background-color:#DFECF4;
	width:100% !important;
	/*width:675px;*/
}
.tz_mieter #abc li{
	list-style:none;
	border-right: 1px solid #FFFFFF;
	float:left;
}
.tz_mieter #abc li a,.tz_mieter #abc .active a{
	display:block;
	width:13px;
	/*_width:25px;*/
	padding:3px 0;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#004A80;
	
}
.tz_mieter #abc li a:hover,.tz_mieter #abc li.active a{
	background-color:#FFFFFF;
	color:#000000;
}
/*
	PAGINATION RESULT
*/

.tz_mieter .pagination{
	margin-bottom:30px;
}
.tz_mieter .pagination a{
	color:#276BAC;
	text-decoration:underline;
}
.tz_mieter .pagination a:hover,.tz_mieter .pagination .active a{
	color:#000000;
	text-decoration:none;
}
.tz_mieter .pagination .active a{
	font-weight:bold;
}
.tz_mieter .pagination .left{
	float:left;
	width:25px;
}
.tz_mieter .pagination .text{
	text-align:center;
	float:left;
	width:90%;
}
.tz_mieter .pagination .right{
	float:right;
	width:26px;
	text-align:right;
}
.tz_mieter .pagination .next span, .pagination .back span{
	display:none;
}
.tz_mieter .pagination a.next, .pagination a.back{
	display:block;
	background-image:url(../images/default/page_left_0.gif);
	background-repeat:no-repeat;
	width:25px;
	height:20px;
}
.tz_mieter .pagination a.back:hover{
	background-image:url(../images/default/page_left_1.gif);
	text-decoration:none;
}
.tz_mieter .pagination a.next{
	background-image:url(../images/default/page_right_0.gif);
}
.tz_mieter .pagination a.next:hover{
	background-image:url(../images/default/page_right_1.gif);
	text-decoration:none;
}
.tz_mieter .pagination .text a{
	margin-right:10px;
}


/*
	FORMULAR
*/
.tz_mieter form{
	margin-bottom:16px;
}
.tz_mieter label{
	display:block;
	float:left;
	width:150px;
	margin-bottom:10px;
}
.tz_mieter input.text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:274px;
	margin-bottom:10px;
	padding:1px;
}
.tz_mieter select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:280px;
	margin-bottom:10px;
}
.tz_mieter option{
	padding:1px 5px;
}
.tz_mieter option.even{
	background-color:#F3F3F3;
}
.tz_mieter input.searchbutton{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#003A7B;
	width:80px;
	padding-right:17px;
	margin-left:150px;
	background-color:#E1EFF8;	
	border:1px solid #A9C2D9;
	background-image:url(../images/default/lupe.gif);
	background-repeat:no-repeat;
	background-position:right;
}
/*
	LISTING
*/
.tz_mieter #results {
	width:auto !important;
	/*width:675px;*/
}

.tz_mieter #results .company{
	margin-bottom:30px;
}
.tz_mieter #results .company .text table{
	width:100%;
}

.tz_mieter #results .company .image{
	border: 1px solid #C5D6E5;
	width:150px;
	height:260px;
	float:left;
	text-align:center;
}
.tz_mieter #results .company .text{
	margin-left:160px;
	
}
.tz_mieter #results .company .text table{
	width:250px;
	/*float:right;*/
	position:absolute;
}
.tz_mieter #results .company a{
	color:#000000;
	text-decoration:none;
}
.tz_mieter #results .company a:hover{
	color:#276BAC;
	text-decoration:none;
}

.tz_mieter #results .text th,.tz_mieter #results .text td{
	border-bottom:1px solid #C5D6E5;
	padding:3px 1px;
}
.tz_mieter #results .text th{
	color:#276BAC;
	font-weight:normal;
	text-align:left;
	width:110px;
	vertical-align:top;
}



