a img,:link img,:visited img {
    border:none;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}


h3 {
        color: #0090B0;
	font-size: 18px;
	border-bottom: 1px dashed #B9B9B9;
}

p, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}


a {
	color: #414141;
}

a:hover {
	text-decoration: none;
}

#menu, #page {
        position: relative;
}


/* Menu */

#menu {
	width: 768px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
        top: -51px;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(bilder/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(bilder/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background: url(bilder/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 25px;
}


/* Logo */

#header {
	width: 768px;
	height: 200px;
	margin: 0 auto;
	border-top: 6px solid #3F3F3F;
	border-bottom: 6px solid #3F3F3F;
	color: #333;
	background: url(bilder/fotoshooting-schenken.jpg) no-repeat;
}

#header h1, #header h2 {
	margin: 0;
}

#header h1 {
	padding: 43px 0px 0px 335px;
	font-size: 2.8em;
}

#header h2 {
	padding: 10px 0px 0px 290px;
	font-weight: bold;
	font-size: 1.3em;
        text-align: center;
}

#header a {
	text-decoration: none;
	color: #333;
}

/* Page */

#page {
	width: 768px;
	margin: 0 auto;
        top: -31px;
}

/* Content */

#content {
	float: left;
	width: 488px;
}

.post {
	padding-bottom: 0px;
}

.post .title {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dashed #B9B9B9;
	font-size: 22px;
}

.post .title a {
	text-decoration: none;
        color:#0090B0;
}

.post .entry {
	padding: 10px 10px 0px 10px;
        text-align: justify;
}

.post h2 {
        color:#0090B0;	
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 250px;
        font-size: 11px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0;
	padding: 6px 0 0 20px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

/* Search */


.search-form {
        margin: 10px 0px 0px 20px;
}

/* Footer */

#footer {
	clear: both;
	width: 768px;
	height: 30px;
	margin: 0 auto;
	padding: 20px 0px;
	border-top: 6px solid #3F3F3F;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}


/* Widgets */

.widget {
position: relative;
overflow: hidden;
width: 100%;
}

.widget-content {
position: relative;
margin: 5px 0 20px;
}


.ul-cat, .ul-cat li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ul-cat li {
margin-bottom: 5px;
}


.ul-cat li a {
	display: block;
	margin: 0;
	padding: 2px 0px 2px 20px;
	border-bottom: 1px dotted #dceeb7;
	background: url(/css/mini-category.gif) no-repeat left center;
}
.ul-cat li li {
	margin-left: 20px;
}
.ul-cat li a, .ul-cat li a:visited {
	color: #737373;
	text-decoration: none;
}
.ul-cat li a:hover {
	color: #333333;
	background: #d8efff url(/css/mini-category.gif) no-repeat left center;
}


table {
        border-spacing: 0px;
}

td {
        padding: 10px 0px 0px 0px;
}

.td-left {
        font-weight: bold;
        text-align:left;
        vertical-align: top;
}

.td-right {
        text-align:left;
        vertical-align: top;
}

hr {
        border:solid #FFFFFF;
}

.entry-summary-head {
	padding: 0px 10px 0px 10px;
}

.link {
        padding-left: 20px;
	background: url(/css/external-link.gif) no-repeat left center;
        color: #b00;
}

.i80 {
        float: right;
        margin-left: 10px;
}

.floatleft {
	float: left;
	margin-right: 10px;
}

.floatright {
	float: right;
	margin-left: 10px;
}

.floatleft, .floatright {
	margin-bottom: 10px;
	text-align: center;
	font-size: 0.85em;
}

/* Tables -------------------------------------------------------------- */

td.vendor
{
	text-align:center;
	vertical-align:bottom;
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	padding: 3px;
}

td.vendor a.vendor
{
	color:#000000;
	font-weight:bold;
}

td.product
{
	text-align:left;
	vertical-align:middle;
	border-right: 4px solid #ffffff;
        padding: 0;
}

td.blue
{
	text-align:center;
	vertical-align:middle;
	background-color:#aedaf8;
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	padding: 3px;
	
}

td.grey
{
	text-align:center;
	vertical-align:middle;
	background-color:#eeeeee;
	border-bottom: 4px solid #ffffff;
	border-right: 4px solid #ffffff;
	padding: 3px;
}


.vouchers {
        font-size: 12px;
        text-align: left;
}

.vouchers td {
        vertical-align: top;
        padding: 8px 0px 8px 8px;
}


.logo {
        width: 80px;
}
.valid_to {
        width: 80px;
}
.minimum_order_value {
        width: 140px;
}
.code {
        width: 220px;
}

.border {
        border-bottom: 1px solid #ccc;
}

