/* Stylesheet for the site rcsscreen.se,
   made 2009-10-18 by Dan Ståhlberg, dstahlberg-at-gmail.com */

/* Styles of the whole page */
html, body {
  width: 800px;
  font-family: Verdana, Helvetica, Arial, sans-serif;  
  font-size: 14px;
}

/* DIV-isions of the webpage */
#header {
	background-image: url('images/gradient.png');
	padding: 0px;
	margin: 0px;
	text-align: right;
}

#presentation {
	text-align: justify;
	margin-left: 40px;
	margin-right: 0px;
	vertical-align: middle;
}

#partners {
	margin-left: 30px;
	margin-right: 0px;
	margin-top: 25px;
}

#footer {
	/*background-image: url('images/gradient.png');*/
	/*background-repeat:repeat-x;*/
	padding-left: 35px;

}

/* Special paragrahs and IDs */

#logotype {
	padding-top: 16px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
}

.heading  {
	margin-top: 35px;
	margin-bottom: 25px;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

.centeredImage {
	border-style: none;
	}

#partners p {
	background-color: white;
	float: left;
	width: 153px;
}

#footer p {
	background-color: #E1E1E1;
	font-weight: normal;
	font-size: 14px;
	padding-Bottom: 6px;
	padding-right: 0px;
	padding-top: 4px;
	padding-left: 15px;
	float: left;
	width: 23%;
	height: 65px;
}

.column-heading {
	font-weight: bold;
}

.column-text {
	font-weight: normal;
	font-size: 12px;
}

/* Special emphasis */

.associate {
	font-weight: bold;
}

