
.horizontline{margin:0;padding:3pt 0 0 0;border-bottom:1px dotted #A5AEC5}
* html .horizontline{border-bottom:none;padding:0 0 0 0;background:url(/bilder/css-dotted.gif) repeat-x bottom}
.vertikalline{margin:0;padding:0;border-left:1px dotted #A5AEC5}
* html .vertikalline{border-left:none;background:url(/bilder/css-dotted.gif) repeat-y left}

.linkheader {
	color:#7E7E7E;
	text-decoration : none;
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
}


.menutitel    {  text-align:left; text-indent:10px; color: #333333; font-weight: bold; font-size: 10pt; font-family: Verdana, Arial, Helvetica, Tahoma, Sans-serif; text-decoration: none; background-color: #cdcdcd; border-top: 1pt solid black; border-bottom: 1pt solid black }
.menutiteloben { border-top: 0pt }

.menulinks { margin-left:20px; line-height:12pt; background-color:#FFFFFF;color: #333333; font-weight: bold; font-size: 8pt; font-family: Verdana, Arial, Helvetica, Tahoma, Sans-serif }
A.menulinks:link 	{ text-decoration : none; color : Black; }
A.menulinks:visited { text-decoration : none; color : Black; }
A.menulinks:active    { color: #eaf7fb; font-size: 8pt; text-decoration: none }
A.menulinks:hover   { color: #ffa500; text-decoration: none }

.menuoben { 
   background-color:#7E7E7E;
   text-align:center; 
   color: #eaf7fb; 
   font-weight: bold; 
   font-size: 10pt; 
   font-family: Verdana, Arial, Helvetica, Tahoma, Sans-serif; 
   text-decoration : none; 
   line-height:20px;
   height:20px;
   vertical-align:middle;
}
A.menuoben:link,A.linkheader:link{
   color : #EAF7FB;
}
A.menuoben:active,A.linkheader:active{
   color : #EAF7FB;
}
A.menuoben:hover,A.linkheader:hover{
   color : #FFA500;
}


.aktiv  {
   text-decoration : none;
   color : #FFA500;
   vertical-align:middle;
}

.fussnote  { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.hinweis_klein  { color: black; font-size: 8pt; font-style: italic; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

.tabellentitel    {
	color: white;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-indent: 10pt;
	border-bottom: 1pt solid black;
	background-color: #0099cc;
	line-height: 15pt;
}
.tabellentitel2   {
        color: white;
        font-weight: bold;
        font-size: 10pt;
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        border-bottom: 1pt solid black;
        background-color: #0099cc;
        text-align:center;
        padding-right:5px;
}
td  {
	color: black;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	border-top: 1pt none #CCCCCC;
	border-right: thin none #CCCCCC;
	border-bottom: 1pt none #CCCCCC;
	border-left: 1pt none #CCCCCC;
	text-align:left;
}
p { color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
body { text-align:left; color: black; font-size: 10pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;margin-top:0pt; }

.haupttabelle  { 
	border: solid 1px #000; 
	height:800px;  
}

.inhalttabelle {
	border: solid 1px;
}
.inhalttabelle ul {
   list-style-image: url(bilder/li_quad.gif);
}
.inhalthauptteil ul {
  list-style-image: url(bilder/li_quad.gif);
}
.tabellentitelklein {
	color: #000000;
	font-weight: normal;
	font-size: 10pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-indent: 10pt;
	border-bottom: 1pt solid black;
	background-color: #A8CDDF;
	line-height: 12pt;

}
.tabzeile {
	border-bottom-width: 1pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}


/* --- Startseite --- */
.starttitel {
	color: #10497B;
	font-size:17pt; 
	font-weight:normal;
	font-style:italic;
}
.starttitelklein {
	color: #10497B;
	font-size:10pt; 
	font-weight:bold;
    	margin-top:10px;
    	margin-bottom:5px;
}
.startklein {
        color: #10497B;
        font-size:10pt;
        font-weight:bold;
	font-style:italic;
}
.startnewsdatum {
        font-size:8pt;
        font-weight:normal;
	font-style:italic;
    	margin-bottom:5px;
}
a.startlinkklein{
    	text-decoration : none;
    	margin-left:0px;
    	/* line-height:12pt; */
    	background-color:#FFFFFF;
    	color: #333333;
    	/* font-weight: bold; */
    	font-size: 10pt;
}
a.startlinkklein:HOVER {
    	color: #ffa500;
    	text-decoration: none; 
}

/*Button-Styles*/

.anmelde_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:4px 13px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}
.anmelde_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}
.anmelde_button:active {
	position:relative;
	top:1px;
}

