/**
 * Style sheet basic
 */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, captio
{
	margin:0;
	padding:0;
	vertical-align:baseline;
	border:0;
	font-size:100%;
	outline:0;
	background:transparent;
}

body
{
	margin-top:10px;
	margin-bottom:auto;
	text-align:justify;
	font-family:Verdana;
	font-weight:normal;
	font-size:11px;
	color:#ececec;
	line-height:1.5;
}

input, textarea, select
{
	margin:0;
	padding:0;
	font-family:Verdana;
	font-weight:normal;
	font-size:10px;
	color:#666666;
}

pre, code
{
	font-family:"Andale Mono", monospace;
	font-size:1.1em;
}

h1, h2, h3, h4, h5, h6
{
	font-family:Helvetica, Arial, sans-serif;
	font-weight:normal;
}

h6
{
	height:21px;
	margin-bottom:10px;
	padding-top:3px;
	padding-left:5px;
	background-image:url("tl_files/webconsulting/slideshow.jpg");
	font-family:Verdana;
	font-weight:bold;
	font-size:12px;
	color:#000000;
}

h1
{
	height:21px;
	margin-bottom:10px;
	padding-top:3px;
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
}

h4
{
	height:21px;
	margin-bottom:10px;
	padding-top:3px;
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
}

h8
{
	width:750px;
	height:21px;
	margin-bottom:20px;
	padding-top:3px;
	border-bottom:1px solid #ffffff;
	font-family:Verdana;
	font-size:11px;
	color:#ffffff;
}

h2
{
	margin-bottom:0.4em;
	font-size:1.75em;
}

h3
{
	height:22px;
	margin-bottom:0.65em;
	padding-top:3px;
	padding-left:5px;
	vertical-align:middle;
	background-image:url("tl_files/webconsulting/background_menu.jpg");
	border:1px solid #000000;
	font-weight:normal;
	font-size:12px;
}

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

a:hover
{
	color:#999999;
}

.more a:hover
{
	background-color:#ed127f;
	color:#ffffff;
}

ol, ul
{
	list-style-type:none;
}

blockquote, q
{
	quotes:none;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

caption, th, td
{
	text-align:left;
}

ins
{
	text-decoration:none;
}

del
{
	text-decoration:line-through;
}

*:focus
{
	outline:0;
}

/* Fix background image bug in IE5 */
* html ul, * html ol
{
	position:relative;
}

/* Fix ordered list in IE6 */
* html ol
{
	margin-left:2em;
}

/* Fix ordered list in IE7 */
*:first-child+html ol
{
	margin-left:2em;
}

/* Fix legend margin in IE6 */
* html legend
{
	margin-bottom:1.4em;
}

/* Fix legend margin in IE7 */
*:first-child+html legend
{
	margin-bottom:1.4em;
}
