/* 

CSS for Typo3 Template reihe1.at
comixtrip@treiet61.at

colors:
  green: #8FD80F
  blue:  #1C60A8
  red: #ac1800
 */
 
body {
  padding: 0px;
  background-color: orange;
  /* background-image: url(webpics/bg.jpg); */
  color: #5a5a5a;
  margin: 0px;
  
  font-family: Tahoma, Helvetica, Verdana, sans-serif;
  text-align: center;
}


A {
  text-decoration: none;
  color: #5a5a5a;
}

A:visited
{
  text-decoration: none;
  color: #5a5a5a;
}

A:hover {
  text-decoration: none;
  color: #1C60A8;

}

span.detail {
  color: #8FD80F;
}

span.name-of-person {
  color: #1C60A8;
}

hr {
  border: 1px solid #8FD80F;
  width: 98%;
}

table {
  padding: 0px;
  margin: 0px;
  font-size: 11px;
}

table tr {
  padding: 0px;
  margin: 0px;
}

table td {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  /* border-bottom: 1px solid #DDDDDD; */
}

p.bodytext {
  vertical-align: top;
  padding: 0px;
  margin: 0px;
  line-height:1.3em;
}

hr.clearer {
  border-top: 1px solid #8FD80F;
  height: 1px;
}
#google_box {
width=90%;
}
#infobox {
  margin-top: 20px;
  top: 10px;
}

#infobox * td {
  padding: 10px;
}

#infobox A {
  color: white;
}

#infobox A:hover {
  color: white;
}


#wrapper {
  
}

#header {
  position: relative;
  top: 25px;
  margin: 0 auto;
  width: 800px;
  height: 100px;
  
  background-color: white;
  text-align: left;

  z-index: 10;
  text-align: left;

  border-bottom: 2px solid #DDDDDD;

  

}

#headerlogo {
  position: relative;
  top: -55px;
  margin: 0 auto;
  width: 800px;
  height: 100px;
  
  background-color: transparent;
  text-align: left;

  z-index: 11;

}

html>body #headerlogo {
  position: relative;
  top: -55px;
  left: -325px;
  margin: 0 auto;
  width: 150px;
  max-width: 150px;
  overflow: hidden;
  height: 100px;
  
  background-color: transparent;
  text-align: left;  
}

#headerlogo img {
  z-index: 12;
  /* z-index: 100; */
}

#headermenu {
  position: absolute;
  left: 155px;
  width: 720px;
  top: 85px;
  text-align: left;
  margin: 0 auto;
  
  background-color: transparent;
  z-index: 10;
  
  /* display: none; */
}


.headermenuitem {
  position: relative;
  font-size: 12px; 
  font-weight: bold;
  color: #5a5a5a;
  padding-right: 20px;
  
  margin: 0 auto;
  z-index: 10;
  
}

.headermenuitemupper {
  position: relative;
  left: -20px;
  font-size: 9px;
  color: #1C60A8;
  bottom: 5px;
  z-index: 10;
  
  font-weight: bold;
  
}


#headersmallmenu {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 500px;
  text-align: right;
  
  font-size: 9px;
  font-weight: bold;
  color: #5a5a5a;
  z-index: 10;
 
  margin: 0 auto;  
  
  /* display: none; */
}

#headersmallmenu a {
  color: #5a5a5a;
  text-decoration: none;
  margin: 0 auto;  
  z-index: 10;
  
}

#headersmallmenu span {
  margin-left: 15px;
  z-index: 10;
  
}

#slogan {
  padding: 5px;
  padding-right: 0px;
  color: #8FD80F;
  font-weight: bold;
  font-size: 10px;
  
}

#marquee {
  position: absolute;
  margin: 0 auto;
  width: 780px;
  top: 126px;
  
  height: 15px;
  color: white;
  background-color: transparent;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;

  font-size: 11px; 
  font-weight: bold;
}

html>body #marquee {
  position: relative;
  margin: 0 auto;
  width: 800px;
  top: -75px;
  
  height: 15px;
  color: white;
  background-color: transparent;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;

  font-size: 11px; 
  font-weight: bold;
}

#content {
  position: relative;
  top: -59px;
  margin: 0 auto;
  width: 800px;
  height: 650px;
  max-height: 650px;
  overflow: visible;
  
  background-color: white;

  border-top: 2px solid #5a5a5a;
  z-index: 1;
  text-align: left;
  
}

html>body #content {
  position: relative;
  top: -75px;
  margin: 0 auto;
  width: 800px;
  height: 650px;
  max-height: 650px;
  overflow: visible;
  
  background-color: white;

  border-top: 2px solid #5a5a5a;
  z-index: 1;
  text-align: left;
  
}

#content_begin {
  display: none;
}

#content_bottom {
  position: absolute;
  width: 800px;
  bottom: 0px;
  background-color: white;

  display: none;
}


#center {
  position: relative;
  top: 0px;
  left: 145px;
  width: 495px;
  
  margin: 0 auto;
  
  max-height: 600px;
  height: 600px;
  overflow: auto;
  padding: 5px;
  
  padding-top: 23px;
  padding-right: 2px;
  padding-left: 10px;
  
  font-size: 12px;
}

html>body #center {
  position: absolute;
  top: 0px;
  left: 150px;
  width: 479px;
  
  margin: 0 auto;
  
  max-height: 600px;
  height: 585px;
  overflow: auto;
  padding: 5px;
  
  padding-top: 10px;
  padding-right: 2px;
  padding-left: 10px;
  
  font-size: 12px;
}

#center A {
  font-weight: bold;
}

#center p {
  padding-top: 0px;
  margin-top: 4px;
  margin-bottom: 9px;
  
}

#center h1 {
  font-size: 17px;  
  color: #1C60A8;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 9px;
}

#center h2 {
  font-size: 14px;
  font-weight: bold;
  color: #444444;
  padding: 0px;
  margin: 0px; 
  margin-top: 0px; 
  padding-bottom: 0px;
  margin-bottom: 3px;  
}

#center h3 {
  font-size: 13px;
  font-weight: bold;
  color: #1C60A8;
  padding-bottom: 0px;
  margin-bottom: 3px;  
  padding-top: 5px;
  margin-top: 0px;    
}

#center h4 {
  font-size: 12px;
  font-weight: bold;
  color: #444444;
  margin-bottom: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
}

#center h6 {
  font-size: 13px;
  color: #8FD80F;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  margin-bottom: 8px;
}

/* Transfer Header ohne Zeilenabstand */
#transfer {
  padding: 0px;
  margin: 0px;
}


#center ul {
  list-style: disc outside;
  padding-left: 7px;
  margin-left: 25px;
  padding-top: 0px;
  margin-top: 3px;
  margin-bottom: 10px;
}


#center ul li {
  margin-bottom: 4px;
  list-style-image:url(webpics/list_arrow.gif);
}

#center ol {
  padding-left: 0px;
  margin-left: 25px;
  padding-top: 0px;
  margin-top: 3px;
  margin-bottom: 10px;
  
}

#center ol li {
  margin-bottom: 4px;
}


#left { 
  position: absolute;
  margin: 0px;
  left: 0px;
  top: 0px;
  width: 147px;
  height: 600px;
  min-height: 600px;
  padding-top: 0px;
  border-right: 2px solid #8FD80F;
  font-size: 12px;
}

#left ul {
  list-style: disc outside;
  padding-left: 0px;
  margin-left: 25px;
  padding-top: 0px;
  margin-top: 3px;
  margin-bottom: 10px;
}


#left ul li {
  margin-bottom: 4px;
  list-style-image:url(webpics/list_arrow_b.gif);
}

#left ol {
  padding-left: 0px;
  margin-left: 25px;
  padding-top: 0px;
  margin-top: 3px;
  margin-bottom: 10px;
  
}

#left ol li {
  margin-bottom: 4px;
}


#left h2 {
  font-size: 10px;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

#left h2.csc-firstHeader {
  font-size: 13px;
  padding: 5px;
  padding-top: 20px;

  

}

#left div.csc-header {
  font-size: 10px;
  padding: 0px;
  margin: 0px;
}

#left h4 {
  padding-left: 5px;
}

#leftcontent {
  /* display: none; */
  position: relative;
  top: 2px;
  left: -13px;
}


#submenu {
  position: relative;
  top: 5px;
  line-height: 20px;
  padding-left: 8px;
}

.submenuitem {
  color: #1C60A8;
  font-weight: bold;
  margin-bottom: 3px;
}


.submenuitem A {
  color: #5a5a5a;
  font-weight: bold;
}

.submenuitem A:hover {
  color: #8FD80F;
  font-weight: bold;
}

.submenusmallitem {
  padding-left: 5px;
  padding-bottom: 10px;

}


.submenusmallitem A {
  font-size: 11px;
  color: #5a5a5a;
  line-height: 100%;
}

.submenusmallitem A:hover {
  font-size: 11px;
  color: #8FD80F;
  line-height: 100%;
}


#right {
  position: absolute;
  margin: 0px;
  left: 640px;
  top: 0px;
  width: 147px;
  height: 600px;
  min-height: 600px;
  padding-top: 0px;
  padding-left: 0px;
  border-left: 2px solid #8FD80F;
  font-size: 11px;
}

#rightcontent {
  
}

#image_right {
  /* display: none; */
}

#feedbacks {
  padding-left: 5px;
  margin-top: 5px;
}
#google {
  padding-left: 5px;
  margin-top: 5px;
}
#right A {
  color: #5a5a5a;
}

#right A:hover {
  color: #8FD80F;
}

#right h1 {
  font-size: 12px;  
  color: #5a5a5a;
  font-weight: bold;
}

#right .csc-subheader-1 {
  font-size: 12px;
  color: #5a5a5a;
  font-weight: bold;
}

#right h2 {
  font-size: 11px;
  font-weight: bold;
  color: #444444;
}

#right h3 {
  font-size: 11px;
  font-weight: bold;
  color: #5a5a5a;
}

#right h6 {
  font-size: 11px;
  font-weight: bold;
  color: #5a5a5a;
  padding: 0px;
  margin: 0px;
  margin-bottom: 3px;
}


#right input {
  font-size: 10px;
  font-weight: normal;
  
  z-index: 101;
  border: 1px solid #444444;
  max-width: 90px;
}

.csc-mailform {
  position: relative;
  
  line-height: 150%;
  text-align: right;
}

.csc-mailform div {
  margin-bottom: 5px;
}


#footer {
display: none;
}



#login {
  position: relative;
  left: 1px;
  height: 90px;
  max-width: 130px;
  /* overflow: hidden; */
  top: 25px;
  font-size: 11px;
  color: white;
  background-color: #EEEEEE;
/*  
  background-image: url(ie_FILES/login.gif);
  background-repeat: no-repeat;
*/
  z-index: 101;
  
  text-align: center;
  
  /* display: none; */
  
  padding-left: 5px;
}

#login input {
  font-size: 10px;
  font-weight: normal;
  
  z-index: 101;
  border: 0px;
  
  max-width: 90px;
}

#login h1 {
  font-size: 10px;
  font-weight: normal;
  color: #1C60A8;
  padding: 0px;

  margin: 0px;
  margin-top: 3px;  
  margin-bottom: 3px;
}

#login h3 {
 font-size: 11px;
 margin: 0px;
 padding: 0px;
 color: red;
 margin-bottom: 3px;
}


#login table {
  margin: 0 auto;
}






.tx-newloginbox-pi1 {
  z-index: 101;
  
  padding-left: 5px;
  
  /* display: none; */
}

.tx-newloginbox-pi1 h4 {
  
}


.tx-newloginbox-pi1 h3 {
 font-size: 11px;
 margin: 0px;
 padding: 0px;
 color: black;
 font-weight: bold;
}

.tx-newloginbox-pi1 input {
 font-size: 11px;
 margin: 0px;
 padding: 0px;
 color: black;
 border: 2px solid #444444;
 width: 100px;
}



.tx-newloginbox-pi1 table {
 font-size: 11px;
 margin: 0px;
 padding: 0px;
 color: black;
 
 max-width: 100px;
}

.tx-newloginbox-pi1 p {
 font-size: 11px;
 margin: 0px;
 padding: 0px;
 color: black;
 margin-bottom: 3px;  
}

.tx-newloginbox-pi1-submit {
  width: 60px;
  margin-left: 0px;
  font-size: 11px;
  border: 1px solid black;
  background-color: #8FD80F;
}

.tx-newloginbox-pi1-logout_submit {
  width: 60px;
  margin-left: 0px;
  font-size: 11px;
  border: 1px solid black;
  background-color: #8FD80F;
}

.news-list-date {
  display: none;
}

.news-list-morelink {
  text-align: right;
  padding-right: 10px;
}

#center .news-list-morelink {
  display: none;
}

.news-list-item h3 {
  padding-bottom: 0px;
  margin-bottom: 5px;
}

.news-list-item p {
  padding-top: 0px;
  margin-top: 5px;
}

.news-list-item A {
  color: #1C60A8;
}


.csc-uploads {
  top: 10px;
}

.csc-uploads-fileSize {
  font-size: 11px;
  font-weight: bold;
}

.csc-uploads-description {
  font-size: 11px;
  margin-bottom: 20px;  
  padding-bottom: 5px;
  border-bottom: 1px solid #8FD80F;
  margin-top: 10px;
  
}

.csc-uploads-fileName a {
  font-size: 13px; 
  font-weight: bold;
  width: 400px;
  border: 1px solid #444444;
  background-color: #EEEEEE;
  padding: 5px;
}

.tx-advCaledar-pi1 img {
  display: none;
}


table.csc-uploads tr-odd {
  border: 0px;
}


fieldset.survey_item {
  border: 0px;
  max-width: 400px;  

}

div.question {
  font-size: 13px;
  font-weight: bold;
  color: #1C60A8;
  padding-bottom: 0px;
  margin-bottom: 3px;  
  padding-top: 0px;
  margin-top: 10px;    
  left: -5px;
  padding-left: 0px;
  margin-left: 0px;
  width: 100%;
}

.questionNumber {
  display: none;
}


#frmPbSurvey * h1 {
  font-size: 13px;
  font-weight: bold;
  color: #1C60A8;
  padding-bottom: 0px;
  margin-bottom: 3px;  
  padding-top: 10px;
  margin-top: 0px;   
}

#tx-pbsurvey-pi1 {
  max-width: 400px;
}

input {
  padding-left: 10px;
  padding.right: 10px;
  font-size: 11px;
  font-family: Verdana, Helvetica, sans-serif;
}

#print {
  position: absolute;
  width: 800px;
  
  bottom: 15px;
  margin: 0 auto;
  
  font-size: 10px;
  font-weight: bold;
  
  text-align: center; 
}

#print A {
  color: #8FD80F;
}

.important {
text-decoration:underline; 
}