

body {
	background-color:#e4e4e4;	
}


/* layout*/

.container {
	background: #FFF;
	border:solid 1px #ccc;
	font-size: 1.2em;
	margin: 0 auto;
	width: 800px;
}

.header { /* needed for IE */
	width:800px;
	height:150px;
}

.content {
	background: #FFF;
	clear:both;	
	margin:0;
	font-size:12pt;
}

/* layout startpage */
.left {
	float:left;
	width:550px;
	padding:0px 10px 0px 20px;	
}

.right {
	float:left;
	width:189px;
	padding-right:20px;
	border-left:1px solid #AFBEC7;
	padding-left:10px;
	margin-top:25px;
}

/* layout all other pages */
.subnavigation {
	float:left;
	width:179px;
	border-right:1px solid #AFBEC7;
	padding-left:20px;
	padding-right:20px;			
	margin-top:25px;
	margin-bottom:25px;
}

.main {
	float:left;
	width:540px;
	padding:0px 20px 0px 10px;		
}

/* navigation */
.navigation {	
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
	width: 798px;
	background: #D9E1E5 url(../img/nav.gif);	
}

.navigation ul,
.subnavigation ul {
	list-style-type: none;
	margin:0;
	padding:0;
	display:block;
}

.navigation li {
	border-right: 1px solid #AFBEC7;
	color: #456;
	float: left;
	line-height: 41px;
	padding: 0px 12px 0px 12px;
}

.subnavigation li {
	border-bottom: 1px solid #AFBEC7;
	padding-top:10px;
	padding-bottom:10px;
}

.subnavHover {
	background: #F0F0EB;	
}

.subnavigation li a {
	color:#000;
	text-decoration:none;
}

.subnavigation li a:visited {
	color:#000;
}

.subnavigation li a:hover {
	text-decoration:underline;
}

.navigation li:hover {
	background-image: url(../img/navHover.gif);
}

.activePage {
	background-image: url(../img/navActive.gif);
}

.navigation li.noborder,
.footer li.noborder {
	border:0;
}

.navigation li a
{ 
	color:#0066AA;	
	text-decoration: none;
}
.navigation li a:visited { 
	color:#0066AA;
}

.navigation li a:hover {
	color: #234;
	text-decoration:underline;
}

/* footer */
.footer {
	background-color:#c5d6e8;
	border-top:2px solid #68ace5;
	text-align:center;
	vertical-align:middle;
	color: #0072cf;
	font-size:10pt;
	clear:both;
	position:relative;
	top:15px;
}

.footer ul {
	list-style-type: none;
	display:block;
	height:26px;
	margin:0;
	padding-top:5px;
}

.footer ul li {
	float:left;
	padding:0px 12px 0px 12px;
	border-right: 1px solid #AFBEC7;
}

.footer ul li a {
	color:#0066AA;	
	text-decoration: none;
}

.footer ul li a:visited {
	color:#0066AA;	
	text-decoration: none;
}
.footer ul li a:hover {
	color: #234;
	text-decoration:underline;
}

/* ... and the rest */
a img {
	border:0;
}

a {
	text-decoration:underline;
	color:#0066AA;
}

a:visited {
	color:#0066AA;
}

.right a:hover ,
.left a:hover ,
.main a:hover {
	text-decoration:none;
	border-bottom:1px dotted #0066AA;
	border-top:1px dotted #0066AA;
}

a.imagelink, a.imagelink:visited, a.imagelink:hover {
	text-decoration:none;
	border:0;
}

h1, h3, h2.newsAll {
	color:#125687;
}

h2.news {
	margin-top:0px;
	padding-top:0px;
	color:#125687;	
	font-size:16pt;	
}

h2.newsAll {
	font-size:16pt;
	margin:0;
	padding:0;
}

.newsdate {
	color:#555;
	font-size:10pt;
}

.subnavtitle {
	color:#125687;
	font-weight:bold;
	font-size:14pt;
}

.hideMe {
	display:none;
}

h2 {
	color:#444;
	font-size:14pt;
}

h3 {
	font-size:12pt;
}

/* till sidan med exempel på en regression */
.regressionExempel li {
	margin-bottom:15px;
}

.regressionExempelTitel {
	font-weight:bold;
	font-style:italic;
	display:block;
}

/* till sidan vad säger klienterna */

.clientStories  {
	padding:5px 30px 5px 30px;
	font-family: courier new, serif;
}

.clientStoriesList {
	font-family: courier new, serif;
	padding-left:60px;
}

.rightAlign {
	display:block;
	text-align:right;
}


.hearts {
	background: url(../img/heart.jpg) repeat-x;
	width:133px;
	height:30px;
	margin:0 auto;
}

/* bara till sidan länkar */
.links {
}

.links p {
	margin: 30px 0px 30px 20px;
}

.links a img {
	display:block;
}

.links a:hover img {
	text-decoration: none;
}

/* sidan månadens dikt */
.dikt
{
	font-family: courier new, serif;
	margin: -10px auto;
	width:90%;
}

.diktTitel {
	font-family: courier new, serif;
	padding: 0;
	margin: 30px auto;
	width:80%;	
	font-weight:bold;
	font-size:18pt;
}

/* sidan gästbok */
.jwGuestBook {
	margin-left:15px;	
}

/* sidan sitemap/webbkarta (för sökmotorer) */
.sitemap {
	padding:0px 20px 0px 20px;	
}

ul.sitemap {
	margin-left:45px;
}

ul.sitemap  li {
	padding:3px 0px 3px 0px;
}

ul.sitemap a {
	font-size:12pt;
	font-weight:bold;
}

/* sidan böcker (startsida) */

.booksRightCol {
	float:right;
	width:310px;
	padding-left:15px;
}

.booksLeftCol {
	float:left;
	width:200px;
}

.booksDivider {

	margin:0;
	padding:0;
	width:400px;
	border-bottom:1px solid #bababa;
	float:right;
	margin-right:75px;
	margin-bottom:20px;
}

.rabatt {
	color:#125687;
	font-weight:bold;
}

.rabatt  span {
	font-size:16pt;
}
