body {  /* Allt grundläggande som ska gälla överallt */
	background: url(images/grey_wawes.gif) ;
 
        font-family: Calibri, Verdana, sans-serif;
	text-align: center;
	font-size: 1.0em;
	color: #828282;
	margin-top: 0px;
	margin-bottom: 0px;

}

#container { /* Yttersta lådan */
	margin: 0 auto;
	display:table; /*firefox*/
	background-color: #FFFFFF;
	padding: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 860px;
	height: 100%;
	border: 2px;
	border-color:#676767;
	border-style: dashed;
}

#header { /* huvudet */
	height: 150px;
	width: 100%;
	background: url(images/top_maj09.jpg) no-repeat center;   /*  Headerbild, anpassa height efter höjden på bilden */
	padding: 0px;
	padding-top: 0px;
	padding-bottom: 4px;
}

#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: #ffffff ;
	color: #ffffff ;
	border-bottom: 1px solid #99f608;
	font-size: 0.8em;
	font-weight:bold;
	text-align: center;
	padding-top: 5px;
}

#menu p {
	display:inline;  /* Lägga alla <p>-objekt på rad */
	margin: 5px;
}
#menu a {
	color: #676767 ;
	text-decoration: none;
}
#menu a:hover {
	color: #99f608;
	position: relative; left: 1px; top: 1px;
}

#menusecond {
	height: 25px;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 0.7em;
	text-align: left;
	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;
}
#menusecond a:hover {
	color: #99f608;
	position: relative; left: 1px; top: 1px;
}	
#main {
	width: 820px;
	height: 100%;
	background-color: #FFFFFF;
	padding: 10px;
	

}

#news {
	float: left;
	height: 100%;
	width: 175px;
	background-color: #FFFFFF;
	
	padding: 5px;
	padding-top: 5px;
	font-size: 0.8em;
	
}

#news .date {
	color: #99f608;
}

#news .rubrik {
	font-weight: bold;
	color: #676767;
	font-family: Lucida Handwriting, Verdana, sans-serif;
}

#footer { 
	padding: 20px;
	padding-bottom: 0px;
	text-align:center;
	font-size: 0.8em;
	clear: both;
}
#footer a {
	color: #323231;
	text-decoration: none;
	
}
#startpage {
	border-left: 1px dashed #676767;
	margin-left: 185px;
	text-align: center;
}

#startpage hr {
	width: 500px;
}




#info {


}

a{
	color: #666666;
}
a:hover {
	color: #cccccc;
	position: relative; left: 1px; top: 1px;
}

h1 {
	font-size: 2.0em;
	font-family: "Bradley Hand ITC", "Lucida Handwriting", Vivaldi;
	color: #99f608;
	text-align:center;
}

h2 {
	font-size: 1.5em;
	color: #676767;
}

h3 {
	font-size: 1.2em;
	color: #676767;
}

table {
	width: auto;
	border: 1px dotted #cccccc;
	margin-left:auto; 
	margin-right:auto;
	text-align:left;
}

th {
	text-align:left;
	font-style:italic; 
	font-weight:bold;
	color: #99f608;
	background: #676767;

}

.kittentable {
	width: 700px;
	border: 1px dotted #ded3b2;
	margin-left:auto; 
	margin-right:auto;
	text-align:left;
}

th {
	text-align:left;
	font-style:italic; 
	font-weight:bold;
	color: #524a32;
	background: #ded3b2;

}
.showtable {
	width:800px;
	border:none;
	outline:1px solid #323231;
	margin-left:auto; 
	margin-right:auto;
	text-align:left;
}

th {
	text-align:left;
	font-style:italic; 
	font-weight:bold;
	color: #323231;
	background: #cccccc;

}

.imagecontainer{
	text-align: center;
	float:left;
	clear:left;
	background: url(file:///C|/Users/Sophia/Documents/grafik/images/shadowAlpha.png) no-repeat bottom right  !important;
	background: url(file:///C|/Users/Sophia/Documents/grafik/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;
}

img {
    border: 1px solid black; 
    
}
img a { 
    text-decoration: none; 
}

.borderless { 
    border: 0px; 
}

.kantlinje {
    border: 0px;
	text-align:center;
}

.underrub {
    text-align:left;
	font-weight:bold;
	font-size: 0.8em;
	color: #676767;
	background: #99f608;

}

.important {
	font-style: italic;
}
.copy {
	font-size: 0.6em;
}
.name {
	font-size: 0.8em;
}
.date {
	font-weight: bold;
}
