﻿/* CSS Document */
/*-------------- HEADER ---------------------------- */
#header {
	background-image: url(../images/banner/bg_home.jpg);
}
#header h1 a {
	background-image:url(../images/banner/logo_home.gif);
}
#header h2 {
	background-image:url(../images/banner/title_home.gif);
}
/*-------------- CONTENT-STANDARD ---------------------------- */
#mainColumn {
	width: 645px;
}
#mainColumn h2 {
	width: 198px;
	background-image:url(../images/privacy/title.gif);	
}
#mainColumn h3 {
	color: #0198b4;
}
#mainColumn a {
	color: #0198b4;
}
#mainColumn .highlight {
	color: #0198b4;
	font-weight: bold;
}
#mainColumn .noHighlight {
	color: #595959
}
#Content {
	padding-bottom: 0px;
}
#Content h2 {
	background-image:url(../images/privacy/title.gif);	
	height: 15px;	
	width: 198px;
	margin-bottom: 10px;
	background-repeat:no-repeat;	
}
