/**
 * Style sheet xBasic
 */
/* IE-Korrekturen */
#left
{
	width:0px;
}

#main
{
	width:590px;
	height:372px;
	position:relative;
	overflow:auto;
	margin:3px 187px 0px 210px;
	padding:23px 10px 15px 0px;
}

/* rechte Spalte */
#right
{
	width:170px;
	top:122px;
	margin-top:24px;
}


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

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

h1
{
	margin:13px 0px 10px 0px;
	padding:0px;
	font-weight:normal;
	font-size:18px;
	color:#e2001a;
}

h2
{
	margin:0px 0px 6px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
}

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


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background:url(tl_files/henning-goertz/back-body.gif) #ffffff repeat-x;
	font-family:Arial, sans-serif;
	font-size:14px;
}


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

h1,
h2,
h3,
h4,
h5,
h6
{
	font-family:Verdana, sans-serif;
}

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


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


/**
 * Links
 */
a
{
	text-decoration:none;
	color:#e2001a;
}

a:hover
{
	text-decoration:underline;
}

