/* ------------------------ layout */

body {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em; /* p: 1.6 */
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
}
#body {
	text-align: left;
	margin: 0 auto;
	width: 860px;
}
#header {
	width: 860px;
	background-color: #000;
	background-image: url(images/banner.gif);
	height: 46px;
	background-position: top left;
	background-repeat: no-repeat;
}
#nav {
	width: 860px;
	float: left;
	margin: 1px 0 0 0;
}
#subnav {
	width: 860px;
	height: 20px;
	float: left;
	background-color: #EFEAEF; /* violett 8.9 */
	border-top: 1px solid #fff; /* vormals #C0ABC0, violett 5.9 */
	padding: 0;	
}
#subsubnav {
	width: 150px;
	margin-right: 15px;
	float: left;
	background-color: none; /* #EFEAEF violett 8.9 */
	border: none; /* top: 1px solid #fff, vormals #C0ABC0, violett 5.9 */
	padding: 0;
}
#content {
	background-color: #fff;
	width: 860px;
	text-align: left;
	padding: 20px 0;
	float: left;
}
img {
	border: 0;
}
#column0 { float: left; margin-right: 30px; /* 20px */ text-align: left; width: 660px; /* 315px */ }
#column1 { float: left; margin-right: 30px; /* 20px */ text-align: left; width: 410px; /* 315px */ }
#column2 { float: left; text-align: left; width: 410px; }

#column1_projects { float: left; margin-right: 15px; text-align: left; width: 340px; }
#column2_projects { float: left; text-align: left; width: 340px; }

/* ------------------------ text */

h1 {
	font-size: 2em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #222;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #993162; /* violett 2 ! */ 
	margin-top: 20px; /* marz: 35px*/
}
h3 {
	font-size: 0.95em;
	color: #222;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	margin-top: 20px;
}
p {
	line-height: 1.6em;
	color: #333;
}
#header a {
	display: block;
	text-decoration: none;
	height: 45px;
	width: 860px;
}
#nav ul {
	display: inline;
	margin: 0;
}
#nav li {
	display: inline;
}
#nav a {
	border-right: 1px solid #fff;
	font-size: 1em;
	color: #000;
	text-decoration: none;
	background-color: #D2BCA3; /* grundton: #B48F65 */
	padding: 3px 12px 2px 12px;
	float: left;
	height: 18px;
}
#nav a.first {
	border-left: 1px solid #fff;
}
#nav a:hover {
	background-color: #B79A87;
	color: #000;
}
#nav a.sel {
	background-color: #815781; /* violett 1.9 */
	color: #fff;
}
#subnav ul {
	display: inline;
	margin: 0;
}
#subnav li {
	display: inline;
}
#subnav a {
	float: left;
	padding: 3px 12px;
	font-size: 0.9em;
	color: #B096B0; /* violett 4.9 */
	text-decoration: none;
	border-right: 1px solid #E0D5E0; /* violett 7.9 */
}
#subnav a:hover {
	background-color: #E0D5E0; /* violett 7.9 */
	color: #916C91; /* violett 2.9 */
}
#subnav a.sel {
	color: #815781; /* violett 1.9 */
	background-color: #EFEAEF; /* violett 8.9 */
}
#subnav s {
	float: left;
	padding: 3px 12px;
	font-size: 0.9em;
	text-decoration: none;
	color: #C0ABC0; /* violett 5.9 */
	border-right: 1px solid #E0D5E0; /* violett 7.9 */
}


/* * * * subnavigation level 3 * * * */

#content #subsubnav ul {
	margin: 11px 0 0 0;
	padding: 0;
	display: block;
}

#content #subsubnav li {
	margin: 0;
	padding: 0;
	display:block;
	list-style-type: none;
}
#content #subsubnav a {
	float: left;
	width:150px;
	padding: 0.2em 1em 0.2em 0;
	font-size: 1em;
	color: #1f7e8f; /* grün 4.9 */
	background-color: none;
	text-decoration: none;
	border-bottom: none;
}
#content #subsubnav a:hover {
	color: #000;
}
#content #subsubnav a.sel {
	color: #0f363d; /* violett 1.9 */
	/*background-color: #EFEAEF; */
}
#content #subsubnav s {
	float: left;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	color: #C0ABC0; /* violett 5.9 */
}


#content a {
color: #1f7e8f;
text-decoration: none;
border-bottom: 1px solid #A5CBD2; /* 0.5: 8FBFC7 */
}
#content a:hover {
color: #000;
text-decoration: none;
border-bottom: 1px solid #666;
}
#content a:active {
color: #ee4fbf;
text-decoration: none;
border-bottom: 1px solid #ff5fd5;
}
/* ------------------------ form 

form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
input {
	width: 180px;
	height: 15px;
	border: 1px solid #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	width: 180px;
	border: 1px solid #000;
}
.button {
	width: 85px;
	background-color:#ccc;
	border: 1px solid #000;
	color: #000066;
}
*/

ul {
	margin-top: 6px;
}
li {
	margin-bottom: 6px;
}
.important { 
	color: #F57200; /* F57200 */
	font-weight: bold;
}
.orange { 
	color: #F57200; /* F89540 */
}
small, .small {
	font-family: Verdana, "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #9B7B64;
}
td { vertical-align: top; padding: 0 10px 20px 0; font-size: 12px;}
td p {margin: 0; padding: 0 0 4px 0; }
em, .em {
	color: #a64b76; /* violett2 2.9 */
	font-style: normal;
}
strong, .strong { color: #745140;  }
em strong {color: #a64b76; font-weight: bold;} /* violett2  2.9 */
.agenda div.output { margin-bottom: 12px;}
.agenda div.indent {
	border: 0; padding: 0;
	margin: 0 0 0 18px;
}
#orderform span {
	width: 190px;
	float: left;
	padding: 0 20px 5px 0;
}
#orderform span.newline {
	clear: both;
}
#orderform span input {
	width: 190px;
	background-color: #fff;
	border: 1px solid #ccc3b2;
}
#orderform .short {width: 70px;}
#orderform span.short input {width: 70px;}
#orderform .tiny {width: 3em;}
#orderform span.tiny input {width: 3em;}
#orderform .long {width: 280px; clear: both;}
#orderform span.long input {width: 280px;}
#orderform span.long textarea {width: 280px; height: 120px; background-color: #fff; border: 1px solid #ccc3b2;}

/* as well in toplevel styles.css */

#agenda div.output { margin-bottom: 12px;}
#agenda div.indent {
	border: 0; padding: 0;
	margin: 0 0 0 18px;
}  
#output td, th { vertical-align: top; padding: 3px 9px 3px 0; }
#output th { text-align: left; padding: 0 9px 12px 4px; color: #999; font-weight: bold; font-size: 11px; border-left: 1px solid #ccc;}
#compositions td.catalog { width: 4em;}
#compositions td.title { width: 48em; }
#compositions td.buy {width: 9em; text-align: center;}
#compositions td.samples {width: 4em; text-align: center;}
#compositions td.tdedit {width: 4em; text-align: center; font-size: 10px;}
.strike {font-weight: normal; text-decoration: line-through;}

#reviews div.review_item { margin-bottom: 18px; margin-left: 20px;}
#reviews .quote { font-family: Georgia, "Times New Roman", serif; font-size: 14px; 
	line-height: 1.4em; margin: 0 0 3px -20px;}
span.directedit {
  float: right; text-align: right; font-size: 11px;
  }
#box {
	background-color: #f4f5e7;
	padding: 0 5px 3px 15px;
	border-top: 1px solid #ccc3b2; /* editor: E5E7D9 */
	border-bottom: 1px solid #ccc3b2;
	margin: 10px 0;
}
#box_checkout {
	background-color: #f8f8f8;
	padding: 0 5px 15px 15px;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#box_checkout strong, #box_checkout .small, #box_checkout small, #box_checkout li, #box_checkout ul {
	color: #666;
}
#basket li input {
	width: 2em;
	background-color: #f3f3f3;
}
#basket li input:focus {
	color: #F57200;
	font-weight: bold;
}
#basket li input.submit {
	width: 5.2em;
	color: #9B7B64;
	background-color: #f4f5e7;
}

.inline {display: inline; padding-right: 1em; }
.hr {border-top: 1px solid #ccc; padding: 0;}
pre { width: 300px; overflow: hidden; margin-top: 2em; padding-left: 15px; }
pre tt { font-size: 11px; color: #9B7B64; font-family: Consolas, Monaco, "Andale Mono", Courier, monospace}