body {
    font-family: Arial, sans-serif;
    font-size: 62.5%;
	}

/*
div#listWrapper {
    padding:15px 20px 20px;
    width:725px;
    margin: auto;
    overflow: hidden;
    }
*/

p.notice {
    padding:10px;
    font-size:1.2em;
    color:#333;
}

/*-- Helper ------------------------------------*/
.left {
    float:left;
}

.right {
    float:right;
}

/*-- Filter ------------------------------------*/
form#tourFilter {
    background-color:#f1f1f1;
    font-size:1.1em;
    padding:5px 10px;
    line-height:18px;
}

form#tourFilter div.formDescription,
form#tourFilter div.formItem {
    float:left;
}

form#tourFilter div.formDescription {
    padding-top:1px;
}

form#tourFilter div.formItem label {
    padding:0px 4px 0px 8px;
}

form#tourFilter input,
form#tourFilter select {
    font-size:1.1em;
}

form#tourFilter input#submit {
    margin-left:10px;
}

/*-- Suche -------------------------------------*/
    
div#searchFormContainer {
	background-color: #f1f1f1;
	overflow: auto;
	padding: 10px;
}
	
div#searchFormContainer div.formFieldContainer {
    margin-right:8px;
}
    
div#searchFormContainer label {
	font-size: 1.2em;
	color: #696969;
	font-weight: bold;
}

/* Select-Boxen */
div#searchFormContainer .dropdown {
	height:20px;
}
	
/* Texteingabe-Felder */
div#searchFormContainer .textInput {
    height:18px;
}

/* Checkboxen */
div#searchFormContainer .checkbox {
    margin-top:4px;
}
	
div#searchFormContainer input, div#searchFormContainer select {
	color: #333;
	display: block;
}

div#searchFormContainer div.buttonContainer {
    margin-top:13px;
}

/* Submit-Button */
div#searchFormContainer input#searchButton {
	width: 93px;
	height: 22px;
	background: #FFF url(../img/button_suchen.gif);
	border: none;
}
	
/*-- Sortieren ---------------------------------*/

div#tf_sort {
	background-color: #f1f1f1;
	/*overflow: auto;*/
	height:18px;
	padding: 5px 10px;
	margin: 5px 0px 10px 0px;
	}

/* IE6 only */
* html div#tf_sort{
    height:18px;
}

div.sortButton {
    float:left;
    margin-right:10px;
}

a.buttontitledesc {

}

a.buttontitleasc {

}

a.button {
    display:block;
    height:20px;
}

a.title {
    background:url(../img/sort_titel_normal.gif) no-repeat;
    width:62px;
}

a.titledesc {
    background:url(../img/sort_titel_desc.gif) no-repeat;
    width:62px;
}

a.titleasc {
    background:url(../img/sort_titel_asc.gif) no-repeat;
    width:62px;
}

a.duration {
    background:url(../img/sort_dauer_normal.gif) no-repeat;
    width:62px;
}

a.durationdesc {
    background:url(../img/sort_dauer_desc.gif) no-repeat;
    width:62px;
}

a.durationasc {
    background:url(../img/sort_dauer_asc.gif) no-repeat;
    width:62px;
}

a.rating {
    background:url(../img/sort_bewertung_normal.gif) no-repeat;
    width:91px;
}

a.ratingdesc {
    background:url(../img/sort_bewertung_desc.gif) no-repeat;
    width:91px;
}

a.ratingasc {
    background:url(../img/sort_bewertung_asc.gif) no-repeat;
    width:91px;
}

a.distance {
    background:url(../img/sort_laenge_normal.gif) no-repeat;
    width:62px;
}

a.distancedesc {
    background:url(../img/sort_laenge_desc.gif) no-repeat;
    width:62px;
}

a.distanceasc {
    background:url(../img/sort_laenge_asc.gif) no-repeat;
    width:62px;
}

div#tf_sort input#sort_dauer {
	width: 62px;
	height: 20px;
	background: #FFF url(../layout/sort_dauer_normal.gif);
	border: none;
	}
	
div#tf_sort input#sort_laenge {
	width: 62px;
	height: 20px;
	background: #FFF url(../layout/sort_laenge_normal.gif);
	border: none;
	}
	
div#tf_sort input#sort_bewertung {
	width: 91px;
	height: 20px;
	background: #FFF url(../layout/sort_bewertung_normal.gif);
	border: none;
	}
	
div#tf_sort input.tf_sort_button {
	float: left;
	margin-left: 10px;
	}
	
div#tf_sort span.tf_sort_cap {
	float: left;
	padding-top: 3px;
	font-size:1.1em;
	margin-right:10px;
	}

/************ PAGINATION ************/
div#tf_sort div.pagination {
    font-size:1.1em;
    padding-top:3px;
    float:right;
}

div#tf_sort div.pagination span {
    margin:0px 4px;
}

div#tf_sort div.pagination span a {
    color: #696969;
    font-weight:normal;
}

div#tf_sort div.pagination span a:hover {
    text-decoration:underline;
}
	
/*-- Einträge ----------------------------------*/

div.tf_eintrag {
	padding: 7px 10px 10px 10px;
	background: transparent url(../img/eintrag_background.jpg) repeat-x;
	border-top: 1px solid #ebebeb;
	/*float: left;*/
	clear:both;
	margin-bottom:1px;
	}
	
div.tf_eintrag div.tf_eintrag_head {
	/*float: left;*/
	}
	
div.tf_eintrag div.tf_eintrag_head h1 {
	font-size: 1.6em;
	color: #ca262d;
	float: left;
	clear: both;
	}
	
div.tf_eintrag div.tf_eintrag_head h1 a {
    float:left;
    color:#ca262d;
    text-decoration:none;
    margin-left:0px;
}

div.tf_eintrag div.tf_eintrag_head h1 a:hover {
    text-decoration:underline;
}

div.tf_eintrag div.tf_eintrag_bewertung, div.tf_eintrag div.tf_eintrag_head a {
	float: right;
	margin-left: 10px;
	padding-top: 2px;
	}
	
div.tf_eintrag div.tf_eintrag_data {
	/*float: left;*/
	height: 16px;
	overflow:hidden;
	margin-top: 7px;
	clear:both;
	}
	
div.tf_eintrag span.data_cap {
	color: #696969;
	font-size: 1.2em;
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
	}
	
div.tf_eintrag img.icon {
	float: left;
	margin-right: 4px;
	}
	
div.tf_eintrag_data div.item_wrapper_60 {
    float:left;
    width:60px;
}

div.tf_eintrag_data div.item_wrapper_80 {
    float:left;
    width:80px;
}

div.tf_eintrag_data div.item_wrapper_100 {
    float:left;
    width:100px;
}

div.tf_eintrag_data div.item_wrapper_150 {
    float:left;
    width:150px;
}
