/* CSS Document */

/* Defaults */
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif; /*Här definieras vilket typsnitt som sidan använder*/

	font-size: 12px; /* Textens storlek i pixlar/punkter */
	background-image:url(bilder/NougatCloth30Y.gif);/*Här är bakgrundsbilden!!*/
	background-repeat:repeat; /*Bakgrunden låts staplas i x och y. För att enbart stapla i sidokant: repeat-y; */
	background-attachment : fixed; /*Här låses bakgrunden s.a. den ej följer med när man scrollar */
	padding: 0;
	margin: 15px 0 5px; /*Sajtens gränser definieras */
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:600;
}

/*Öppettiderstabellen*/
table.opening{
	font-family: verdana, arial, tahoma, sans-serif;
font-size: 11px;
}

/* Länkar */
a:link {
color: #000099;
background: inherit;
text-decoration : none; 
padding : 0;
margin : 0;
}
a:visited {
color: #000099;
background : inherit; 
text-decoration : none; 
}
a:hover {
color: #000000;
background : #f5f5f5; 
text-decoration : underline; 
}
a:hover.noAction {
color: #ffffcc;
background : #ffffcc; 
text-decoration : none; 
}
a:active {
color: #999999;
background : inherit; 
text-decoration : none; 
}


img.right {
float: right;
}

/* textarean */
#outer {
text-align: left;
background: #ffffcc;	/* denna hexadecimala kod betyder "blek-ljus-gul" */
color: inherit;
border: 0px solid #000000;
margin: 0 auto;
padding: 0;
width: 750px;
}

/* övre distansen */

.toppen {
height: 25px;
background: #ffffcc; /*fffaf0;*/
color: inherit;
border: none;
border-width: 0px 0;
}
.top-up {
padding: 5px 10px;
}


/* Innehållet */

.content {
padding: 0 4px 4px 4px; 
margin: 0;
}

.vanstercolumn {
border: none;
background-image : url('bilder/b[4]g.jpg');
background-repeat : repeat;
height: 100px;
}

.leftMenu {
margin: 3px; 
}

.leftMenu p {
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 11px; 
line-height: 14px;
margin:5px;

}

.leftMenu {
text-decoration : none;
color : #000000; 
background : inherit;

}
.sidan {
border: 0px;
position: absolute;
top: 130px;
left: 840px;
z-index:1;
}
a.lank:link {
color: #000000;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding : 0;
margin : 0;
font-weight: bold;
}
a.lank:visited {
color: #000000;
background : inherit; 
text-decoration : none;
font-weight: bold;
font-size : 10px;
}
a.lankRed {
color: #990000;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding : 0;
margin : 0;
font-weight: bold;
}
a.lank:hover {
color: #000;
background : #ffff99; 
text-decoration : none;

}
a.lankRed:hover {
color: #000;
background : #ffff99; 
text-decoration : none;

}
a.lank:active {
color: #555;
background : inherit; 
text-decoration : none;
}


a.nav:link {
color: #000099;
background: inherit;
text-decoration : none; 
font-size : 10px;
padding : 0;
margin : 0;
}
a.nav:visited {
color: #000099;
background : inherit; 
text-decoration : none; 
}
a.nav:hover {
color: #000;
background : #fcfefc; 
text-decoration : underline; 
}
a.nav:active {
color: #999;
background : inherit; 
text-decoration : none; 
}

/*  Lista */
.ring{
font-family: verdana, arial, tahoma, sans-serif; 
font-size:11px;
list-style-type:disc;
line-height: 15px;
}

/* Copyright layer */

.copyright {
background: #ffff99;
/*background: #ffffcc; */
font-family: verdana, arial, tahoma, sans-serif; 
font-size: 10px; 
font-weight: bold; 
padding: 6px; 
border: none;/*solid #000000; */
/*border-width: 1px 0 0; */
}

