body{
	background-color: white;
    color: #181818;
    margin: 0;
    padding: 0;
    /*text-align: center;*/
}

section h1{
	
}

header{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 800px;
	height: 150px;
	text-align: center;
}

nav{
	width: 400px;
	height: 130px;
}

#logo, nav{
	display: inline-block;
	/*vertical-align: middle;*/
	text-align:left;
	margin-top: 10px;
	margin-left: 20px;
}

nav ul{
	list-style-type: none;
}


nav li{
	float: left;
	position: relative;
	list-style: none;
}

nav li:nth-child(1){
}

nav li:nth-child(2){
	left: 30px;
	top: 30px;
}

nav li:nth-child(3){
	left: 70px;
	top: 60px;
}
nav li:nth-child(4){
	/*left: 30px;*/
	top: 10px;
}
nav li:nth-child(5){
	left: 30px;
	top: 40px;
}


nav li a{
	margin: 5px;
	text-decoration: none;
	color: rgb(0,107,56);
	font-size: 30px;
	text-shadow:0 1px 0 black;
	-moz-text-shadow:0 1px 0 black;
	-webkit-text-shadow:0 1px 0 black;
	-o-text-shadow:0 1px 0 black;
}

nav li a:hover{
	/*margin: 0;
	/*padding: 3px;*/
	border-bottom: 1px solid rgb(0,107,56);
	/*border: 2px solid #ff0202;
	-webkit-border-radius:10px / 10px;
	-moz-border-radius:10px / 10px;
	-o-border-radius:10px / 10px;
	border-radius:10px / 10px;
	color: #ff0202;*/
	/*font-style: italic;*/
}

.spaceSubMenu{
	text-align:center;
}

.sectionLine{
	margin-left: auto;
	margin-right: auto;
	/*width: 702px;*/
	width: 576px;
	/*height: 200px;*/
	padding: 15px;
	border: 1px solid rgb(0,107,56);
	-webkit-border-radius:10px / 10px;
	-moz-border-radius:10px / 10px;
	-o-border-radius:10px / 10px;
	border-radius:10px / 10px;
	/*height: 224px;*/
	/*text-align: center;*/
	margin-top: 10px;
	margin-bottom: 10px;
}

.sectionLine h1{
	text-align: center;
	font-size: 1.5em;
	border-bottom: 1px solid rgb(0,107,56);
}


#clickMap{
	margin-left: auto;
	margin-right: auto;
	width: 860px;
}

.spaceFanions{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	min-width: 750px;
	width: 85%;

}

footer{
	margin-top: 10px;
	text-align:center;
}


.subMenu {
	padding: 7px;
	border-top: 1px solid rgb(0,107,56);
	border-bottom: 1px solid rgb(0,107,56);
	/*position: relative;*/
	list-style-type: none;
	margin-bottom: 0px;
}

.subMenu ul{
	list-style-type: none;
	margin: 0px;
}

.subMenu li{
	display: inline;
	list-style: none;
	margin-left: 10px;
}

.subMenu li a{
	display: inline-block;
	color: rgb(0,107,56);
	text-decoration:none;
	margin-bottom: 1px;
}

.subMenu li a:hover{
	margin: 0px;
	border-bottom: 1px solid rgb(0,107,56);
}

#copyright{
	padding: 10px;
}


#content{
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;

}

#content h1{
	text-align: center;
}



/* Form */

form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	/*width: 95%;*/
}
fieldset {
	border: none;
	margin-bottom: 1em;
	padding: 16px 10px;
}
fieldset legend {
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	/*width:98%;*/
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#62af56;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	border-color: #2d6324;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
