a		{
	color : #006699;
	text-decoration : underline;
	font-weight: bold;
}

a:link {
	text-decoration : underline;
	font-weight: bold;
}

a:hover {
	text-decoration : none;
	font-weight: bold;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

h1{
	font-size : 28px;
}

h1.indextop{
	font-size : 12px;
}

h2{
	font-size : 24px;
}

h3{
	font-size : 20px;
}

h4{
	font-size : 18px;
}

h5{
	font-size : 16px;
}

h6{
	font-size : 14px;
}

li{
	list-style-image : url(../images/bullet.gif);
}

.balken-quer{
	background : url(../images/balken-quer.gif) repeat-x left center;
}

.balken-senkrecht {
	background : url(../images/balken-senkrecht.gif) repeat-y center top;
}

.blocksatz {
		text-align: justify;
}

.tblrahmen {
	border: 1px dashed #CCCCCC;
}
/* menü oben */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
}

ul.menu {
   list-style-type: none;
   margin:	0;
   padding:	0;
   }
   
li.menu {
   width: 95px;
   margin: 2px;
   float: right;
   text-align: center;
}

li.menu a {
	text-decoration: none;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	padding: 2px 0px;
	color: #000000;
	border: 1px solid #CCCCCC;
}

li.menu a:hover {
   color: #000000;
   background-color: #66CCFF;
}

li.menu a:active {
	text-decoration: none;
	display: block;
	width: 100%;
	background-color: #FFFFFF;
	padding: 2px 0px;
	color: #000000;
	border: 1px solid #CCCCCC;
}
.tblheadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #006699;
	font-weight: bold;
}

.durchgestrichen {
	text-decoration: line-through;
	color: #FF0000;
}
