﻿/* General page setup
---------------------------------------------------------------------- */

html,body 												{font-size:12px;font-family:verdana,arial,sans-serif;color:#000;line-height:130%;}

/* Generel table attributes and fonts
---------------------------------------------------------------------- */

table, td, select, input, label, textarea				{font-size:1em;color:#000;}
th														{font-size:1em;text-align:left;font-weight:bold;}
p														{font-size:1em;color:#000;margin:0px;margin-bottom:10px;}
a														{font-size:1em;color:#000;text-decoration:underline;}
a:hover													{font-size:1em;text-decoration:underline;}
h1														{font-size:1em;color:#b6bf00;margin:0px;margin-bottom:15px;}
h2,h3,h4,h5,h6											{font-size:1.1em;font-weight:bold;color:#000;margin:0px;}
address													{font-size:1em;font-style:normal;}

form													{margin:0;padding:0;}

hr														{height:1px;background-color:#e1e1e1;color:#e1e1e1;border:none;margin:0;margin-top:10px;margin-bottom:10px;}
a img													{border:none;}

/* Hide aways
---------------------------------------------------------------------- */

.wrap .top												{display:none;}
.wrap .ctn .left										{display:none;}
.wrap .ctn .sponsor										{display:none;}


/* Specific print styles
---------------------------------------------------------------------- */

/* Frontpage setup */
.wrap .ctn .right .frontpage 							{width:100%;height:570px;clear:both;background-repeat:no-repeat;}
.wrap .ctn .right .frontpage .toprint					{clear:both;overflow:hidden;display:block;}
.wrap .ctn .right .frontpage .lft 						{clear:both;}
.wrap .ctn .right .frontpage .lft .teaser 				{clear:both;padding:30px 0px 0px 0px;}
.wrap .ctn .right .frontpage .lft .teaser p 			{margin:0;font-size:20px;color:#e1e1e1;line-height:110%;}
.wrap .ctn .right .frontpage .lft .teaser .highlight 	{color:#b6bf00;}
.wrap .ctn .right .frontpage .rgt 						{display:none;}

/* News Page: */
.wrap .ctn .right .newspage 							{width:100%;clear:both;}
.wrap .ctn .right .newspage .image 						{width:100%;height:430px;clear:both;overflow:hidden;}
.wrap .ctn .right .newspage .text 						{width:100%;clear:both;}
.wrap .ctn .right .newspage .text .pad 					{clear:both;padding:15px 0px 0px 0px;}
.wrap .ctn .right .newspage .text .pad .news 			{clear:both;}
.wrap .ctn .right .newspage .text .pad .news .headline 	{clear:both;}
.wrap .ctn .right .newspage .text .pad .news .headline h1 {margin:0;margin-bottom:10px;text-transform:uppercase;}
.wrap .ctn .right .newspage .text .pad .news .txt 		{clear:both;}
.wrap .ctn .right .newspage .text .pad .news .txt p strong {color:#0075b0;}
.wrap .ctn .right .newspage .text .pad .news .txt p.readmore {text-align:right;}
.wrap .ctn .right .newspage .text .pad .news .txt a 	{text-decoration:none;color:#000;}
.wrap .ctn .right .newspage .text .pad .news .more 		{clear:both;text-align:right;}
.wrap .ctn .right .newspage .text .pad .news .more p 	{margin:0;}
.wrap .ctn .right .newspage .text .pad .news .more p a 	{text-decoration:underline;color:#b6bf00;}

/* Text page */
.wrap .ctn .right .content 								{width:100%;clear:both;}
.wrap .ctn .right .content .lft 						{clear:both;}
.wrap .ctn .right .content .lft .inn 					{width:100%;clear:both;}
.wrap .ctn .right .content .lft .inn .headline 			{clear:both;}
.wrap .ctn .right .content .lft .inn .headline h1 		{margin:0;margin-bottom:10px;text-transform:uppercase;}
.wrap .ctn .right .content .lft .inn .txt 				{height:510px;clear:both;overflow:hidden;}
.wrap .ctn .right .content .lft .inn .txt h2 			{margin:0;font-weight:bold;}
.wrap .ctn .right .content .lft .inn .txt strong 		{color:#0075b0;}
.wrap .ctn .right .content .lft .inn .more 				{display:none;}
.wrap .ctn .right .content .rgt 						{display:none;}

/* Project Page: Large image (to be changed) + Explainatary text in bottom + Image text */
.wrap .ctn .right .project 								{width:100%;clear:both;}
.wrap .ctn .right .project .image 						{width:100%;height:430px;clear:both;overflow:hidden;}
.wrap .ctn .right .project .text 						{width:100%;clear:both;}
.wrap .ctn .right .project .text .pad 					{clear:both;padding:15px 0px 0px 0px;}
.wrap .ctn .right .project .text .pad .lft 				{clear:both;}
.wrap .ctn .right .project .text .pad .lft .headline 	{clear:both;}
.wrap .ctn .right .project .text .pad .lft .headline h1 {margin:0;margin-bottom:5px;text-transform:uppercase;}
.wrap .ctn .right .project .text .pad .lft .txt 		{clear:both;}
.wrap .ctn .right .project .text .pad .lft .txt p strong {color:#0075b0;}
.wrap .ctn .right .project .text .pad .lft .txt p.readmore {text-align:right;}
.wrap .ctn .right .project .text .pad .lft .txt a 		{text-decoration:underline;color:#b6bf00;}
.wrap .ctn .right .project .text .pad .rgt 				{display:none;}
.wrap .ctn .right .project .text .pad .clr 				{width:100%;height:10px;clear:both;}
