/* 
  Titel: trino.de CSS Stylesheet, Einstellungen für 2-Spalten Layout
  Autor: Torben Hansen, Skyfillers GmbH
  Datum: 21.10.2006
*/

/************************************************************/
/* Formatierungen	Layer                                     */
/************************************************************/
#main {
	background-image: url(../gfx/bg-main-2col.gif);
	background-repeat: repeat-y;	
}

#main_container {
	background-image: url(../gfx/bg-main-2col.gif);
	background-repeat: repeat-y;
}

#content-left {
  width: 225px;
	padding: 0;
}

#content-middle {
  width: 755px;
}

#content-left ul {
  width: 205px;
  height: *;
  margin: 0;
	padding: 10px 0 0 0;
}

#content-left li {
  width: 205px;
  height: auto;
  min-height: 17px;
  line-height: 17px;
	display: block;
  margin: 0;
	padding: 0;
}

#content-left a:link, #content-left a:visited {
	width: 205px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 205px; /*Angabe für die anderen Browser */
	height: auto;
	min-height: 17px; 
	vertical-align: middle;
	display: block;
	margin: 0;
	padding-left: 20px;
	text-decoration: none;
}

#content-left a:hover, #content-left a:active, #content-left a:focus {
	width: 205px; /* Angabe für den IE 5.x */
	voice-family: "\"}\""
	voice-family: inherit;
	width: 205px; /*Angabe für die anderen Browser */
	height: auto;
	min-height: 17px; 
	vertical-align: middle;
	display: block;
  margin: 0;
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
}
