/* =========================================================== 
 CSS-File: sys_styles.css
 Erstelldatum: 17.06.2010 - 19:35
 =========================================================== */

/* ****************************************************************************** */
/*
background              rgb(163,179,179)  rgb(163,179,179)  rgb(226,233,169 )  rgb(245,245,225)(alt)
Menu text                rgb(70,62,37)     rgb(22,53,47 )    rgb(127,107,76)    rgb(163,179,179)(alt) 
Menu  selected           rgb(226,233,169)  rgb(226,233,169)  rgb(70,62,37)      rgb(22,53,47 )(alt)
Menu text hover          rgb(70,62,37)     rgb(22,53,47 )    rgb(127,107,76)    rgb(163,179,179)(alt)
Menu background hover    rgb(226,233,169)  rgb(226,233,169)  rgb(245,245,225)   rgb(226,233,169)(alt)
*/

/* General */
*
{    
	FONT-FAMILY:Arial,Helvetica,sans-serif;
    FONT-STYLE:normal;
    FONT-WEIGHT:normal;
    font-size:10pt;
}

.error
{
    COLOR: red;
    FONT-FAMILY: "Trebuchet MS", Arial, Helvetica,sans-serif ;
    FONT-SIZE: small;
    FONT-STYLE: normal;
    FONT-WEIGHT: bold
}

/* Structure 
============
*/
.copyright                                          
{ font-size: 8pt;
  text-align: right;
}


/* Table cols and rows */
.col_1 {width:1px;}
.col_2 {width:137px;}
.col_3 {width:17px;}
.col_4 {width:207px;}  /* 206+1 */
.col_5 {width:286px;}  /* 4*(67+2)+10 */
.col_6 {width:352px;}  /* 5*(67+2)-10+17 */

.row_1 {height:20px;}
.row_2 {height:13px;}  /* Menu-item height */
.row_3 {height:16px;}  /* 62-20-13-13 */
.row_4 {height:13px;}  /* Menu-item height */
.row_5 {height:5px;}   /* Distance menu to picture block */
.row_6 {height:206px;} /* picture block */
.row_7 {height:4px;}  /* Distance picture block to dotted stripe */
.row_8 {height:34px;}  /* dotted stripe */
.row_9 {height:290px;}  /* */

/* work area */
.table_work_area
{ margin-top:10px;
  margin-right:15px;
}


/* Images
--------- */
.img_dot_stripe
{ width:1000px;
  height:34px;
}


/* iFrame Defaults 
------------------------ */
.iframe_default
{ border: 0px solid #ff0000;
  overflow: auto;
}

