﻿
/*
###################################
	Body
###################################
*/
body
	{
		color: #303030;
		font-family: Trebuchet MS;
		font-size: 12px;
		line-height: 16px;
	}
p
	{
		padding: 0px;
		margin: 0px;
	}

/*
###################################
	Subjects
###################################
*/
.Subject
	{
		font-family: Arial;
		font-size: 21px;
		font-weight: bold;
		line-height: 30px;
		color: #3d3d3d;
		padding-bottom: 12px;
	}
.SubjectStartPage
	{
		font-family: Arial;
		font-size: 22px;
		font-weight: bold;
		line-height: 30px;
		color: #3d3d3d;
		padding-bottom: 4px;
	}
.SubjectSmall
	{
		font-family: Arial;
		font-size: 15px;
		font-weight: bold;
		line-height: 19px;
		color: #3d3d3d;
	}	
.NewsListSubject
	{
		font-family: Arial;
		font-size: 16px;
		font-weight: bold;
		line-height: 19px;
		color: #3d3d3d;
	}	
	
.SmallSubject
	{
		font-weight: bold;
	}
	
.htmlareaSubHeader
	{
		font-size: 14px;
		font-weight: bold;
	}
	
/*
###################################
	Links
###################################
*/
a
	{
		color: #db271f;
		text-decoration: none;
		font-weight: bold;
	}
a.SubMenuLink
	{
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
	}
a.SubMenuLinkActive
	{
		color: #464646;
		text-decoration: none;
		font-weight: normal;
	}
a.Black
	{
		color: #303030;
		text-decoration: none;
	}
.LinkText
	{
		color: #db271f;
		text-decoration: none;
		font-weight: bold;
		cursor: pointer;
	}
	
/*
###################################
	Lists
###################################
*/
ul.BiolightList, .TextPlate ul
	{
		padding: 0px;
		margin: 0px;
		padding-left: 15px;
		width: 335px;
		list-style-type: none;
	}
ul.BiolightList li, .TextPlate ul li
	{
		background-image: url('../_gfx/ico/li_dot.gif');
		background-repeat: no-repeat;
		background-position: top left;
		margin-top: 10px;
		padding-bottom: 0px;
		padding-left: 16px;
	}
	
.PageTextPlate ul
	{
		padding: 0px;
		margin: 0px;
		padding-left: 15px;
		list-style-type: none;
		padding-bottom: 16px;
	}
.PageTextPlate ul li
	{
		background-image: url('../_gfx/ico/li_dot.gif');
		background-repeat: no-repeat;
		background-position: top left;
		margin-top: 5px;
		padding-bottom: 3px;
		padding-left: 16px;
	}
	
.PageTextPlate ol
	{
		padding: 0px;
		margin: 0px;
		list-style-type: decimal;
		padding-bottom: 16px;
	}
	
.PageTextPlate ol li
	{
		margin-top: 5px;
		padding-bottom: 0px;
		margin-left: 34px;
	}
	
/*
###################################
	Paddings
###################################
*/
p.rightBoxInvestorRelations
	{
		padding-top: 12px;
	}
	
/*
###################################
	Textblock
###################################
*/
.PageTextPlate
	{
		margin-right: 225px;
	}

.PageTextPlateWide
	{
		margin-right: 70px;
	}

.PageTextPlateNews
	{
		margin-right: 0px;
		width: 540px;
	}

.noMargin
	{
		margin: 0px;
	}
	
/*
###################################
	NewsList
###################################
*/
.NewsViewSubjectPadding
	{
		padding-bottom: 3px;
		padding-top: 6px;
	}
