HTML {
	padding:0;
	margin:0;
}

BODY {
	margin:0;
	font-family:sans-serif;
	padding:40px;
	background-color:rgb(240,240,240);
}

TH {
	text-align:left;
}

H1 {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	background-color:white;
	margin-top:0;
	margin-bottom:0;
	border-radius:10px;
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}

IMG#logo {
	width:653px;
	height:238px;
	margin-bottom:-90px;
}

H2 {
	margin-bottom:10px;
	background-color:rgb(200,200,200);
	padding:5px;
	padding-left:20px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

H3 {
	margin-bottom:0;
	padding-bottom:0;
	font-size:12pt;
	clear:left;
}

P {
	margin-top:0;
}

A {
	text-decoration:none;
	color:rgb(50,50,255);
	padding:5px;
}

A#mail_info { padding-left:0; }

A:hover {
	text-decoration:underline;
	color:rgb(255,50,50);
}

UL#stadgar {
	margin-top:0;
}

UL#stadgar LI {
	font-style:italic;
}

DIV.leftfloat {
	float:left;
	width:50%;
	background-color:white;
	border-radius:10px;
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}

DIV.leftfloat H2 {
	margin-top:0;
}

DIV.leftfloat DIV {
	padding:20px;
	padding-top:0;
}

DIV.rightfloat {
	float:right;
	max-width:50%;
	background-color:white;
	border-radius:10px;
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}

DIV.rightfloat H2 {
	margin-top:0;
}

DIV.rightfloat DIV {
	padding:20px;
	padding-top:0;
}

DIV.nofloat {
	background-color:white;
	border-radius:10px;
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}

DIV.nofloat H2 {
	margin-top:0;
}

DIV.nofloat DIV {
	padding:20px;
	padding-top:0;
}

UL#members {
	padding-left:0;
	margin-left:0;
}

LI.member {
	clear:left;
	list-style:none;
	margin-left:0;
	margin-bottom:60px;
	padding-left:0;
}

LI.member A {
	padding-left:220px;
	height:65px;
	float:left;
}

LI.member SPAN {
	padding-left:220px;
	height:65px;
	float:left;
}

DIV#intro {
	margin-top:20px;
	padding:20px;
	background-color:white;
	margin-bottom:20px;
	border-radius:10px;
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}

DIV#files {
	margin-top: 20px;
}

DIV#contact {
	background-color:white;
	margin-top:20px;
	clear:both;
	border-radius:10px;
	-webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.2);
}

DIV#contact H2 {
	margin-top:0;
}

DIV#contact DIV {
	padding:20px;
	padding-top:0;
}

A#feed_icon {
	clear:none;
	float:right;
	height:28px;
	font-size:16px;
	font-style:italic;
	color:white;
	background-image:url(/images/feed-icon-28x28.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:32px;
	margin-bottom:10px;

}

A#feed_icon:hover {
	color:black;
	text-decoration:none;
}

SPAN.address_header { font-size:75%; color:rgb(80,80,80); font-weight:bold;}
