@charset "ISO-8859-1";

/* units for margin & padding: em; for font-size & line-height: % */

/* set max-width for either html/body or for #main class */

* {
	border:none;
	margin:0;
	padding:0;
}
body {
	width:90%;
	max-width:850px;
	min-width:780px;
	margin:0 auto;
	color:#000;
	background-color:#060;
	font-family:sans-serif;
	font-size:100.01%;
}
#header {
	top:0;
	/* color:#000; */
	background-color:#ffa;
	text-align:center;
}
#header img.logo {
	width:100px;
	height:140px;
	float:left;
	padding:5px 30px 0;
}
#header img.ahalogo {
	width:120px;
	height:142px;
	float:left;
	padding:20px 20px 0;
}
#main {
	background-color:#ffc;	/* #b87333; */
	min-height:0;
	/* border:1px solid #; */	/* activate for testing */
	overflow:hidden;			/* hides #content in IE 5.5 & Opera 7.54 or apply clearfix below */
	margin:0 auto;
	padding-left:160px;			/* The width of the rail */
}
#content {
	/* background-color:#fef8ab; */
	width:93%;
	border-left:160px solid #ffa;	/* The width and color of the rail */
	margin-left:-160px;					/* Hat tip to Ryan Brill */
	float:right;
	padding:1em 3% 1em 4%;
	font-family:sans-serif;
}
#navcontainer {
	background-color:#ffa;
	width:160px;
	float:left;
	margin-left:-160px;
	display:inline;				/* so IE plays nice */
	text-align:left;
	font-size:.9em;
}

/* start float clearing */
/* clear the floats for IE 5/6 */
* html #main {
	height:1%;
	overflow:visible;
}
/* clear the floats for IE 7 (min-height should do without the shenanigans in front [*+html]) */
#main {
	min-height:1%;
}
/* clear the floats for all regular browsers */
#main:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* end of float clearing */

#footer {
	clear:both;
	/* margin:3em auto 1em solid #fef8ab; */
	padding:0 2em 1em;
	background-color:#ffc;
	color:#000;
	text-align:center;
	font-size:.8em;
}

#header .addressbar {
	padding-top:4px;
	padding-bottom:4px;
	margin-left:160px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	color:#333;
	font-size:12px;
	font-family:arial,verdana,helvetica,sans-serif;
}
#header .addressbar a {
	color:#000;
}
#header .addressbar a:visited {
	text-decoration:none;
}
#header .addressbar a:hover {
	color:#f00;
}

#navcontainer ul {
	margin:0;
	padding:0;
	text-align:left;
	list-style:none;
	font-weight:normal;
	font-size:.9em;
}
#navcontainer li {
	margin:0;
	padding:0;
	border-bottom:1px solid #fff;
}
#navcontainer ul a:link,
#navcontainer ul a:visited {
	display:block;
	padding:3px 10px;
	width:140px;
	color:#000;
	text-decoration:none;
}
#navcontainer ul a.current,
#navcontainer ul a:hover,
#navcontainer ul .center a:hover {	/* render this line obsolete by placement further down */
	padding:2px 10px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	color:#900;
	background-color:#cecf9c;
}
#navcontainer a.red:link,
#navcontainer a.red:visited,
#navcontainer a.red:hover,
#navcontainer .center a.red:hover {	/* render this line obsolete by placement further down */
	color:#f00;
}
#navcontainer ul ul li {
	border-top:1px solid #fff;
	border-bottom:none;
}
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited {
	padding-left:30px;
	width:120px;
}
#navcontainer ul ul a:hover {
	/* padding-left:30px; */
}
#navcontainer li.activegroup a:link,
#navcontainer li.activegroup a:visited {
	border-left:6px solid #cecf9c;
	padding-left:4px;
}
#navcontainer li.activegroup a.current,
#navcontainer li.activegroup a:hover {
	border-left:none;
	padding-left:10px;
}
#navcontainer li.activegroup ul a:link,
#navcontainer li.activegroup ul a:visited {
	padding-left:24px;
}
#navcontainer li.activegroup li a.current,
#navcontainer li.activegroup ul a:hover {
	padding-left:30px;
}
#navcontainer li.separator {
	border-bottom:1px solid #000;
	margin-bottom:2px;
	padding-bottom:2px;
}

#footer ul {
	margin:0;
	padding:0;
	font-weight:normal;
}
#footer li {
	margin:0;
	padding:3px 0 3px 0;
	display:inline;
	list-style-type:none;
}
#footer li:before {
	content:" · ";
}
#footer li:first-child:before {
	content:"";
}
/* IE6 workaround */
* html #footer li {
	padding-right:10px;
}
#footer li a:link,
#footer li a:visited {
	text-decoration:none;
}
#footer li a:hover {
	color:#f00;
}
#footer p.address {
	padding-bottom:.7em;
}
#footer p.rights {
	padding-top:0;
}
#footer .copyright {
	/* font-size:.8em; */
	text-align:left;
}

a { text-decoration:none; }	/* border-bottom must be set separately so that <a name="xy"> is not marked, too */
a:link { text-decoration:underline;color:#00f; }
a:visited { text-decoration:underline;color:#800080; }
a.red { color:#f00; }
a.red:visited { color:#c00; }
a.black { color:#000; }
a.black:visited { color:#444; }

a:link:hover,
a:visited:hover,
a.red:visited:hover,
a.black:visited:hover {
	text-decoration:none;
	color:#f00;
}
a.sitemap { cursor:text; }

/* .navlink {
	font-size:.8em;
} */
.navlink a:hover {
	/* font-weight:bold; */
}

#main a.img,
#main a:link.img,
#main a:visited.img,
#main a:hover.img {
	background:none;
	text-decoration:none;
	padding-right:0;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#main a.ext,
#main .center a:link.ext,
#main a[href ^="http://"],
#main a[href ^="www"] {
	background:url(gif/extlink.gif) center right no-repeat;
	padding-right:17px;
}

#main a[href *="luederhniemeyer"],
#main a[href *="william-hogarth"],
#main a[href *="williamhogarth"],
#main a[href *="redseries.com"],
#main a[href *="ridinger-niemeyer"],
#main a[href *="ridinger.de"],
#main a[href *="rugendas.com"],
#main a[href *="rugendas.de"],
#main .center a:link,
.center a:link {
	background:none;
	padding-right:0;
}

#main a.cream,
#main .center a.cream {
	background:url(gif/bullet.png) center left no-repeat;
	padding-left:1em;
	text-decoration:none;
	color:#f00;
	font-family:arial,verdana,helvetica,sans-serif;
}
#main a:visited.cream {
	color:#c00;
}

p,h1,h2,h3,h4,h5,h6,blockquote,td { font-family:arial,verdana,helvetica,sans-serif; }

h1,h2,h3,h4,h5,h6 {
	margin-left:-10px;
	padding:.5em 0 0 0;
	line-height:1.3em;
}

h1 { font-size:2em; }

h2 { font-size:1.8em; }

h3 { font-size:1.4em; }

h4 { font-size:1.2em; }

h5 { font-size:1em; }

h1.l { font-size:2.3em; }

h1.xl { font-size:2.7em; }

h1.xxl { font-size:3em; }

h1 i.date {
	color:#000;
	font-weight:normal;
	font-size:50%;
}

p {
	font-size:1em;
	line-height:1.3em;
	padding:.7em 0 0 0;
}

blockquote { text-indent:-0.6em;margin-left:0.6em;margin-right:1em; }

hr {
	border-width:0;
	color:#000;
	background-color:#000;
	height:1px;
}

hr.separator {
	width:150px;
	margin:2.5em auto 2em;
	text-align:center;
}

img {
	font-size:78%;
	font-weight:normal;
	color:#000;
	font-family:arial,verdana,helvetica,sans-serif;
}

label { cursor:pointer; }

sup {
	font-size:65%;
	line-height:1em;
	vertical-align:top;
}

div.selectlist {
	margin:0 0 0 -10px;
	text-align:center;
	font-size:.9em;
}
div.selectlist p { margin-top:3em; }

ol {
	padding:.7em 0 0 1.5em;
	list-style:outside lower-alpha;
}
ol li {
	padding:.3em 0;
	line-height:1.3em;
}
ol.listing {
	margin:0 10%;
	list-style:outside upper-roman;
}
ol.listing li {
	/* padding:.5em; */
}

ul {
	list-style:circle outside url(gif/bullet.png);
}
ul li {
	/* padding-bottom:15px; */
}
ul li ul {
	list-style:square outside url(gif/bulletsmall.png);
}

h3.idxlist {
	text-align:center;
	padding-bottom:.4em;
	border-bottom:1px solid #000;
}
h3.idxlist a {
	text-decoration:none;
	border-bottom:1px dotted #00f;
}
h3.idxlist a:visited {
	color:#000;
	border-bottom:1px dotted #000;
}
h3.idxlist a:visited:hover {
	color:#f00;
}
.idxnav {
	text-align:center;
	font-size:.8em;
	line-height:110%;
}
ul.idxlist {
	margin:.8em 3em;
	line-height:130%;
	font-size:.9em;
}
ul.idxlist li {
	padding-bottom:1em;
}
ul.idxlist li ul {
	padding-top:.5em;
	margin-left:1em;
}
#main ul.idxlist a[href ^="http://"]:visited,
#main ul.idxlist a[href ^="www"]:visited {
	background:url(gif/extlink-checked.gif) bottom right no-repeat;
	padding-right:25px;
}
ul.idxlist a:visited {
	background:url(gif/checkmark.gif) bottom right no-repeat;
	padding-right:13px;
}

ul.selectlist {
	margin:0 0 0 -10px;
	text-align:center;
	list-style:none;
	list-style-image:none;
	font-size:.9em;
}
ul.selectlist li { margin-top:3em; }

ol li:empty,
ul li:empty {
	margin:0;
	padding:0;
}

.artistidx {
	margin:0 0 6em 4em;
	font-weight:bold;
}

#header h1 {
	/* margin:0 0 10px 0; */
	padding:15px 0;
}

#content p.tools {
	margin:-1em -2% .5em -3%;
	padding:0;
	text-align:left;
	font-family:sans-serif;
	font-size:.8em;
	background-color:#ffc;
}
#content p.tools a.lang {
	float:right;
}
#content p.tools a {
	text-decoration:none;
	border-bottom:none;
	color:#9f632d;
}
#content p.tools a:link:hover,
#content p.tools a:visited:hover {
	color:#f00;
}
#content a.bookmark {
	background:url(gif/bookmark.png) center left no-repeat;
	padding-left:21px;
	padding-right:0;
}
a.de {
	background:url(gif/de.gif) center left no-repeat;
	padding-left:29px;
}
a.uk {
	background:url(gif/uk.gif) center left no-repeat;
	padding-left:29px;
}
a.us {
	background:url(gif/us.gif) center left no-repeat;
	padding-left:29px;
}

#content p.flag img,
img.flag {
	width:22px;
	height:13px;
	margin-right:7px;
	vertical-align:baseline;
}

#content .navigation {
	padding-top:5em;
	font-size:.9em;
	text-align:center;
}
#content .navigation a,
#content .navigation span {
	background:url(gif/bulletsmall.png) center left no-repeat;
	padding-left:12px;
	text-decoration:none;
}

#footer a {
	text-decoration:none;
}
#footer a:link {
	color:#000;
}
#footer a:visited {
	color:#222;
}
#footer a:link:hover,
#footer a:visited:hover {
	color:#f00;
}
#footer .redlink,
#footer .redlink a {
	padding:.5em 0;
	font-size:1.2em;
	color:#f00;
}
#footer .redlink a:hover {
	color:#f0f;
}

#header a:hover.sitemap,
#footer a:hover.sitemap {
	color:#000;
}

.intro { margin-left:-10px;font-size:105%;text-align:justify; }

.introc { margin-left:-10px;font-size:105%;text-align:center;color:#f00; }

.introcb { margin-left:-10px;font-size:105%;text-align:center;color:#000; }

p.a1 {
	text-align:justify;
	text-indent:-10px;
	font-size:1.05em;
	line-height:1.4em;
}

p.a1c,div.a1c { font-size:105%;color:#f00;text-align:center; }

p.a1c1,div.a1c1 { font-size:105%;color:#f00;text-align:center;letter-spacing:1pt; }

p.a1c2,div.a1c2 { font-size:105%;color:#f00;text-align:center;letter-spacing:2pt; }

p.a1c3,div.a1c3 { font-size:105%;color:#f00;text-align:center;letter-spacing:3pt; }

p.a1c4,div.a1c4 { font-size:105%;color:#f00;text-align:center;letter-spacing:4pt; }

p.a1c5,div.a1c5 { font-size:105%;color:#f00;text-align:center;letter-spacing:5pt; }

p.a1c6,div.a1c6 { font-size:105%;color:#f00;text-align:center;letter-spacing:6pt; }

p.a1cb,div.a1cb { font-size:105%;text-align:center; }

p.a1ui,div.a1ui { font-size:105%;text-align:justify; }

.price {
	font-size:.8em;
	line-height:110%;
	font-family:arial,verdana,helvetica,sans-serif;
}

.a1 .price,
.a1ui .price,
.intro .price {
	font-size:.75em;
}

blockquote.voice {
	margin:0 15% 0;
	text-align:left;
	font-style:italic;
	font-family:arial,verdana,helvetica,sans-serif;
}

/* blockquote.voice a {
	border-bottom:1px dotted;
} */

p.voice {
	margin:0 15% 0;
	text-align:right;
	font-size:.8em;
	font-family:arial,verdana,helvetica,sans-serif;
}

.teaser {
	margin:0 auto;
	padding:0;
	width:550px;
	height:250px;
	text-align:center;
	font-family:arial,verdana,helvetica,sans-serif;
}

.teaser .float {
	float:left;
	text-align:left;
	font-size:.9em;
	max-width:402px;
}

.globalteaser {
	width:580px;
	border:2px solid #888;
	margin:0 auto;
	padding:0 15px 10px;
	text-align:center;
	/* line-height:90%; */
	white-space:nowrap;
	font-family:arial,verdana,helvetica,sans-serif;
}

.globalteaser h1,
.globalteaser h2,
.globalteaser h3,
.globalteaser h4,
.globalteaser h5 {
	margin:0 0 .5em;
	padding:0;
}

.globalteaser p.header {
	margin:15px 0;
	padding:0;
	line-height:160%;
	font-size:130%;
	color:#f00;
}

.globalteaser p.content2,
.globalteaser div.content2 {
	margin:20px 0;
	padding:0;
	line-height:180%;
	font-size:130%;
	font-weight:bold;
	color:#000080;
}

.marquee {
	margin:0 -3.5%;
	padding:4em 0 1em;
	border-bottom:1px solid #000;
	font-size:1.4em;
	font-style:italic;
	color:#f00;
	letter-spacing:2pt;
}

.marquee_nospace {
	margin:0 -3.5%;
	padding:4em 0 1em;
	border-bottom:1px solid #000;
	font-size:1.4em;
	font-family:arial,verdana,helvetica,sans-serif;
	font-style:italic;
	color:#f00;
}

.marquee_rid {
	margin:0 -3.5%;
	padding:4em 0 1em;
	border-bottom:1px solid #000;
	font-size:1.4em;
	font-family:arial,verdana,helvetica,sans-serif;
	font-style:italic;
	color:#f0f;
}

.lbot { font-size:95%;font-family:arial,verdana,helvetica,sans-serif; }

div.address { border-top:1px solid;padding-top:20px; }

div.address table { width:700px;margin:0 auto;text-align:center; }

img.flag { width:22px;height:13px;margin-right:7px;vertical-align:middle; }

img.mail { width:32px;height:24px;margin:3px 5px 0 0;vertical-align:middle; }

img.xgo { width:5px;height:10px;margin-right:5px;vertical-align:middle; }

img.caption-top {
	margin:0 0 2em;
	color:#f00;
}
img.caption-bottom {
	margin:2em 0 0;
	color:#f00;
}

.center { text-align:center; }

.right { text-align:right; }

.justify { text-align:justify; }

.underline { text-decoration:underline; }

.nopx { text-indent:0; }

.mli { margin-left:-10px; }

.topborder { border-top:1px solid;padding-top:20px; }

.box { margin:0 auto;border-style:solid;border-width:2pt;padding:15pt; }

.boxdouble { margin:0 auto;border-style:double;border-width:4pt;padding:15pt; }

.vat { font-size:70%;line-height:150%; }

.norm { font-weight:normal; }

.sans { font-family:arial,verdana,helvetica,sans-serif; }

.helv { font-family:arial,verdana,helvetica,sans-serif; }

.uexp { font-family:"Nova Ultra Expanded SSi",arial,verdana,helvetica,sans-serif; }

.exp { font-family:"Nova Expanded SSi",arial,verdana,helvetica,sans-serif; }

/* .lite { font-family:"Nova Light SSi",arial,verdana,helvetica,sans-serif; } */

.xs { font-size:7pt; }

.s { font-size:70%; }

.n { font-size:85%; }

.l { font-size:105%; }

.xl { font-size:130%; }

.xxl { font-size:200%; }

.space1 { letter-spacing:1pt; }

.space2 { letter-spacing:2pt; }

.space3 { letter-spacing:3pt; }

.space4 { letter-spacing:4pt; }

.space5 { letter-spacing:5pt; }

.space6 { letter-spacing:6pt; }

.space7 { letter-spacing:7pt; }

.space8 { letter-spacing:8pt; }

.space9 { letter-spacing:9pt; }

.space10 { letter-spacing:10pt; }

.space11 { letter-spacing:11pt; }

.space12 { letter-spacing:12pt; }

.nospace { letter-spacing:normal; }

.red1 { color:#f00;letter-spacing:1pt; }

.red2 { color:#f00;letter-spacing:2pt; }

.red3 { color:#f00;letter-spacing:3pt; }

.red4 { color:#f00;letter-spacing:4pt; }

.red5 { color:#f00;letter-spacing:5pt; }

.red6 { color:#f00;letter-spacing:6pt; }

.black { color:#000; }

.grey { color:#808080; }

.red { color:#f00; }

.ruby { color:#c00000; }

.green { color:#008000; }

.viol { color:#f0f; }

.purple { color:#800080; }

.blue { color:#000080; }

.redborder { border-color:#f00; }

.greenborder { border-color:#008000; }

.blueborder { border-color:#000080; }

.purpleborder { border-color:#800080; }

.greyborder { border-color:#808080; }
