body {background-color: #808080;
      text-align: justify;
      margin: auto;
      margin-top: 20px;
      font-family: Verdana, sans-serif;
      font-size: 10pt;
      line-height: 120%;
      color: #ffffff;
}

div.header {height: 226px;
            border: 0px solid red;
            margin-top: -55px;             
}

*html div.header {margin-top: -52px;
}


*+html div.header {height: 155px;
                   border: 0px solid red;
}


div#main {/* position: relative; top: 60px; left: 0px; */
	border: 0px solid blue;
	text-align: left;
        margin: auto;
        width: 800px;
        background: url(../images/background.jpg) 0% 0% repeat-y;
}

div.balken {
	border: 0px solid green;
}

div.mybody {border: 0px solid black;
            
}


*html div.mybody {height: 303px;
                  position: relative; top: -135px;
}


*+html div.mybody {border: 0px solid blue;
                   position: relative; top: -64px;  
                              
}


div.footer {clear: left;
            border: 0px solid green;
           /* margin-bottom: 250px; */
}

*+html div.footer {margin-bottom: -5px;
}

*html div.footer {margin-bottom: -5px;
}

div.menue {position: relative; top: 15px; left: 0px;
           float:left;
           width: 160px;
           border: 0px solid green;
           /* z-index: 99; */
}

*+html div.menue {position: relative; top: 90px; left: 0px;
                  height: 130px;
                  z-index: 98;
}

*html div.menue {position: relative; top: 10px;
                 height: 130px;
                 z-index: 98;
}

div.content {border: 0px solid red;
             border-bottom: 0px dotted yellow;
             height: 290px;
             /* margin-top: -2px; */
             /* position: relative; left: -160px; */ /* für IE8 */
             background: url(../images/content.jpg); /* für IE8 */
             
}



div.content_3 {border: 0px solid yellow;
}

div.content_1 {position: relative; top: 20px; left: 60px;
               float:left;
               width: 330px;
               border: 0px solid green;
               /* margin-bottom: -270px; */
               
}



div.content_2 {margin-left: 210px;
               border: 0px solid blue;
}



a {color: #ffffff;
   text-decoration: none;
   list-style-type: none;
}

a:hover {text-decoration: underline;
}

.active a {text-decoration: underline;
}

ul {list-style-type: none;
}


fieldset.Publishing {display: none;
}
fieldset.Metadata {display: none;
}

div.content_1 .contentheadingnewsflash {height: 100%;
                                        background: #bbbbbb;
                                        width: 100%;
                                       }

td.buttonheading img{border: 0px solid #661400;
                               }

div.content_1 .contentpaneopennewsflash {height: 100%;
                                         background: #eeeeee;
                                         width: 350px;
}

div.content_1 form ul li a{display: none;
}


/**************************************************************************************\
 * von Thomas hinzugefügt:                                                            *
\**************************************************************************************/

/*************\
 * ALLGEMEIN *
\*************/
body#iframe {
	background: #660066;    /* alle iFrames sollen standardmässig die Hintergrundfarbe des content haben. */
}


/***********\
 * TWITTER *
\***********/

/********************************************************** letzte Meldung im DIV */
div#twitter_div {border: 0px solid #521453;
                 position: relative; top: 158px; left: 40px;
	         width: 520px;
                 height: 50px;
	         text-align: left;
	         z-index: 99;

}

ul#twitter_update_list {
	color: #521453;
}

/********************************************************** alle letzte Meldung im iFrame*/
div#twitter_div_content-iframe ul#twitter_update_list {
	color: white;
	list-style-type: circle;
}


div#twitter_div_content-iframe ul#twitter_update_list li a {
	color: gray;
}


/******************\
 * DATEI-ANHAENGE *
\******************/

div.attachmentsList table caption{  /* Titel "Attachment" oberhalb der Tabelle */
  color: #660066; /* Hintergrundfarbe, damit der Titel nicht zu sehen ist */
}

div.attachmentsList table th { /* Felder der Tabelle mit den Spaltenueberschriften */
	background: #882288; /* etwas heller als Hintergrundfarbe */
}

div.attachmentsList table td{ /* Felder der Tabelle mit den Inhalten */
	background: #660066; /* etwas heller als Hintergrundfarbe */
}



/******************\
 * KONATKFORMULAR *
\******************/

div#component-contact input.inputbox {
        width: 310px;
}

div#component-contact textarea#contact_text {
        width: 310px;
}




/*************\
 * GAESTEBUCH (in Vorbereitung )*
\*************/

div#easybook {
        background: #660066;
}

div#easybook div.easy_frame {
        background: #660066;
}

div#easybook div.easy_top {
        background: #882288;
}

div#easybook div.easy_content {
        background: #660066;
}

/*
<h2 class="componentheading">Selma Garcia - Gästebucheintrag</h2>
<a class="view" href="/cms/index.php?option=com_easybook&amp;view=entry&amp;layout=form&amp;Itemid=6">
<strong>Gästebuch lesen<img src="/cms/components/com_easybook/images/book.png" alt="Gästebuch lesen:" class="png" style="vertical-align: middle;" width="16" border="0" height="16"></strong></a>
<br>
<br>

<script type="text/javascript">
	function x () {
    	return;
	}
 
 	function gb_smilie(thesmile) {
   		document.gbookForm.gbtext.value += " "+thesmile+" ";
    	document.gbookForm.gbtext.focus();
  	}
  	
	</script>
<form name="gbookForm" action="" target="_top" method="post">
*/