body
{
background-color: #808080;
background-image:url(../images/background-pattern1.png);
font-family: sans-serif;
}

/* links and stuff */
a:link
{
text-decoration: none;
color: #f57900;
font-weight: bold;
}

a:visited
{
text-decoration: none;
color: #f57900;
font-weight: bold;
}

a:hover
{
text-decoration: underline;
color: #f57900;
font-weight: bold;
}


/* Content */
.page
{
padding: 2em;
background-color: #ffffff;
margin-left: 15%;
margin-right: 15%;
background-image:url(../images/gradient-background.png);
background-repeat: repeat-x;
}

.page img
{
border-style: none;
padding: 1em;
}


.logga
{
text-align: center;
}
.logga img
{
margin-bottom: -1em;
}

/* navigation */
.navigation
{
margin-bottom: 3em;
margin-left: -2em;
}

.navigation li
{
list-style: none;
display: inline;
padding: 0.2em 1em 0.2em 1em;
font-size: 1.5em;
}

.navigation a:link
{
text-decoration: none;
color: #808080;
font-weight: bold;
}

.navigation a:visited
{
text-decoration: none;
color: #808080;
font-weight: bold;
}

.navigation a:hover
{
text-decoration: underline;
color: #808080;
font-weight: bold;
}


/* content */
.content
{
clear: left;
width: 75%;
}

.feed
{
font-size: 8;
}

.icons
{
text-align: center;
}

.icons img
{
padding: 1em;
}

/* info */
.info
{
float: right;
width: 20%;
}

/* legal */

.footer
{
clear: both;
}

.rss-title
{
display: none;
}
