/****************************************
 * TITLE: TIDAKAPAPA Screen Stylesheet  *
 * MODIF: 2005-Sep-30  16.00 GMT +0200  *
 * Neuste Version mit Hacks für IE      *
 ****************************************/


/* ##### Common Styles ##### */

*{							/* Universeller Selektor um unterschiedlichen Interpretation der Margin und */
  margin: 0;						/* Paddingwerte der Browser, oder besser gesagt an der unterschiedlichen    */
  padding: 0;						/* Ausgangswerten zu umgehen, somit gehen alle Browser von gleichen Werten  */	
}							/* aus und man muss sich zumindest darum keine Gedanken mehr machen.        */

body {
  color: black;
  background-color: white; 				/* rgb(240,240,240) Hintergrund Farbe, gilt auch für Sidebar, wenn nicht anderst definiert   */
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 100.01%;					/* Orginal 71%  Enables font size scaling in MSIE                           */
  margin: 0;
  padding: 0;
  min-width: 57em;
  width: auto ! important;				/** width: auto;*/
}

html > body {
  font-size: 1em;					/* Orginal 8.5pt                                                            */
}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;						/* ? Cursor                                                                 */
  margin: 0;
  padding: 0 0 0.4px 0;					/* Unterstrich bei Video                                                    */
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

.ital {
  font-size: 100%;
  font-family: verdana, helvetica, arial, sans-serif;
  font-style: italic;
}

.eyecatch {
  text-decoration: blink;
  font-weight: bold;
  font-size: 200%;
  color: red;
  margin-top: -1em;
  background-color: inherit;
  text-align: center;
  line-height: 300%;
}

.red {
  font-family: verdana, helvetica, arial, sans-serif;
  color: red;
  background-color: inherit;
}

.backgroundText {
  font-size: 140%;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-right: 30em;
  background-color: inherit;
}

.center {
  font-size: 100%;
  font-family: verdana, helvetica, arial, sans-serif;
  text-align: center;
  background-color: inherit;
}

.green {
  font-size: 100%;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: bold;
  color: lime;
  background-color: inherit;
}

.clearcontext {						/* Für den Mozilla  */
  display: table-cell;
  padding: 1em 1ex 1em 1ex;
}

* html .clearcontext {					/* Für den IE  */
  display: inline-block;

  padding: 1em 1ex 1em 1ex;
 }

* html > body .clearcontext {				/* Für den Mac  */
  display: table-cell;
  padding: 1em 1ex 1em 1ex;
 }

img.newresize {
  height: 2.5em;
  float: left;
  margin: -2.5em 0 0 12em;
}

* html img.newresize {					/* Für den IE um das grüne NEW richtig zu plazieren */
  height: 2em;
  float: left;
  vertical-align: top;
}

img.specialresize {
  height: 2.5em;
  float: left;
  margin: -2em 0 0 10.5em;
}

* html img.specialresize {					/* Für den IE um das grüne NEW richtig zu plazieren */
  height: 2em;
  float: left;
  vertical-align: top;
}

img.googlemap {
  width: 8em;
  margin: -0.8em 0 0.5em 2em;
  border: 0;
}

img.partners {
  display: block;
  border: 0;
  margin-left: auto;
  margin-right:auto;
}

#loaddiv {
  position: absolute;
  top: 280px;
  left: 260px;
  width: 250px;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  border: 4px groove rgb(120,94,79);
  background-color: rgb(231,176,71);
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  opacity: .75;
  filter: alpha(opacity=75);
}

/* ##### Newsroll Styles ##### */

/* border table for feed news */
.fd_bordertable {
  background-color: transparent; 
  padding: 0; 
}

/* maintable table for feed news */
.fd_maintable {
 border-width: 0;
 background: transparent;
}

/* header cell with header text and xml button */
.fd_header {
  padding: 0 0.7em 1em 0.7em; 
  font-weight: bold; 
  text-align: left;
  vertical-align: top;
}

/* item description area */
.fd_itemcell { 
  padding: 1em 0.7em 0.2em 0.7em;
  line-height: 1em; 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: blue; text-decoration: none; background-color: inherit; }
.fd_itemlink:visited { color: blue; text-decoration: none; background-color: inherit; }
.fd_itemlink:hover { color: #336699; text-decoration: none; background-color: inherit; }


/* header title link (leading to rss) */
.fd_headerlink, .fd_headerlink:visited, .fd_headerlink:hover {
  font-size: 1em;
  font-weight: bold; 	
}


/* item post date */
.fd_postdate { 
  color: #666666;
  font-style: italic;
  background-color: inherit;
}


/* ##### Header ##### */

#header {
}

.superHeader {
  color: white;
  background-color: rgb(100,135,220);
  height: 1.4em;
}

.superHeader a {
  color: white;
  background-color: inherit;
  text-decoration: none;
  font-size: 70%;
  padding: 0 0.5ex 0 0.5ex;
}

.superHeader .right {
  float: right;
  right: 1.5mm;
  top: 0em;
}

.superHeader a:hover {
  color: rgb(253,160,91);
  text-decoration: underline;
  background-color: inherit;
}

.midHeader {
  color: rgb(39,78,144);
  background-color: rgb(140,170,230);
}

* html .midHeader img {					/* Für den IE um den unteren Rand des Banner zu eliminieren */
  vertical-align: bottom;
}

.banner_right {
height: 120px;
float: right;
}

* html .banner_right {					/* Für den IE um den rechten Rand des Banner zu eliminieren */
   height: 120px;
   margin: 0 -3px 0 0;
}

.banner_left {
height: 120px;
align: left;
}

* html .banner_left {					/* Für den IE um den rechten Rand des Banner zu eliminieren */
   height: 120px;
   margin: 0 -3px 0 0;
}

.headerTitle {
  font-size: 330%;
  font-weight: normal;
  margin: 0 0 0 4mm;
  padding: 0.25ex 0;
}

.subHeader {
  color: white;
  background-color: white; /*rgb(0,51,153);*/
  margin: 0;
  padding: 0.3ex 1ex 0.5ex 1.5mm;
}

.subHeader a {
  color: white;
  background-color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  color: rgb(253,160,91);
  text-decoration: underline;
  background-color: inherit;
}

.subHeader .highlight {
  color: rgb(253,160,91);
  background-color: inherit;
}

/* ##### Side Bar Left ##### */

#side-bar {
  width: 15em;
  float: left;
  clear:left;							/* Orginal clear: left;                                                     */
  border-right: 1px solid rgb(153,153,153);
}

#side-bar div {
  border-bottom: 1px solid rgb(153,153,153);
}

.sideBarTitle {
  background-color: transparent;				/* Wird zum kontrollieren der Margin und Paddings gebraucht                 */
  font-size: 100%;
  font-weight: bold;
  margin: 0.2em 0.7em 0.5em 0.7em;				/* top-right-bottom-left */
  padding: 0.5em 0 0.5em 0;
}

#side-bar ul {
  background-color: transparent;				/* Wird zum kontrollieren der Margin und Paddings gebraucht                 */
  list-style-type: none;
  list-style-position: outside;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.7em 0;
}

#side-bar li {
  background-color: transparent;				/* Wird zum kontrollieren der Margin und Paddings gebraucht                 */
  margin: 0;
  padding: 0.1ex 0;						/* Umgeht ein Rendering Fehler (?) in MSIE 6.0                              */
}

#side-bar a, .thisPage {
  color: rgb(0,102,204);
  background-color: inherit;
  text-decoration: none;
  margin: 0;
  padding: 0.75em 1ex 0.75em 5mm;
  display: block;
}

.thisPage {
  color: black;
  background-color: white;
  padding-left: 4mm;
  border-top: 1px solid rgb(153,153,153);
  border-bottom: 1px solid rgb(153,153,153);
}

#side-bar a:hover {
  color: white;
  background-color: white; /*rgb(100,135,220);*/
  text-decoration: none;
}

.sideBarText {
  background-color: transparent;				/* Wird zum kontrollieren der Margin und Paddings gebraucht                 */
  margin: 0 0 1em 0;
  padding: 0 0.8em 0 0.8em;					/* Ausrichtung top-right-bottom-left                                        */
  display: block;
}

#side-bar .sideBarText a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
}

#side-bar .sideBarText a:hover {
  color: rgb(253,160,91);
  text-decoration: underline;
  background-color: transparent;
}

#side-bar .image a:hover {
  color: rgb(253,160,91);
  text-decoration: none;
}

.lighterBackground {
  color: inherit;
  background-color: white;
  margin: -0.2em 0 0 0;						/* Eliminiert oberer Rand margin: 0.2em 0 0 0                                */
}

/* ##### Side Bar Right ##### */

#side-bar-right {
  background-color: white;				/* Wird zum kontrollieren der Margin und Paddings gebraucht                 */
  width: 140px;					/* Sidebar Breite ex 140px*/
  float: right;
  border-left: 1px solid rgb(153,153,153);
}

.sideBarTextRight {
  background-color: white;				/* Wird zum kontrollieren der Margin und Paddings gebraucht                 */
  margin: 0.3em 0 0 0;
  text-align: center;
  padding: 0 0 0 0;					/* Ausrichtung top-right-bottom-left                                        */
  display: block;
}

.sideBarTextAdsense {
  background-color: transparent;				/* Wird zum kontrollieren der Margin und Paddings gebraucht                 */
  margin: 0.5em 0 0 0;
  text-align: center;
  padding: 0 0 0 0;					/* Ausrichtung top-right-bottom-left                                        */
  display: block;
}

#side-bar-right div {
border-bottom: 1px solid rgb(153,153,153);
}

/* ##### Contact Form ##### */

/* form styles */
.form{
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}

.formtable{
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3em;
}

.textfield{
  font-size: 1em;
  font-family: verdana, helvetica, arial, sans-serif;
  font-weight: normal;
}

.submit{
  font-size: 100%;
  font-weight: bold;
}

/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;
  line-height: 1.2em;						/* Orginal line-height: 1.5em;                                               */
  margin: 0 140px 0 15em;						/* Orginal margin: 140px;                                          */
  padding: 5px 15px 10px 15px;
  border-left: 1px solid rgb(153,153,153);								/* border-left: 1px solid rgb(153,153,153);                                  */
  border-right: 1px solid rgb(153,153,153);								/*******  float: left; Dieser Float setzt die zweite Spalte unter die erst im Safari und IE **/
}

#main-copy p {
  background-color: transparent;
  margin: 1em 1ex 2em 1ex;
  padding: 0;
								/* clear: left; macht Probleme im Internet Explorer                          */
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: inherit;
  text-decoration: none;
}

#main-copy a:hover {
  color: rgb(253,160,91);
  text-decoration: underline;
  background-color: transparent;
}

#main h1 {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;

}#main-copy h2 {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex;
}


#main-copy h3 {
  font-size: 100%;
  font-weight: bold;
  font-style: italic;
  margin: 0.5em 0 -1em  0;
  padding: 0.2ex 0 0 1ex;
}

#main-copy h4 {
  font-size: 100%;
  font-weight: bold;
  margin: 1em 0 0 0;
  padding: 0.2ex 0 0.3ex 1ex;
}

#main-copy .left {
  line-height: 1em;
  float: left;
  margin: 0 0 0 1ex;
}

#main-copy .right {
  text-align: right;
  line-height: 1em;
  margin: 0 1ex 0 0;
}

#main-copy .topOfPage {
  color: black;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 0.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 0.75ex 1ex 0 0;					/* Für voll Standard fähige User Agents                                      */
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

#main-copy ul {
  margin: 1em 0 0 0;
  padding: 0 0 0 10px;
}

#main-copy li {
  list-style-type: disc;
  margin: 0 2em 0 10px;
  padding: 0 0 0 10px;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 2em 2em;
  padding: 0;
}

/* ##### Footer ##### */

#footer {
  color: white;
  background-color: rgb(100,135,220);
  text-decoration: none;
  margin: 0;
  padding: 1em 2.5mm 2.5ex 2.5mm;
  clear: both;
}

#footer .left {
  line-height: 1em;
  font-size: 91%;
  float: left;
  clear: left;
}

#footer .leftsmall {
  margin: 1em 0 -1em 0;
  line-height: 1em;
  font-size: 70%;
  float: left;
  clear: left;
}

#footer .right {
  font-size: 91%;
  text-align: right;
  line-height: 1em;
}

#footer .rightsmall {
  margin: 1em 0 -1em 0;
  line-height: 1em;
  font-size: 70%;
  text-align: right;
}

#footer .top {
  font-size: 60%;
  text-align: center;
  line-height: 1em;
}

#footer a {
  color: white;
  background-color: inherit;
  text-decoration: none;
}

#footer a:hover {
  color: rgb(253,160,91);
  text-decoration: underline;
  background-color: inherit;
}

.pagecode {
	color: black;
	width: 98%;
	padding: 6px;
	margin: 8px 0px 8px 0px;
	border: 1px solid black;
	background-color: #ccc;
}
