/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 83% helvetica, verdana, arial, sans-serif;
	line-height: 1.4em; /* 1.88889; */
	color: #444; 
	background-color: #fff; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: left;
	}
/* h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B7A5DF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #D4CDDC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #9685BA;
	}
acronym {
	border-bottom: none;
	}
*/
	#wrap { 
		/* background: url(zen-bg.jpg) no-repeat top left; 
		padding: 0 175px 0 110px;  */
		margin: 10px auto 10px auto; 
		width: 900px;
		}

#container { 
	/* background: url(zen-bg.jpg) no-repeat top left; 
	padding: 0 175px 0 110px;  */
	
	width: 898px;
	border: 1px solid #888;
	float: left;
	}

#topbar {
	height: 10px;
	background-color: #ccc;
}

#logo { 
	/* background: url(image.png) no-repeat top left; */
	background: url(/ass/images/logo5.jpg) no-repeat top left; 
	border-top: 1px solid #888;
	height: 200px;
	width: 298px;
	float: left;
}
	
#schmuck {
	background: url(/ass/images/kuegelchen.jpg) no-repeat top left; 
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	height: 200px;
	width: 599px;
	float: left;
	/*
	width: 579px;
	border-top: 1px solid blue;
	height: 60px;
	float: right;
	padding: 130px 10px 10px 10px;
	font-size: 1.4em;
	text-align: right;
	*/
}

#anschrift {
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	clear: both;
	width: auto;
	text-align: center;
	background-color: #ccc;
	color: #555753; /*#b3364d;*/
	font-weight: bold;
	padding: 2px 5px;
}
#anschrift a {
	color: #555753;
	text-decoration:none;
}
#menubar {
	background-color: #fff; 
	height: auto;
	width: 279px;
	float: left;
	padding: 20px 0 0 20px;
}
#menubar ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#menubar ul li {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(/ass/images/asterisk_i.png);
	background-repeat: no-repeat;
	border-bottom-color: rgb(238, 238, 238);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	display: block;
	/* height: 30px; */
	/* line-height: 15px; */
	list-style-type: none;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 1px;
	width: 150px;
	font-weight: bold;
}
#menubar ul li.active {
	background-image: url(/ass/images/asterisk_a.png);
	color: #b3364d;
}

#menubar ul li a {
	color: #555753;
	text-decoration: none;
}

#menubar ul li a.active {
	color: #b3364d;
	text-decoration: none;
}

#menubar ul li a:hover {
	color: #b3364d;
}

#content {
	width: 569px;
	/* border: 1px solid black; */
	float: right;
	/* border-left: 1px solid #333; */
	padding: 14px 20px 20px 10px;
}
#content h1 {
	margin:0;
	font-size: 1.4em;
	padding:15px 0 15px 0;
	color: #b3364d;
}
#content h2 {
	margin:0;
	font-size: 1.1em;
	padding:5px 0 5px 0;
	color: #b3364d;
}

#content a {
	text-decoration: none;
	color: #555753;
	border-bottom: 1px dotted #555753;
	font-weight: bold;
}
#content a:hover {
	color: #b3364d;
	border-bottom: 1px dotted #b3364d;
}
#content a.nobold {
	font-weight: normal;
}

#content #slides { width:auto; text-align:left; margin: 15px 0 5px 0; }
#content #slides ul { list-style-type:none; border: 0; padding: 0; margin: 0; }
#content #slides ul li { border: 0; padding: 0; margin: 0; display:inline; }
#content #slides ul li a { border-bottom:0; }
#content #slides ul li img { border:1px solid #333;  width: 100px; height: 100px; margin: 0 5px 3px 0;}
