/***********************************************

       herrmann@yellowlabel.de
        fuer typo3-thringen.de

    Juni 2008

***********************************************/

/*  basic colors:
  red: rgb(225,0,0); rgb(255,0,0);
  blue: rgb(27,131,183);

/*  reset  */
* {
  border: none;
  margin: 0;
  padding: 0;
}
h1 {
  margin-bottom: 1em;
  margin-top: 1em;
}
h2, h3, h4 {
  margin-bottom: .5em;
  margin-top: 1em;
}
p, ul, ol ,dl {
  margin-bottom: 1em;
}
ul, ol, dd {
  margin-left: 2em;
}
dt {
  margin: 1em 0 .5em;
}
ol {
  padding-left: 2em;
}
img {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: left;
}

/*  basic rules  */
html {
  min-height: 99.9%;
}
body {
  background-color: #fff;
  color: #000;
  font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
  font-size: 76%;
  min-height: 99.9%;
}



/*  boxes  */
#box {
  min-height: 99.9%;
}
#header {
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#header #metanav {
  margin: 20px 20px 20px 40px;
}

/* BEGINN lhayer 080623 */
#header #metanav ul {
  margin: 0;
  list-style-type: none;
}
#header #metanav ul li {
  display: inline;
  border-right: solid 1px #000;
  padding-right: 5px;
  margin-right: 5px;
}
#header #metanav ul li.last {
  border-right: none;
  padding-right: 0px;
  margin-right: 0px;
}
/* END lhayer 080623 */

#header #slogan {
  font-size: 2em;
  margin: 20px 20px 20px 40px;
}
#header #logo {
  position: absolute;
  right: 40px;
  top: 20px;
}

#innerbox {
  margin-top: 140px;
  padding: 0 40px;
}

#menu {
  float: left;
  width: 17%;
}
#content {
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  float: left;
  min-height: 100%;
  padding: 0 2% 0 2%;
  width: 55%;
}
#mcol {
  float: left;
  font-size: .9em;
  min-height: 100%;
  padding: 100px 0 0 2%;
  width: 18%;
}



/*  Elements  */
h1 {
  font-size: 1.5em;
}
h1.csc-firstHeader {
  color: rgb(225,0,0);
  margin-top: 0;
}
h2 {
  font-size: 1.3em
}
h3 {
  font-size: 1.1em;
}
h4 {
  font-size: 1em;
}
p {
  line-height: 150%;
}




/*  Links  */
a:link, a:visited {
  color: rgb(27,131,183);
  text-decoration: none;
}
a:focus, a:hover, a:active {
  text-decoration: underline;
}
/* interim: */
.news p a:link, .news p a:visited {
  color: #000;
}


/*  Hauptnavigation:  */
#menu ul {
  list-style-type: none;
  margin-bottom: .5em;
  margin-left: 0;
}
#menu ul ul {
  margin-left: 1.5em;
}
#menu li {
  margin-bottom: .5em;
}
#menu a + ul {
  margin-top: .5em;
}
#menu .no a:link, #menu .no a:visited,
#menu .cur .no a:link, #menu .cur .no a:visited {
  color: rgb(225,0,0);
  font-weight: normal;
  text-decoration: none;
}
#menu .no a:focus, #menu .no a:hover, #menu .no a:active {
  text-decoration: underline;
}
#menu .cur a:link, #menu .cur a:visited {
  color: #888;
  font-weight: bold;
}
#menu h4 {
  text-align:center;
  width:170px;
}



form {
  margin: 0px;
  padding: 0px;
}

fieldset {
  padding:1em;
  border: 1px solid #aaa;
}

legend {
  font-weight:bold;
  padding:0 1em;
}
form dl dt,
form dl dd {
  height:1.8em;
}

form ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

form ul li {
  display:block;
  margin-bottom: 1em;
}
form ul li label {
  display:block;
  width: 160px;
  float:left;
}

form dl dt {
  display:inline;
}
form dl dt label {
  display:block;
  width:160px;
  float: left;
  clear: left;
}
form dl dd {
}
form dl dd br {
  clear: both;
}
textarea,
input[type = "text"] {
  background-color: #f0f0f0;
  border: 1px solid #aaa;
}

/* input */
input.unsubscribe,
input.subscribe {
  background-color: #D6D6D6;
  border:0;
  cursor: hand;
  font-size:0.9em;
  padding: 0.2em 0.1em;
}
*html input[type=submit] {
  margin:1px 0 0 0;
  m\argin:1px 0 0 0;
  vertical-align: top;
  v\ertical-align: top;
}

/*input[type=checkbox],
input[type=radio],
input[type=password],
input[type=text],
select,
textarea,
textarea.text,*/
input.email {
  border: 1px dotted black;
  color: black;
  font-size:0.9em;
  vertical-align: middle;
  width: 124px;
}






.tx_logicalform_pi1-captcha {
  padding-top: 3em;
  clear: both;
}


.tx-majordomo-pi1 form {
  padding-top:0.4em;
  text-align:center;
  clear:both;
  height:2em;
  width:170px;
}
.tx_logicalform_pi1 dl dt {
  width:160px;
  display: block;
  margin:.2em 0 0 0;
}

.tx-majordomo-pi1 form input.email {
  width: 170px;
}

.tx-majordomo-pi1-button_left {
  float:left;
  padding-top:0.4em;
  width:49%;
  text-align:left;
}
.tx-majordomo-pi1-button_right {
  text-align:right;
  padding-top:0.4em;
  float:right;
  width:49%;
}
.tx-majordomo-pi1-button_left {
  margin-left:5%;
  width:44%;
}
.tx-majordomo-pi1-button_right {
  margin-right:5%;
  width:44%;
}