/* Manipulation des Browser-Default-Button */

/* Zustand 1 - Nicht aktiviert */ 
.tabletitle input[type="button"] { 
   	color: #000000;
   	background: #D7D7D7 url(../images/buttonM.png) repeat-x;
   	border: 0px solid #000000;
   	border-bottom-color: #000000;
   	border-right-color: #000000;
   	padding: 1px 3px !important;
} 

/* Zustand 2 - Rollover-Effekt */ 
.tabletitle input[type="button"]:hover { 
	background: #A5DBF7 url(../images/buttonH.png) 	repeat-x;
} 

/* Zustand 3 - Aktiviert - Button gedrückt */ 
.tabletitle input[type="button"]:active { 
   	color: #000000;
   	background: #D7D7D7 url(../images/buttonG.png) repeat-x;
   	border: 0px solid #04CCFE;
   	border-bottom-color: #04CCFE;
   	border-right-color: #04CCFE;
}

/* Zustand 1 - Nicht aktiviert */ 
.spoiler input[type="button"] { 
color: #000000; 
background: #D7D7D7 url(../images/buttonM.png) repeat-x; 
padding: 1px 3px !important; 
border:1px solid #888888; 
border-top:0px; 
} 

/* Zustand 2 - Rollover-Effekt */ 
.spoiler input[type="button"]:hover { 
background: #A5DBF7 url(../images/buttonH.png) repeat-x;
} 

/* Zustand 3 - Aktiviert - Button gedrückt */ 
.spoiler input[type="submit"]:active { 
color: #000000; 
background: #D7D7D7 url(../images/buttonG.png) repeat-x; 
border: 0px solid #04CCFE; 
border-bottom-color: #04CCFE; 
border-right-color: #04CCFE;
}