@charset "utf-8";

/***** Basic Elements *****/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 11px;
	line-height: 1.6em;
}
td, th { vertical-align: top; text-align: left; }

a { text-decoration: none; color:#F90; }
a:hover { text-decoration: underline; }

/***** Headers *****/
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	line-height: 1em;
	margin: 1.5em 0 .2em 0;
	padding: 0;
}
h1 { font-size: 2.5em; }
h2 { font-size: 2em; }
h3 { font-size: 115%; }
h4 { font-size: 110%; }
h5 { font-size: 100%; } 
h6 { font-size: 100%; }

/***** RTE *****/
p.viewProject {}
img.Float_Right { float: right; }
img.Float_Right_Absolute { float: right; position: absolute; right: 10px; }
img.Float_Left { float: left; margin-right: 10px; margin-bottom: 5px; margin-top: 2px; }
img.View_Project { position:absolute; bottom:0; right:0; }
h2.rss_icon {
	background-image: url(/fileadmin/www/crescent.se/images/shared/content/rss_icon.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 35px;	
}

p.imageShadow_220 {}
p.imageShadow_400 {}


