/* layout for seven-star-tattoo.de */
/* parts borrowed from zeldman.com and others... */
/* Last updated 09/2006 */

html {
  /* min-width: 610px; */
  height: 100%;
  }

body {
  height: 100%;
  margin:0;
  padding:0;
  border: 0;
  font: small/normal Geneva, Arial, Helvetica, sans-serif;
  }

a {font-weight: bold; text-decoration:none; }
a:link {color: #000000;}
a:visited {color:#666666;}
a:hover {color: #FFFFFF;}
a:active {background-color:#999999;}

#wrapper {
	min-width: 610px;
	padding:0;
	border: 0;
	text-align: center;
	width: 100%;
	margin: 0;
  }

#header {
  margin: 0;
  padding:0px;
  position: relative;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  height: 57px;
  }

#header a:link, h1 a:visited  {
  text-decoration: none;
  }

#gallery_menu {
  margin: 0;
  padding: 0;
  height: 1.3em;
  width: 100%;
  background-color: #E0E0E0;
  text-align: right;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  }

#gallery_menu ul {
  position: relative;
  font-size: x-small;
  width: 99%;
  margin: 0px 1em 0px 0px;
  padding: 0px;
  height: 1em;
  top: 0px;
  }

#gallery_menu li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline;
  visibility: visible;
  text-align: right;
  }


#content {
	background-color: #00CC99;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0px;
	text-align: left;
	clear: none;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
  }

  #footer {
		font-size: x-small;
	position:fixed;
	bottom:0px;
	background:#E0E0E0;
	text-align:center;
	padding:4px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
  }

/* IE Star-HTML-Hack */
* html, * html body {
  height: 100%;
  overflow: hidden;
  }

* html #wrapper {
  width: 100%;
  height:95%;
  overflow:auto;
  }

* html #header {
  padding:0;
  margin:0;
  height: 57px;
  }

* html #gallery_menu {
  margin: 0px;
  }


* html #content {
  	margin: 10px auto;
}

* html #footer {
  height: 1%;
  text-align:center;
  padding-top:1%;
  }

