@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLt #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	overflow: auto;
	height: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 50px;
}
.twoColFixLt #container #header {
	background-color: #000000;
	height: 150px;
}
.twoColFixLt #mainContent {
	margin-bottom: 0;
	margin-left: 240px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 45px;
	height: auto;
	position: relative;
} 
.twoColFixLt #container #header #logo {
	height: 49px;
	width: 166px;
	float: none;
	position: static;
	padding-top: 50px;
	padding-left: 50px;
}
.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;
}
.brodtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	text-align: left;
	font-style: normal;
	line-height: 1.2em;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.twoColFixLt #container #header #language {
	width: 100px;
	float: right;
	padding-right: 50px;
	padding-bottom: 50px;
}
.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;
}
.brodtextCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.brodtextkursiv {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000000;
	text-decoration: none;
	text-align: justify;
	font-style: italic;
}
