@font-face {
    font-family: DIN;
    src: url(../font/DIN.TTF);
}

@font-face {
    font-family: DIN_BOLD;
    src: url(../font/DIN_BOLD.TTF);
}

@font-face {
    font-family: DIN_LIGHT;
    src: url(../font/DIN_LIGHT.TTF);
}

body {
	font-family: DIN_LIGHT, Helvetica, Arial, sans-serif;
	color: #fff;
	
	background-color: #43739e;
	
	line-height: 1.15em;
	margin: auto;
}

h1, h2 {	
	margin-left: 10px;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
}

h1 { 
	max-width: 750px; 
	text-align: left; 
	font-weight: 100; 
	margin-top: 50px; 
	font-size: 38px; 
	letter-spacing: 0em; 
	color: white; 
	line-height: 1.25em; 
	text-transform: uppercase; 
}

.grau { color: #46b5eb; }

h2 {
	font-size: 15px;
	font-family: DIN_BOLD, Helvetica, Arial, sans-serif;
	margin-top: 40px;
}
	
.blue { color: #46b5eb; }

a { 
	color: #73d5ff; 
	text-decoration: none;
}

a:hover {
	color: #bfecff;
	text-decoration: underline;
}


p {
	margin-left: 0px;
	margin-bottom: 40px;
	font-size: 15px;
	margin-top: 0px;
	padding-top: 0px;
}

#content {
	margin-left: 120px;
	margin-top: 80px;
}

a img { border: none; }

img { margin-bottom: 1px; border: 1px solid #efefef; }



