#content {
	padding-top: 0px;
	max-width: 830px;
	background-color: transparent;
}

#content #maincontent {
	float: none; 
	width: auto; 
	margin: 0px;
}

#top-address {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	padding: 4px;
	padding-top: 0px;
	height: 16px;
	color: rgba(0,0,0,0.3);
	background-color: #EEE;
}

#top-address a {
	color: rgba(0,0,0,0.3);
}

#top-address .phone {
	border-left: 1px solid rgba(0,0,0,0.3); 
	padding-left: 7px;
	margin-left: 3px;
}

#top-address .url {
	border-left: 1px solid rgba(0,0,0,0.3); 
	padding-left: 7px;
	margin-left: 3px;
}

#header {
	margin-top: 21px;
	padding-top: 14px;
}

#navigation {
	display: block;
}

#footer {
	display: block;
}

.style3 {font-size: 14px}

/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#content h2 {
	font-size: 30px; 
	font-family: "futura_ltheavy";
	font-weight: normal;
	margin-top: 40px; 
	margin-bottom: 0px;
	color: #2c4465;
	opacity: 0.7;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * */

#content .textwrap {
	width: auto;
	font-size: 16px;
	line-height: 26px;
	margin-right: 0px;
	color: #888;
}

#content .textwrap h1 {
	margin-bottom: 0px;
	background-image: none;
	padding-left: 0px;
}

#content .textwrap h2 {
	font-size: 30px; 
	font-family: "futura_ltheavy";
	font-weight: normal;
	margin-top: 40px; 
	margin-bottom: 0px;
	color: #2c4465;
	opacity: 0.7;
}

#content .textwrap h2 span.small {
	font-size: 20px; 
}

#content .textwrap p,
#content .textwrap ul li,
#content .textwrap ol li {
	font-weight: 200;
	color: #555;
}

#content .textwrap p {
	margin-top: 18px;
	font-size: 29px; 
	line-height: 38px;
	text-align: justify;
}

#content .textwrap ul {
	margin-top: 8px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	list-style: square;
	max-width: 600px;
}

#content .textwrap ul li,
#content .textwrap ol li {
	background-image: none;
	margin-top: 12px;
	padding-left: 0px;
	font-size: 22px; 
	line-height: 26px;
	font-weight: 300;
	color: #777;
}

#content .textwrap ul li ul {
	margin-top: 10px;
	padding-top: 0px;
}

#content .textwrap ul li ul li {
	font-size: 18px; 
	line-height: 20px;
	margin-top: 8px;
	font-weight: 300;
	color: #777;
}

#content .textwrap p.languages {
	font-size: 15px;
	line-height: 22px;
	margin-top: 50px;
}

#content .textwrap p.languages a {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	border-radius: 2px;
	font-weight: 400;
}

/* MOBILE 
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 700px) { 

	#top-address .url {
		display: none;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 570px) { 
	
	#top-address {
		display: none;
	}
	
	#header {
		margin-top: 0px;
		padding-top: 0px;
	}
	
	#content {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#content #maincontent #iframe { 
		
	}
	
	#content #maincontent .textwrap {
		margin-left: 0px;
		margin-right: 0px;
	}
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 420px) {}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 380px) {}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@media screen and (max-width: 330px) {}