/**
 * Style sheet layout
 */
body, html, div, span, li, ul, table, td, b, a, img, *
{
	margin:0;
	padding:0;
}

body, td
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#B2B2B2;
	line-height:1.2;
}

td
{
	vertical-align:top;
}

img, a
{
	border:0;
}

a
{
	color:#B2B2B2;
}

a:hover
{
}

h1, h2, h3, h4, h5, h6
{
	font-weight:bold;
	color:#B2B2B2;
}

h1
{
	font-size:16px;
}

h2
{
	font-size:14px;
}

h3
{
	font-size:12px;
}

h4
{
}

h5
{
}

h6
{
}

/* SPECIFIC LAYOUT OPTIONS */
body
{
	padding-bottom:30px;
	background:url(tl_files/hundeseite/img/body/body.gif) repeat-x left top #868889;
}

#wrapper
{
}

#header
{
}

#header-logo
{
	left:0px;
	top:0px;
	position:absolute;
}

#container
{
}

#container #main
{
}

#container #main .inside
{
}

#footer
{
}

