@charset "utf-8";
/* CSS Document */

body  {
	background-position: center;
	background-image: url(image/bg_test.jpg);
	background-repeat:repeat-y;
}
div#container {
	width: 780px; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
div#header {
	width: 745px;
	margin-top:-0px;
	margin-left:7px;
	color: #010102;

} 

div#menu {
	width: 680px;
	margin-left: 50px;
	padding-top: 3px;
	padding-left:30px;
	padding-bottom: 2px;
	border-top: 1px dotted #a69273;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	text-align: left;
	font-size: 12px;
	font-style: uppercase;
	color: #a69273;
}
div#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	padding: 25px 20px 15px 80px;
	text-align: left;
	color: #C69;
}
div#mainContent {
	width:350px;
	margin-left:350px;
	padding: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #a69273;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-size: 11px;

}
.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;
}

.style1
{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	font-size: 11px;
	color: #a69273;
	text-align: left;
	}
	.style3
{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.5px;
	font-size: 11px;
	color: #a69273;
	text-align: center;

}
.style2
{ font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px ;
color:#a69273;
}
 .rubrik1
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a69273;
	text-align: left;
 
 }
 .rubrik2
 {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:16px ;
 color:#a69273;
}

a:link {
	color: #a69273;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a69273;
}
a:hover {
	text-decoration: none;
	color: #a69273;
	letter-spacing:: 1px;
}
a:active {
	text-decoration: none;
	color: #a69273;
	font-weight: bold;
}
div#datum {
	weight: 100px;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px dotted #CFBF9B;
	border-bottom: 1px dotted #CFBF9B;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	letter-spacing:1px;
	font-weight: bold;
} 
