/* =========================================================== 
 CSS-File: user_styles.css
 Erstelldatum: 17.06.2010 - 19:35
 =========================================================== */

/* ******************************************************************** */
/* Colors
  Background of header/menu     rgb(64,64,64)
  Background of working aerea   rgb(32,32,32)
  Background of news header     rgb(142,47,18)
  Text                          rgb(250,240,218)
  Links                         rgb(187,224,255)
  Agenda title                  rgb(254,86,33)    
*/


/* General */
*
{    
	  FONT-FAMILY:Arial,Helvetica,sans-serif; 
    FONT-STYLE:normal;
    FONT-WEIGHT:normal;
    font-size:10pt;
}

.u_error
{ color:red;
  font-weight:bold;
}


/* Working area 
--------------- */
.u_main_text_area
{ width: 680px;
  height: 270px;
}
.u_half_text_area
{ width: 400px;
  height: 270px;
}
.u_bighalf_text_area
{ width: 440px;
  height: 270px;
}
.u_smallhalf_text_area
{ width: 360px;
  height: 270px;
}

.u_mini_text_area /* top right workarea */
{ width: 340px;
  height: 216px;
  margin-top:-10px;
}

.u_agenda_area  /* for agenda - iframe */
{ width: 830px;
  height: 280px;
}

/* Headers
---------- */
.u_heading_1, h1
{	font-size:12pt;
	font-weight:bold;
	/* padding-top:0.3em; */
	/* padding-bottom:0.3em; */
}

.u_heading_2, h2
{	font-size:11pt;
	font-weight:bold;
	/* padding-top:0.3em; */
	/* padding-bottom:0.3em; */
}

.u_heading_3, h3
{	font-size:10pt;
	/* padding-top:0.3em; */
	font-weight:bold;
}


/* background-colors
-------------------*/
.u_bgcolor_1                                /* 1 */
{		background-color:rgb(163,179,179);   
}
.u_bgcolor_2,                               /* 2 und 3 */
.u_bgcolor_3
{		background-color:rgb(226,233,169);
}


/* inactive_colors
------------------*/
.u_inactive_1
{ color:rgb(70,62,37);
}
.u_inactive_2
{ color:rgb(22,53,47);
}
.u_inactive_3
{ color:rgb(163,179,179);
}

/* texts
-------- */
.u_text_bold, b
{	font-weight:bold;
}
.u_text, p
{ margin-top:0.5em;
  font-weight:normal;
}
.u_text_justify
{ margin-top:0.5em;
  font-weight:normal;
  text-align:justify
}
.u_text_italic, i
{ font-style:italic;
}

.u_legend
{ font-weight:bold;
  font-size: 9pt;
}

/* Links 
-------- */
.u_link_1, .u_link_1:link, .u_link_1:active, .u_link_1:visited
{ color:rgb(22,53,47);
}   
.u_link_1:hover
{	background-color:rgb(226,233,169 );
	color:rgb(22,53,47);
	text-decoration:none;
}
.u_link_2, .u_link_2:link, .u_link_2:active, .u_link_2:visited,
.u_link_3, .u_link_3:link, .u_link_3:active, .u_link_3:visited
{ color:rgb(70,62,37);
}   
.u_link_2:hover,
.u_link_3:hover
{	background-color:rgb(245,245,225 );
	color:rgb(70,62,37);
	text-decoration:none;
}


/* Images */
/* ------ */
.u_img
{ border:2px solid gray; 
}


/* Tables */
/* -------- */
.u_table_text
{ border: 1px solid gray;
 border-collapse:collapse; 
}
.u_tr_text
{ border: 1px solid gray;
}
.u_th_text
{ border: 2px solid gray;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
	font-weight:bold;  
}
.u_td_text
{ border: 1px solid gray;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: top;
}

.u_table_hidden
{ border: 0px solid gray;
  border-collapse:collapse;
}
.u_tr_hidden
{ border: 0px solid gray;
}
.u_td_hidden
{ border: 0px solid gray;
  vertical-align: top;
}


/* Lists */
/* ------ */
.u_list_item
{	list-style-type:disc;
  list-style-position:inside;
  padding-top:5px;
}

.u_list_nr
{ list-style-type:decimal;	
}
.u_list_alpha
{ list-style-type:lower-alpha;	
}
.u_list_none
{ list-style-type:none;	
}

.u_list_bullet
{ list-style-type:disc;
  list-style-position:outside;
}  


/* Pressetexte */
/* ---------- */

.u_press , .u_press div, .u_press td, .u_press span 
{ 	 
}
.u_press_newspaper
{ 
  font-family:Times New Roman, Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:11pt;
  border-bottom:1px solid;
}
.u_press_date
{
  font-family:Times New Roman, Arial,Helvetica,sans-serif;
  border-bottom:1px solid;
  text-align:right;
  font-size:11pt;
}
.u_press_title
{ font-weight:bold;
  font-size:14pt;
  margin-top:10px;
}
.u_press_subtitle
{
  font-size:12pt;
  margin-top:10px;
}
.u_press_autor
{ font-size:10pt;
  margin-top:6px;
}
.u_press_text
{ font-size:10pt;
  margin-top:6px;
  text-align:justify
}


