/**
 * Style sheet basics_screen
 */
/* ##### RESET ##### */
*
{
	margin:0px;
	padding:0px;
	border:0px;
}

/* Erzwingen des Scrollbalkens - verhindern hüpfen von zentrierten Layouts */
html
{
	height:101%;
}

body
{
	background-color:#D6D4D4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#555555;
	line-height:1.3em;
}

/* ##### LAYOUTSECTIONS ##### */
#wrapper
{
	width:920px;
	margin-right:auto;
	margin-left:auto;
	background-image:url("tl_files/graphics/bg_wrapper.gif");
	background-repeat:repeat-y;
}

#header
{
	height:250px;
	background-image:url("tl_files/graphics/bg_top.gif");
	background-position:center top;
	background-repeat:no-repeat;
}

#container
{
	width:920px;
}

#left
{
	width:210px;
	clear:both;
	margin-left:50px;
	background-position:center top;
	background-repeat:no-repeat;
}

#main
{
	width:550px;
	float:left;
	margin-left:30px;
}

#footer
{
	clear:both;
	background-image:url("tl_files/graphics/bg_bottom.gif");
	background-position:center bottom;
	background-repeat:no-repeat;
	font-size:0.77em;
}

/* ##### ELEMENTS ##### */
div.ce_text
{
	width:545px;
	margin-right:4px;
	text-align:justify;
}

/* Only Print, invisible on screen */
h1
{
	margin-bottom:15px;
	font-size:1.17em;
	color:#E2002B;
}

/* not in use */
h2
{
	margin-bottom:10px;
	font-weight:bold;
	font-size:0.92em;
	color:#E2002B;
}

/* Standard-Headline im Text */
h3
{
	margin-bottom:8px;
	font-weight:normal;
	font-size:1em;
	color:#E2002B;
}

/* Headline in left */
h4
{
	margin-bottom:5px;
	font-weight:bold;
	font-size:0.92em;
	color:#E2002B;
}

p
{
	margin-bottom:8px;
}

.nojustify
{
	text-align:left;
}

a
{
	text-decoration:none;
	color:#E2002B;
}

a:hover
{
	text-decoration:underline;
}

li.list
{
	margin-bottom:6px;
	margin-left:30px;
	list-style-type:circle;
}

span.red
{
	color:#E2002B;
}

span.bold
{
	font-weight:bold;
}

span.smaller
{
	font-weight:normal;
	font-size:0.8125em;
}

/* ##### TABLES ##### */
td.nowrap
{
	white-space:nowrap;
}

th
{
	text-align:left;
	vertical-align:top;
}

/* ---------- Table Kumo Champions ------------- */
#tab_champions table
{
	width:500px;
	line-height:1.3em;
	white-space:nowrap;
}

#tab_champions thead
{
	background-color:#d6d4d4;
}

#tab_champions tr.even
{
	background-color:#ffffff;
}

#tab_champions tr.odd
{
	background-color:#e8e8e8;
}

#tab_champions th
{
	padding:5px 3px 5px 5px;
	text-align:left;
	font-size:11px;
	color:#555555;
	whitespace:nowrap;
}

#tab_champions td
{
	padding:4px 4px 4px 5px;
	text-align:left;
	border-bottom:1px solid #a1a1a1;
	border-collapse:collapse;
	font-size:11px;
	color:#555555;
}

/* ---------- Table Branchen ------------- */
#tab_branche
{
	border-collapse:collapse;
}

#tab_branche th
{
	padding-bottom:5px;
	text-align:left;
	font-size:10px;
	color:#E2002B;
	white-space:nowrap;
	text-transform:uppercase;
	letter-spacing:0.03em;
}

#tab_branche td
{
	padding:1px 3px 1px 0px;
	text-align:left;
	border-top:1px dotted #c1c1c1;
	font-size:11px;
	color:#555555;
	text-transform:none;
	letter-spacing:normal;
}

#tab_branche td.col1
{
	padding-right:15px;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}

/* TH für Kumo AT und CH - Breite erste Spalte */
th.kumoatch
{
	padding-right:5px;
}
