@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
	padding: 0;
	border: none;
	}
	
html {
	width: 100%;
}
	
body {
	background-color: #C2B6AC;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	height: 100%;
	}
	
a, a:visited, a:active {
	color: #7494c7;
	text-decoration: none;
}

a:hover {
	color: #fff;
	background-color: #7494c7;
}

li.galleri {
	display: inline;
}

li.galleri a{
	background-color: transparent;
}

h1 {
	font-size: 18px;
}

.center {
	text-align: center;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 14px;
	border-bottom: 1px solid #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

a.h3, a.h3:visited, a.h3:active {
	font-size: 14px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

a.h3:hover {
	color: #333;
	background-color: transparent;
}

a.h2, a.h2:visited, a.h2:active {
	color: #7494c7;
	font-size: 14px;
}

a.h2:hover {
	color: #fff;
	background-color: #7494c7;
}
	
p {
	line-height: 16px;
	margin: 0;
}

p.italic {
	font-style: italic;
	font-size: 9px;
}

p.italicbig {
	font-style: italic;
}

p.bold {
	font-weight: bold;
}

ul {
	list-style: none;
}

img.main {
	padding-bottom: 10px;
}

img {
	border: none;
}

img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#blue-header {
	background-color: #b3c0d3;
	position: absolute;
	width: 50%;
	height: 116px;
	right: 0;
	z-index: 0;
}
	
#wrap {
	background-color: transparent;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	z-index: 1;
}

#banner {
	background-color: #b3c0d3;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	height: 116px;
}

#sitting-dog {
	background-image: url(../images/sitting_dog.png);
	width: 108px;
	height: 151px;
	position: absolute;
	left: 50%;
	margin-left: 293px;
	top: 0;
}

#navigation {
	background-color: transparent;
	height: 13px;
	color: #FFF;
	padding-top: 7px;
	padding-bottom: 12px;
}

#navigation ul {
	width: 100%;
	overflow: hidden;
}

#navigation li {
	display: inline;
}

#navigation a:link,#navigation a:visited,#navigation a:active {
	color: #FFF;
    font-size: 14px;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
	padding-right: 20px;
}

#navigation a:hover {
	color: #B2CAF0;
}

#navigation a.here:link,
#navigation a.here:visited,
#navigation a.here:hover,
#navigation a.here:active {
	color: #B2CAF0;
}

#textwrap {
    margin-top: 11px;
	height: 100%;
	background-image: url(../images/bg2.png);
}

#left {
	background-image: url(../images/top_left.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	width: 230px;
	height: inherit;
    float: left;
    padding: 10px;
	padding-bottom: 50px;
}

#right {
	background-image: url(../images/top_right.png);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #fff;
	width: 460px;
	height: inherit;
	padding: 40px;
	padding-bottom: 50px;
	left: 260px;
	float: right;
}

#box-kurser {
	height: 80px;
	width: 300px;
	position: absolute;
	left: 415px;
	top: 239px;
}

#box-tavlingar {
	height: 80px;
	width: 300px;
	position: absolute;
	left: 415px;
	top: 342px;
}

#box-minahundar {
	height: 80px;
	width: 300px;
	position: absolute;
	left: 415px;
	top: 445px;
}

#box-omslagsbilder {
	height: 80px;
	width: 300px;
	position: absolute;
	left: 415px;
	top: 548px;
}

#clear {
	clear: both;
}

#sidemenu {
	background-color: #e2e7ef; 
	width: 210px;
	height: auto;
	padding: 10px;
	padding-bottom: 30px;
	
}

#sidemenu a, #sidemenu a:visited, #sidemenu a:active {
	color: #7494c7;
	text-decoration: none;
}

#sidemenu a:hover {
	color: #333;
	background-color: #7494c7;
}

#sidemenu a.here:link,
#sidemenu a.here:visited,
#sidemenu a.here:hover,
#sidemenu a.here:active {
	color: #333;
	background-color: #b3c0d3;
	padding-left: 10px;
	padding-right: 20px;
}

#sidemenu a.menu:link, #sidemenu a.menu:visited, #sidmenu a.menu:active {
	color: #666;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 20px;
}

#sidemenu a.menu:hover {
	color: #333;
	background-color: #b3c0d3;
}

#footer {
	background-image:url(../images/bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 780px;
	height: 28px;
	background-color: #e3dbd3;
	bottom: 0;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: right;
	padding-top: 12px;
	padding-right: 20px;
}

#footer p {
	font-size: 9px;
}

#footer a, #footer a:visited, #footer a:active {
	color: #666;
	text-decoration: underline;
	font-size: 9px;
}

#footer a:hover {
	color: #000000;
	background-color: transparent;
}
