/* CSS Style fuer contraffic - no sidenotes */
/* copyright d buechner - 2009 */

/* IE6 css fixer v0.1 alpha: Sat, 11 Apr 2009 11:27:13 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
.left,
.right,
#menu li a,
#logo,
#address,
#menu li,
#links,
#content,
#main {display:inline;}

/* global */
html {
      height: 100%;
      background-color: white;
}

body {
      font-family: Verdana, Tahoma, sans-serif;
      font-size: 80%;
      padding: 0px;
      margin: 2% 2% 0% 2%;
      color : #303030;
      background-color: white;
      background: white url('images/BG.jpg') fixed center no-repeat;
}

p {
      margin: 0px;
      padding: 0px 0px 16px 0px;
      line-height: 1.7em;
}

h1 {
/*       font-family: times, serif; */
      font-size: 108%;
      letter-spacing: .1em;
      background: transparent;
      color: #6EAB03;
}

h2 {
      margin: 0px;
      padding: 0px 0px 0px 0px;
      font-size: 100%;
      letter-spacing: .1em;
      font-weight: normal;
      text-decoration: none;
}

a {
      outline: none;
}

img {
      border: 0px;
}

/* image positioning - left, right and center */

.left {
      float: left;
      padding: 0px 0px 0px 0px;
}

.right {
      float: right;
      padding: 0px 0px 0px 8px;
}

.center {
      display: block;
      text-align: center;
      margin: 0 auto;
}

#menu {
      background: #898867 url(images/menu.png);
      color: #F5F6F0;
      border-color: #CCCCCC;
}

#menu li a {
      background: transparent;
      color: #F5F6F0;
      border-color: #989898;
}

#menu li a:hover,
#menu li a.selected {
      background: #898867 url(images/menu_hover.png);
      color: #F5F6F0;
      border-color: #989898;
}

#content,
#content a:hover {
      background: #F5F6F0 transparent;
      color: #777;
}

#address,
#footer a,
#footer a:hover {
      background: transparent;
      color: #414141;
}

/* block quote */
blockquote {
      margin: 20px 0px 20px 0px;
      padding: 10px 20px 0px 20px;
      border-left: 8px solid;
      border-color: #777;
}

/* unordered list */
ul {
      font-size: 105%;
      font-weight: normal;
      color: black;
      margin: 8px 0px 0px 16px;
      padding: 0px;
}

ul li {
      list-style-type: square;
      margin: 0px 0px 11px 0px;
      padding: 0px;
}

/* ordered list */
ol {
      margin: 8px 0px 0px 24px;
      padding: 0px;
}

ol li {
      margin: 0px 0px 11px 0px;
      padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main,
#links,
#footer,
#logo,
#menu,
#content {
      margin-left: auto;
      margin-right: auto;
}

/* main container */
#main {
      width: 90%;
      background: transparent;
}

* html #main {  /* Korrektur fuer IE 5.x */
        width: 90%;
        w\idth: 80%;
}

/* header */
#header {
      height: 150px;
      border-top: 1px solid;
      border-bottom: 1px solid;
      border-top-color: #CCCCCC;
      border-bottom-color: #CCCCCC;
/*       background: url('images/logo_lzarg.jpg') left no-repeat; */
/*       background: #B5B9A7; */
      background-color : #993333;
}


/* logo */
#logo {
      padding: 11px 0px 0px 14px;
      float: left;
      background: transparent;
}

#logo h1 {
      font-family: Garamond,Times New Roman,times, serif;
      text-shadow:gray 3px 2px;
      margin: 0px;
      padding: 18px 0px 0px 0px;
      font-size: 160%;
      letter-spacing: .2em;
/*       color: white; */
      z-index:9;
}

#logo h2 {
      font-family: Garamond,Times New Roman,times, serif;
      text-shadow:gray 3px 2px;
      margin: 0px;
      padding: 5px 0px 0px 0px;
      font-size: 100%;
      letter-spacing: .1em;
      color: white;
      text-decoration: none;
      z-index:9;
}

#logo p {
      font-stretch: condensed;
      padding: 18px 0px 0px 0px;
      letter-spacing: .1em;
      text-decoration: none;
      position: absolute;
}

.light1 {
      top:0;
      left:0;
      color:white;
      position:relative;
      z-index:2;
}

.shade1 {
      top:+0.075em;
      left:+0.075em;
      color:gray;
      position:relative;
      z-index:1;
}

.light2 {
      top:0;
      left:0;
      color:white;
      position:relative;
      z-index:2;
}

.shade2 {
      top:+0.075em;
      left:+0.075em;
      color:gray;
      position:relative;
      z-index:1;
}

#logo a {
      text-decoration: none;
      color: #fff;
}

#address {
      padding: 11px 17px 0px 14px;
      float: right;
      text-align: right;
      color: white;
}

/* navigation menu */
#menu {
      height: 40px;
      border-bottom: 1px solid;
}

#menu ul {
      margin: 0px auto;
}

#menu li {
      float: left;
      margin: 0px 0px 0px 0px;
      padding: 0px;
      list-style: none;
}

#menu li a {
/*       font-family: verdana, arial, sans-serif; */
      display: block;
      float: left;
      height: 27px;
      text-decoration: none;
      padding: 11px 14px 2px 14px;
      text-transform: uppercase;
      font-size: 80%;
      border-right: 1px solid;
}

#links {
      float: right;
      width: 100px;
      text-align: right;
      padding: 10px 18px 0px 0px;
}

.LNEnews_title {
      padding-left: 10px;
      display:block;
      font-size:130%;
      font-weight:bold;
}

.LNEnews_date {
      padding-left: 10px;
      font-size:80%;
      margin-bottom:0;
      margin-top:0;
}

.LNEnews_author {
      padding-left: 10px;
      display:block;
      font-size:80%;
      margin-bottom:0;
      margin-top:0;
      text-transform: uppercase;
}

/* page content (centre) */

#content {
      font-size: 105%;
      font-weight: normal;
      color: black;
      width: 90%;
      padding: 10px 10px 10px 10px; /*o r u l*/
      float: left;
}

* html #content {  /* Korrektur fuer IE 5.x */
        width: 90%;
        w\idth: 85%;
}

#content h1 {
      text-align:left;
/*       font-family: times, serif; */
      margin: 2px 0px 12px 0px;
      font-size: 130%;
      font-weight: bold;
      letter-spacing: .2em;
      text-transform: uppercase;
      color: black;
}

#content h2 {
      text-align:left;
/*       font-family: times, serif; */
      margin: 2px 0px 12px 0px;
      font-size: 122%;
      font-weight: bold;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: black;
}

#content h3 {
      text-align:left;
/*       font-family: times, serif; */
      margin: 2px 0px 12px 0px;
      font-size: 115%;
      font-weight: bold;
      color: black;
}

#content p {
/*       font-family: times, serif; */
      text-align:left;
      margin: 2px 0px 12px 0px;
      font-size: 122%;
      font-weight: normal;
      color: black;
}

#content p:first-letter {
      font-size: 105%;
      font-weight: bold;
}

#content a,
#content a:hover {
      padding: 0px 0px 2px 0px;
      text-decoration: none;
      background: transparent;
      color: #F06B00;
}

.gallery {
	float: left;
}

.gallery ul li a {
	margin: 5px;
	padding: 5px;
   list-style-type: none;
	border: 1px solid #aaa;
	display: block;
}

.gallery ul li a:hover {
	border: 1px solid #0f0;
}

.gallery ul li a img {
	border-width: 0;
	padding: 5px;
}


/* footer */
#footer {
      clear: both;
/*       height: 44px; */
      font-family: verdana, arial, sans-serif;
      font-size: 80%;
      text-transform: uppercase;
      text-align: center;
/*       background: #898867 url(images/menu.png); */
      background-color : gray;
      color: #F5F6F0;
      border-color: #EEE;
      padding: 18px 0px 4px 0px;
}

#footer a {
      text-decoration: none;
      padding: 0px 0px 2px 0px;
      border-bottom: 1px dashed;
      color:white;
}

#footer a:hover {
      text-decoration: underline;
      padding: 0px 0px 2px 0px;
      border-bottom: 1px solid;
      color:silver;
}


/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */

.rtop,
.rbottom {
      display: block;
}

.rtop .r1,
.rtop .r2,
.rtop .r3,
.rtop .r4,
.rbottom .r1,
.rbottom .r2,
.rbottom .r3,
.rbottom .r4 {
      display: block;
      height: 1px;
      overflow: hidden;
}

.r1 {
      margin: 0 5px
}

.r2 {
      margin: 0 3px
}

.r3 {
      margin: 0 2px
}

.rtop .r4,
.rbottom .r4 {
      margin: 0 1px;
      height: 2px
}

.rtop,
.rbottom {
      background-color: white;
}

.rtop .r1,
.rtop .r2,
.rtop .r3,
.rtop .r4,
.rbottom .r1,
.rbottom .r2,
.rbottom .r3,
.rbottom .r4 {
      background: #CCCCCC;
}

/* add zoom:1 to overflow:hidden */
.rtop .r1,.rtop .r2,.rtop .r3,.rtop .r4,.rbottom .r1,.rbottom .r2,.rbottom .r3,.rbottom .r4 {zoom:1;}
