
/* CSS Document */

body {
background-color: #F5F5F5;
}

p {
font-family: Verdana;
font-size: 12px;}

h1 { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
font-size: 18px; font-weight: normal; letter-spacing: 2px; }

h2 { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
font-size: 16px; font-weight: normal; letter-spacing: 2px; }

h3 { font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif; 
font-size: 14px; font-weight: normal; letter-spacing: 2px; }

#page { margin: auto; width: 800px;}

.header{
padding-left: 65px;
text-align: center;}

.meny li {list-style: none;}

.meny ul {
margin: 0px;
padding: 15px 0px 0px 0px;
color: #595656;
text-align: right;
float: left;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;}

.meny ul li a {
color: #595656;
display: block;
width: 80px;
padding: 4px 10px;
text-decoration: none;
}

.meny ul li a:hover {
background-color: #DEDEE0;
color: #000000;
}

.meny ul li a#current {
background-color:#DEDEE0;
color: #000000}

.main {
width: 600px;
background-color:#E8E8E8;
margin: 8px;
padding: 25px;
float: left;

}

.bild {
padding: 25px;
float: left;
margin: 10px;
position: relative; left: 30px;}

#fixedicons {
background: transparent;
width: 48px;
position: fixed;
top: 2px;
right: 1px;}

#fixedicons a {
display: block;
text-indent: 24px;
height: 48px;
padding-bottom: 3px;
text-decoration: none;
}

#fixedicons #facebook { background: url("bilder/facebook.png") no-repeat; }
#fixedicons #youtube { background: url("bilder/youtube.png") no-repeat; }
#fixedicons #twitter { background: url("bilder/twitter.png") no-repeat; }
#fixedicons #myspace { background: url("bilder/myspace.png") no-repeat; }

#fixedicons #facebook:hover { background: url("bilder/facebookhover.png") no-repeat; }
#fixedicons #youtube:hover { background: url("bilder/youtubehover.png") no-repeat; }
#fixedicons #twitter:hover { background: url("bilder/twitterhover.png") no-repeat; }
#fixedicons #myspace:hover { background: url("bilder/myspacehover.png") no-repeat; }


a:link {color:#595656; text-decoration:underline;}
a:visited {color:#595656; text-decoration:underline;}
a:hover {color:#000000; text-decoration:underline;}
a:active {text-decoration:underline;}

.kolumn1 {float: left; width: 17%; padding: 0px;
font-family: Verdana;
line-height: 20px;
font-size: 12px;}
.kolumn2 {float: left; width: 83%; padding: 0px;
font-family: Verdana;
line-height: 20px;
font-size: 12px;}

.kolumn3 {float: left; width: 50%; padding: 2px;
font-family: Verdana;
font-size: 1em;}

.kolumn4 {float: right; width: 45%; padding: 2px;
font-family: Verdana;
font-size: 1em;}


.kolumn5 {float: left; width: 45%; padding: 0px;
font-family: Verdana;
font-size: 1em;}

.kolumn6 {float: right; width: 55%; padding: 0px;
font-family: Verdana;
font-size: 1em;}

.kolumn7 {float: left; width: 30%; padding: 3px;
font-family: Verdana;
font-size: 1em;}


.footer {
  width: 600px;
  border-top: 2px solid #9B9797;
  background: #E8E8E8;
  line-height: 20px;
  color: #9B9797;
  text-align: right;
  
}	

.like{
text-align: left;
padding: 14px 0px;
position: absolute; }


