/* Body */
body             { color: #DDDDDD;
                   background-image: url(/arnebo/images/light_corner.jpg);
                   background-position: top left;
                   background-repeat: no-repeat;
                   background-color: #000000;
                   font-family: Verdana, Arial, sans-serif;
                   font-size: 72%;
                   margin-top: 0;
                   margin-bottom: 20px;
                   margin-left: 0px;
                   margin-right: 0px }


/* General */
h1, h2, h3       { color: #DDDDDD;
                   background:transparent;
                   font-weight: bold;
                   margin-bottom: 0.7em }
h1               { font-size: medium }
h2               { font-size: small }
h3               { font-size: x-small }

a                { text-decoration: none }
a:link           { color: #FFFF88;
                   background: transparent }
a:active         { color: #FFFF88;
                   background: transparent }
a:visited        { color: #CCCC66;
                   background: transparent }
a:hover          { text-decoration: underline }

p                { margin-top: 0.7em;
                   margin-bottom: 0.7em }


/* Title */
div.title        { clear: both;
                   margin: 2em }
div.title h1     { font-size: 300%;
                   text-align: center;
                   margin: 0 }


/* Banner */
div.banner                { clear: both }


/* Menu */
div.menu         { position: absolute;
                   top: 2em;
                   left: 2em;
                   width: 7em;
                   padding: 1em;
                   background-color: #404040;
                   border: 1px outset #D0D0D0 }
div.menu-list    { margin-bottom: 0.7em }
div.menu h1      { font-weight: bold;
                   font-size: small;
                   margin-top: 0;
                   margin-bottom: 0.4em }
div.menu p       { margin: 0 }


/* Content */
div.content            { margin: 2em;
                         margin-top: 3em }
div.content p          { margin-top: 0.8em;
                         margin-bottom: 0.8em }
div.content p.caption  { font-weight: bold;
                         margin-top: 0;
                         margin-bottom: 0.8em }
div.content h1         { border-bottom: 1px solid #D0D0D0 }

div.content#with-menu  { margin-left: 13em }


/* Copyright */
div.copyright             { clear: both;
                            margin: 0; height: 3em }
div.copyright p           { color: #000000;
                            background: #BBBBBB;
                            font-style: Italic;
                            margin-top: 1em;
                            margin-left: 0;
                            padding: 1.5em }
div.copyright a           { color: #000000;
                            background: transparent;
                            font-weight: bold;
                            font-style: normal;
                            text-decoration: none }
div.copyright a:link      { color: #000000;
                            background: transparent }
div.copyright a:visited   { color: #000000;
                            background: transparent }
div.copyright a:active    { color: #000000;
                            background: transparent }


/* Group */
div.group                { clear: both }


/* Tables */
table, th, td            { border-width: 1px;
                           border-style: outset;
                           border-collapse: collapse;
                           color: #DDDDDD;
                           background: transparent;
                           padding: 0.2em }
th, td                   { vertical-align: top }
table                    { margin-top: 0.7em;
                           margin-bottom: 0.7em }
caption                  { font-weight: bold;
                           text-align: left }


/* Specialities */
.center          { text-align: center }

p.author         { font-style: Italic;
                   float: right }

img              { border: 0 }

img.photo        { border: 1px outset #D0D0D0;
                   margin: 0 }

div.spacer       { height: 1em }
div.float-left   { float: left;
                   margin-right: 1em }
div.float-right  { float: right;
                   margin-left: 1em }


/* Special styles for printing */
@media print {

body             { color: #000000;
                   background: #FFFFFF;
                   font-family: Times, serif;
                   font-size: 10pt;
                   margin-top: 0;
                   margin-bottom: 0;
                   margin-left: 0;
                   margin-right: 0 }

h1,h2,h3         { color: #000000;
                   background: transparent;
                   font-family: Arial, sans-serif }
h1               { font-size: 15pt }
h2               { font-size: 13pt }
h3               { font-size: 11pt }

/* Title */
div.title        { margin-top: 0 }

/* Menu */
div.menu         { display: none }

/* Content */
div.content      { margin-left: 0;
                   margin-right: 0 }
div.content p    { font-family: Times, serif }

div.content#with-menu  { margin-left: 0 }

/* Copyright */
div.copyright p           { padding: 0 }

/* Tables */
table, th, td            { border-width: 1px;
                           border-style: solid;
                           border-collapse: collapse;
                           color: #000000;
                           background: transparent;
                           padding: 0.2em }
th, td                   { vertical-align: top }
table                    { margin-top: 0.7em;
                           margin-bottom: 0.7em }

}


/* Debugging */
/*div.title, div.menu, div.content, div.copyright { border: 1px solid #FF0000 }*/

