/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ///////////////////////////////////////////////////// */

body {
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: left;
	width: 741px;
	margin: 0 auto;
}
#header {
	height: 80px;
}
#logo {
	width: 440px;
	float: left;
}
#logo a {
	background: url(../graphics/logo.gif) top left no-repeat;
	display: block;
	width: 315px;
	height: 38px;
	margin-top: 23px;
	text-indent: -9000px;
}
#links {
	width: 276px;
	margin-left: 25px;
	margin-top: 24px;
	float: left;
}
#links #global-corp {
	font-size: 18px;
	color: #009EE0;
	text-decoration: none;
}
#links #local-corp {
	font-size: 12px;
	color: #c00;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline !important;
}

#description {
	height: 130px;
	background: #0CD21E;
	overflow:hidden;
}
#images {
	width: 440px;
}
#description h2 {
	width: 276px;
	margin-left: 465px;
	display: inline;
	float: left;
	color: #fff;
	font-size: 18px;
	margin-top: 24px;
}

h1#tagline {
	font: 24px Garamond, Georgia, "Times New Roman", Times, serif;
	color: #09C;
	height: 33px;
	padding-top: 17px;
  padding-bottom: 7px;
}

#about {
	height: 191px;
	background: #0CD21E url(../graphics/munters-hq.jpg) top right no-repeat;
	overflow: hidden;
}
#about img#hq {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}
#about #text {
	width: 434px;
	float: left;
}
#about h2 {
	color: #fff;
	font-size: 18px;
	margin: 36px 15px 20px 25px;
}
#about p {
	font-size: 14px;
	color: #FFF;
	line-height: 20px;
	margin: 0 15px 20px 25px;
}

#language-selection {
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 275px;
	height: 46px;
}
#de {
	display: block;
	width: 47px;
	height: 46px;
	float: left;
	background: url(../graphics/buttons-language.gif) top left no-repeat;
	text-indent: -9000px;
}
#de:hover {
	background: url(../graphics/buttons-language.gif) bottom left no-repeat;
}
#en {
	display: block;
	width: 47px;
	height: 46px;
	float: left;
	margin-left: 25px;
	background: url(../graphics/buttons-language.gif) top center no-repeat;
	text-indent: -9000px;
}
#en:hover {
	background: url(../graphics/buttons-language.gif) bottom center no-repeat;
}
#da {
	display: block;
	width: 47px;
	height: 46px;
	float: left;
	margin-left: 25px;
	background: url(../graphics/buttons-language.gif) top right no-repeat;
	text-indent: -9000px;
}
#da:hover {
	background: url(../graphics/buttons-language.gif) bottom right no-repeat;
}
#footer {
	background: #DEE5DF;
	height: 87px;
}
address {
	font-style: normal;
	margin-top: 20px;
	float: left;
	display:inline;
}
#address {
	width: 223px;
	margin-left: 25px;
}
#phone {
	width: 167px;
}
#email {
	width: 167px;
}
#email a {
	color: #c00;
	text-decoration: none;
}
#email a:hover {
	text-decoration: underline;
}