/****************
   Zedelwerk 
   Main Styles
****************/

@import url(menu.css);
@import url(homepage.css);
@import url(menupage.css);
@import url(textpage.css);
@import url(imagepage.css);
@import url(sitemap.css);
@import url(zeitleiste.css);

html {
  min-height:100%;
}

body {
  min-height:100%;
  min-width:968px;
  margin:0;
  padding:0;
  background-color:#707172;
  background-image:url(../img/copyright.gif);
  background-position:left bottom;
  background-repeat:no-repeat;
  /*font-family:Verdana, Arial, Helvetica, sans-serif;*/
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:10px;
}

img {border:none;}

div#logo img {
  padding:16px 407px 0 407px;
}

div#logoPrint {
  display:none;
}

div#content {
  width:780px;
  padding:60px 0 30px 188px;
  margin:0 auto;
  font-size:1em;
}

div#flash {
 width:100%;
 height:514px;
 margin:0 auto;
 padding:20px 0 30px 0;
}

div#backToHome {
  position:absolute;
  top:424px;
  left:22px;
  z-index:20;
}

div.cleaner {
  clear:both;
  height:0;
}

/* Flash Intro Button on Homepage */
#button {
  clear:both;
  width:446px;
  margin:0 auto;
  padding-top:30px;
  font-family:Georgia, "Times New Roman", Times, serif;
}
#button a, 
#button a:link,
#button a:visited {
  display:block;
  float:right;
  font-size:10px;
  width:90px;
  line-height:24px;
  text-align:center;
  color:#FFFFFF;
  margin:0;
  padding:0;
  background-color:#000000;
  border:1px solid #FFFFFF;
  text-decoration:none;
  font-weight:bold;
}
#button a:hover,
#button a:active {
  color:#ff9900;
  background-color:#FFFFFF;
  border:1px solid #ff9900;
}

