@charset "utf-8";

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	width: 800px;
	margin: 50px auto;
}

img {
	border-style: none;
}

h1 {
	font-size: 16px;
	color: #003399;
	margin-bottom: 10px;
}

h2 {
	font-size: 12px;
	color: #666666;
	margin: 0px;
}

h3 {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	margin: 0px;
}

p {
	font-size: 12px;
	color: #666666;
}

#headlogo {
	height: 75px;
	float: left;
}

#headmenu {
	padding-top: 55px;
}

#headmenu ul{
	float: right;
	margin: 0px;
	list-style-type: none;
}

#headmenu li {
	float: left;
	margin-left: 10px;
}

#headmenu li a:hover {
	color: #00CCFF;
}

#image {
	height: 225px;
}

#mainmenu{
}

#mainmenu ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#mainmenu li {
	margin-bottom: 10px;
}

#mainmenu li a:hover {
	color: #00CCFF;
}

#submenu{
}

#submenu ul {
	margin: 0px;
	margin-left: 170px;
	padding: 0px;
	list-style-type: none;
}

#submenu li {
	float: left;
	margin-right: 10px;
}

#submenu li a:hover {
	color: #00CCFF;
}

#content {
	margin-left: 170px;
	padding-top: 35px;
}

#content p {
	margin: 0px;
}

#content a:hover {
	color: #00CCFF;
}

#officeimage {
	height: 182px;
}

#exportinitiativeenergieeffizienzlogo {
	height: 75px;
}

#footerlogos {
	text-align: right;
	height: 75px;
}

#footer {
}

#footer ul {
	margin: 0px;
	list-style-type: none;
}

#footer li {
	text-align: right;
}

#footer li a:hover {
	color: #00CCFF;
}

.space {
	height: 20px;
	clear: both;
}

.divider {
	border-top-color: #0F2235;
	border-top-style: dotted;
	border-top-width: 1px;
	height: 1px;
}

.linksnormal {
	font-size: 12px;
	text-decoration: none;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
}

.linkssmall {
	font-size: 10px;
	text-decoration: none;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
}

.linkstext {
	text-decoration: none;
}

.linksbreak {
	text-decoration: none;
	border-left-style: solid;
	border-left-width: 1px;
	padding-left: 10px;
}

.active {
	color: #003399;
	text-decoration: underline;
}

.non-active {
	color: #666666;
}