/* Stylesheet A2 website  
   - text opmaak (font-family, font-style) */

body 
{	
	font-family: Verdana, Arial, Tahoma; 
	font-size: 11px;
}

#A2 span, #company_name span, #expertise, #page_name, #marketing
{
	font-family: Verdana;
} 

#company_name span
{
	font-size: 20px;
	font-weight: bold;
	color: black;
	text-align: left;
}

#marketing
{
	font-size: 15px;
	color: white;
	text-align: right;
}

#expertise, #page_name
{
	font-size: 15px;
	color: white;
}

#entry_text
{
	font-size: 12px;
	font-style: italic;
	color: gray;
}

 #logo_A2_text
 {
	font-size: 11px;
	font-weight: bold;
	color: black;
 }
 
#copyright, #date
{
	font-size: 10px;
}	

#copyright
{
	text-align: left;
}

#date
{
	text-align: right;
}	

.standard_text
{
	text-align: justify;
}

.title, .contact_title
{
	color: #355B99;
	font-weight: bold;
}

.news_text
{
	color: white;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px; 
}

ul.list
{
	margin-left: 15px;
	padding-left: 0px;
	list-style-type: square;
}

a:link, a:visited
{
	font-size: 12px;
	color: white;
	text-decoration: none;
	padding: 2px 15px;
}

.top_links a
{	
	padding: 0px 10px;
	color: black;
}

.top_links a:hover, .text_link_A2 a:hover, .text_link_A2TM a:hover 
{
	text-decoration: underline;
	color: #355B99; 
}

.text_link_A2 a:link
{
	text-align: left;
	color: white;
	font-size: 10px;
}

.text_link_A2TM a:link
{
	text-align: right;
	color: white;
	font-size: 10px;
}

.text_link 
{
	text-align: left;
}

.mail a:link, .text_link a:link,
.mail a:hover, .text_link a:hover,
.mail_link a:visited, .text_link a:visited
{	
	font-size: 11px;
	font: normal;
	text-decoration: underline;
	padding: 0 0;
	color: #355B99;
}

.mail a:hover, .text_link a:hover, .text_link_spec a:hover
{
	color: #FECE00;
}
