﻿/* IconScreen        -----------------------------------------------------------
Building 04.2009 // Last Revision: 28.04.09 / 15:15 */

/* BASICS / LAYOUT ------------------------------------------------------------------------------ */
body {
	background: #fff;
	color: #000;
	background-image: none; }

#wrapper {
	background: #fff;
	color: #000;
	background-image: none; }

/* FIRST-NAV ------------------------------------------------------------------------------------ */
#firstnav, #secondnav, #simplenav, .menu, #menu1, #menu2, #menu3, #menu4 { display: none; }

/* TEXT BOXES ----------------------------------------------------------------------------------- */
.boxcaption {
	background: #fff;
	border: none;
	border: 0px;
	height: 40px;
	top: 292px;
	opacity: 1;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

p, h1, h2, h3, h4, h5, h6, th, td {
	background: #fff;
	background-image: none;
	border: none; }
	
p, th, td, #content, .boxcaption h2 { font-size: 14px !important; }

h1 span, h2 span { color: #000; }


#head { padding: 0 0 0 32px; }

/* NEWS  */
h1, h1.news, h1.news span, .columns h1 { font-size: 22px !important; }

