@charset "UTF-8";
body {
	font: Arial;
	background: #FFF;
	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;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0px 0px 0px 0px;
	height: 190px;
	float: none;
	margin: 0px;
}
#header #linkbar {
	background: #EDEDED url(none) no-repeat;
	height: 40px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#header #linkbar tr td #navbar {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 8px;
	font-size: 15px;
}
#header #linkbar tr td div #kontakt {
	padding-right: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
}
#container #header p img {
	padding-left: 27px;
	padding-top: 0px;
}
#container #header #linkbar tr td p {
	padding-left: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding-right: 20px;
}
#header table tr td p {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
#header table {
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-family: Arial;
}
#mainContent h3 {
	font-family: Arial;
	font-size: 15px;
}
#mainContent p {
	font-family: Arial;
	font-size: 13px;
	color: #000;
}
#mainContent ul li {
	font-family: Arial;
	font-weight: normal;
	font-size: 13px;
}
.oneColFixCtrHdr #footer {
	padding: 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
	margin-top: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 0;
	text-align: center;
}
#header table tr td #logga {
	padding-left: 28px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: 16px;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
}
