@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #666666;
	padding:0px;
	text-align: center;
}
a:link, a:visited  {
	color: #555555;
	text-decoration:none;
	border-bottom: 1px dotted;
}
a:hover, a:active {
	color: #111111;
	text-decoration:none;
	border-bottom: 1px solid;
}
p {
	margin: 0 0 20px 0;
	
}
h1 {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size:25px;
	line-height: 1.2em;
	color:#666600;
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 5px 0;
	padding:0 0 0px 0;
	}
h2 {
	font-family:georgia,"Times New Roman", Times, serif;
	font-size:18px;
	line-height:1.2em;
	color:#666600;
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 5px 0;
	}
h3 {
	font-family:georgia,"Times New Roman", Times, serif;
	font-size:16px;
	line-height:1.2em;
	color:#666600;
	font-weight:normal;
	letter-spacing:1px;
	margin:0 0 5px 0;
	}
li {
	list-style: none;
	}
ul {
	margin: 0 0 20px 0;
	padding:0;
	}
a img, a:hover img, a:visited img {
	border: none; 
	border-bottom: none;
	
}

/* ---- ---- */

div#wraper{
	width: 864px;
	text-align:center;
    margin-left: auto;
    margin-right: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:20px 0px 0 0;
	 }
#content{
	width:764px;
	padding-left: 62px;
	text-align: left;
	border-bottom: none;


	}
#header {
	width:864px;
	height:185px;
	background-image:url(../grafik/logo-startsidan.gif);
	background-repeat:no-repeat;
	background-position: 0px 40px;
	}
#navigation{
	color:#daddd8;
	font-size:14px;
	letter-spacing:1px;
	width:480px;
	float:right;
	text-align: left;
	margin: 145px 0px 0px 0px;
	text-transform:uppercase;

	}
#navigation p, #navigation a:link, #navigation a:active, #navigation a:visited {
	color:#daddd8;
	text-decoration:none;
	border-bottom: none;
	margin: 0 2px 0 2px;
	text-transform:none;

	}
#navigation a:hover{
	color:#daddd8;
	text-decoration:none;
	border-bottom: 1px dotted;
	margin: 0 2px 0 2px;
	}
#navigation .active {
	text-transform:uppercase;
}

#leftBig {
	width:402px;
	float:left;
	}
#rightBig, #rightBig a:link, #rightBig a:visited {
	width:402px;
	float:right;
	border-bottom: none;
	}
#leftSmal, #leftSmal a:link, #leftSmal a:visited {
	width:349px;
	float:left;	
	border-bottom: none;
	}
#leftSmal img {
	margin-bottom:15px;
	}
#rightSmal {
	width:349px;
	float:right;
	}
