* {
 margin: 0;
 padding: 0;
}

a {
 color: #c00000;
}
a:hover {
 color: #f03030;
}



body {
 font-family: verdana;
 font-size: 13px;
 background: url(bilder/moj.gif) top left no-repeat;
}
h1, h2 {
 font-family: 'Goudy Old Style', sans-serif;
 font-weight: normal;
}
h1 {font-size: 2.5em; margin: 0px 0px 10px -10px;}
h2 {font-size: 1.8em; margin: 20px 0px 0px 0px}

td {
 vertical-align: top;
 margin-right: 4px;
 padding-right: 10px;
 padding-bottom: 10px;
}

p {
 line-height: 1.6em;
 color: #333333;
}

li {
 list-style-position: outside;
 list-style-type: circle;
 padding: 0.1em;
 margin-left: 15px;
}

form div, form p {
 padding-bottom: 10px;
}


#logga { border: none; }

#langmenu {
 position: absolute;
 top: 3px;
 left: 0px;
 list-style: none;
}
#langmenu li {
 display: inline;
}
#langmenu li a {
 text-decoration: none;
 color: #606060;
}
#langmenu li a:hover {
 color: #000000;
}
#langmenu li img {
 border: 1px solid #000000;
}
#langmenu li img:hover {
 border: 1px solid #c00000;
}
#langmenu li .amhari {
 border: none;
}

#slim {
 width: 790px;
 margin: 0 auto;
 border: 1px solid #303030;
 min-height: 500px;
 overflow: auto
}

#header {
 margin: 20px auto;
 height: 120px;
 width: 930px;
}

#menu {
 padding-left: 100px;
}
#left {
 width: 150px;
 padding: 50px 0px;
 margin-right: 15px;
 float: left;
}
#left ul li {
 padding-bottom: 10px;
 list-style: none;
}
#left a       { text-decoration: none; }
#left a:hover { text-decoration: underline; }
#left.ti li, #right.ti p { font-size: 1.25em; }

#right {
 padding: 20px 100px 60px 30px;
 width: 420px;
 float: left;
}

#login {
 position: fixed;
 bottom: 0px;
 left: 0px;
}
#login a {
 color: #ffcaca;
}

/*                                     WHOLEPAGE                             */
#whole                   { width: 600px; padding: 25px 0px 40px 80px; text-align: left; overflow: hidden }
#whole img + img         { margin-top: 1em; }


#whole.am                { text-align: center; min-height: 400px; padding: 20px 0; margin: 0 auto; }
#whole.am #paginglist    { margin: 2em 0em; }
#whole.am #paginglist em { font-weight: bold; font-style: normal; }
#whole.am .arrow         { width: 140px; vertical-align: top; }
#whole.am .prev          { float: left; }
#whole.am .next          { float: right;}

#latestNews                { width: 50%; float: right; margin-right: 100px; margin-top: 10px;}
#latestNews h2             { font-size: 1.1em; font-style: italic; color: #808080; }
#latestNews a              { text-decoration: none; display: block; padding: 5px 2px; margin-right: 3px; border-top: 1px solid #d0d0d0; color: #d08080; width: 45%; float: left }
#latestNews a strong       { margin-bottom: 4px; display: block; }
#latestNews a:hover strong { text-decoration: underline; }
#latestNews a:hover        { background-color: #fefefe; color: #ea4040;  }

.spacedList li {
 padding-bottom: 1em;
}


/*                              Facebook RSS-flöde                           */

#facebookRSS {
 width: 340px;
 border-top: 1px solid #aaa;
 padding: 8px;
 clear: both;
}
#facebookRSS * {
 width: 330px;
}
#facebookRSS h2 {
 font-size: 1.5em;
 margin: 0;
}
#facebookRSS a {
 color: #3B5998;
 font-weight: bold;
 text-decoration: none;
}
#facebookRSS a:hover {
 text-decoration: underline;
}
#facebookRSS div {
 width: 100%;
}
#facebookRSS div .url {
 color: #404040;
 font-size: 0.8em;
 margin-bottom: 4px;
}
#facebookRSS div img {
 border: 1px solid #b0b0b0;
 float: left;
 margin-right: 5px;
 max-width: 100px;
 padding: 1px;
}
#facebookRSS div img:hover {
 border-color: #404040;
}
#facebookRSS ul {
 list-style: none;
}
#facebookRSS ul li {
 border-bottom: 1px solid #e0e0e0;
 margin: 2px;
 overflow: auto;
 padding: 6px 0;
}
#facebookRSS ul li:last-child {
 border: none;
}

