@charset "utf-8";
/* CSS Document */

/* ############################ Reset default browser CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	font-size:100%;
	margin:0;
	padding:0;
	}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content:""
	}
blockquote,
q {
	quotes:"" ""
	}
a img {
	border:none;
	}

/* ############################ General Elements */
html {
	font-size:100.01%
	}
body {
	color:#000;
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:20px;
	background-color:#FFF;
	background-image:url(../img/htgr.jpg);
	background-repeat:repeat-x;
	}

/* ############################ Links */
a:link,
a:visited {
	color:#008854;
	text-decoration:underline;
	}
a:hover,
a:focus {
	color:#000;
	text-decoration:underline;
	}
a:active {
	color:#05a2da;
	}

/* ############################ Headers & Fonts */
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	}
h1 {
	color:#000;
	font-size:1.8em;

	margin: 0px 0px 0px 0px;
	line-height:1.3em;
	background-color:#efefef;
	position:relative;
	width:520px;
	}
h2 {
	color:#000;
	padding:20px 0px 0px 0px;
	font-size:1.5em;
	line-height:1.3em;
	margin-bottom:1.3em;
}
h3 {
	color:#666;
	font-size:1.2em;
	margin-bottom:0.5em
	}
h4 {
	font-size:1em;
	font-weight:bold;
	margin-bottom:1.5em
	}
h5 {
	font-size:1em;
	margin-bottom:1.5em
	}
h6 {
	font-size:1em;
	font-style:italic
	}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin:0
	}
	
.small {
	font-size:.9em;
	line-height:1.1em;
	}
	
.hinweis {
	color:#6F0;
	font-weight:bold;
	}

.added {
	background:#060;
	color:#FFF
	}
.removed {
	background:#900;
	color:#FFF
	}

/* ############################ Paragraphs */
p {
	margin:0 0 1.3em
	}
blockquote {
	color:#666;
	font-style:italic;
	margin:1.5em
	}


/* ############################ Layout */
#wrapper {
	width:100%;
	padding:0;
	margin:0;
	background-repeat:repeat-x;
	}
	
#headerblock {
	width:100%;
	padding:30px 0px 0px 0px;
	margin:0;
	}
#header {
	width:950px;
	margin:0 auto;
	text-align:left;
	}
	
#contentblock {
	width:100%;
	padding:0px;
	margin:0;
	}
#content {
	width:750px;
	margin:0 auto;
	text-align:left;
	margin-top:80px;
	}
	
#footerblock {
	width:100%;
	padding:0px;
	margin:0;
	}
#footer {
	width:950px;
	margin:0 auto;
	}

