
/** File: /css/main.css
  * Description: Hauptklassen und styles des Audite Projektes
  */

/************** Generelle HTML Tag Formatierungten *****************/

body, a, p, ul, li, h1, h2, h3, h4, h5, h6, table, td, form {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

/************** Generelle Formular Elemente ************************/

input, select, option      {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    border: 1px solid #000000;
	font-size: 10px;
}

option {
	border: 0;
}
/******************* Schriftabsatzformate ****************************/

.msg {
    font-size:  12px;
	color: #333333;
	font-weight: bold;
}

.msg_error, .msg_error a {
    font-size:  12px;
	color: red;
	font-weight: bold;
}

.mtFeetNote {
    font-size:  9px;
	color: black;
}

.mtMainFormCap {
   font-size: 10px;
   color: #333333;
}

/************************* Überschriften ********************************/

.mtMainHeader {
    font-size: 14px;
	color: #333333;
	font-weight: bold;
}

.mtYouAreHereNav {
    font-size: 10px;
	color: #666666;
	text-decoration: none;
}

A:HOVER.mtYouAreHereNav {
    font-size: 10px;
	color: #666666;
	text-decoration: underline;
}

/*************************** Tabellenfarben **********************************/
/* Es folgen die CSS Formate für die Ausgabetabellen                         */
/*****************************************************************************/

table.mainTBLContent {
   background-color: #CCCCCC;
}

.mainTBLRowContent {
    background-color: #FFFFFF;

}

.mainTBLRowlikeBg {
    background-color: #F3F3F9;
}

.rightTableBG {
    background-color: #E5E5EE;	
}

.rightTableMainHeader {
    font-size: 10px;
	color: #333333;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

/**************************** P Formate für den Inhalt der Haupttabellen **********/

.mainTableHeader {
    font-weight: bold;
	font-size: 11px;    
	color: #444444;
}

.mainTableContent {
	font-size: 10px;    
	color: #333333;
	text-decoration: none;
}

A:HOVER.mainTableContent {
	font-size: 10px;    
	color: #333333;
	text-decoration: underline;
}

.mainWarnings {
    font-size: 11px;
	color: red;
}

.scroll_content {
    padding: 10px;
    margin-bottom: 25px;
    height: 150px;
    background-color: #FFFFFF;
    width: 560px;
    overflow: scroll;
}

/*** Für Statische Seiten (ContentController->indexAction()) ***/
#db_content {
    margin-left: 30px;
    margin-right: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.map24_box{
	padding-top: 30px;
}


a.bitbricks  {
   background:transparent url(http://www.bitbricks.de/fileadmin/gfx/bitbricks_prelink.gif) no-repeat scroll left bottom;
   padding-left:15px;
   text-decoration: none;
   font-weight: bold;
   color: #333;
}
a.bitbricks:HOVER {
   text-decoration: underline;
}

td {
    text-align: left;
}

#bnm_table td {
	width: 50%;
}

#bnm_table td table td {
	width: auto;
}

#bnm_table td table td p {
	margin-top: 0;
	margin-bottom: 0;
}
