@charset "ISO-8859-1";

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

/* set max-width for either html/body or for .content class */

* {
	border:none;
	margin:0;
	padding:0;
}
body {
	width:90%;
	max-width:790px;
	min-width:550px;
	margin:0 auto;
	color:#000;
	background-color:#b48228;
	font-family:sans-serif;
	font-size:100.01%;
}
#header {
	top:0;
	margin-bottom:2em;
	color:#5e1616;
	text-align:center;
}
#content {
	/* background-color:; */
	/* width:91%; */
	min-height:0;
	overflow:hidden;			/* hides #content in IE 5.5 & Opera 7.54 or apply clearfix below */
	margin:0 auto;
	padding:1em 4% 1em 5%;
	/* font-family:serif; */
}

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

#footer {
	clear:both;
	margin:3em auto 1em;
	color:#5e1616;
	text-align:center;
	font-size:.8em;
}

a { text-decoration:none; }	/* border-bottom must be set separately so that <a name="xy"> is not marked, too */
a:link { color:#5e1616; }
a:visited { color:#3a0e0e; }
a.red,
a.ruby {
	color:#c00;
	text-decoration:none;
	border-bottom:1px dotted #c00;
}
a.red:hover,
a.ruby:hover {
	border-bottom:none;
}
a.red:visited,
a.ruby: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 { color:#ff0; }
a.sitemap { cursor:text; }

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

#content a[href *="cigarboxdesign"],
.center * a:link {
	background:none;
	padding-right:0;
}

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; }

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

blockquote {
	text-indent:0;
	margin-left:0.6em;
	margin-right:1em;
}
blockquote p:first-child {
	text-indent:-0.6em;
}

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:#000000;font-family:arial,verdana,helvetica,sans-serif; }

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

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:empty {
	visibility:hidden;
	height:0;
}

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

p.navlink,
ul.navlink {
	margin:0;
	padding:0;
}
ul.navlink li {
	margin:0;
	padding:3px 0 3px 0;
	display:inline;
	list-style-type:none;
}
ul.navlink li:before {
	content:" · ";
}
ul.navlink li:first-child:before {
	content:"";
}
/* IE6 workaround */
* html ul.navlink li {
	padding-right:10px;
}

#footer .copyright {
	text-align:left;
}

#header a:hover.sitemap,
#header a:visited.sitemap,
#footer a:hover.sitemap,
#footer a:visited.sitemap {
	color:#5e1616;
	font-weight:normal;
}

#header h1 {
	margin:10px 0 10px 0;
	padding:0;
}
#header h3 {
	margin:0 0 20px 0;
	padding:0;
}

a.de {
	background:url(gif/de.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;
}

.intro { margin-left:-10px;font-size:1.05em;line-height:1.4em;text-align:justify; }

.introc { margin-left:-10px;font-size:1.05em;line-height:1.4em;text-align:center;color:#c00000; }

.introcb { margin-left:-10px;font-size:1.05em;line-height:1.4em;text-align:center;color:#000000; }

p.a1, div.a1 {
	font-size:1.05em;
	text-align:justify;
	line-height:1.4em;
}
p.a1, div.a1 p:first-child {
	text-indent:-10px;
}
p.a1 b:first-child, div.a1 p:first-child b:first-child {
	font-variant:small-caps;
}

.frontpage {
	font-size:.85em;
	font-weight:normal;
	padding-bottom:1em;
}

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

blockquote.voice {
	margin:60px 25% 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 25% 60px;
	text-align:right;
	font-size:.8em;
	font-family:arial,verdana,helvetica,sans-serif;
}

.center { text-align:center; }

.right { text-align:right; }

.justify { text-align:justify; }

.underline { text-decoration:underline; }

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

.boxdouble {
	margin:3em auto;
	border:4px double #b87333;
	padding:.3em 1em 1em;
}

.norm { font-weight:normal; }

.sans { font-family: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:#c00000;letter-spacing:1pt; }

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

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

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

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

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

.black { color:#000000; }

.red,
.ruby { color:#c00000; }

.gold { color:#b48228; }

