@charset "utf-8";
/**	Title:		Hochfuegenski - standard elements
	Author:		Mag. Matthias Bauer (mag.matthias.bauer@gmail.com)
	
	Content:	Contains element definitions for hochfuegenski.com
 */

/**************************/
/*          Table         */
/**************************/

table.standard
{
	margin: 0px 0px 15px 0px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	font-size: 95%;
}

table.standard th
{
	color: #333333;
	background: url(../images/light_blue.png) repeat-x;
	background: url(../images/light_blue.gif) repeat-x top;
	padding:6px 0px 5px 5px;
	text-align: left;
	text-transform: uppercase;
}

table.standard td
{
	color: #333333;
	padding: 5px 5px;
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
}

table.standard td.hilite, span.hilite
{
	color: #1C64A5;
}


table.liste
{
	margin: 0px 0px 5px 0px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 460px;
	font-size: 95%;
	text-align: left;
	
}

table.liste th
{
	color: #333333;
	background: url(../images/light_grey.png) repeat-x;
	background: url(../images/light_grey.gif) repeat-x top;
	padding: 0;
	text-align: left;
	text-transform: uppercase;
}

table.liste td
{
	padding: 5px 5px;
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
	vertical-align: top;
}

table.liste td.hilite
{
	color: #1C64A5;
}

table.liste td.none
{
	border-bottom: none;
}

table.lifte
{
	margin: 0px 0px 5px 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	font-size: 95%;
	
}

table.lifte th
{
	color: #333333;
	background: url(../images/light_grey.png) repeat-x;
	background: url(../images/light_grey.gif) repeat-x top;
	padding: 6px 5px 2px 5px;
	text-align: left;
	border-bottom: 1px solid #E6E6E6;
	
}

table.lifte th.rechts
{
	padding: 6px 8px 2px 0px;
	text-align: right;
}


table.lifte td
{
	color: #333333;
	padding: 4px 5px 2px 0px;
	border-bottom: 1px solid #E6E6E6;
	text-align: right;
}


table.lifte td.links
{
	padding: 4px 8px 2px 5px;
	text-align: left;
}

table.lifte td.rechts
{
	padding: 4px 8px 2px 0px;
	text-align: right;
}

table.lifte td.hilite
{
	color: #1C64A5;
}



/**************************/
/*          Span          */
/**************************/


span.table_header
{
	font-size: 95%;
	font-weight: normal;
	text-transform: uppercase;
	color:#FFFFFF;
	background-color: #1C64A5;
	padding: 4px 5px 3px 5px;
	margin: 0;

}

span.header_red
{
	font-size: 95%;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #BF0007;
	padding: 4px 5px 3px 5px;
	margin: 0;
}

span.header_grey
{
	font-size: 95%;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #969696;
	padding: 4px 5px 3px 5px;
	margin: 0;
}

/**************************/
/*          List          */
/**************************/

#article_content_center ul, 
#article_content ul
{
	list-style-image: url(../images/star.gif);
	line-height: 12pt;
}
