* {margin: 0; padding: 0;}

* html body #header, * html body #footer, * html body {padding: 0;}
* html body {padding-top: 5px}
* html body h2, * html body #footer hr {margin-right: 5px;}

body {
	font: 12px tahoma, verdana, helvetica, arial, sans-serif;
	color: #000;
	background-color: #fff;
	padding: 114px 5px 5px;
}

#header {    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 5px 5px 5px 5px;
}

#header img {border:none}

#footer {margin-left: 19px;}


/* Horizontal Rules */
hr {
    border: 0; 
    border-bottom: 1px solid #000;
    height: 1px;
}
#footer hr {margin: 0.5em 0;}
#header hr {margin: 1em 10px 0 19px;}


/* Main Headline */
h1 {
	/* hide the topic names */
	display: none;
}
div#header h1 {
	/* Override the hide topic names change for main page headline */
	display: block;
	margin: 5px 0 0 19px; 
	white-space:nowrap;
	/*font-variant: small-caps;*/
	font-size: 1.3em;
}


/* Article Headliens */
h2 {
	padding: .25em 0;
	font: 12px tahoma, verdana, helvetica, arial, sans-serif;
	margin-left: 19px;
}
h2.alt {background-color: #eee;}


/* Links */
#article-list a, #footer a  {color: #000; text-decoration: none;}
#article-list a:hover, #footer a:hover {border-bottom: 1px dotted #000;}


p { margin-bottom: 1em; margin-left: 12px;}

/* hide the summary text and the "Full Article" link */
.article-summary, .view-full-article {display: none;}
