/*--		BACKEND WORKFRAME		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*--							- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*--		HEAD BAR				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/


/*BEGIN:	HEAD 					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*headline definitions			- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

.head_back					{background:url(../images/head/head_back.gif) repeat-x left bottom; background-color: #7ABDE9;}
.head_back_side				{background:url(../images/head/head_back.gif) repeat-x left bottom; background-color: #7ABDE9;}

div.head						{
width:						1010px;
height:						110px;
padding:					0 0 0 0;
background-color:			#7ABDE9;
}

div.head_content				{
width:						1000px;
height:						110px;
padding:					0px 0 0 10px;
background:					url(../images/head/head_logo.gif) no-repeat left bottom;
background-color:			transparent;
}

a.head_link_A				{text-decoration: none;}
a.head_link_A:link, a.head_link_A:visited, a.head_link_A:active {color: #B9DCF3;}
a.head_link_A:focus, a.head_link_A:hover {color: #FFFFFF;}

/*BEGIN:	MESSAGE 					- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*message definitions				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/
/*add to a txt-object				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ***/

div.txt_message_ok			{background: url(../images/head/head_message_ok.gif) no-repeat left top;}
div.txt_message_info			{background: url(../images/head/head_message_info.gif) no-repeat left top;}
div.txt_message_error		{background: url(../images/head/head_message_error.gif) no-repeat left top;}

p.txt_message_ok			{margin: 0 0 0 20px;}
p.txt_message_error			{margin: 0 0 0 20px; font-weight: 800; color: #CC000E;}





