
.clearer {
	clear:both;
	display:block;
}

.spacer {
	height: 20px;
}

#download_header_logo {
	width: 756px;
	height: 158px;
	background: url(../images/download_header.jpg);
	float: left;
/*	margin-right: 8px;*/
}

#download_merkliste {
	width: 180px;
	height: 158px;
	background: url(../images/download_merkliste.jpg);
	float: right;
	
}

#download_merkliste .title {
	color: #626262;
	margin: 5px 0px 0px 5px;
	font-size: 12px;
	font-weight: bold;
}

.text_blue_1 {
	color: #0072C6;
	font-size: 11px;
	font-weight: bold;
}

.text_gray_1 {
	color: #626262;
	padding: 20px 0px 15px 2px;
	font-size: 11px;
}

.text_gray_2 {
	color: #626262;
	font-size: 10px;
}

#selection {
	height: 100%;
	width: 756px;
	float: left;
}

#selection_container_1 {
	height: 100%;
}

.selection_column {
	width: 230px;
	height: 100%;
	overflow: visible;
	float: left;
	margin-left: 30px;
	border-right: 1px solid #999999;
}
.selection_column_first {
	margin-left: 0px;
}
.selection_column_last {
	border-right: none;
}
.selection_column select {
	width: 200px;
	display: block;
	margin-top: 15px;
}

#search_result_btn {
	margin-top: 20px;
	padding-top: 5px;
	width: 167px;
	height: 21px;
	background: url(../images/search_result_btn.gif);
	background-repeat:no-repeat;
	text-align: center;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}

#start_download_btn {
	margin-top: 20px;
	padding-top: 5px;
	width: 167px;
	height: 21px;
	background: url(../images/search_result_btn.gif);
	background-repeat:no-repeat;
	text-align: center;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
	float: left;
}

.merkliste_box_btn {
	margin-top: 105px;
	margin-left: 10px;
	padding-top: 5px;
	width: 121px;
	height: 26px;
	background: url(../images/merkliste_anzeigen.gif);
	background-repeat:no-repeat;
	text-align: center;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}

#file_list_table{
	height: 100%;
	width: 756px;
	float: left;
}

#file_list_table table {
	width: 100%;
}

#file_list_table table tr th {
	text-align: center;
	height: 25px;
	font-size: 10px;
	color: #0066CC;
	border-bottom: 1px solid #CCCCCC;
}

#file_list_table .head_title {
	text-align: left;
}
#file_list_table .head_type {
	width: 100px;
}
#file_list_table .head_size {
	width: 85px;
}
#file_list_table .head_date {
	width: 75px;
}
#file_list_table .head_download {
	width: 75px;
}
#file_list_table .head_thumb {
	width: 150px;
	text-align: left;
}
#file_list_table .head_delete {
	width: 75px;
}

#file_list_table .content_title {
	text-align: left;
	color: #0072C6;
	font-size: 11px;
	font-weight: bold;
}
#file_list_table .content_type {
	text-align: center;
}
#file_list_table .content_size {
	text-align: center;
}
#file_list_table .content_date {
	text-align: center;
}
#file_list_table .content_download {
	text-align: center;
}
#file_list_table .content_delete {
	text-align: center;
}

#file_list_table .sortable {
	cursor: pointer;
}

#file_list_table .content_title_detail {
	text-align: left;
	vertical-align: top;
	padding-top: 8px;
}

#file_list_table .content_title_detail .title {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}

#file_list_table .content_title_detail .description {
	color: #535353;
	font-size: 11px;
	font-weight: normal;
	padding-top: 20px;
	padding-bottom: 20px;
}

#file_list_table .content_title_detail .content_footer {
	color: #0066CC;
	font-size: 11px;
	font-weight: bold;
	width: 300px;
	cursor: pointer;
}

#file_list_table .content_title_detail .content_footer .download {
	float: left;
}
#file_list_table .content_title_detail .content_footer .merkliste_action {
	float: right;
}

#file_list_table .content_type_detail {
	text-align: center;
	vertical-align: top;
	padding-top: 6px;
}
#file_list_table .content_size_detail {
	text-align: center;
	vertical-align: top;
	padding-top: 6px;
}
#file_list_table .content_date_detail {
	text-align: center;
	vertical-align: top;
	padding-top: 6px;
}
#file_list_table .content_thumb_detail {
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
}
#file_list_table .content_thumb_detail img {
	border: 1px solid #C3C2C2;
}

#file_list_table .sortable {
	cursor: pointer;
}


#file_list_table table tr td {
	height: 32px;
	border-bottom: 1px solid #CCCCCC;
}

#file_list_table_head {
	height: 20px;
	background-color: #F2F2F2;
}

#file_list_table_footer {
	margin-top: 10px;
	height: 100%;
	width: 756px;
}

.file_list_page_nr {
	height: 15px;
	width: 15px;
	margin-left: 3px;
	padding-right: 3px;
	border-right: 1px solid #C3C3C3;
	float: left;
	color: #0066CC;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.file_list_page_nr_sel {
	background-color: #787878;
	color: #FFFFFF;
}

.file_list_page_nr_clickable {
	cursor: pointer;
}

#file_list_table_footer .button_back {
	color: #0066CC;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #C3C3C3;
	font-weight: bold;
	float: left;
	cursor: pointer;
}

#file_list_table_footer .button_fwd {
	color: #0066CC;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
	float: left;
	cursor: pointer;
}

#file_list_table_footer .disabled {
	color: #BFBFBF;
	cursor: default;
}

#page_size_selector {
	color: #666666;
	float: right;
}

#page_size_selector_ttl {
	color: #666666;
	float: left;
	padding-right: 5px;
}

#page_size_selector .page_resize_btn {
	text-align: center;
	margin-right: 5px;
	height: 15px;
	width: 15px;
	color: #FFFFFF;
	float: left;
}

#page_size_selector .page_resize_btn_enabled {
	background-color: #0072C6;
	cursor: pointer;
}

#page_size_selector .page_resize_btn_disabled {
	background-color: #787878;
}

.mimetype_pdf {
	background: url(../images/icon_pdf.gif);
	background-repeat:no-repeat;
	text-align: center;
	height: 25px;
	padding-left: 15px;
	padding-top: 5px;
}

.mimetype_xls {
	background: url(../images/icon_xls.gif);
	background-repeat:no-repeat;
	text-align: center;
	height: 25px;
	padding-left: 15px;
	padding-top: 5px;
}

.mimetype_zip {
	background: url(../images/icon_zip.gif);
	background-repeat:no-repeat;
	text-align: center;
	height: 25px;
	padding-left: 15px;
	padding-top: 5px;
}

#file_list_table_head .result_count {
	float: left;
}

#file_list_table_head .view_switch {
	float: right;
	color: #0066CC;
	cursor: pointer;
}

#file_list_table .content_download div {
	float: left;
	cursor: pointer;
}

#file_list_table .content_download .download_add_btn {
	width: 12px;
	height: 12px;
	margin-left: 18px;
	background: url(../images/download_add.gif);
	background-repeat:no-repeat;
}
#file_list_table .content_download .download_remove_btn {
	width: 12px;
	height: 12px;
	margin-left: 18px;
	background: url(../images/download_remove_btn.gif);
	background-repeat:no-repeat;
}

#file_list_table .content_download .direct_download_btn {
	width: 18px;
	height: 12px;
	margin-left: 10px;
	background: url(../images/direct_download.gif);
	background-repeat:no-repeat;
}

#file_list_table .content_delete .download_remove2_btn {
	width: 12px;
	height: 12px;
	margin-left: 28px;
	background: url(../images/download_remove2_btn.gif);
	background-repeat:no-repeat;
	cursor: pointer;
}

#merkliste_header {
	width: 756px;
	float: left;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 40px 0px 40px 0px;
}

#download_size_info {
	float: left;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 25px 0px 0px 20px;
}


