/* CSS Document for impressum.php */

/***************************************
**
**	erstellt 01.05.2005
**	Matthias Regh
**	Notatus
**
**	Historie:
**	    MR 26.05.2005  von notatus.css abgekoppelt 
**
*****************************************/



#content-header {
	display:none;
}

#impressum_text {
        font-size: 8pt;
}

#left_column, #right_column
{
      width: 48%;
	height: auto;
	display: block;
	float:left;
      background-color:transparent;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

#right_column {
	overflow: auto;
	height: 500px;
}


#left_column
{
	
}

#right_column
{
	border-left: 1px solid #999999;	
}


