#layout-container
{
	background-image: url("../media/divider_start.gif");
}

#layout-teaser
{
	float: left;
	width: 680px;
	height: 110px;
	border-bottom: 1px solid #CD071E;
	margin-left: 10px;
	padding-right: 85px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	background-image: url("../media/ligalogo.gif");
	background-position: 679px 0px;
	background-repeat: no-repeat;

}

#layout-space
{
	float: left;
	width: 784px;
	height: 10px;
	background-color: #FFFFFF;
}


#layout-left
{
	border-right: 1px solid #AFAFAF;
	min-height: 200px;
}

#layout-main
{
	width: 514px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

#layout-right
{
	width: 230px;
	padding-left: 10px;
	padding-right: 10px;
}

#layout-mainmenu li.nav-current a 
{
	font-weight: bold;
	text-decoration: none !important;
}

.alarm-container
{
	float: left;
	width: 230px;
	overflow: hidden;
}

.alarm-header
{
	float: left;
    	width: 230px;
    	overflow: hidden;
    	background: url('../media/alarm-header.gif') top left no-repeat;
    	height: 10px;
}

.alarm-body
{
	float: left;
   	width: 210px;
    	overflow: hidden;
    	padding-left: 10px;
    	padding-right: 10px;
    	background-color: #CD071E;
    	text-align: center; 
}

.alarm-body p
{
	color: #FFFFFF;
	font-weight: bold;
}

.alarm-body a
{
	color: #FFFFFF;
}

.alarm-body h1
{
	font-size: 14px !important;
	text-decoration: none !important;
	color: #FFFFFF !important;
}

.alarm-footer
{
	float: left;
    	width: 230px;
    	overflow: hidden;
    	background: url('../media/alarm-footer.gif') top left no-repeat;
    	height: 10px;
    	margin-bottom: 10px;
}

