body{
background-color: #494E5C;
background-repeat: repeat-x;
font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
padding: 10px 0px;
font-size: 100%;

}

h1{
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
}

h1 a{
text-decoration: none;
}
h1 a:link{
text-decoration: none;
}
h1 a:visited{
text-decoration: none;
}
h1 a:hover{
text-decoration: none;
}
h2{font-size: 1.3em;}
h3{font-size: 1.0em;}

#page{
position: relative;
border: 3px solid #DDCCA8;
margin: 0 auto;
min-width: 600px;
max-width: 1200px;
}

#top{
	background-color : silver;
	border-bottom: 1px solid black;
	padding: 0.5em;
}
#header{
	text-align : center;
}
#path{
	background-color : #EAEAEA;
	padding: 0.5em;
	border-bottom: 1px solid Silver;
}

#main{
	float: left;
	width: 74%;
	background-color : White;
	border-top: 1px solid Silver;
	border-right: 1px solid Silver;
	line-height: 1.2; /* For stupid IE */
}
#sidebar{
	float: right;
	width: 24%;
	max-width: 14em;
	line-height: 1.2; /* For stupid IE */
}
#sidebar .boks{
	margin-right: 2px;
}
#bottomtext{
	clear: both;
}
#bottom{
	clear: both;
}


p{
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
text-align : left;
font-family: sans-serif;
}
p.menup{
	border-bottom: 1px solid Silver;
}
div.posterinfo{
	text-align : center;
	border: 1px solid silver;
	background-color : #EAEAEA;
	padding: 0.5em;
	margin: 1em;
	color : #333333;
}
.posterinfo p{
	text-align: center;
}

div.poster{
	display: block;
	width: 13em;
	padding: 0;
	margin: 1px;
	border: 1px solid Silver;
	text-align: center;
	float: left;
	height: 24em;
	overflow: auto;
}
div.poster img{
	border: 0px;
}

.miniHeader{
	font-weight : bold;
}
div.boks{
margin-top: 10px;
}
div.boks h3{
margin: 0px;
padding: 2px 0px;
text-align: center;
border-width: 1px 2px;
border-style: solid;
border-color: #494E5C;
background-color: #EAEAEA;
color: #000000;
}
div.boks .cell
{
text-align: left;
vertical-align: top;
padding: 5px 0px;
border-color: #494E5C;
border-style: solid;
border-width: 0px 2px 2px 2px;
background-color: #DDCCA8;
margin-bottom: 5px;
}



.boks ul{
padding: 0px;
margin: 5px 0px;
list-style-type: none;
}
.boks ul li{
padding: 1px 5px;
margin: 0px;
}
