@charset "UTF-8";

@media screen, projection
{
  .page_margins { min-width: 980px; max-width:none }

	#main { background:#fff url(images/browse_main_bg.gif) left 150px repeat-y; }

  /* #col1 becomes the left column | #col1 wird zur linken Spalte */
  #col1 { width: 160px; }
	#col1_content { padding-left: 10px; padding-right: 10px; }

  /* #col2 becomes the right column | #col2 wird zur rechten Spalte */
  #col2 { width: 250px; }
	#col2_content { padding: 0; }

  /* #col3 becomes the middle column | #col3 wird zur mittleren Spalte */
  #col3 { margin-left: 160px; margin-right: 250px; }
	#col3_content { padding-left: 10px; padding-right: 10px; }
	
	/* Filter */
	#col1 .filter {
  	background: #f2f2f2 url(images/filter_bg.gif) repeat-x top left;
	}
	ul.filter_round, ul.filter_checkbox {
		margin-left: 0;
	}
	ul.filter_round li, ul.filter_checkbox li {
		margin-left: 0;
		list-style:none;
	}
  ul.filter_round li a, ul.filter_checkbox li a {
		display: block;
		padding-left: 20px;
  }
  ul.filter_round li a {
  	background:url(images/list_round_box.gif) 4px .25em no-repeat;
  }
  ul.filter_checkbox li a {
  	background:url(images/list_square_box.gif) 4px .25em no-repeat;
  }
  ul.filter_round li a:focus,
	ul.filter_round li a:hover,
	ul.filter_round li a:active,
	ul.filter_round li a.active {
  	background:url(images/list_round_box-checked.gif) 4px .25em no-repeat;
  }
  ul.filter_checkbox li a:focus,
	ul.filter_checkbox li a:hover,
	ul.filter_checkbox li a:active,
	ul.filter_checkbox li a.active {
  	background:url(images/list_square_box-checked.gif) 4px .25em no-repeat;
  }
	
  /* BUGFIX from backend.css */
  #col1 { float: left; }
	#breadcrumbs p { display: none; } /*padding-bottom: .25em;*/
	
	div.literatur {
		line-height:1.75em;
	}
	div.literatur .bttn_green a, div.literatur .bttn_grey a {
		display: block;
		line-height:1em;
		padding:5px;
	}
	td.lit-img {
		width: 75px;
	}
	td.lit-title {
	}

}


