/***********************************************************************/
/* LAYOUT: BlackVinnie                                                 */
/***********************************************************************/

/* $LastChangedRevision: 16 $ */

/***********************************************************************/
/* FORMEN                                                              */
/***********************************************************************/

/* Scrollbar erzwingen */
html {
	/*height:						100.1%;*/
}

a img {
	border: 0;
}

.main {
	width: 780px;
	/*height: 450px; /* für IE */
	min-height: 500px; /* für FF */
	margin: 30px auto 0 auto;
	border-width: 5px;
	border-style: solid;
	padding: 10px;
}

div.navigation ul {
	margin: 0; /* lists haben im IE und FF einen margin. im FF nur oben und unten im IE überall */
	margin-top: 30px;
	padding: 0; /* lists haben im FF ein padding. */
	list-style-type: none; /* gehört in die list und nicht ins listitem */
	text-align: center; /* menuitems in der Mitte */
}
div.navigation li {
	display: inline; /* menuitems werden nebeneinander dargestellt */
	padding: 0;
}
div.navigation a {
	margin: 5px;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	text-decoration: none;
}

div.content {
	margin: 0;
	padding: 20px;
}

/* Styles für die Gallerie */
table.gallery_index,
table.gallery_album {
	width: 100%;
}
table.gallery_index td,
table.gallery_album td {
	text-align: center;
	vertical-align: middle;
	padding: 20px;
}
table.gallery_index td.image {
}
table.gallery_index img,
table.gallery_album img {
	border-width: 1px;
	border-style: solid;
	padding: 10px;
}

div.footer {
	margin: 10px auto;
	width: 70%;
}

span.debug {
  float:right;
  font-size: 7pt;
	letter-spacing: 0;
}

span.icon img {
	border: 0;
}

/* action */

div.action {
	width: 100%;
	text-align: center;
}

div.action input {
	width: 30%;
	border-width: 1px;
	border-style: solid;
	border-color: white;
}
