@charset "UTF-8";
#container_sd_content {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f5f5f5;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #999999;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#sd_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 310px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #f5f5f5;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#sd_mainContent {
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 330px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
} 
#sd_mainContent_aktuellt {
	margin-top: 0;
	margin-right: 10;
	margin-bottom: 0;
	margin-left: 330px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(../images/sd_social_media_08.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 300px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
