a {
text-decoration: none;
}

a:link {
color: #c60;
background: inherit;
}

a:visited {
color: #c67;
background: inherit;
}

a:hover {
color: black;
background: inherit;
Text-decoration: underline;
}

a:active {
color: blue;
background: inherit;
}

body {
font-family: sans-serif;
margin: 0px 10px 10px 10px;
background-color: white;
color: black;
}
.logofloat {
position: fixed;
bottom: 0;
right: 0;
}
.sidemenu {
margin:10px 0px 0px 0px;
text-align: left;
position:fixed;
top: 10px;
width: 190px;
left: 0px;
right: 10px;
padding-top: 0px;
color: inherit;
background-color: #dddddd;
}

.rightside {
font-size:11px;
margin:10px 10px 10px 10px;
text-align:left;
float: right;
top: 10px;
width: 270px;
height:1190px;
padding-top: 0px;
padding-left: 10px;
color: inherit;
background-color: #dddddd;
}

#rightbar {
float:right;
width: 260px;
background-color:#dddddd;
color:inherit;
padding: 7px;
height: 100%;

}



.content {
text-align:justify;
vertical-align:top;
left: 190px;
right: 280px;
position:absolute;
top: 10px;
padding-top: 5px;
padding-left: 0;
}
#bodycontent {
vertical-align:top;
margin: 10px 10px 10px 190px;
padding: 0.2em;
 border:1;
 text-align:justify;

}

.sidemenu h2 {
font-size: 9pt;
margin: 10px 0px 0px 5px
}




#navcontainer { margin-left: 0; }
/*Fat Erik's Pipelist*/
#navlist
{
list-style: none;
padding: 0;
margin: 0;
}
#navlist li
{
display: inline;
padding: 0;
margin: 0;
}
#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }
/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}
/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }
* html #navlist li
{
display: block;
float: left;
}
/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }
.lead_in {
color: #993333;
font-weight: bold;
background: inherit;
}
p, ul {
font-size: 9pt;
}
b {
font-weight: bold;
color: #993333;
background: inherit;
}
.navdir {
font-size: 9pt;
}
.filmbrief {
text-align: left;
}
.filmbrief h2{
margin-bottom: 0;
padding: 0;
font-size: 10pt;
color: #993333;
background: inherit;
font-weight: bold;
}
.filmbrief p {
margin-left: 10px;
margin-top: 0;
margin-bottom: 0;
text-align: left;
padding: 0;
}
.filmbrief ul {
list-style: none;
margin-top: 0;
margin-left: 10px;
padding: 0px
}
.filmbrief ul li {
margin: 0px;
padding: 0px;
}
.filmtitle {
font-size: 20pt;
font-weight: bold;
color: #993333;
background: inherit;
margin-bottom: 15pt;
}
/* begin styles for RSS Feed. This is the most basic style */
/* to use for a list with no bullets */
.rss-box {
width: 100%;
}
.rss-title, rss-title a {
margin: 0px 0;
padding: 0;
}
.rss-items {
list-style: none;
margin:0;
padding:0;
}
.rss-item {
margin-bottom: 1em;
}
.rss-item a:link, .rss-item a:visited, .rss-item a:active {
}
.rss-item a:hover {
}
.rss-date {
font-size: xx-small;
}
