@charset "UTF-8";
/* CSS Document */

/*-------------------------
  Hintergründe
-------------------------*/
.footer {
	background:transparent url(footer.gif) repeat-x scroll 0 bottom;
}
td.contentBgInhalt {
	background:transparent url(hg_beige.gif) no-repeat scroll 0 0;
}
td.contentleft {
	padding:20px 10px 0 20px;
}
td.contentright {
	padding:100px 40px 0 10px;
}
td.logo a img {
	border: 0;
}

/*-------------------------
  Schriften
-------------------------*/
h1 {
	color:#B3CD3A;
	font-size:16px;
	letter-spacing:1px;
	margin:0 0 5px;
	text-transform:uppercase;
}
h2 {
	color:#545349;
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px;
}
p {
	color:#545349;
	line-height:1.5em;
	margin:15px 0 10px;
	font-size:11px;
}
.auszeichnung {
	color:#B3CD3A;
	text-transform:uppercase;
}
img.imgLogo {
	position: absolute;
}

/*-------------------------
  Links
-------------------------*/
a {
	color:#545349;
	line-height:1.45em;
	text-decoration:none;
}
a:hover {
	color:#B3CD3A;
}
a.home img {
	border:medium none;
}


