 @charset "UTF-8";

/*************************************/
/* reset all browser default styling */
/*************************************/
@import "reset-min.css";


/***************************************************************/
/* import example.css for default styling of content elements  */
/***************************************************************/
@import "example.css" all;
html {
  overflow-y: scroll;
}


/***************/
/* GRID LAYOUT */
/***************/
div#navigationAids, div#footer h3, div#navigationFirstLevel h2, div#navigationSecondLevel h2 {
  display: none;
}

div#outerWrap {
  /* width: 900px; */
  width: 998px;
  text-align: center;
  margin: 0px auto;
  overflow: auto;
}

div#outerWrap div {
  text-align: left;
}

div#header {
  /* background: #333333; */
  /* height: 180px; */
  height: 180px;
  margin-top: 40px;
}

div#navigationSecondLevel {
  float: left;
  /* width: 21%; */
  width: 200px;
}

div#main {
  /* width: 53%; */
  width: 560px;
  float: left;
}

div#secondary {
  /* width: 26%; */
  width: 210px;
  float: right;
}

div#footer {
  clear: both;
}

body.hideRightColumn div#secondary {
  display: none;
}

body.hideRightColumn div#main {
  width: 79%;
  float: left;
  position: relative;
}

body.hideLeftColumn div#main {
  width: 74% !important;
  float: left;
  position: relative;
}

body.hideLeftColumn div#navigationSecondLevel {
  display: none;
}

body.hideRightAndLeftColumn div#main {
  width: 100%;
}

body.hideRightAndLeftColumn div#secondary, body.hideRightAndLeftColumn div#navigationSecondLevel {
  display: none;
}

body.hideRightAndLeftColumn div#contentWrap, body.hideLeftColumn div#contentWrap {
  background-image: none;
  background: #FFFFFF;
}


/*******************/
/* GENERAL PADDING */
/*******************/
div#secondayContent, div#navigationContent {
  padding: 15px 12px 100px 12px;
}

div#footer {
  /* background: #EC2B18 */
  /* background: url(../images/bg_footer.jpg) top center no-repeat; */
  /* padding: 12px; */
  padding: 15px 20px 130px 12px;
  /* background-color: #009900; */
  background-color: #114488;
  border-left: 1px dotted #FFFFFF;
  border-bottom: 1px dotted #FFFFFF;
  border-right : 1px dotted #FFFFFF; 
} 

div#mainContent {
  /* padding: 30px; */
  padding: 40px 15px 20px 30px;
  overflow: hidden;
}


/**********************************************************/
/* STYLING AND POSITIONING OF INDIVIDUAL GENERAL ELEMENTS */
/**********************************************************/
body {
  /* background: #494949 url(../images/bg.gif) top left repeat-x; */
  /* background: url(../images/hintergrund.jpg); */
  background-repeat: no-repeat;
  background-color: #FF1500;
  background-image: url(../images/himmel1.jpg);
  /* background-repeat: no-repeat; */
  /* background-attachment: fixed; */
  /* background-size: 100% 100%; */
  background-repeat: repeat;
  display: inline-block;
  min-width: 100%;
}

html {
  /* background: #494949; */
  background: #FF1500;
}

strong {
  font-weight: bold;
}

div#header {
  /* background: #3c8dd9 url(../images/header_overlay.png); */
  background: #FF1500  url(../images/header_in_jedem_mann.jpg);
}

div#SlideHeaderImage {
    position: relative;
  /* margin-left: 10px; */
    top: -21px;
    width: 0px;
}

div#contentWrap {
  /* background: url(../images/bg_contentWrap.gif) top left repeat-y; */
  background: url(../images/bg_contentWrap.png) top left repeat-y;
  
  overflow: hidden;
  clear: both;
}

div#navigationSecondLevel {
  border-left: 1px dotted #FFFFFF;
}

div#secondary {
  margin-top: 48px;
}

div#footer .footerFrame,
div#footer .footerFrame-last {
/* background: url(../images/footer_BG.png) top left repeat-y; */
  float: left;
  /* width: 200px; */
  width: 220px;
  /* margin: 0px 0px 0px 20px; */
}

div#footer .footerFrame-last {
  /* width: 410px; */
  width: 500px;
}

div#footer .footerFrame h4 {
  margin: 0px 0px 1em 0px;
}

div#footer #licensebadge {
  margin-top: 3px;
  opacity: 0.3;
}

div#topMenu ul li, div#languageMenu ul li {
  display: inline;
  padding-left: 1em;
  font-size: 100%;
}

div#topMenu, div#languageMenu {
  float: right;
  padding-bottom: 24px;
  margin: -24px 6px 0px 0px;
}

div.secondaryContentSection {
  background: #f2f2f2;
  border: 1px solid #cfcecf;
  width: 155px;
  border-top: none;
  padding: 0px 10px 10px 10px;
  margin: 0px 0px 2.4em 10px;
  overflow: hidden;
  /* font-size: 90%; */
  font-size: 80%;
}

div#navigationFirstLevel {
  /* background: #3c8dd9 url(../images/navOverlay.png) top left repeat-x; */
}

div#navigationFirstLevelMenu ul {
  overflow: hidden;
  /* margin: 0px 0px 0px 190px; */
  margin: 0px 0px 0px 230px;
}

div#navigationFirstLevelMenu ul li {
  display: block;
  float: left;
  margin-left: 0px;
}

div#navigationFirstLevelMenu ul li a {
  padding: 0.8em 1em;
  display: block;
}

div#breadcrumb {
  position: relative;
  /* margin-left: 26px; */
  margin-left: 16px;
  top: 16px;
  font-size: 90%;
}

div#breadcrumb span {
  font-weight: bold;
}

div#navigationSecondLevelMenu ul {
  text-indent: 20px;
  line-height: 2.2em;
  border-bottom: 1px solid #CCCCCC;
  margin-left: 0px;
}

div#navigationSecondLevelMenu ul ul {
  text-indent: 35px;
  border-bottom: none;
  margin-bottom: 0px;
}

div#navigationSecondLevelMenu ul ul ul {
  text-indent: 50px;
}

div#navigationSecondLevelMenu {
  /* width: 190px; */
  width: 207px;
  margin-top: 13px;
}

div#navigationSecondLevelMenu li.active {
  background: #FFFFFF;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  font-weight: bold;
}

div#navigationSecondLevelMenu li.active ul li {
  font-weight: normal;
}

div#navigationSecondLevelMenu li.selected {
  background: #FFFFFF url(../images/bg_liCurrent.gif) top right no-repeat;
  font-weight: bold !important;
  border-top: 1px solid #CCCCCC;
}

div#navigationSecondLevelMenu li.selected li {
  font-weight: normal;
}

div#navigationSecondLevelMenu li {
  border-top: 1px solid #CCCCCC;
  list-style-type: none;
  margin-left: 0px;
}

div#navigationSecondLevelMenu li.active li, div#navigationSecondLevelMenu li.selected li {
  border-top: 1px solid #EEEEEE;
}


/*****************************/  
/* LINK COLORS AND TREATMENT */
/*****************************/
a:link {
  color: #FF1500;
  text-decoration: none;
}

a:visited {
  color: #FF1500;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div#footer a:link, div#footer a:visited {
  /* color: #646464; */
  color: #FFFFFF;
  text-decoration: none;
}

div#footer a:hover {
  text-decoration: underline;
}

div#topMenu ul li a, div#languageMenu ul li a {
  /* color: #a9a9a9 !important; */

  /* Grüne farbe */
  /* color: #009900 !important; */
  color: #FFFFFF !important;
}

div#navigationFirstLevelMenu ul li a {
  color: #FFFFFF;
}

div#navigationFirstLevelMenu ul li a.selected, div#navigationFirstLevelMenu ul li a.active {
  /* background: #353535; */
  background: #FF1500;
}

div#navigationFirstLevelMenu ul li a:hover {
  background: url(../images/navButtonOverlay.png);
  text-decoration: none;
}

div#breadcrumb a {
  color: #5d5d5d;
  margin: 0px 4px 0px 4px;
}

div#breadcrumb span {
  margin: 0px 4px 0px 4px;
}

div#navigationSecondLevelMenu ul li a {
  color: #353535;
}

div#navigationSecondLevelMenu ul li a:hover {
  color: #3c8dd9;
  text-decoration: none;
}

div#header h1 a {
  color: #FFFFFF;
  text-decoration: none;
}


/******************/
/* FONT TREATMENT */
/******************/
body {
  /* font: 70%/1.6em Verdana, Geneva, sans-serif; */
  font-family: Verdana, Geneva, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 11px;
  line-height: 1.6em;
  color: #515151;
}

div#mainContent {
  font-size: 105%;
}

h1, h2, h3 {
  font-weight: bold;
  /* margin: 0.5em 0px 1em 0px; */
   margin: 1em 0px 1.2em 0px; 
  color: #353535;
}

h1 {
  font-size: 130%;
}

div#header h1 {
  color: #FFFFFF;
  /* font: 400% Georgia, "Times New Roman", Times, serif; */
  /* font: 200% Georgia, "Times New Roman", Times, serif; */
  font: 90% Georgia, "Times New Roman", Times, serif;
  margin-left: 20px;
  position: absolute;
  font-style: italic;
}

div.secondaryContentSection .csc-header h1, div.secondaryContentSection .csc-header h2, div.secondaryContentSection .csc-header h3 {
  color: #FFFFFF;
  background: #494949;
  padding: 6px 10px 6px 10px;
  margin: 0px 0px 1em -11px;
  width: 157px;
}

h2 {
  font-size: 130%;
}

h3 {
  font-size: 115%;
}

h4, h5 {
  font-size: 105%;
}

.csc-frame-frame1 {
  color: #353535;
}

p {
  margin-bottom: 1em;
}

blockquote {
  margin: 1em 0em 1em 2em;
  padding-left: 2em;
  border-left: 1px solid #CCCCCC;
}

div#footer {
  /* color: #646464; */
  color: #FFFFFF;
  margin-bottom: 40px; 
}

div#navigationSecondLevel h2 {
  margin-left: 12px;
  padding-top: 12px;
}



/*************/
/* SEARCHBOX */
/*************/
div#searchBox input.inputText {
  width: 100px;
}

div#searchBox {
  left: 10px;
  top: 189px;
  position: relative;
  width:  168px;
  height: 21px;
  background: url(../images/bg_searchInput.gif) no-repeat;
  margin-left: 8px;
}

div#searchBox input#inputText {
  float: left;
  padding: 1px 0px 2px 4px;
  margin: 2px 0px 0px 20px;
  border: 0;
  width: 110px;
  background: none;
  color: #515151;
}

div#searchBox input.inputButton {
  float: right;
  margin: 3px 4px 0px 0px;
  cursor: pointer;
}

div#searchBox legend {
  display: none;
}



/*********************************/
/* INDEXED_SEARCH - BASIC STYLING */
/*********************************/
.tx-indexedsearch .tx-indexedsearch-browsebox li {
  display: inline;
  margin-right: 5px;
}

.tx-indexedsearch-redMarkup {
  font-weight: bold;
}

.tx-indexedsearch .tx-indexedsearch-title {
  background: #e5e5e5;
  padding: 1px 5px 1px 5px;
}

div.tx-indexedsearch-res dt, div.tx-indexedsearch-res dt {
  float: left;
}

dl.tx-indexedsearch-info {
  font-size: 80%;
  color: #999999;
  text-transform: uppercase;
  line-height: 1.4em;
}

dt.item-crdate, dt.item-mtime, dt.item-path {
  font-weight: bold;
}

div.tx-indexedsearch-res {
  margin-bottom: 2em;
}

.tx-indexedsearch td {
  padding: 2px;
}

.tx-indexedsearch .tx-indexedsearch-searchbox {
}

input#tx-indexedsearch-searchbox-sword {
  width: 250px;
}

.tx-indexedsearch select {
  width: 156px;
}

.tx-indexedsearch label {
  display: block;
  margin-top: 1em;
  text-transform: uppercase;
  font-size: 90%;
}

.tx-indexedsearch legend {
  display: none;
  }
.tx-indexedsearch-search-submit {
  padding: 1em 0em 1em 0em;
}


/***************************/
/* TT_NEWS - BASIC STYLING */
/***************************/
.news-latest-item h3, .news-latest-item p {
  margin-bottom: 0px;
}

.news-list-subheader p {
  display: inline;
}

.news-list-item {
  padding: 0.4em 0em 1em 0em;
  clear: both;
}

.news-list-container img {
  float: left;
  margin: 0px 10px 10px 0px;
}

.news-single-img {
  float: left;
  margin: 0px 10px 10px 0px;
}

.news-list-category {
  font-size: 90%;
}


/************************/
/* THEME COLOR OVERIDES */
/************************/
.themeColorForeground {
  color: #F18F0B;
}

.themeColorBackground {
  background-color: #F18F0B !important;
}

div#header {
  /* background-color: #F18F0B; */
  background-color: #009900;
  border-left: 1px dotted #FFFFFF;
  border-top: 1px dotted #FFFFFF;
  border-right : 1px dotted #FFFFFF;
}

div#navigationFirstLevel {
  /* background-color: #F18F0B; */
  /* background-color: #EC2B18; */
  /* background-color: #009900; */
  background-color: #114488;
  border-left: 1px dotted #FFFFFF;
  border-right : 1px dotted #FFFFFF; 
}

div#navigationSecondLevelMenu ul li a:hover {
  color: #F18F0B;
}


/************************/
/* VE_Guestbook */
/************************/ 

.tx-veguestbook-pi1 h2.tx-guestbook-header {
  background: none repeat scroll 0 0 #666666;
  clear: both;
  color: #FFFFFF;
  display: block;
  font-size: 100%;
  font-weight: bold;
  padding: 10px 5px 10px 5px;
  width: 500px;
}

.tx-veguestbook-pi1 .tx-guestbook-left {
  /* background: none repeat scroll 0 0 #EFEFEF; */
   background: none repeat scroll 0 0 #FFFFFF; 
  float: left;
  min-height: 45px;
  padding: 8px 5px 8px 5px;
  /* width: 170px; */
  min-width: 160px; 
}

.tx-veguestbook-pi1 .tx-guestbook-right {
  background: none repeat scroll 0 0 #FFFFFF;
  float: left;
  padding: 8px 5px 8px 5px;
  /* width: 336px; */
  /* width: 250px; */
  min-width: 240px;
}

.tx-veguestbook-pi1 .tx-guestbook-left {
  /* height: 4em; */
   height: 3em; 
}

.tx-veguestbook-pi1 {
  /* font-size: 100%; */
  font-size: 12px;
}

div#header_image {

} 