/* Cascading Style Sheet für Projekt MIGRANTEN  */

html, body
{
  margin:0;
  padding:0;
  overflow:hidden;
  background:#E6E6E6;
  color:#000000;
  overflow:auto;
}

/* Container Inhalt */

#fensterbg
{
  position: fixed;
  margin-left:30px;
  width:700px;
  height:100%;
  background:#FFFFFF;
}

#fenster
{
  position: absolute;
  margin-left:30px;
  width:700px;
  height:100%;
  background:#FFFFFF;
}
/* Container Navigation */

#navi
{
  height:120px;
  background:#fff url(images/bg_navi.gif) no-repeat;
}

#inhalt
{
  margin-top:25px;
  height:455px;
}

/* Hauptmenü plus MOver*/

#menu a {
   position: absolute;
   height: 20px;
   top: 100px; 
   text-decoration: none;
   }

#menu a i { visibility: hidden; }

a#home {  left:50px; width:73px; background-image: url(images/100a.gif); }
a#galerie { left:160px; width:52px; background-image: url(images/200a.gif); }
a#aktuell { left:249px; width:166px; background-image: url(images/300a.gif); }
a#kontakt { left:452px; width:149px; background-image: url(images/400a.gif); }
a#right { left:650px; top:310px; width:50px; height:50px; background-image: url(images/right_a.gif); }
a#left { left:0px; top:310px; width:50px; height:50px; background-image: url(images/left_a.gif); }

a#home:hover { background-image: url(images/100b.gif); }
a#galerie:hover { background-image: url(images/200b.gif); }
a#aktuell:hover { background-image: url(images/300b.gif); }
a#kontakt:hover { background-image: url(images/400b.gif); }
a#right:hover { background-image: url(images/right_b.gif); }
a#left:hover { background-image: url(images/left_b.gif); }

a#home_active {  left:50px; width:73px; background-image: url(images/100b.gif); }
a#galerie_active { left:160px; width:52px; background-image: url(images/200b.gif); }
a#aktuell_active { left:249px; width:166px; background-image: url(images/300b.gif); }
a#kontakt_active { left:452px; width:149px; background-image: url(images/400b.gif); }

.content
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  color:#000000;
    text-align:justify;
	margin-top:0px;
}

.content strong
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  color:#000000;
  font-weight:bold;
}

.content a 
{
   color:#40C0F1; 
   text-decoration: none;
/*   background:#FFFFFF;    */
}

.content a:hover
{
   color:#40C0F1; 
   text-decoration: underline;
/*   background:#EDF2E9;   */
}

.content img
{
border: solid 0px #ffffff; padding: 0px; background: #fff;
margin: 0px 0px 10px 0px;
}

.table
{
padding-left:20px;
padding-right:20px;
padding-top:15px;
padding-bottom:10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
  color:#FFFFFF;
  font-weight:bold;
  text-align:justify;
  background:#40C0F1;
}

.table strong
{
  font-size:18x;
  line-height:16px;
  color:#FFFFFF;
  font-weight:bold;
}

.table a 
{
  font-family: Arial, Helvetica, sans-serif;
   color:#FFFFFF; 
   text-decoration: none;
/*   background:#FFFFFF;    */
}

.table a:hover
{
   color:#FFFFFF; 
   text-decoration: underline;
/*   background:#EDF2E9;   */
}
.headline
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:17px;
  line-height:17px;
  color:#507F27;
  font-weight:bold;
/*  text-transform:uppercase;  */
/*  letter-spacing:2px;  */
}

.headline strong
{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:17px;
  color:#507F27;
  font-weight:bold;
}

.footer
{
  color:#7F7F7F;
}

/* Misc */




/* Preloader für MOver */

#css_imageloader{
position:absolute;
top:0;
left:0;
height:0;
width:0;
overflow:hidden;
display:none;
}

#css_imageloader img{
position:absolute;
top:0;
left:0;
height:0;
width:0;
overflow:hidden;
}