@charset 'utf-8';

/* 
CSS Reset by Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ 
*/
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,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
body {
  height: 101%;
  background-color: #fff;
}
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
.hideme {
  position: absolute;
  left: -999em;
  top: -999em;
}
label, 
input[type=button],
input[type=submit], 
button {
  cursor: pointer;
}
q:lang(de) {
  quotes: '„' '“' '‚' '‘';
}
q:lang(en) {
  quotes: '“' '”' "‘" "’";
}
abbr[title] {
  border-bottom: 1px dotted #888 !important;
  cursor: help;
}
a abbr {
  cursor: pointer !important;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.ie7 address {
  font-style: normal;
}

img { 
  -ms-interpolation-mode: bicubic; 
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/ 
  * html .clearfix { height: 1%; }
  .clearfix { display: block; }
/* End hide from IE-mac */

/* Individual Sytleinformation */
body {
	position:relative;
	font-family: Georgia, serif;
	background: url('../img/bg_content.png') repeat-y;
	font-size:14px;
}
#header {
	width:940px;
	height:150px;
	background: url('../img/bg_header.png') no-repeat;
}
#content {
	width:940px;
	margin:0 20px 100px 0;
}
#content h1 {
	font-size: 24px;
	line-height:1.2;
	text-decoration:underline;
	margin: 40px 200px 20px 100px;
	color:#3d1e04;
}
#content h2 {
	font-size:18px;
	line-height:1.2;
	margin: 20px 190px 20px 100px;
	color:#7C3702;
	border-bottom: 1px dotted #7C3702;
	background:url('../img/orange.png') no-repeat 0 2px;
	padding-left:20px;
}
#content p {
	line-height:1.5;
	margin:0 200px 0 100px;
}
#content p + p {
	margin-top:10px;
}
#content p.teaser {
	font-style:italic;
}
#content ul {
	margin: 20px 200px 10px 100px;
	line-height:1.5;
}
#content ul li {
	margin-left:20px;
	list-style-type: square;
}
#content dl {
	margin: 20px 200px 10px 100px;
	line-height:1.5;
}
#content dt {
	float:left;
	margin-right:4px;
}
#nav {
	position:absolute;
	left:0;
	top:160px;
}

#nav li {
	margin-bottom:2px;
}
#nav li.first a {
	display:block;
	background:url('../img/nav.png');
	height:130px;
	width:35px;
	text-indent:-9999em;
}
#nav li.first a:hover {
	display:block;
	background:url('../img/nav.png') -35px 0;
	height:130px;
	width:35px;
}
#nav li.second a {
	display:block;
	background:url('../img/nav.png') 0 -130px;
	height:130px;
	width:35px;
	text-indent:-9999em;
}
#nav li.second a:hover {
	display:block;
	background:url('../img/nav.png') -35px -130px;
	height:130px;
	width:35px;
}
#nav li.last a {
	display:block;
	background:url('../img/nav.png') 0 -260px;
	height:130px;
	width:35px;
	text-indent:-9999em;
}
#nav li.last a:hover {
	display:block;
	background:url('../img/nav.png') -35px -260px;
	height:130px;
	width:35px;
}
#content a {
	color:#00333d;
}
#content a:hover {
	color:#127789;
}
