﻿
/* Menü-links */

a.menu:link, a.menu:visited {
  display: block;
  -moz-opacity: 0.85;
  filter: Alpha(opacity=85, finishopacity=85, style=1);
  padding: 2px 0px 2px 0px;
  margin: 1px;
  background: #F2F2F2;
  border:0px;
  color:black;
 }

a.menu:hover {
  text-decoration: none;
  background: #FFE16C;
  color: #000000;
}

a.menu  {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	width: 129px;
	text-align: center;
	font-family: Verdana;
	font-weight: bold;
	background:#F2F2F2;
	color: #000000;
	text-decoration:none;
}


/* Text */

.Text {
	text-align: justify;
	font-size: 12px;
	font-family: Verdana;
	line-height: 20px;

}

.Text-klein {
	text-align: justify;
	font-size: 10px;
	font-family: Verdana;
	font-weight:lighter;
	line-height: 20px;

}

.Headline {
	text-align: left;
	font-size: 14px;
	font-family: Verdana;
	font-weight:bold;

}

.Headline-klein {
	text-align: left;
	font-size: 10px;
	font-family: Verdana;
	font-weight:bold;

}



/* Sonstiges + Tabellen */

body {
margin:0;
}
.style1 {
	height:100px
}
.style2 {
	background-image: url('inhalt-hintergrund.png');
}
.style3 {
	background-image: url('mitte-hintergrund.png');
	background-repeat:no-repeat;
}
.style4 {
	background-image: url('unten-hintergrund.png');
	background-repeat:no-repeat;
	text-align: center;
	font-family:Verdana;
	font-size:10px;
	font-weight:lighter;
}
.style5 {
	text-align: center;
	font-size: 24px;
	font-family: Arial;
	background-image: url('titel.png');
}

.style6 {
	text-align: left;
	font-size: xx-small;
}

.style7 {
	text-decoration: none;
}
.style8 {
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
}

.style9 {
	text-align: left;
}

.style10 {
	font-size: 10px;
	font-family: Verdana;
}

.style11 {
	text-align: right;
}
.style12 {
	color: #000000;
	valign:bottom;
}

.style16 {
	
	border-right-width: 1px: medium none #F2F2F2;
	border-left-style: solid;
	border-left-width: 0;
	border-top-width: 0;
	border-bottom-width: 0;
}
.style18 {
	border-width: 0px;
}

.style19 {
	border-left: medium none #F2F2F2;
	border-right: 1px solid #F2F2F2;
	border-top: medium none #F2F2F2;
	border-bottom: medium none #F2F2F2;
}

