@charset "utf-8";
@import "http://www.innoeurope.eu/en/css/box.css";
html, body, a, p, ul, ol, img, form, input, textarea, select, button, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	outline-style: none;
	border: none;
}

body {
	background: top left repeat-x url(http://www.innoeurope.eu/en/img/bg.png) #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

div.clear {
	clear: both;
}

/**
 * Default styles
 */
p {
	padding-top: 10px;
	padding-bottom: 10px;
}

p.lead {
	font-size: 13px;
}

h2 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h2 span.small { font-size: 15px; }

a:link,
a:visited {
	text-decoration: underline;
}

a:hover,
a:active,
a.reverse:link,
a.reverse:visited {
	text-decoration: none;
}

a.reverse:hover,
a.reverse:active {
	text-decoration: underline;
}

ul, ol {
	margin-left: 15px;
}

.red { color: #FF0000; }
.blue { color: #66CCCC; }
.dblue { color: #009CEB; }
.green { color: #99CC00; }
.purple { color: #3333CC; }
.orange { color: #FF6600; }
.brown { color: #666600; }
.white { color: #ffffff; }

/**
 * Layout
 */
div.wrap {
	width: 950px;
	margin: 0 auto;
}

/**
 * Header
 */
#header {
	margin-top: 60px;
	padding-left: 32px;
	width: 919px;
	height: 137px;
}

#header .text {
	float: left;
}

#header a {
	float: right;
	display: block;
}

/**
 * Menu
 */
#menu {
	height: 46px;
	background: top center no-repeat url(http://www.innoeurope.eu/en/img/menu-bg.png);
}

#menu a {
	display: inline;
	float: left;
	margin-right: 5px;
}

#menu div.active {
	position: absolute;
	z-index: 200;
	margin-top: 11px;
}

/**
 * Content
 */
#content {
	margin-top: 39px;
}

/**
 * Areas
 */
#content div.w25 {
	width: 226px;
	/*background-color:#6666FF;*/
	float: left;
	display: inline;
}

#content div.w50 {
	width: 467px;
	background-color: transparent;
	float: left;
	display: inline;
}

#content div.w75 {
	width: 709px;
	float: left;
	display: inline;
}

#content div.m15 {
	margin-right: 15px;
}

#content div.m16 {
	margin-right: 16px;
}

#content div.mb1 {
	margin-bottom: 1px;
}

#content div.mb4 {
	margin-bottom: 4px;
}

#content div.mb15 {
	margin-bottom: 15px;
}

/**
 *
 */
div.beforefooter {
	margin-bottom: 1px;
}
/**
 * Footer
 */
#footer {
	height: 35px;
	padding-top: 15px;
	padding-left: 20px;
	width: 930px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	background: top left no-repeat url(http://www.innoeurope.eu/en/img/footer-bg.png);
	margin-bottom: 40px;
}

#footer div.left {
	float: left;
}

#footer div.right {
	float: right;
	height: 40px;
	display: inline;
	margin-right: 10px;
}

#footer a:link,
#footer a:visited {
	color: #666666;
}

/* footer links */
#footer div.right img,
#footer div.right a {
	float: right;
	display: inline-block;
}

#footer div.right a:link,
#footer div.right a:visited {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	line-height: 25px;
	margin-right: 10px;
}