/**
 * Style sheet style
 */
*
{
	margin:0;
	padding:0;
	border:0;
}

html,
body
{
	height:100%;
}

a:focus
{
	outline:none;
}

body
{
	font-family:"Trebuchet MS", "Lucida Grande",  Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#484848;
	line-height:18px;
	background: #9ea938;
}

.clearfix:after
{
	height:0;
	clear:both;
	display:block;
	content: ".";
	visibility: hidden;
}

/* End hide from IE-mac */
a,
a:link,
a:visited
{
	color:#fff;
	text-decoration:none !important;
}

a:hover,
a:active
{
	text-decoration:underline !important;
}

p
{
	margin-top:8px;
	margin-bottom:10px;
}

h2
{
	font-weight:normal;
	font-size:24px;
	color:#fff;
	line-height:26px;
	letter-spacing:1px;
}

h3
{
	margin-bottom:18px;
	font-weight:normal;
	font-size:14px;
	color:#e7f080;
	line-height:24px;
}

h4
{
	margin-bottom:10px;
	font-weight:normal;
	font-size:14px;
	color:#fff;
}

h5
{
	font-weight:normal;
	font-size:14px;
	color:#e7f080;
}

small
{
	margin-bottom:12px;
	font-size:12px;
	color:#e7f080;
	display:block;
}

#inline
{
	width:220px;
}

/* === Layout === */
#site
{
	min-height:100%;
}

#header
{
	width:100%;
	height:220px;
	right:0;
	top:0;
	position:fixed;
	background: url(tl_files/images/header_bg.png) bottom repeat-x;
}

#header #center
{
	width:860px;
	margin:0px auto;
	padding:0 20;
}

#header .logo
{
	top:30px;
	position:absolute;
}

#header .grapes
{
	margin-left:480px;
}

#header #navi
{
	width:860px;
	margin-top:-48px;
}

#content
{
	width:900px;
	display:block;
	margin:0px auto;
	padding-top:230px;
	padding-bottom:80px;
	text-align:justify;
	line-height:18px;
}

#footer
{
	width:100%;
	height:70px;
	margin-top:-70px;
	background:#7e872d;
}

.copy
{
	width:650px;
	margin:0px auto;
	padding:27px 30px 25px 220px;
	color:#e7f080;
	background:url(tl_files/images/copy.jpg) left no-repeat;
}

.copy a,
.copy a:link,
a:visited
{
	text-decoration:underline;
	color:#fff;
}

.copy a:hover,
a:active
{
	text-decoration:none;
}

/* === navi === */
#navi li
{
	display:inline;
	font-size:18px;
}

#navi li a,
#navi li a:link,
#navi li a:visited
{
	margin:0px -1px 0px -2px;
	padding:0px 15px 30px 15px;
	text-decoration:none;
	color:#8e8e8e;
	line-height:43px;
	letter-spacing:1px;
}

#navi li a:hover,
#navi li a:active,
#navi li a.current
{
	background:url(tl_files/images/arrow.png) no-repeat bottom center;
	text-decoration:none !important;
}

/* === news === */
.news
{
	margin-bottom:10px;
	padding-bottom:35px;
	background:url(tl_files/images/hr.jpg) bottom center no-repeat;
}

/* === ansprechpartner === */
.ansprechpartner
{
	width:100%;
	margin:0px 0px 50px 0px;
}

.ansprechpartner img
{
	float:right;
	margin-left:10px;
}

.ansprechpartner h4
{
	margin-bottom:15px;
	font-size:16px;
}

.mail
{
	display:block;
	margin-top:15px;
	padding-left:25px;
	background: url(tl_files/images/mail.jpg) no-repeat left;
}

.pagination ul li
{
	display:inline;
}

td,
th
{
	padding:3px 5px;
}
