
#header #header-logo {
	
	}
	
#header h1 {
	margin-top:40px;
	font-size: 32px;
	line-height: 32px;
	height: 60px;
	}
	
#header h1 a {
	font-family: Arial Black;
	font-size: 36px;
	text-shadow:#fff 0px 1px 0, #666 0 -1px 0;
	color:#79a802;
	}
	
#header h1 a:hover {
	color:#79a802;
	}
	
#header #telephone {
	float: right;
	margin-top: -54px;
	text-align: right;
	}
	
#header #telephone .telephone {
	font-weight: bold;
	font-size: 24px;
	display: block;
	}
	
#header #telephone .telephoneinfo {
	display: block;
	color: #f9f9f9;
	}
	
#header h2 {
	position: absolute;
	top: 6px;
	}

#langnav {
	position: absolute;
	top: 4px;
	right: 0px;
	}
	
#langnav li {
	display: inline;
	margin-right: 8px;
	}

#menu-main {
	background: #EAEAEA;
	border: 1px solid #c9c9c9;
	overflow: auto;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	}

#menu-main ul {
	background-color: red;
	}
	
#menu-main li {
	float:left;
	margin-left: 14px;
	margin-right: 14px;
}

#menu-main a {
		position:relative;
		display:block;
		float:left;
		
		padding: 8px 12px;
		cursor:pointer;
		font-size: 16px;
		text-align: center;
	}


	