@CHARSET "UTF-8";

body {
	font-family: georgia;
	color: #333333;
} 
div.center {
	text-align: center;
}

#ft {
	margin-top: 30px;
	font-size: 77%;
	text-align: center;
}

ul.menu {
	margin-left: 0em;
}

ul.menu li {
	list-style: none;
}

div.main_content {
	line-height: 1.6em;	
}

textarea.edit_default {
	width: 100%;
	height: 500px;
}

textarea.edit_shop {
	width: 100%;
	height: 300px;
}

input.h1 {
	font-size: 13pt;
	font-family: gorgia;
	font-weight: bold;
	color: #333333;
	width: 100%;
}

#images dl {
	margin: 0px;
}

#images dd {
	margin: 0px;
}
#images input {
	font-family: monospace;
	margin-bottom: 15px;
	width: 200px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:HOVER {
	background-color: #eeeeee;
}

a.twitter {
	text-decoration: none;
	color: #2FC2EF;
	font-weight: bold;
}

table.warenkorb td {
	border: 0px;
	border-bottom: 1px dotted #333333;
}

table.bestellen {
	width: 100%;
}

table.bestellen td {
	border: 0px;
	border-bottom: 1px dotted #333333;
}

#bestellenform textarea {
	width: 30em;
	height: 8em
}

ul.errors li {
	color: red;
}

#div_bigimage {
	margin: 0px 0px 10px 0px;
}

#div_thumbs {
	
}

#div_thumbs table, #div_thumbs tr, #div_thumbs td{
	padding: 0px;
	border: 0px;	
}

#div_thumbs td{
	padding: 0px 0px 10px 0px;
}

img.thumb {
	display: block;
	width: 75px;
	height: 75px;
	cursor: pointer;
}
