@charset 'utf-8';
@import url(reset.css);

/* Default Element Styling */
/* =================================================================== */

* {
  font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #29425c;
}

body {
  background: url(../img/bg.png) top left no-repeat;
  background-color: #1d3057;
}

a {
  text-decoration: none;
  font-family: inherit;
  font-size: inherit;
  color: #5e9507;
}

a:hover {
  text-decoration: underline;
}

abbr[title] {
  border-bottom: 1px dotted #5e9507 !important;
  cursor: help;
}

a abbr {
  cursor: pointer !important;
}

input[type=submit], button {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus {
  background: #eee;
}

/* default margin bottom */
p, h1, h2, h3, h4, h5, h6, 
table, ul, ol, blockquote, pre {
  margin-bottom: 16px;
}

h1, h2, h3, h4, h5, h6,
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  letter-spacing: 1px;  
  font-size: 16px;
  clear: both;
  color: #69aa03;
  font-weight: bold;
}

/* Default Container Layout */
/* =================================================================== */

/* add more containers here, if needed */
#container, #maincontainer, #header {
  position: relative;
}

#container {
  width: 900px;
  margin: 0 auto;
}

#header {
  height: 188px;
  background: url(../img/header_bg.png) top left no-repeat;
}

#maincontainer {
  width: 900px;
  background: #fff;
}

#content {
  width: 400px;
  padding: 70px 16px 20px 16px;
  margin-left: 200px;
}

#leftMenu {
  position: absolute;
  width: 200px;
  top: 0;
  left: 0;
  z-index: 10;
}

#rightMenu {
  position: absolute;
  width: 250px;
  top: 104px;
  right: 16px;
}

#footer {
  background: url(../img/footer_bg.png) top left repeat-y;
}

#kopfgrafik {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 900px;
  z-index: 1;
}

/* Header Stuff */
/* =================================================================== */

#header h1 {
  position: relative;
  font-size: 12px;
  color: #29425c;
  padding: 4px 16px;
  letter-spacing: normal;
}

#breadcrumb {
  position: absolute;
  width: 600px;
  height: 37px;
  line-height: 37px;
  bottom: 0;
  left: 220px;
}

#breadcrumb *, #headerMenu *, #aaa * {
  color: #29425c;
  font-weight: bold;
}

#headerMenu {
  position: absolute;
  top: 4px;
  right: 16px;
  width: 400px;
  text-align: right;
}

#flaggen, #aaa, #printLink {
  position: absolute;
  height: 16px;
  width: 80px;
  top: 125px;
  text-align: right;
}

#aaa {
  right: 16px;
}

#aaa span {
  cursor: pointer;
}

#flaggen {
  right: 120px;
}

#flaggen img {
  border: 1px solid #fff;
}

#printLink {
  right: 100px; 
}

#kopfgrafik h1, #logos h1 {
  display: none;
}

#kopfgrafik * {
  float: right;
  margin: 0;
  padding: 0;
}

#logos {
  position: absolute;
  top: 42px;
  left: 16px;
  width: 400px;
  vertical-align: middle;
}


#breadcrumb, #aaa, #flaggen, #header h1, #headerMenu, #logos, #printLink {
  z-index: 10;
}

/* Content Elements */
/* =================================================================== */

#content .newsMore {
  text-align: right;
}

#content .news-latest-item, #content .news-list-item {
  clear: both;
  margin-bottom: 32px;
}

#content .news-list-item {
  margin-bottom: 16px;
  border-bottom: 1px solid #ccc;
}

#content .newsText, #content .newsText p, #content .news-list-item p {
  padding: 0;
  margin: 0;
}

#content .tx-ttnews-browsebox td {
  padding-right: 10px;
}

#content ul {
  list-style: disc;
  margin-left: 20px;
}


/* Menu Elements */
/* =================================================================== */

#leftMenu ul .hidden, #leftMenu ul dfn {
  display: none;
}

#leftMenu ul {
  margin-bottom: -1px;
}

#leftMenu ul li a, #leftMenu ul li .spacer {
  display: block;
  width: 184px;
  padding: 5px 0 5px 16px;
  border-bottom: 1px solid #7189a3;
}


#leftMenu ul li a:hover, #leftMenu ul li a.active {
  background: url(../img/menuactive_bg.png) top left repeat-y;
  color: #1d3057;
}

/* Footer Stuff */
/* =================================================================== */

#footer * {
  color: #fff;
}

#footer p {
  padding: 16px;
  text-align: center;
  margin: 0;
}


/* Right Menu Stuff */
/* =================================================================== */

#rightMenu * {
  padding: 0;
  margin: 0;
}

#rightMenu img {
  border: 1px solid #29425c;
  margin-bottom: 16px;
}

#rightMenu h1 {
  display: none;
}


/* Other Stuff */
/* =================================================================== */

#geaendert {
  position: absolute;
  bottom: 60px;
  right: 16px;
  width: 300px;
  height: auto;
  text-align: right;
}

.news-list-item strong {
  display: block;
  margin-bottom: 16px;
}

.news-list-item .newsMore {
  clear: both;
}

.news-list-item img {
  float: left;
  margin: 0 8px 8px 0;
}

#content .news-single-item p.newsMore {
  display: none;
}
