/**
  * haGRID
  *
  * @copyright       Hannes Kunstreich
  * @author          Hannes Kunstreich
  * @version         0.1
  *
  * @revision        1
  * @lastmodified    Sa 31 Jan 2009 18:00:06 CET
  */

/**
 * @section reset
 *
 * Der verühmte Reset vom ebenso berühmten Eric Meyer
 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}
a {text-decoration: none;}
/**
 * @section basis
 *
 */
html { font: 100%/1.5 Constantia,'Times New Roman',serif; background: #E6E3DC; color: #000;background: url(body.png) repeat;}
body {background: url(body.png) repeat;}
h1,h2,h3,h4,h5,h6,#mainnav,p.typ,a.pdf {font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;}
/**
 * @section typo
 *
 */
h1{font-size:4.5em;line-height:1;margin-bottom:0.333em;}
h2{font-size:2em;margin-bottom:0.75em;}
h3{font-size:1.5em;line-height:1;margin-bottom:1em;}
h4{font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5{font-size:1em;margin-bottom:1.5em;}
p{margin:0 0 1.5em;}

a:hover {background-color: #E6E3DC;}

#wrapper {
	width: 840px;
	margin: 0 auto;
}

#header {
	border-bottom: 2px dotted #666;
	padding-top: 4em;
}
#header h1 {
	width: 168px;
	float: left;
}
#header h1 a#logo {
	background: url(logo.png) no-repeat;
	display: block;
	height: 96px;
	width: 96px;
}

#mainnav {
	padding: 0;
	font-size: 16px;
	font-weight: 700;
	width: 168px;
	float: left;
	margin: 0 0 0 168px;
	padding-top: 1.5em;
	border-top: 2px dotted #666;
}
#mainnav a {
	font-weight: 700;
	color: #000;
}
p#initial {
	width: 336px;
	float: left;
	border-top: 2px dotted #666;
	padding-top: 1.5em;
	font-style: italic;
}
p#subnavi {
	padding: 1.5em 0;
	border-bottom: 2px dotted #666;}
.article {
	margin: 2em 0;
	padding-bottom: 1.5em;
	border-bottom: 2px dotted #666;
}

.article h1 {
	font-size: 4.5em;
	line-height: 1;
	margin-bottom: 0.333em;
}

.article h1 {
	background-color: #000;
	color: #fff;
	padding: .5em .5em .5em 84px;
	margin: .96em 0 .64em -84px ;
}
.article h1 a {
	color: #fff;
	text-decoration: underline;
}
.article div.copy {
	width: 480px;
	float: right;
}
.article img {
	border: 10px solid #E6E3DC;
	margin-bottom: 1.5em;
}
p.lead {
	font-style: italic;
}
a.pdf {
	color: #0099FF;
	font-weight: 700;
}
a.pdf strong {
	font-weight: 400;
}
.aside {
	float: left;
	width: 144px;
}
p.typ,a.pdf {
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 1em;
	font-weight: 700;
}
p.typ em, #mainnav em {
	color: #0099FF;
	font-weight: 700;
}
p.desc {
	line-height: 1.3;
}

.aside p.date {
	font-weight: 100;
}
.aside p.cat {
	font-size: 1.333em;
	line-height: 1;
}
