body
{
	font-family: arial, verdana, serif, sans-serif;
	font-size:62.5%;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
}

img {
	border: none;
	text-decoration: none;
}

h2 {
	color: #000;
	font-weight: bold;
	font-size: 1.5em;
	padding-top: 5px;
}

#contentWrapper {
	width: 918px;
	margin: 0 auto;
	padding-top: 23px;
}

#topContainer {
	width: 100%;
	height: 118px;
}

#topContainer img {
	float:left;
}

#dhLogo {
	width: 210px;
}

#siteLogo {
	width: 227px;
	margin: 68px 0 0 19px;
}

/*Main Menu */
#mainMenu, #mainMenuItems {
	float: left;
	padding-right: 27px;
	width: 209px;
}

#mainMenuHeader {
	float: left;
	width: 100%;
	padding-bottom: 9px;
	border-bottom: 1px solid #01971e;
	font-weight: bold;
}

.menuTitle {
	width: 200px;
}	

.sifr {
	width: 175px;
}

/* Safari fix */
@media screen and (min-width: 0px) {
#mainMenuItems ul li .sifr, .menuTitle, .sifrSearchText {
	float: left;
}
}

#mainMenuItems ul {
	width: 209px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainMenuItems ul li {
	float: left;
	width:209px;
	padding: 16px 0 0 0;
	border-bottom: 1px solid #01971e;
}

#mainMenuItems ul li a {
	text-decoration: none;	
}

#mainMenuItems ul li img {
	float: right; margin-top: -10px;
}

/* Searchfield*/

#mainMenu #searchField {
	float: left;
	height: 200px;
	width: 194px;
	padding: 8px 0 0 15px;
	margin-top: 35px;
	background-color: #052771;

}

#searchString {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 3px 0;
	width: 180px;
}

.searchButton  {
	float: right;
	margin-right: 12px;
	background-color: #fff;
	color: #052771;
	border: none;
	font-weight: bold;
}


/*ContentArea */

#contentContainer {
	float: left;
	width: 682px;
}

.fontLarge {
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
	color: #006979;
}

#rightsideContainer {
	float: left;
	width: 188px;
}

.topImageContainer {
	height: 135px;
}

/*Imageblocks */
.linkImage, .linkImage_last {
	display: block;
	float: left;
	width: 163px;
	height: 166px;
	margin: 0 10px 7px 0;
	background-color: #00113A;
}

.linkImage_last {
	margin-right: 0;
}

.infoTextTitle {
	display: block;
	float: left;
	width: 118px;
	height: 157px;
	padding: 9px 15px 0 10px;
	font-weight: bold;
	font-size: 1.8em;
	color: #fff;
	cursor: pointer;
}

.textBlocks {
	position: absolute;	
	display: block;
	z-index: 1000;
	width: 672px;	
}	

#infotextLeft {
	display: none;
	float: left;
	width: 306px;
	height: 337px;
	padding: 0 20px 0 8px;
	background-color: #fff;
	border: 1px solid #042671;
}

#infotextRight {
	display: none;
	float: left;
	width: 306px;
	height: 337px;
	padding: 0 20px 0 8px;
	background-color: #fff;
	border: 1px solid #042671;
	margin-left: 346px;
}

/*Archive Link */
#archiveLink {
	display: none;
	float: left;
	padding-bottom: 10px;
}

#archiveLink a{
	display: block;
	padding: 3px 7px;
	background-color: #052771; 
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

/*IE6 Only */
* html #infotextRight {
	margin-left: 172px;
}

.textHolder {
	float: left;
	height: 235px;
	width: 320px;
	overflow: auto;
	margin-bottom: 10px;
}

.textHolder a{
	color: #042671;
}

a.campagneTextLinkLeft,a.campagneTextLinkRight {
	float: left;
	font-weight: bold;
	font-size: 1.3em;
	color: #042671;
	text-decoration: none;
	cursor: pointer;
}

a.campagneTextLinkRight {
	float: right;
}


#footer {
	clear: both;
	float: left;
	margin-top: 50px;
	width: 880px;
}

a.button, a.button:link, a.button:active, a.button:visited {
	color: #999;
	background-color: #fff;
	border: 1px solid #999;
	font-size: 9px;
	margin: 0px;
	padding: 1px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
	text-decoration: none;
	letter-spacing: 1px;
	height: 19px;
}

a.button:hover, a.button_active {
	color: #fff;
	background-color: #999;
}

input.button {
	color: #999;
	background-color: #fff;
	border: 1px solid #999;
	font-size: 9px;
	margin: 0px;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	text-decoration: none;
	letter-spacing: 1px;
	cursor:pointer;
	height: 19px;
}

input.button:hover {
	color: #fff;
	background-color: #999;
}


/* IE6 Hacks */
*html #mainMenu, #mainMenuItems, #searchField {
	width: 190px;
	padding: 0 10px 0 0;
	margin: 0;
}

*html .infoTextTitle {
	background: none;
}

*html .textHolder {
	float: left;
	height: 235px;
	width: 330px;
	overflow: auto;
	margin-bottom: 10px;
}