
/* All over formats */
FORM {
    padding:0px;
    margin:0px;
}

/* LINKS */

.link_dark_11 a {
	color : #000000;
	font-size : 11px;
	font-weight: normal;
	font-family : Arial;
	text-decoration: underline;}

.link_dark_10 a:hover {
	color : #666666;
	text-decoration: underline;}


/* TEXT */

.text_dark_11 {
	color: #000000;
	font-family: Arial;
	font-size: 11px;}

.text_dark_12 {
	color: #000000;
	font-family: Arial;
	font-size: 12px;}
	
.title_dark_11 {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold}

.title_dark_12 {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold}


/* TABELLEN */	
	
.table_header {
	background-color:#CBFECB;
	text-align:center}


.table_content {
	background-color:#F0F8FF;
	text-align:center}
	
.table_header_left {
	background-color:#CBFECB;
	text-align:left}


.table_content_left {
	background-color:#F0F8FF;
	text-align:left}



/* BUTTON */	
	
.button input{
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 9px;
       border: 0px solid #333333;
       padding-top:2px;
	   background-color: #3B77AE;
       color: #FFFFFF;}
	
	
	
	
	
	
	

