/**
 * Style sheet base
 */
/* Scrollbalken im FF */
html
{
	height:100%;
	margin:0px 0px 1px 0px;
}

body
{
	margin:0px auto;
	padding:0px;
	background-color:#161214;
	background-image:url("tl_files/layout/bg.main.2.png");
	background-position:left top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:11;
	color:#333333;
}

span.light
{
	color:#999999;
}

.even
{
	background-color:#ffffff;
}

.odd
{
	background-color:#F4F0DD;
}

.ce_gallery .even,
.ce_gallery .odd
{
	background-color:#E9E0BB;
}

.ce_comments .even,
.ce_comments .odd
{
}


/**
 * Basic tags
 */
img
{
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

h1
{
	width:100%;
	font-weight:bold;
	font-weight:normal;
	text-decoration:none;
	font-size:26px;
	color:#660000;
	line-height:20px;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
	color:#660000;
	line-height:20px;
}

h3
{
	margin:0px 0px 3px 0px;
	padding:0px;
	font-weight:bold;
	font-size:12px;
	color:#660000;
	line-height:16px;
}

optgroup
{
	padding-top:3px;
	padding-bottom:3px;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
}


/**
 * Font family
 */
h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Arial, Helvetica, sans-serif;
}

a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	font-family:Arial, Helvetica, sans-serif;
}

fieldset,
form,
input,
optgroup,
select,
textarea
{
	font-family:Arial, Helvetica, sans-serif;
}


/**
 * Font size
 */
a,
body,
div,
fieldset,
form,
input,
label,
li,
ol,
optgroup,
p,
select,
td,
th,
textarea,
ul
{
	font-size:11px;
}


/**
 * Links
 */
a
{
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}

a:hover
{
	text-decoration:none;
}
