/***************************/
/* General element styles: */
/***************************/

PRE { font-family: monospace; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; font-size:13px; }

/*******************/
/* RTE / Bodytext: */
/*******************/
P { 
  line-height:1.4em;
  }

P A { font-weight: bold; }

/* Textausrichtung */
.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

H1 {
   margin:0 0 6px 0;
	font-size: 18px;
	color: #000066;
	letter-spacing:0px;
	text-decoration: none;
	border-top: 0px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	}


H2 {
                margin:6px 0 6px 0;
	font-size: 15px;
	color: #003300;
	}
	
H3 {
   margin:6px 0 3px 0;
	font-size: 12px;
	color: #003300;
	font-weight: bold;
	letter-spacing: 0px;
	display: block;
	text-decoration: none;
	border-top: 0px solid #C74200;
	border-bottom: 0px dotted #F79100;
}

H4 {

}

/*Gestaltung*/

.textsmall, #textsmall {
	font-size : 10px;
	color: #000000;
	font-weight : normal;
	font-style : normal;
}

.textverysmall, #textverysmall {
	font-size: 9px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}

.textbig, #textbig {
	font-size: 18px;
	color: #003300;
	font-weight: bold;
	font-style: normal;
}

img {
	border:none;
   }

hr {
	height: 1px;
	color: #000;
}


/*Tabellen?berschrift*/
table caption { }
table th { }
table { }
table td {font-size: 13px;}

/* Tabellenformatierungen 1 und 2 */

.table1 {
	border-collapse:collapse;
	width:100% ! important;
	}

.table1 caption {
   text-align:left;   
  background: url('./images/back/table/xbg_caption1.gif') #FFF repeat-x scroll center left;
  height: 25px;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}

.table1 thead {
     height: 20px;
     border-bottom:3px solid #000;
     }

.table1 tbody {border: 0px solid #ddd;}

.table1 tbody tr {
   border: 0px solid #ddd;
  }
  
.table1 tbody td {
   border-right: 0px solid #ddd;
  }

.table1 td {
	padding: 4px 0 6px 2px;
	border-bottom:1px solid #d1d1d1 ! important;
	vertical-align: top
	}

.table1 tr.tr-even {
	background-color:#FFFFCC;
	}
	
/* Anpassungen fuer IE 6*/
* html .table1 tr td {
  border: 0px solid #ddd;
	}
/* -------------------------------------------------------------- */

.table2 {
	border-collapse:collapse;
	width:100% ! important;
	}

.table2 caption {
  background: url('./images/back/table/bg_caption2.gif') #FFF repeat-x scroll center left;
  height: 25px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

.table2 th {
	height: 20px;
	border-bottom:1px solid #d1d1d1 ! important;
}

.table2 tbody tr:hover {
   background-color: #ddd;
  }

.table2 td {
	padding: 3px 0 3px 1px;
	}

.table2 tr.tr-even {
	background-color:#FFFFCC;
	}


/* Linklayouts */
.mail {
 	background-image: url('./images/fileicons/mail.png');
	background-repeat:no-repeat;
	background-position: left center;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 20px;
	}

.link_extern {
	background-image: url('./images/fileicons/extern.png');
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 7 px;
	padding-right: 0 px;
	padding-left: 20px;
	}

.pdf {
	
	background-image: url('./images/fileicons/pdf.gif');
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 7 px;
	padding-right: 0 px;
	padding-left: 20px;
}

.doc {
 	
	background-image: url('./images/fileicons/doc.gif');
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 20px;

}

.xls {
 	background-image: url('./images/fileicons/xls.gif');
	background-repeat:no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 20px;
}

.musik {
 	background-image: url('./images/fileicons/mus.gif');
	background-repeat:no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 20px;
}

.bild {
 	background-image: url('./images/fileicons/jpg.gif');
	background-repeat:no-repeat;
	background-repeat: no-repeat;
	background-position: left top;
	white-space: nowrap;
	padding-bottom: 5 px;
	padding-right: 0 px;
	padding-left: 20px;
}
