* {
	margin:0;
	padding:0;
	outline:0;
}

body {
    background-image: url(images/tlz_innen.jpg);
	font-size:18px;
	line-height:18px;
	font-family:arial, sans-serif;
	color:#06407E;
	background:#ffffff;
}

a:link {
 text-decoration:none; font-weight:bold; color:#16191f; 
}
a:visited {
 text-decoration:none; font-weight:bold; color:#16191f; 
 }
a:hover {
 text-decoration:overline underline; font-weight:bold; background-color:#FFF; 
 }
a:active {
 text-decoration:overline underline; font-weight:bold; background-color:#cff; 
 }
a:focus {
 text-decoration:overline underline; font-weight:bold; background-color:#808080; 
 }

.header {
	height:90px;
	background-color:#06407E;
	padding-bottom:5px;
}
.header h2 {
	text-align:center;
	color:#ffffff; font-size:30px;
	padding-bottom:8px;
	line-height:32px;
	margin-bottom:5px;
}
.shell {
	width:980px;
	margin:0 auto;
}
.main {

	/* padding:0 25px 33px 29px; */
	background-image: url(images/tlz_innen.jpg);
	  background-repeat: no-repeat;
  background-attachment: fixed;  
  background-size: cover;
	padding-top:10px;
	padding-bottom:100em;
}

.footer {
	background-color:#06407E;
	position:fixed;
	height:60px;
	bottom:0px; left:0px; right:0px;
	font-size:9px;
	font-family:verdana, arial, sans-serif;
	padding-bottom:0px;
	text-align:right;
}
