@charset "utf-8";


.title {
	font-family:Tahoma,Arial,Geneva;
	font-size:12px;
	color: #3399FF;
}

.mitarbeit {
	font-family:Tahoma,Arial,Geneva;
	font-size:11px;
	color:#CC3333;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
	background-color:#FFFFFF;
	border: 1px;
	border-style:solid;
	border-color:#000000;
	padding: 3px;
	}
	
.mitarbeit a {
	color:#CC3333;
	text-decoration: underline;
}

.warnung {
	font-family:Tahoma,Arial,Geneva;
	font-size:11px;
	color:#CC3333;
	font-style: normal;
	font-weight: bolder;
	text-align: left;
	}

.copyright {
	font-family:Tahoma,Arial,Geneva;
	font-size:10px;
	color:#000000;
	font-style: normal;
	font-weight: bolder;
	text-align: right;
	}

.amtsverzeichnis {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;

}

title.amtsverzeichnis {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;

}

table.amtsverzeichnis {
border: 0px;
border-style:solid;
border-color:#000000;
padding: 1px;
background-color:#8A9FA8;
}


table.amtsverzeichnis td {
border: 1px;
border-style:solid;
border-color:#000000;

padding: 2px;
background: #FFFFFF;
}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background:none;
}


.shadetabs li{
background-image:none;
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid;
border-color: #000000;
color: #2d2b2b;
background-color:#EEEEEE;

}

.shadetabs li a:visited{
	color: #666666;
}

.shadetabs li a:hover{
	color: #000000;
}

.shadetabs li.selected{
background-image:none;
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #EEEEEE;
	color: #000000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 600px;
	margin-bottom: 1em;
	padding: 10px;
	background-color:#8A9FA8;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}