@font-face {
  font-family: Average;
  src: url(fonts/Average-Regular.eot?) format(eot), url(fonts/Average-Regular.ttf) format(ttf);
}

html {
	-webkit-font-smoothing: antialiased;
	-mozilla-font-smoothing: antialiased;}
body {
	background-image: url(bg.png);
	background-color: #313131;
	background-position: top; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
	font-family: Average, Georgia, serif;
	border-top: 8px solid #32b3f9;
	font-size: 14px;
	line-height: 21px;
	color: #32b3f9;
	text-rendering: optimizeLegibility;
	min-width: 840px;
	font-style: normal;
	font-weight: normal;
	}

a  { text-decoration: none; }

#wrapper { width: 840px; min-height: 600px; margin: 0 auto;}

.content   {  margin-left: 10px; min-height: 600px; margin-right: 10px; padding-bottom: 50px}
.content2   {  margin-left: 10px; min-height: 600px; margin-right: 10px; padding-bottom: 0px}

.head  { padding: 50px 0px 100px 0px; text-transform: uppercase; letter-spacing: 0.2em;}
	.head h1 { font-size: 28px; color: #fff;}
	.head h2 { font-size: 18px; color: #32b3f9;}
	.head h1 a { text-decoration: none }
	.head h2 a { text-decoration: none }
.head2  { padding: 50px 0px 40px 0px; text-transform: uppercase; letter-spacing: 0.2em;}
	.head h1 { font-size: 28px; color: #fff;}
	.head h2 { font-size: 18px; color: #32b3f9;}
	.head h1 a { text-decoration: none }
	.head h2 a { text-decoration: none }

.portfolio	{ padding-bottom: 50px; margin-bottom: 100px;}
	.portfolio h1 { font-size: 28px; line-height: 36px; color: #32b3f9;}
	.portfolio h1 a { text-decoration: none;font-size: 28px; color: #fff;}
	.portfolio p { padding: 8px 0;}

.portfolio2	{ padding-bottom: 0px; margin-bottom: 100px;}
	.portfolio h1 { font-size: 28px; line-height: 36px; color: #32b3f9;}
	.portfolio h1 a { font-size: 28px; color: #fff;}
	.portfolio p { padding: 8px 0;}

.bilder	{ padding-bottom: 50px; line-height: 0}
.bilder2	{ padding-bottom: 0px; line-height: 0}

.footer {
	margin: 0 auto;
	padding-top: 40px;
	background-color: #32b3f9;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	height: 150px;
	width: 100%;
	bottom: 0px;
	}
		.footer a {text-decoration: none;	color: #fff;
}
.absender {	width: 840px; margin: 0 auto;}
.absender1 { width: 530px; float:left; padding-left: 10px;}
.absender2 {
	width: 280px;
	float: right;
	padding-right: 10px;
	text-align: right;
}
