/* CSS Document */
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Lusitana', serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------- CSS GH LROENZ ---------------------------*/
body {
}

.clear {
  line-height: 0px;
  height: 0px;
  clear: both;
}

#wrapper {
  width: 1020px;
  margin: 0 auto;
 /* -webkit-box-shadow: 4px 2px  #222,  -4px 0 2px #222;   
  -moz-box-shadow: 4px 0 2px #222,  -4px 0 2px #222;   
  box-shadow: 4px 0 2px #222,  -4px 0 2px #222; */
  border-left: 1px solid black;
  border-right: 1px solid black;  
}

#header {
  padding: 0 110px;
  height: 300px;
  border-bottom: 2px solid #0e1a2a;
  background-image: url(images/bg-head.gif);
  border-top: 10px solid #fff;
}

#content {
  padding: 0 110px;
  background-color: #fff;
  border-top: 5px solid #e7e3e4;
  border-bottom: 5px solid #e7e3e4;
  padding-bottom: 60px;  
}

#footer {
  padding: 30px 110px 60px 110px;
  background-image: url(images/bg-footer.gif);
  border-top: 2px solid #0e1a2a;
  height: 50px;
}

#subfooter {
  padding: 0 110px;
  background-color: #0d1a2a;
}

/*---------------------------- Header ---------------------------*/

#menu ul {
  float: right;
}

#menu ul li {
  float: left;
  display: inline;
}

#menu ul li a {
  text-decoration: none;
}

#menu ul li a {
  display: block;
  height: 54px;
  line-height: 57px;
  color: #fff;
  padding: 0 14px;
  border-right: 1px solid #19334c;
}

#menu ul li.active a {
  color: #000;
  background-color: #fff;
}

#menu ul li a:hover {
  color: #000;
  background-color: #fff;
}

#menu ul li.last a {
  border: none;
}

#header h1 {
  font-size: 25px;
  text-align: center;
  color: #fff;
  padding-top: 43px;  
}
/*---------------------------- Content ---------------------------*/
.linie {
  background-image: url(images/linie-content.gif);
  background-repeat: repeat-x;
  height: 2px;
  margin: 0 40px;
  padding-bottom: 30px;
}

#content .big {
  margin-top: -136px;
}

#content .quote {
  text-align: center;
  font-size: 18px;
  font-family: 'Fanwood Text', serif;
  font-style:italic;
  padding-top: 36px;
  padding-bottom: 55px;
}

#content img.unterschrift {
  float: right;
}

.block {
  width: 255px;
  padding-right: 17px;
  float: left;
}

.block.letzte {
  padding-right: 0px;
}
.block img.schatten {
  padding-bottom: 6px;
}

.block img.blockbild {
  -webkit-box-shadow: 0px -4px 7px #e6e6e6;
    -moz-box-shadow: 0px -4px 7px #e6e6e6;
    box-shadow: 0px -4px 7px #e6e6e6;
}

.blockinhalt {
  padding-left: 11px;
}
.block h2 {
  font-size: 18px;
  padding-bottom: 5px;
}

.block h3 {
  color: #606877;
  font-family: 'Fanwood Text', serif;
  padding-bottom: 12px;
}

.block p {
  font-size: 12px;
  line-height: 18px;
  font-family: arial;
}

.block a {
  text-decoration: none;
  color: #606877;
  float: right;
  font-family: 'Fanwood Text', serif;
  padding: 5px 25px 0 0;
}

/*---------------------------- Footer ---------------------------*/

#footer h2 {
  color: #fff;
  padding-bottom: 10px;
}

#footer p {
  color: #e1e4ff;
}

.footerlinie {
  background-image: url(images/linie-footer.gif);
  background-repeat: repeat-x;
  height: 2px;
  padding-bottom: 20px;
}

#footer a {
  font-size: 20px;
  float: left;
  text-decoration: none;
  color: #779398;
  line-height: 32px; 
}

#footer a:hover {
   color: #e1e4ff;
}

#footer p {
  display: inline;
  padding-left: 160px;
  color: #779398 
}


