﻿body {  /* Allt grundläggande som ska gälla överallt */
	background-color: #EEEEEE;
 
        font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1.0em;
	color: #828282;

}

#container { /* Yttersta lådan */
	margin: 0 auto;
	display:table; /*firefox*/
	background-color: #ffffff;
	padding: 5px;
	padding-top: 0px;
	width: 850px;
	height: 100%;
	border: 1px;
	border-style: solid;
}

#header { /* huvudet */
	height: 108px;
	width: 100%;
	background: url(images/top.jpg) no-repeat top left;   /*  Headerbild, anpassa height efter höjden på bilden */
}

#header  h1 span { 
	display:none; /* Betyder att ingen h1-text ska synas, det är för att man ska kunna ha en h1 och biland ta bort den, inte så viktigt */
}

#menu { /*meny*/
	width: 100%;
	height: 20px;
	background-color: #CFDFF9 ;
	color: #000000;
	border: 1px solid black;
	font-size: 0.8em;
	text-align: center;
	padding-top: 2px;
}

#menu p {
	display:inline;  /* Lägga alla <p>-objekt på rad */
	margin: 5px;
}
#menu a {
	color: #000000 ;
	text-decoration: none;
}

#menusecond {
	height: 20px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.7em;
	margin-left: 5px;
	padding-top: 2px;
}
#menusecond p {
	display:inline;  /* Lägga alla <p>-objekt på rad */
	margin: 5px;
}
#menusecond img {border: 0px;}
#menusecond a {
	color: #000000;
	text-decoration: none;
}
#main {
	width: 820px;
	height: 100%;
	background-color: #FFFFFF;
	padding: 10px;
}

#news {
	float: left;
	height: 100%;
	width: 175px;
	background-color: #FFFFFF;
	
	padding: 0px;
	padding-top: 0px;
	font-size: 0.8em;
}

#news .date {
	color: #808080;
}

#news .rubrik {
	font-weight: bold;
	color: #4B4B4B;
}

#footer { 
	padding: 20px;
	padding-bottom: 0px;
	text-align:center;
	font-size: 0.8em;
	clear: both;
}
#footer a {
	color: #44754B;
	text-decoration: none;
	
}

/*************************PIC***********************/
#pic {
	background-color: #FFFFFF;
	left: 0px;
	position: relative;
	top: 0px;
	width: 135px;
}

#pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

#pic a img {
	border: 0;
}

#pic a.p1, #pic a.p1:visited {
	background: #FFFFFF;
	border: 1px solid #000000;
	display: block;
	height: 99px;
	left: 0;
	text-decoration: none;
	top: 0;
	width: 170px;
}

#pic a.p1:hover {
	background-color: #8C97A3;
	color: #000000;
	text-decoration: none;
}

#pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 351px;
	left: 100px;
	position: absolute;
	top: -110px;
	width: 600px;
}
/*************************ENDPIC*******************/

hr {
	width: 650px;;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	color: #828282;
	height: 1px;
	background-color: color: #828282;;
	
}



#main .text p {
	margin-left: 75px;
	margin-right: 75px;
	text-align: justify;
	font-size: 0.8em;
}

#main .text img {
	border: 1px solid black;
	margin: 5px;
	display:inline;
}

#main .text .presimg { 
	text-align: center;
}



#main .kitteninfo p {
	margin-left: 200px;
	margin-right: 200px;
	text-align: justify;
	font-size: 0.8em;
}

#main .kitteninfo ul {
	text-align: left;
	margin-left: 200px;
	margin-right: 200px;
	font-size: 0.8em;
}

#main .kitteninfo table {
	width: 420px;
}
#main .kitteninfo td {
	border: 0px;
}

#startpage {
	border-left: 1px solid black;
	margin-left: 185px;
	text-align: center;
}

#startpage hr {
	width: 500px;
}

#startpage img {
	border: 1px solid black;
}

#startpage .noborder img {
	border: 0px;
}

a {
	color: #828282;
}
/*#main img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 0px;
}*/

.head {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 0px;
}
.images {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 1px solid black;
}

/*********************KATT************************/

.farg {
	color: #b90808;
}

.cat {
	color: #828282;
}


.cat img {
	border: 1px solid black;
	margin: 5px;
	display:inline;
}


.cat .titel {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 0px;
}

.cat table {
	font-size: 0.8em;
	
	width: 600px;
	margin-left: auto;
    margin-right: auto;
}

.cat td {
	border: 1px solid #999999;
}

/*********************KULL************************/

.kull {
	color: #828282;
}


.kull img {
	border: 1px solid black;
	margin: 5px;
	display:inline;
}

.kull .titel {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 0px;
}

.kull table {
	font-size: 0.8em;
	
	width: 634px;
	margin-left: auto;
    margin-right: auto;
}

.kull td {
	border: 1px solid #999999;
	/*height: 30px;*/
}

.kull .bigger td{
	height: 30px;
}

/*************************************************/
.cent {
	text-align: center;
}
.cent img{
	border: 1px solid black;
}
.cent td {
	border-style: none;
}

.links1 {
	text-align: center;
	font-size: 0.8em;
}

.links2 {
width: 500px;
font-size: 0.8em;
margin-left: 160px;
margin-right: auto;
}

.links a {
	font-weight: 200;
	text-decoration:underline;
}

.presimg { 
	text-align: center;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

h3 {
	text-align: center;
	border-style: none;
}

h4 {
	text-align: center;
	border-style: none;
}

h5 {
	margin: 0;
	padding: 0;
	border-style: none;
}

.cent h4 img{
	border-style: none;
}

table {
	font-size: 0.8em;
	
	width: 555px;
	margin-left: auto;
    margin-right: auto;
}

td {
	border: 1px solid #999999;
	text-align: left;
}


.skryt {
	text-align: center;
}

.skryt .bis {
	font-size: 2.0em;
	color: #FF0000;
}

.skryt .namn {
	font-size: 1.2em;
	color: #000066;
}

.kontakt { text-align: center; font-size: 0.8em;}
.kontakt table {width: 300px; font-size: 1.0em; }
.kontakt td {border:0px;}

#startpage h1 img {
	border-style: none;
}

.kittenped td { 
	border: 1px solid #999999;
	text-align: left;
	font-size: 0.8em; 
	border-spacing: 0px;	
}

#footer { 
	padding: 10px 20px 0px 20px;
	text-align:center;
	font-size: 0.8em;
}


.kitten td {border:0px;}


 .imagecontainer{
	text-align: center;
	float:left;
	clear:left;
	background: url(images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
}
.imagecontainer img{
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}
 

.kittenimg table { width: 500px; } 