/* -------------------------- */
/* PRINTEN */
/* -------------------------- */

html,body				{ margin: 0; padding: 0; }
body					{ background-color: #fff; font-family: trebuchet MS,helvetica,sans-serif; font-size: 0.8em; color: #000; }
div#wrapper				{ background: #fff; position: relative; width: 100%; margin: 0px; padding: 0px; }
div#header				{ background-color: #3171ad; height: 96px; }
#ttlbar					{ background-color: #fff; color:#000; height: 20px; position: relative; }
h1						{ font-size: 1em; width: 300px; margin-left:22px; position: relative; }
#date					{ width: 300px; text-align: right; margin-left: 310px; position: absolute; top:0px; }

#menubar				{ color: #000; position: relative; margin-top: 10px; margin-bottom: 10px; }
#menu					{ position: relative; width: 400px; }
h2						{ font-size: 1.4em; margin: 0px 0px 0px 22px; }
#subscription			{ display: none; }
#subscription_other		{ display: none; }

#content				{ width: 630px; min-height: 100px; height: auto; _height: 100px; margin: 0px auto; }
h3						{ border-bottom: 1px solid #000; font-size: 1.4em; color: #000; margin: 0px; }
h4						{ font-size: 1.4em; color: #000; margin: 10px 0px; }

#colofon				{ background-color: #fff; font-size: 0.9em; width: 600px; padding:5px; margin: 10px auto; }

#footer					{ position: relative; background-color: #9ccfff; clear:both; height:25px; margin-bottom: 8px; }
