/**
 * Style sheet M_Basic
 */
/* main */
.main
{
	padding:0px 10px 0px 0px;
	border-top:0px solid #000000;
	border-right:1px solid #000000;
	border-bottom:0px solid #000000;
	border-left:0px solid #000000;
}

p
{
	font-size:20px;
}

.logo
{
	width:251px;
	height:130px;
	float:left;
}

#header_end
{
	height:36px;
	clear:both;
	background-image:url("tl_files/Bilder/header_bg.gif");
	background-position:left bottom;
	background-repeat:repeat-x;
}


/**
 * Basic tags
 */
img
{
	margin:0px;
	padding:0px;
}

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

h1
{
	margin:0px 0px 30px 0px;
	padding:15px 0px 20px 0px;
	border-top:0px solid #000000;
	border-right:0px solid #000000;
	border-bottom:1px solid #000000;
	border-left:0px solid #000000;
	font-family:georgia;
	font-weight:normal;
	font-size:33px;
	color:#000000;
}

h2
{
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 33px;
	text-align:left;
	background-image:url("tl_files/Bilder/h1_logo_black.jpg");
	background-position:left center;
	background-repeat:no-repeat;
	font-family:arial;
	font-weight:normal;
	font-size:19px;
	color:#ff6600;
}

h3
{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-weight:bold;
	font-size:18px;
	color:#ff6600;
}

h2 a
{
	margin:0px 0px 0px -33px;
	background-image:url("tl_files/Bilder/logo.jpg");
	background-position:left bottom;
	background-repeat:no-repeat;
	font-family:arial;
	font-weight:bold;
	font-size:18px;
	color:#ff6600;
	text-indent:-2000px;
}

h4
{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-weight:bold;
	font-size:15px;
	color:#000000;
}

h6
{
	margin:0px 0px 0px 20px;
	padding:0px 0px 5px 0px;
	border-top:0px solid #999999;
	border-right:0px solid #999999;
	border-bottom:1px solid #999999;
	border-left:0px solid #999999;
	font-family:georgia;
	font-weight:normal;
	font-size:18px;
	color:#000000;
}


/**
 * Body
 */
body
{
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	background-image:url("tl_files/Bilder/bg.jpg");
	background-repeat:repeat-x;
}


/**
 * Font family
 */
a,
b,
body,
cite,
div,
em,
i,
label,
li,
ol,
p,
strong,
td,
th,
u,
ul
{
	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-weight:normal;
	font-size:13px;
	color:#000000;
}


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

a:hover
{
	text-decoration:underline;
}

