body {
	background-color: #dcdcdc;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family:  trebuchet ms, Myriad, tahoma, verdana, sans-serif;
	font-size: 12px;
	line-height: 160%;
}

td {
	font-size: 12px;
	line-height: 160%;
}

img {
	border-width: 0px;
}

p {
	text-align: left;
}

p.center {
	text-align: center;
}

p.backlink {
	padding: 0px;
	margin: 0px;
	text-align: right;
}

p.backlink-item {
	padding: 0px;
	margin-bottom: -30px;
	text-align: right;
	border-bottom: 1px solid #ededed;
}

span.traductionWarning {
	padding-left: 18px; 
	font-style: italic;
	background-image: url(/images/attention.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

ul {
	list-style-image: url(/images/triangle.gif);
}

ul ul {
	list-style-image: url(/images/triangle-small.gif);
	padding: 0 0 0 15px;
}

a, a:link, a:visited {
	color: #de2121;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: none;
}

#center-container {
	background-image: url(/images/bg-main.jpg);
	background-repeat: repeat-x;
}

#head-container, #main-container {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 776px;
}

#main-container {
	background-image: url(/images/bg-body.jpg);
	background-repeat: repeat-y;
}

#head-container {
	background-image: url(/images/bg-head.jpg);
	background-repeat: no-repeat;
	height: 159px;
	vertical-align: bottom;
}

#head-slogan {
	text-align: right;
	color: black;
	width: 760px;
	padding-top: 35px;
	font-size: 14px;
	/*font-weight: bold;*/
}

#main {
	width:776px;
	float: left;
	color: black;
	background-image: url(/images/bg-body.jpg);
	background-position: left;
	background-repeat: repeat-y;
}

#content-container, #content-container-pic {
	float: left;
	width: 776px;
	margin-right: -230px;
	background-image: url(/images/bg-sub-head.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

#height-container {
	float: left;
	width: 10px;
}

#content, #content-pic {
	margin-right: 235px;
	padding: 75 0 10 25px;
}

#abstract-container {
	width: 516px;
	height: 127px;
	background-image: url(/images/bg-abstract.jpg);
	background-repeat: no-repeat; 
	margin-bottom: 20px;
}

#abstract {
	padding: 10 15 0 15px;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #394294; /* blau = 394294; rot = de2121 */
}

#content-toplink {
	clear: both;
	text-align: center;
	font-size: 90%;
	border-top: 1px solid #b0b2af;
	padding-top: 5px;
}

#sidebar-container {
	float: right;
	width: 212px;
}

#sidebar, #sidebar-pic {
	text-align: right;
	font-size: 90%;
	padding: 85 10 10 10px;
}

#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #394294;
	text-decoration: underline;
}

#sidebar a:hover {
	color: black;
	text-decoration: underline;
}

#sidebar-language {
	margin-bottom: 50px;
	text-align: center;
}

#newitemslink {
	font-size: 120%;
	font-weight: bold;
}

#pic-container {
	float: right;
	width: 251px;
	height: 263px;
	background-image: url(/images/bg-fotos.jpg);
	background-repeat: no-repeat;
}
#pic {
	padding: 40 46 86 22px;
	text-align: center;
}

#pic img.lightborder {
	margin-bottom: 5px;
}

img.lightborder {
	border: 1px solid #b0b2af;
}

/*
 * * *  Version mit pic oben im header.
 *
	#content-container-pic {
		background-image: url(/images/bg-sub-head-pic.jpg);
	}
	
	#content-pic {
		margin-right: 300px;
	}
	
	#sidebar-pic {
		padding: 280 10 10 10px;
	}
	
	#pic-container {
		position: absolute;
	}
	
	#pic {
		position: absolute;
		top: 62px;
		left: -36px;
	}

*/

#search-form .field {
	width: 140px;
}


/*
 * * * ITEM
 */

div.item {
}

img.item-pic {
	border: 1px solid  #b0b2af;
/*	float: left;*/
}

div.item-pic {
	float: left;
	height: 115px;
	width: 136px;
	margin-right: 15px;
	text-align: right;
}

.item-desc a, .item-desc a:visited {
	color: #de2121;
	text-decoration: underline;
}

.item-desc a:hover {
	color: black;
	text-decoration: none;
}

.item-price{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 18px;
	color: #de2121;
}

div.item hr {
	clear: both;
	margin: 0 0 10 0px;
	height: 1px;
	color: #ededed;
	background-color: #ededed;
	border-width: 0px;
}

div.item-icon-container {
	position: absolute;
}

img.item-icon {
	position: absolute;
	top: -20px;
	left: -50px;
	/*top: 1em;
	left: -4em;*/
	border-width: 0px;
}

/*
 * * * ITEM DETAIL
 */

#item-detail-img {
	float: right;
	margin-left: 25px;
}

#item-detail-img img {
	border: 1px solid #b0b2af;
}

#item-detail {
	/*float: left;*/
	display: inline;
	width: 235px;
}

table.item-detail {
	width: 235px;
	margin-top: 50px;
	border-top: 1px solid #ededed;
}

td.item-detail-label {
	width: 30%;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	border-bottom: 1px solid #ededed;
}

td.item-detail-value, td.item-detail-value-price {
	width: 70%;
	padding: 4px;
	border-bottom: 1px solid #ededed;
}

td.item-detail-value-price {
	color: #dd0000;
	font-weight: bold;
}

#item-detail-further-container {
	width: 500px;
	height: 61px;
	margin: auto;
	background-image: url(/images/bg-further.jpg);
	background-repeat: no-repeat; 
}

#item-detail-further {
	padding: 14 20 0 19px;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	color: #394294;
}

#item-detail-further a, #item-detail-further a:link, #item-detail-further a:visited {
	color: #394294;
}

/*
 * * * GALERIEN
 */
  
div.gallery-container {
	width: 500px;
}

div.gallery-image, div.gallery-image-break {
	float: left;
	vertical-align: middle;
	text-align: center;
	width: 165px;
	padding-bottom: 15px;
}

div.gallery-image-break {
	clear: both;
}

div.gallery-image img, div.gallery-image-break img {
	border: 1px solid #b0b2af;
}

/*
 * * * H1, H2, H3
 */
  
h1 {
	margin: 0 0 50 0px;
	padding: 0px;
	font-size: 35px;
	color: #394294;
	font-weight: normal;
}

h2 {
	margin: 40 0 20 0px;
	padding: 0px;
	font-size: 25px;
	color: #0f8a26;
	font-weight: normal;
	line-height: 120%;
}

h3 {
	margin: 20 0 10 0px;
	padding: 0px;
	font-size: 18px;
	color: #0f8a26;
	font-weight: normal;
}

h3 a, h3 a:link, h3 a:visited {
	color: #0f8a26;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}
 
h4 {
	margin: 5 0 0 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: normal;
}

#sidebar h4 {
	font-weight: bold;
}
 
 
/*
 * * * FOOTER
 */
 
#footer-container  {
	clear: both;
	background-color: #416b42;
	background-image: url(/images/bg-foot.jpg);
	background-position: top;
	background-repeat: repeat-x;
	line-height: 120%;
	padding-top: 10px;
}

#footer {
	width: 627px;
	margin: auto;
	height: 105px;
}

#footer p {
	color: white;
	font-size: 85%;
	margin: 0;
	padding: 3 0 3 0px;
}

#footer hr {
	margin: 1 0 1 0px;
	height: 1px;
	color: #678779;
	background-color: #678779;
	border-width: 0px;
}

p.footer-slogan, p.footer-copy {
	text-align: center;
}

div.footer-address {
	float: left;
	width: 180px;
}

div.footer-copy {
	float: right;
}


#footer a, #footer a:visited {
	color: #e2e2e2;
}
#footer a:hover {
	color: white;
	text-decoration: none;
}



/*
 * * * MENU
 */
 
#menu {
	position: absolute;
	top: 56px;
	padding-left: 270px;	
}

div.menu-tab, div.menu-tab-active, div.menu-tab-border {
	float: left;
	height: 103px;
}

div.menu-tab-active {
	background-image: url(/images/bg-menu-active-c.gif);
	background-position: center;
	background-repeat: repeat-x;
}

div.menu-tab {
	background-image: url(/images/bg-menu-inactive.gif);
	background-position: center;
	background-repeat: no-repeat;
}


div.menu-tab a, div.menu-tab-active a, div.menu-tab a:link, div.menu-tab-active a:link, div.menu-tab a:visited, div.menu-tab-active a:visited {
	display: block;
	padding: 58 15 0 15px;
	font-size: 20px;
	text-decoration: none;
}

div.menu-tab a, div.menu-tab a:link, div.menu-tab a:visited {
	color: white;
}

div.menu-tab-active a, div.menu-tab-active a:link, div.menu-tab-active a:visited {
	color: #394294;
}

div.menu-tab a:hover {
	color: #394294;
}

div.menu-tab-border img {
	width: 10px;
	height: 103px;
}

.hidden {
	display: none;
}

