body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #FFE4B9;
	background-image: url("imgs/modeschmuck-verlauf.gif");
	background-repeat: repeat-x;
	color: #000000;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0;
	width: 950px;
	overflow: hidden;
	background: url("imgs/modeschmuck-back.gif") repeat;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	/*color: #B48945;*/
	color: #7B5118;
	background-color: #FFFFFF;
}

#header {
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 950px;
	height: 246px;
	overflow: hidden;
	background: url("imgs/modeschmuck-header.jpg");
}

#title {
	text-align: center;
	margin: 10px 0px 0px 0px;
	/*color: #7B5118;*/
	/*color: #CC9933;*/
	/*color: #FFE3B0;*/
	color: #FFCC66;
	color: #E9BD60;
}

/*
#logo {
	position: relative;
	top: 80px;
	width: 190px;
	height: 120px;
	background: url("imgs/modeschmuck-logo.gif") no-repeat top left;
	overflow: hidden;
	display: inline;
}
*/

#topnav {
	position: absolute;
	left: 32px;
	top: 202px;
	width: 800px;
	padding: 0px;
	overflow: hidden;
	/*background-color: #CC3300;*/
}

#prinav {
	text-align: left;
	padding: 8px 0px 0px 0px;
	/*background-color: #990000;*/

}

#prinav ul {
	margin: 0px;
	padding: 0px;
}


#prinav ul li {
	display: inline;
	list-style: none;
}

#prinav ul li a {
	padding: 1px 8px 0px 5px;
}

#prinav ul li a:link, 
#prinav ul li a:visited {
	border-right: 1px solid #B48945;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	/*color: #B48945;*/
	color: #7B5118;
	/*text-decoration: none;*/
}


#prinav ul li a:hover, 
#prinav ul li a:active  {
	color: #990000;
}

#prinav ul li a#current{
	color: #990000;
}

#search {
	position: relative;
	/*top: -18px;*/
	top: -20px;
	left: 550px;
	width: 220px;
	height: 30px;
	text-align: right;
	background-image: url(imgs/login-arrow.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding: 0px 20px 0px 0px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	line-height: 20px;
	color: #ffce51;  
	text-decoration: none;
	display: block;
	overflow: hidden;
	/*background-color: #990000;*/
}

#search input.round {
    width: 120px; /* 90px + 2*5px = 100px, entspricht Grafikbreite */
    height: 17px; /* entspricht Grafikhöhe */
    background: url(imgs/back-search.gif);
    border: 0;
    padding: 2px 5px 0px 5px; /* Innenabstand oben - rechts - unten - links */
    margin: 0px 2px 5px 0px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 11px;
	color: #7B5118;
	overflow: hidden;
}

#search img {
    padding-top: 2px;
}

#container {
	margin: 0px 0px 0px 36px;
}

#secnav {
	float: left;
	margin: 2px 0px;
	width: 202px;
}

.secnavboxtop {
	height:10px;
	margin:0px; 
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-top-a.gif") no-repeat top left;
	}
		
.secnavboxback {
	margin:0px; 
	padding:0px;
	background: url("imgs/box-back-a.gif") repeat-y top left;
	}
		
.secnavboxbottom {
	height:10px;
	margin:0px 0px 6px 0px;
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-bottom-a.gif") no-repeat top left;
	}
	
#secnav_txt { 
	width: 186px;
	overflow: hidden;
}

#secnav_txt ul { 
	margin: 0px;
	padding: 0px;
}

#secnav_txt ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#secnav_txt ul li a:link, 
#secnav_txt ul li a:visited {
	padding: 0px 0px 2px 10px;
	width: 176px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #7B5118;
	/*text-decoration: none;*/
	list-style: none;
}


#secnav_txt ul li a:hover, 
#secnav_txt ul li a:active  {
	color: #FFFFFF;
	list-style: none;
}

#secnav_txt ul ul li a:link, 
#secnav_txt ul ul li a:visited {
	margin-left: 30px;
	padding-left: 30px;
	/*padding: 2px 0px 2px 10px;*/
	width: 186px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #7B5118;
	/*text-decoration: none;*/
	display: list-item;
	list-style-type: circle;
	list-style-image: url(imgs/bullet-link.gif);
	text-indent: -30px;
}


#secnav_txt ul ul li a:hover, 
#secnav_txt ul ul li a:active  {
	color: #FFFFFF;
	list-style-image: url(imgs/bullet-white.gif);
}

#secnav_txt .secnav1active  {
	background-color: #cedbec;
}

#secnav_txt ul li a#current{
	color: #FFFFFF;
}

#secnav_txt ul ul li a#current{
	color: #FFFFFF;
	list-style-image: url(imgs/bullet-white.gif);
}

#ternav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 202px;
}

.ternavboxtop {
	height:10px;
	margin:0px; 
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-top-c.gif") no-repeat top left;
	}
		
.ternavboxback {
	margin:0px; 
	padding:0px;
	background: url("imgs/box-back-c.gif") repeat-y top left;
	}
		
.ternavboxbottom {
	height:10px;
	margin:0px 0px 8px 0px;
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-bottom-c.gif") no-repeat top left;
	}

#ternav_txt { 
	width: 180px;
	/*overflow: hidden;*/
}

#ternav_txt ul { 
	margin: 0px;
	padding: 0px;
}

#ternav_txt ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#ternav_txt ul li a:link, 
#ternav_txt ul li a:visited {
	margin-left: 10px;
	padding-left: 30px;
	padding: 2px 0px 2px 14px;
	width: 152px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	/*font-weight: bold;*/
	font-size: 12px;
	line-height: 16px;
	color: #7B5118;
	/*text-decoration: none;*/
	background-image: url(imgs/bullet-link.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
}


#ternav_txt ul li a:hover, 
#ternav_txt ul li a:active  {
	color: #990000;
	background-image: url(imgs/bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
}

#ternav_txt ul li a#current{
	color: #990000;
}


#rednav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 202px;
	color: #FFFFFF;
}

.redboxtop {
	height:10px;
	margin:0px; 
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-top-d.gif") no-repeat top left;
	}
		
.redboxback {
	margin:0px; 
	padding:0px;
	background: url("imgs/box-back-d.gif") repeat-y top left;
	}
		
.redboxbottom {
	height:10px;
	margin:0px 0px 8px 0px;
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-bottom-d.gif") no-repeat top left;
	}

#rednav_txt { 
	width: 180px;
	/*overflow: hidden;*/
}

#rednav_txt ul { 
	margin: 0px;
	padding: 0px;
}

#rednav_txt ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#rednav_txt ul li a:link, 
#rednav_txt ul li a:visited {
	margin-left: 10px;
	padding-left: 30px;
	padding: 2px 0px 2px 14px;
	width: 152px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	/*font-weight: bold;*/
	font-size: 12px;
	line-height: 16px;
	color: #FEC25F;
	/*text-decoration: none;*/
	background-image: url(imgs/bullet-link.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
}


#rednav_txt ul li a:hover, 
#rednav_txt ul li a:active  {
	color: #FEC25F;
	background-image: url(imgs/bullet-hover.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	display: block;
}

#rednav_txt ul li a#current{
	color: #FEC25F;
}


#teaser { 
	margin: 0px;
	padding: 0px;
}

#column-left {
	float: left;
	width: 200px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #7B5118;
	overflow: hidden;  
}

#column-right {
	float: right;
	margin: 2px 15px 0px 0px;
	width: 223px;
	color: #A16A20;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #7B5118;
	overflow: hidden;  
}

#column-right a {
	color: #7B5118;
	/*text-decoration: none;*/
}

#column-right h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #7B5118;
	margin-top: 0px;
	margin-bottom: 3px;
	text-decoration: none;
	display: block;  
}

#column-right h1 a:link,
#column-right h1 a:visited {
	color: #7B5118;  
}

#column-right h1 a:hover,
#column-right h1 a:active {
	color: #FFFFFF;  
}

#column-right img {
	float: left;
	margin-right: 5px;
	/*margin-bottom: 3px;
	display: block;*/
	/*margin-bottom: 5px;
	padding: 3px;*/
}

.boxtop-a {
	height:10px;
	margin:0px; 
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-top-a.gif") no-repeat top left;
	}
		
.boxback-a {
	margin:0px; 
	padding:0px 10px;
	background: url("imgs/box-back-a.gif") repeat-y top left;
	}
		
.boxbottom-a {
	height:10px;
	margin:0px 0px 8px 0px;
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-bottom-a.gif") no-repeat top left;
	}	

	
.boxtop-b {
	height:10px;
	margin:0px; 
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-top-b.gif") no-repeat top left;
	}
		
.boxback-b {
	margin:0px; 
	padding:0px 10px;
	background: url("imgs/box-back-b.gif") repeat-y top left;
	}
		
.boxbottom-b {
	height:10px;
	margin:0px 0px 8px 0px;
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-bottom-b.gif") no-repeat top left;
	}	
	
.boxtop-c {
	height:10px;
	margin:0px; 
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-top-c.gif") no-repeat top left;
	}
		
.boxback-c {
	margin:0px; 
	padding:0px 10px;
	background: url("imgs/box-back-c.gif") repeat-y top left;
	}
		
.boxbottom-c {
	height:10px;
	margin:0px 0px 8px 0px;
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-bottom-c.gif") no-repeat top left;
	}
	
.boxtop-d {
	height:10px;
	margin:0px; 
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-top-d.gif") no-repeat top left;
	}
		
.boxback-d {
	margin:0px; 
	padding:0px 10px;
	background: url("imgs/box-back-d.gif") repeat-y top left;
	}
		
.boxbottom-d {
	height:10px;
	margin:0px 0px 8px 0px;
	padding:0px;
	overflow: hidden;
	background: url("imgs/box-bottom-d.gif") no-repeat top left;
	}	
	
#footer {
	clear: both;
	width: 950px;
	height: 100px;
	margin: 0px; 
	padding: 0px;
	background: url("imgs/modeschmuck-footer.gif");
}

#footer a {
	color: #7B5118;
}

#footer_top {
	position: relative;
	top: 28px;
	left: 128px;
	height: 25px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #7B5118;
	text-decoration: none;
}

#footer_bottom {
	position: relative;
	top: 28px;
	left: 142px;
	height: 25px;
	text-align: left;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #7B5118;
	text-decoration: none;
}

/* Content */
#content { 
	float: left;
	margin: 2px 0px;
	width: 474px;
	overflow: hidden;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}

#content a { 
	color: #990000;
}

#content_txt {
	float: left;
	text-align: left;
	margin: 0px 0px 12px 0px;
	width: 456px;
	overflow: hidden;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	/*color: #B48945;*/
	color: #7B5118;
	color: #000000;
}

#content_center {
	float: left;
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 456px;
	overflow: hidden;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	/*color: #B48945;*/
	color: #7B5118;
	color: #000000;
}

#content_teaserbox {
	float: left;
	text-align: center;
	margin: 0px 15px 12px 0px;
	padding: 2px 0px 2px 0px;
	width: 142px;
	height: 142px;
	/*display: inline;*/
	overflow: hidden;
	background: url("imgs/teaser-box.gif") no-repeat top left;
}

#content_largebox {
	float: left;
	text-align: center;
	margin: 0px 15px 12px 0px;
	padding: 2px 0px 2px 0px;
	width: 456px;
	height: 142px;
	/*display: inline;*/
	overflow: hidden;
	background: url("imgs/large-box.gif") no-repeat top left;
}

#content_overviewbox {
	float: left;
	text-align: center;
	margin: 0px 15px 12px 0px;
	padding: 2px 0px 2px 0px;
	width: 142px;
	height: 186px;
	/*display: inline;*/
	overflow: hidden;
	background: url("imgs/teaser-box.gif") no-repeat top left;
}

#content_imagebox {
	float: left;
	text-align: center;
	margin: 0px 15px 12px 0px;
	padding: 2px 0px 2px 0px;
	width: 142px;
	height: 142px;
	/*display: inline;*/
	overflow: hidden;
}

#content_detailbox {
	float: left;
	text-align: center;
	margin: 0px 15px 12px 0px;
	padding: 2px 0px 2px 0px;
	width: 186px;
	height: 186px;
	/*display: inline;*/
	overflow: hidden;
	background: url("imgs/detail-box.gif") no-repeat top left;
}

#content_bigbox {
	float: left;
	text-align: center;
	margin: 0px 15px 12px 0px;
	padding: 2px 0px 2px 0px;
	width: 220px;
	/*height: 320px;*/
	/*display: inline;*/
	overflow: hidden;
	/*background: url("imgs/big-box.gif") no-repeat top left;*/
}

#bigbox_txt {
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: 220px;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #7B5118;
	color: #000000;
}

#bigbox_img {
	padding: 8px 0px 0px 8px;
}

#content_bigbox_column {
	float: left;
	text-align: left;
	margin: 0px 15px 3px 0px;
	padding: 2px 0px 2px 0px;
	width: 220px;
	overflow: hidden;
	color: #000000;
}

#content_detail_column {
	float: left;
	text-align: left;
	margin: 0px 15px 3px 0px;
	padding: 2px 0px 2px 0px;
	width: 258px;
	overflow: hidden;
	color: #000000;
}

#content_overview_column {
	float: left;
	text-align: left;
	margin: 0px 15px 12px 0px;
	padding: 2px 0px 2px 0px;
	width: 302px;
	/*overflow: hidden;*/
	color: #000000;
}

#overview_txt {
	text-align: center;
	/*margin: 0px 18px 12px 3px;*/
	padding: 0px 0px 0px 0px;
	width: 142px;
	overflow: hidden;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #7B5118;
	color: #000000;
}

#overview_txt_title {
	padding: 0px 0px 9px 5px;
	width: 132px;
}

#overview_txt_title a {
	/*font-weight: bold;*/
	padding: 0px;
	color: #7B5118;
	color: #990000;
	/*text-decoration: none;*/
}

#bigbox_txt_title {
	text-align: center;
	padding: 3px 0px 9px 0px;
	width: 220px;
}

#bigbox_txt_title a {
	padding: 0px;
	color: #990000;
	text-decoration: underline;
}

#content_overviewbox img {
	margin: 9px 0px 11px 0px;
	padding: 0px;
}

#content h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-decoration: none;
	color: #7B5118;
}

#content h2 {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-decoration: none;
	color: #7B5118;
}

/*#secnav_txt { 
	width: 186px;
	overflow: hidden;
}



#secnav_txt ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
*/

#list ul { 
	margin: 6px 0px 14px 0px;
	padding: 0px;
}

#list ul li {
	padding: 0px 0px 0px 14px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	line-height: 15px;
	/*color: #7B5118;*/
	color: #000000;
	text-decoration: none;
	background-image: url(imgs/bullet-link.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style: none;
	display: block;
}

#info {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	display: block;
}

#img_popup {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	display: block;
}

#img_popup a {
	color: #990000;
}

#img_popup .close {
	font-size: 10px;
}

#glossar {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 2px;
}

#glossar a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	letter-spacing: 2px;
	text-decoration: none; 
}

.preis {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #7B5118;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 3px;
	text-decoration: none;  
}

.euro {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	color: #7B5118;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 3px;
	text-decoration: none;  
}

.colored {
	color: #7B5118;
}

.error {
	color: #990000;
	font-weight: bold;
}

#teaser {
}

#teaser h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 3px;
	display: block;
	color: #990000;
	text-decoration: underline; 
}

#teaser a {
	color: #990000;
	text-decoration: underline; 
}

#bookmark {
	text-align: center;
}

#bookmark a {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #7B5118;
	text-decoration: none;
}

hr {
	height: 3px;
	padding: 6px 0px 3px 0px;
	background: url(imgs/line.gif);
	background-repeat: no-repeat;
	border: 0px none;
	border-width: 0px;
	border-style: none;
}

h1 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 3px;
	text-decoration: none;
	color: #990000;
	color: #7B5118;
}

h2 {
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	color: #7B5118;
}

