/* 
    Document   : style.css
    Created on : 20.03.2009, 16:54:07
    Author     : Benjamin Bollig / Originalize / hello@originalize.de
    Copyright  : Benjamin Bollig / Originalize / hello@originalize.de
    Description: Stylesheet for "Employer Brand Message Study", Potentialpark Communications AB
*/

/*
    Document   : style.css / Potentialpark parts
    Created on : 18.04.2009, 11:47:40
    Author     : Potentialpark Communications AB
    Copyright  : Potentialpark Communications AB
    Description: Stylesheet for "Employer Brand Message Study", Potentialpark Communications AB
*/

/* Potentialpark parts */
body {
	font-family:Arial,Helvetica,sans-serif;
	margin-top:20px;
	margin-bottom:10px;
    background-image:url(images/background.gif);
}
a:link, a:visited, a:active, a:hover {
	color: #002798;
}
/* Basics */
html {
	font-family: Arial, Helvetica, sans-serif;
    height:100%;
	width:100%;
    color: #001444;
    float: left;
    margin:0;
}
/* Others */
h1 {
    font-size: 15px;
    font-weight:bold;
    text-align:center;
    padding-top:0;
    margin-top:0;
    padding-bottom: 5px;
    color:#002798;
}
h2 {
    font-size: 13px;
    font-weight:bold;
    text-align:left;
    color:#002798;
}
p {
    font-size:13px;
    margin-top:-10px;
    margin-bottom:20px;
    color:#002798;
}
ul {
    font-size:13px;
    color:#002798;
}
ol {
    font-size:13px;
    color:#002798;
}
.fonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
    color:#002798;
}
