html
{
   font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   font-style:normal;
   font-variant:normal;
   font-size:medium;
   font-weight:normal;
   font-stretch:normal;

   margin:0px;
   padding:3px 15px 15px 15px;
   border:0px;
}
body
{
   position:relative;
   margin:0px auto;
   min-width:377px;
   max-width:80ex;
   padding-bottom:1em;
}
/* Buggy IE only! */
* html body
{
   width:80ex;
}

h1
{
   clear:both;
   text-shadow:#999 0px 2px 5px;
   font-size:180%;
   font-weight:bold;
   color:#660;
   margin-top:0px;
   margin-bottom:1.4ex;
}
h2
{
   clear:both;
   text-shadow:#999 0px 1px 3px;
   color:#660;
   font-size:135%;
   font-weight:bold;
   margin-top:2ex;
   margin-bottom:1.2ex;
}
h3
{
   clear:both;
   text-shadow:#999 0px 0px 1px;
   color:#660;
   font-weight:bold;
   margin-top:2ex;
   margin-bottom:1.2ex;
}
h4
{
   clear:both;
   color:#660;
   font-weight:bold;
}

a
{
   text-decoration:underline;
   color:#660;
}

/* Banner */
.screenlogo
{
   display:block;
   width:100%;
   background-image:url(logoScreenBackground.png);
   background-repeat:repeat-x;
}
.screenlogo img
{
   display:block;
   margin:0pt;
   padding:0pt;
}
.printlogo,
.printlinklist
{
   display:none;
}

/* Normal Text, Index */
.content,
.contentIndex
{
   border-right:solid #D9E9A0 1px;
   border-bottom:solid #D9E9A0 1px;
   padding:1.5em 1ex 1ex 1ex;
   line-height:150%;
}

/* Startpage */
.item
{
   display:block;
   margin:1ex 0px 2em 0px;
}
.item h2
{
   display:block;
   margin:0px;
   padding:0px;
   border-width:0px;
   text-shadow:none;
   font-size:100%;
   font-weight:normal;
}
.item h2 .right
{
   text-decoration:none;
   display:inline;
   float:right;
   font-weight:bold;
   color:#440;
   padding-left:1em;
}
.item h2 a.heading
{
   text-decoration:none;
   font-weight:bold;
}
.item .hiddenmore
{
   margin-left:1ex;
   visibility:hidden;
}
.item .more
{
   visibility:visible;
   position:absolute;
   text-decoration:none;
   right:0ex;
   margin-right:1ex;
}
.moreArchive
{
   text-alignment:right;
   text-decoration:none;
}
.moreArchive:hover
{
   text-decoration:underline;
}

/* Archived index pages */
.archivedArticlesList
{
   list-style-type:none;
   padding:0px;
   margin:0pt;
   border-width:0pt;
}
.archivedArticlesList a
{
   text-decoration:none;
}

/* Top Navigation */
.Tabs
{
   font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
   height:2em;
   padding:0px 1em;
   border-right:solid #D9E9A0 1px;
}
.Tabs .Item
{
   background-color:transparent;
   background-image:url(tabBackground.png);
   background-repeat:repeat-x;
   background-position:left bottom;
   padding:0px 0ex 4px 0ex;
   margin:0px 1ex 0px 0px;
}
.Tabs .Active
{
   float:left;
}
.Tabs .Active a
{
   color:#330;
   background-color:#D9E9A0;
   text-decoration:none;
   padding:0px 1ex;
}
.Tabs .Passive
{
   float:left;
}
.Tabs .Passive a
{
   color:#996;
   background-color:#D9E9A0;
   text-decoration:none;
   padding:0px 1ex;
}

.Tabs .Passive a:hover
{
   color:#663;
   text-decoration:none;
}
.Tabs .Right
{
   float:right;
   margin:0px 0px 0px 1ex;
}

/* Searchfield */
.Searcharea
{
   display:none;
   padding:0px;
   margin:0px;
   text-align:right;
   background-color:#ffc;
   border:2px solid #d9e9a0;
}
.Searcharea form
{
   margin:1em;
}
.Searchfield
{
   color:#996;

   padding:0px;
   margin:0px;
   border:0px solid black;
   border-bottom-width:1px;

   color:black;
   background-color:#ffc;
}
.searchinfos
{
   margin:1em;
   display:none;
}
.searchinfos ul
{
   list-style-type:none;
   list-style-position:inside;
   list-style-image:none;
}

/* Settings for all articles */
.articleShort
{
   font-weight:bold;
   color:#444;       /* Keep grey value near to normal text! */
}

/* Descriptions */
dt
{
   font-weight:bold;
   color:#555;       /* Keep grey value of normal text! */
   margin-top:1ex;
}

/* em is normally italic but most browsers don't get the spacing right - workaround */
em:after,
em:before
{
   content:"\2009";
}

blockquote,
q
{
   font-style:italic;
}
q:before
{
   content:"\201e";
}
q:after
{
   content:"\201c";
}
cite
{
   display:block;
   text-align:right;
}
q + cite,
q cite {
   display:inline;
}

.example
{
   padding:1ex;
   background-color:#f0f6da;
   border:1px solid #d9e9a0;
}

/* Pictures */
.picture
{
   text-align:center;
   margin-top:1em;
   margin-bottom:2em;
}
.picture a img
{
   max-width:100%;
   border-width:0px;
}
/* Another Workaround for buggy IE */
* html .picture a img
{
   width:100%;
}
.picture div[title]:after
{
   font-weight:bold;
   content:attr(title);
}
