/******************** Reset ********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color: #808080;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
	
/******************** General ********************/

html {
	font-family:Trebuchet MS,Helvetica,sans-serif;
	font-size:16px;
	line-height:30px;
}

br {
	display:block;
	line-height:15px;
	margin-bottom:15px;
}

h1 {
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:3px;
	word-spacing:7px;
}

h2 {
	font-weight:bold;
	color:#000000;
	margin:15px 0 15px 0;
}

h3 {
	color:#000000;
}

p {
	margin:0 0 30px 0;
	clear:both;
}

a {
	color:#D98815;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a[name] {
	color:#000000;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

#content ul {
	list-style-type:disc;
	margin-left:30px;
}

ol {
	list-style-type:lower-roman;
	margin-left:30px;
}

table {
}

table tr {
	line-height:29px;
}

table tr th {
	font-style:italic;
	border-bottom:2px solid #D98815;
	padding:0 16px 0 0;
	line-height:30px;
}

table tr td {
	border-bottom:1px solid #c0c0c0;
	padding:0 16px 0 0;
	line-height:30px;
}

.number {
	text-align:right;
}

.nowrap {
	white-space:nowrap;
}

table .summary {
	border-top:2px solid #d98815;
}

table .summary td {
	border:none;
	font-style:italic;
}

.left {
	float:left;
	margin:0 20px 20px 0;
}

.right {
	float:right;
	margin:0 0 20px 20px;
}

.flush {
	clear:both;
}

form {
	background-color:#e0e0e0;
	float:left;
	clear:both;
	padding:10px 20px;
}

form input {
	float:left;
	clear:both;
}

form ul li input {
	float:none;
	clear:none;
}

form ul {
	float:left;
}

form ul li {
	float:left;
	clear:both;
	*width:580px;
}

form ul li label {
	float:left;
	width:120px;
}

#content form ul {
	list-style-type:none;
	margin:0;
}

address br {
	display:block;
	line-height:30px;
	margin-bottom:0;
}

.dbformhint {
	margin-left:10px;
}

.message {
	color:green;
	margin-bottom:30px;
}

.errors {
	color:red;
	margin-bottom:30px;
}

.code {
	font-family:Courier New,Courier,monospace;
}

/******************** Main Structure ********************/

html {
	background:white url(resources/topbar.gif) 0 65px repeat-x;
}

body {
	background:url(resources/bottombar.gif) bottom repeat-x;
	width:100%;
	float:left;
}

#page {
	width:960px;
	float:left;
	background:url(resources/sidebar.gif) top left repeat-y;
}

head:first-child+body #page { /* Non-IE6 hack. */
	position:relative;
	margin-left:-480px;
	left:50%;
}

* html #page { /* IE6 hack. */
	position:relative;
	left:expression("" + (document.body.clientWidth / 2 - 480) + "px");
}

#sidebar {
	float:left;
}

#sidebar ul li a {
	color:#808080;
}

#sidebar ul li a:hover {
	color:#000000;
	text-decoration:none;
}

#sidebar ul {
	background:url(resources/logo.gif) no-repeat;
	padding:125px 24px 0 24px;
	float:left;
	width:152px;
	text-align:right;
}

#header {
	background:url(resources/header.jpg) bottom left no-repeat;
	float:left;
	width:760px;
	height:251px;
}

#header object {
	position:absolute;
	top:125px;
}

#header ul {
	float:right;
	margin:10px 70px 0 0;
}

#header ul li {
	float:left;
	margin-right:24px;
}

#header ul li a {
	color:#808080;
}

#content {
	float:left;
	width:619px;
	padding:24px 70px;
}

#footer {
	background:url(resources/schilke.gif) bottom left no-repeat;
	height:139px;
	width:960px;
	float:left;
	clear:both;
}

#footer #schilke {
	height:139px;
	width:200px;
	float:left;
	display:block;
	text-indent:-5000px;
}

#footer ul {
	float:left;
	margin:40px 0 0 70px;
}

#footer ul li {
	float:left;
	margin-right:24px;
}

#footer ul li a {
	color:#606060;
}

/******************** Shop ********************/

#content .thumbnails, #content .pictures {
	list-style-type:none;
	margin:30px 0;
}

#content .thumbnails li, #content .pictures li {
	margin-top:30px;
}

/******************** Pictures ********************/

#admingalleryoverview,#galleryoverview {
	list-style-type:none;
	margin:0 0 30px 0;
	clear:both;
	padding-top:30px;
}

#admingalleryoverview li {
	list-style-type:none;
	float:left;
	width:200px;
	height:20em;
	text-align:center;
}

#galleryoverview li {
	list-style-type:none;
	float:left;
	width:200px;
	height:11em;
	text-align:center;
}

#admingallery,#gallery {
	list-style-type:none;
}

#admingallery li {
	list-style-type:none;
	text-align:center;
	margin:30px 0 0 0;
}

#gallery li {
	list-style-type:none;
	text-align:center;
	margin:30px 0 0 0;
}