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

html
{
	height:101%;
}

body
{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:10pt;
	color:#000000;
	line-height:11pt;
}

/* ##### Cronjob unsichtbar in Print ##### */
.invisible
{
	display:none;
}

/* ##### LAYOUTSECTIONS ##### */
#wrapper, #container, 
{
}

#left, #footer
{
	display:none;
}

#header
{
	width:100%;
	height:auto;
	margin:0px;
	padding:0px 0px -20px 0px;
	border-bottom:1px dotted #666666;
}

#main
{
	width:100%;
	float:none;
	margin-top:15px;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:10pt;
}

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

h1
{
	margin-bottom:15px;
	font-size:12pt;
	color:#E2002B;
}

h2
{
	margin-bottom:10px;
	font-weight:bold;
	font-size:10pt;
	color:#E2002B;
}

h3
{
	margin-bottom:5px;
	font-weight:bold;
	font-size:10pt;
	color:#E2002B;
}

p
{
	margin-bottom:7px;
}

.nojustify
{
	text-align:left;
}

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

a:hover
{
}

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:8pt;
}

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

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

/* ---------- Table Kumo Champions ------------- */
#tab_champions table
{
	font-size:10pt;
	line-height:13pt;
	white-space:nowrap;
}

#tab_champions thead, #tab_champions tr.even, #tab_champions tr.odd
{
}

#tab_champions td
{
	padding:4px 4px 4px 5px;
	border:1px solid #c1c1c1;
	border-collapse:collapse;
	font-size:10pt;
	color:#000000;
	line-height:13pt;
}

#tab_champions th
{
	padding:5px 3px 5px 5px;
	border:1px solid #c1c1c1;
	font-size:10pt;
	color:#000000;
	line-height:13pt;
}

/* ---------- Table Branchen ------------- */
#tab_branche
{
	margin-left:2px;
	border:1px solid #c1c1c1;
	border-collapse:collapse;
}

#tab_branche th
{
	padding:5px;
	text-align:left;
	border-bottom:1px solid #c1c1c1;
	border-collapse:collapse;
	font-size:9pt;
	color:#E2002B;
	white-space:nowrap;
	text-transform:uppercase;
}

#tab_branche td
{
	padding:2px 3px 2px 5px;
	text-align:left;
	border-top:1px solid #c1c1c1;
	font-size:9pt;
	color:#555555;
	text-transform:none;
	letter-spacing:normal;
}

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