/****************************/
/*	Allgemeine Divs			*/
/****************************/


.sc_float
{
	float		: left;
}

.sc_float_right
{
	float		: right;
}

.sc_float_break
{
	clear		: both;
	height		: 0px;
}

.sc_div_table_cell_10, .sc_div_table_cell_20, .sc_div_table_cell_30, .sc_div_table_cell_33, .sc_div_table_cell_50, .sc_div_table_cell_70, .sc_div_table_cell_80, .sc_div_table_cell_90, .sc_div_table_cell_100, .sc_div_table_cell
{
	display		: block;
	padding		: 5px 0px 5px 0px;
	text-align	: left;
	vertical-align: middle;
	margin-left	: 5px;
	float		: left;
}

.sc_div_table_cell_10
{
	width		: 9%;
}

.sc_div_table_cell_20
{
	width		: 19%;
}

.sc_div_table_cell_30
{
	width		: 29%;
}

.sc_div_table_cell_33
{
	width		: 32%;
}


.sc_div_table_cell_50
{
	width		: 48%;
}

.sc_div_table_cell_70
{
	width		: 68%;
}

.sc_div_table_cell_80
{
	width		: 79%;
}

.sc_div_table_cell_90
{
	width		: 88%;
}


.sc_div_table_cell_100
{
	width		: 99%;
}


/****************************/
/* Input Result				*/
/****************************/

#sc_input_success, #sc_input_error
{
	line-height:20px;
	text-align:left;	
	margin:20px;
	padding:10px;
	padding-left:50px;
	background-repeat:no-repeat;
	background-position: 10px center;
}

#sc_input_error
{
	border:2px solid #FF0000;
	background-image:url(https://ssl.serianserver.de/libs/media/images/icon_error.gif);
}

#sc_input_success
{
	border:2px solid #006600;
	/*background-color: #00CC00;*/
	background-image:url(https://ssl.serianserver.de/libs/media/images/icon_success.gif);
}


/****************************/
/*	Smarty Message			*/
/****************************/

#sc_message_container
{
	margin-bottom	: 0px;
	width			: 600px;
	margin			: auto;
}

#sc_message_header
{
	text-align	: center;
	padding		: 20px;
	font-size	: 14px;
	font-weight	: bold;
}

#sc_message_body
{

}

#sc_message_text
{
	padding		: 20px;
}

.sc_message_link
{
	width		: 100%;
	text-align	: center;
	padding		: 10px;
	font-size	: 12px;
	font-weight : bold;
}
