/** {
	border: 1px solid red;
}*/
/*body*/

body {	
  font-family: 'helvetica', sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0px;
}

/*menu*/

.menuwrapper {
	display: none;
	position: fixed;
	background-color: #14499c;
	width: 100%;
	z-index: 1;
}

.menu {
	text-decoration: none;
}

ul {
	list-style: none;
	margin-left 30px;	
	margin-right: 30px;
}

li {
	display: inline;
	font-family: 'helvetica', sans-serif;
	font-weight: 100;
	margin-left: 30px;
	font-size: 20px;
}

.menu a:visited,
.menu a:link,
.menu a:active
.menu a:link{
	color:white;
	text-decoration: none;
} 

a:hover {
	background-color: green;	
	text-decoration: none;	
}

.links a:link{
	color: #14499c;
	text-decoration: none;	
}

.links {
	width: 1000px;
}

.wrapper {
	width: 100%;
	position: relative;
}

/*grenar*/

.gren {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/grenhel.png") no-repeat;
	z-index: -1;
	background-attachment: fixed;
	/*background-size: 100%;*/
}

.gren.andra {
	position: fixed;
	top: 500px;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../images/grentwo.png") no-repeat;
	z-index: -1;
	background-attachment: fixed;
	/*background-size: 100%*/
}
*/
.gren.safari-fix {
	background-attachment: scroll;
}

/*content*/

.wrapper {
	margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.container {
	line-height: 130%;
	padding-top: 100px;
	width: 700px;
	margin-bottom: 0px;
	background: none;
	z-index: -2;
}

#design_ecologies {
	padding-top: 150px;
}
/*
.header {
	background-color: #14499c;
}*/

.print {
	display: initial;
	font-size: 30px;
}

.subhead {
	width: 800px;
	font-family: 'belwe_fsitalic', baskerville, serif;
	line-height: 150%;
	font-size: 1em;
}

.header h1 {
	font-family: 'belwe_fsbold', baskerville, serif;
	color: black;
	font-size: 6em;
	margin: 0 auto;
	line-height: 90%;
	font-weight: 400;	
	margin-bottom: 30px;
}

h1 {
	font-family: 'belwe_fsbold', baskerville, serif;
	color: black;
	font-size: 6em;
	margin: 0 auto;
	line-height: 90%;
	font-weight: 400;	
	margin-bottom: 30px;
}

h2 {
	font-family: 'belwe_fsbold', baskerville, serif;
	color: black;
	font-size: 2em;
	font-weight: 400;
}

h3 {
	color: black;
	font-size: 1.4em;
	font-family: 'belwe_fsbold', baskerville, serif;
	font-weight: 400;
	margin-bottom: 20px;
	display: block;
}

h4 {
	display: inline;
	color: black;
	font-size: 30px;
	font-family: 'belwe_fsbold', baskerville, serif;
	font-weight: 400;
}

h5 {
	font-size: 40px;
}

#registration {
	margin-bottom: 100px;
}

/*body {
	width: 100%;
	height: 100%;
	color: black;
	font-size: 22px;
	padding-top: 50px;
	margin: 0px;
	font-family: Baskerville;
	position: relative;
}*/

