/* Klasse button für CSS-Buttons; in Netscape werden die Buttons ebenfalls
   dargestellt, allerdings ohne hover-Effekte */

/* 1. Horizontale Buttons */
body.style3_h {
	background: url("../images/head.gif");  background-color: #C5C5C5
}
body.style3_n {
	background: url("../images/navi2.gif");  background-color: #C5C5C5
}
.hbutton_wirtschaft {
	font-family: Arial, Helvetica, sans-serif;			font-size: 10pt;
	 	font-weight: bold; 	
		text-decoration: none;   
		border-color: #6666cc; 
		color: Black;
		background-color: #DADADA; 
/*		padding: 5px;  */
}
.hbutton_wirtschaft_b {
	font-family: Arial, Helvetica, sans-serif;			font-size: 10pt;
	 	font-weight: bold; 	
		text-decoration: none;   
		border-color: #B2B2B2; 
		color: Black;
		background-color: #B2B2B2; 
/*		padding: 5px;  */
}

table.hbutton_wirtschaft {	 border-color: Navy; 
	 }
table.hbutton_wirtschaft_b {	 border-color: Navy; 
	 }

p.hbutton_wirtschaft, td.hbutton_wirtschaft, th.hbutton_wirtschaft {
	text-align: center;		
}
p.hbutton_wirtschaft_b, td.hbutton_wirtschaft_b, th.hbutton_wirtschaft_b {
	text-align: center;		
}


p.xlink {
		font-family: Arial, Helvetica, sans-serif;			font-size: 12pt;
	 	font-weight: bold; 	
		text-decoration: none;   
		color: black;
		margin-top: 0;		margin-bottom: 0;
}

a.xlink:active, a.xlink:focus, a.xlink, a.xlink:visited {
		font-family: Arial, Helvetica, sans-serif;			font-size: 10pt;
	 	font-weight: bold; 	
		text-decoration: none;   
		color: blue;
		margin-top: 0; margin-bottom: 3pt; 		margin-left: 12pt;

}

a.xlink:hover {
			font-family: Arial, Helvetica, sans-serif;			font-size: 10pt;
	 	font-weight: bold; 		color: Black; background-color: Silver;
		margin-top: 0; margin-bottom: 3pt; 		margin-left: 12pt;

}




/* In IE, Netscape 6/7 etc. werden CSS-Buttons verwendet */
/* ****************************************** */
@media all {

a.hbutton_wirtschaft {
		border-style: none;
		width: 100px;
}
a.hbutton_wirtschaft_b {
		border-style: none;
		width: 100px;
}
		
a.hbutton_wirtschaft:hover {
    	font-weight: bold; 	
		border-color: #B2B2B2;
		background-color: #B2B2B2;
		color: #00008B;
		border-style: solid;
		text-decoration: underline; 
}
a.hbutton_wirtschaft_b:hover {
    	font-weight: bold; 	
		border-color: Silver;
		background-color: Silver;
		color: #00008B;
		border-style: solid;
		text-decoration: underline; 
}
} /* ende meda all */


.vbutton_wirtschaft {
	font-family: Arial, Helvetica, sans-serif;			font-size: 10pt;
	 	font-weight: normal; 	
		text-decoration: none;   
		border-color: #DADADA; 
		color: #000000;
		background-color: #DADADA; 
/*		padding: 5px;  */
}
.vbutton_wirtschaft_b {
	font-family: Arial, Helvetica, sans-serif;			font-size: 10pt;
	 	font-weight: normal; 	
		text-decoration: none;   
		border-color: #B2B2B2; 
		color: #000000;
		background-color: #B2B2B2; 
/*		padding: 5px;  */
}

table.vbutton_wirtschaft {	 border-color: #DADADA; 
	 }
table.vbutton_wirtschaft_b {	 border-color: #DADADA; 
	 }

p.vbutton_wirtschaft, td.vbutton_wirtschaft, th.vbutton_wirtschaft {
	text-align: center;		
}
p.vbutton_wirtschaft_b, td.vbutton_wirtschaft_b, th.vbutton_wirtschaft_b {
	text-align: center;		
}

/* In IE, Netscape 6/7 etc. werden CSS-Buttons verwendet */
/* ****************************************** */
@media all {

a.vbutton_wirtschaft {
		border-style: solid;
		width: 140px;
}
a.vbutton_wirtschaft_b {
		border-style: none;
		width: 140px;
}

			
a.vbutton_wirtschaft:hover {
    	font-weight: normal; 	
		border-color: #B2B2B2;
		background-color: #B2B2B2;
		color: black;
		border-style: solid; 
		text-decoration: none; 
}
a.vbutton_wirtschaft_b:hover {
    	font-weight: normal; 	
		border-color: silver;
		background-color: silver;
		color: black;
		border-style: solid; 
		text-decoration: none; 
}
} /* ende meda all */

/* ****************************************** */
