/* IE 6/7/8 */

@font-face {
  font-family: DINRoundWeb;
  src: url('../fonts/DINRoundWeb.eot');
}

/* Mozilla */

@font-face {
  font-family: DINRoundWeb;
  src: url('../fonts/DINRoundWeb.woff') format('woff');
}

/* General */

html{
	min-height:100%;
	margin-bottom:1px
}

* { margin: 0px;
	padding: 0px;
}

body {
	background: #FFFFFF;
	font: 12px/20px Helvetica, Arial, DINRoundWeb, "ff-din-round-web-1", "ff-din-round-web-2", Helvetica, Arial, sans-serif;
	font-family: Helvetica, Arial, DINRoundWeb, "ff-din-round-web-1", "ff-din-round-web-2", Helvetica, Arial, sans-serif;
	color: #000000;
	text-align: left;
}

h1{
	color: #000000;
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	margin: 10px 0;
	font-family: DINRoundWeb, "ff-din-round-web-1", "ff-din-round-web-2", Helvetica, Arial, sans-serif;	
}

h2 {
	width: 100%;
	max-width: 960px;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	margin: 30px 0;
	font-family: DINRoundWeb, "ff-din-round-web-1", "ff-din-round-web-2", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #E6E6E6;
}

h3 {
	width: 530px;
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	margin: 30px 0;
	font-family: DINRoundWeb, "ff-din-round-web-1", "ff-din-round-web-2", Helvetica, Arial, sans-serif;
	border-bottom: 1px solid #E6E6E6;
}

p {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 10px;
	font-family: DINRoundWeb, "ff-din-round-web-1", "ff-din-round-web-2", Helvetica, Arial, sans-serif;		
}

a:link, a:active, a:visited {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	font-family: DINRoundWeb, "ff-din-round-web-1", "ff-din-round-web-2", Helvetica, Arial, sans-serif;	
}

a:hover {
	color: #666666;
	text-decoration: none;
}

ul, li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul {
	margin: 10px 0;
}

.clear {
	clear: both;
}

/*-- Content --*/

#border-top {
	height: 5px;
	background: #58585a;
}

#border-bottom {
	height: 50px;
	background: #FFFFFF;
}

#logo { 
	padding: 50px 0 0 0;
	float: right;
}

#content {
	background: #FFFFFF;
	width: 90%;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
}

.content-left {
	width: 100%;
	max-width: 400px;
	float: left;
	text-align: left;
}

.content-right {
	width: 100%;
	max-width: 530px;
	float: right;
	text-align: left;
}

.content-right img {
	width: 100%;
	height: 100%;
	max-width: 530px;
}

#link {
	float:right;
}

.distance {
	margin-bottom: 5px;
}

#portrait { border: 1px solid #E6E6E6; }

@media only screen and (max-width: 1032px) {
	.content-right {
		float: left;
		width: 90%;
		padding-top: 20px !important;
	}
	#link {
    float: left;
	}
}

@media only screen and (max-width: 960px) {	
	h2 {
    width: 99%;
	}
}

@media only screen and (max-width: 768px) {
	#logo {
    padding: 50px 0 20px 0;
    float: left;
	}
	.content-left, .content-left img {
    width: 99%;
    max-width: 400px;
	}
}

