/* CSS Document */

/* Start Navigation*/
.navi:link {
 font-size: 20px; font-family: Arial; text-decoration: none;
 background-color:#FFFFFF; color: #000000; padding:10px}

.navi:visited {
 font-size: 20px; font-family: Arial; text-decoration: none;
 background-color:#FFFFFF; color: #000000; padding:10px}

.navi:hover {
 font-size: 20px; font-family: Arial; text-decoration: none;
 background-color:#000000; color: #ffffff; padding:10px}
 
 .naviaktiv {
 font-size: 20px; font-family: Arial; text-decoration: none;
 background-color:#000000; color: #ffffff; padding:10px}
/* Ende Navigation*/

/* Start Footer*/
.footernavi:link {
 font-size: 10px; font-family: Arial; text-decoration: none; color:#000000;
 }

.footernavi:visited {
 font-size: 10px; font-family: Arial; text-decoration: none; color:#000000;
 }

.footernavi:hover {
 font-size: 10px; font-family: Arial; text-decoration: underline; color:#000000;
 }
 
 .footernaviaktiv {
 font-size: 10px; font-family: Arial; text-decoration: none; color:#000000;
 }
/* Ende Footer*/

/* Start Headline*/
.headline{
 font-size: 14px; font-weight: bold; font-family: Verdana;
 color: #999999; font-weight: normal; line-height:25px}
/* Ende Headline*/


/* Start Copy*/
.copy{
 font-size: 11px; font-family: Verdana; text-decoration: none;
 color: #999999; font-weight: normal; line-height:16px}
 
 .copyhead{
 font-size: 14px; font-family: Verdana; text-decoration: none;
 color: #ffffff; font-weight: normal; line-height:18px}
/* Ende Copy*/

/* Start Kontakt*/
.kontakt{
 font-size: 18px; font-family: Verdana; text-decoration: none;
 color: #999999; font-weight: normal; line-height:22px}
 
 .kontakt:link {
 font-size: 18; font-family: Verdana; text-decoration: none;
 color: #ffffff; font-weight: normal; line-height:22px}

.kontakt:visited {
 font-size: 18px; font-family: Verdana; text-decoration: none;
 color: #ffffff; font-weight: normal; line-height:22px}

.kontakt:hover {
 font-size: 18px; font-family: Verdana; text-decoration: underline;
 color: #ffffff; font-weight: normal; line-height:22px}
/* Ende Kontakt*/


/* Start Copy Links*/
.copylink:link {
 font-size: 11px; font-family: Verdana; text-decoration: underline;
 color: #ffffff; font-weight: normal; line-height:15px}

.copylink:visited {
 font-size: 11px; font-family: Verdana; text-decoration: underline;
 color: #ffffff; font-weight: normal; line-height:15px}

.copylink:hover {
 font-size: 11px; font-family: Verdana; text-decoration: underline;
 color: #ffffff; font-weight: normal; line-height:15px}
/* Ende Copy Links*/


DIV#footer
{
	background-image: url(images/footertest.jpg);
	align: center;
	position: relative;
	width: 960;
	height: 90px;
	background-color: #ffffff;
	padding: 0px;
	bottom: 0;
	margin: 0 0 0 0 px;
}


