html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; line-height:22px;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: baseline;
}
.img-left {float:left; margin:0 10px 10px 0;}

body {
  line-height: 1;
  color: black;
  background: #F7F3E9;
  background-image: url( body-bg.jpg);
  background-repeat: repeat-x;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}

/*****************************************************************************
 HTML elements
 *****************************************************************************/
body {
  font: 12px/150% Tahoma, Geneva, sans-serif;
  color: #696969;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 110%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
h1 {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
h1#page-title {
  height:18px;
  background-image: url( bg-menunav.gif);
  padding:6px 0 5px 10px;
  margin:5px 0 15px 0;
}
h2 {
  font-size: 14px;
  margin-bottom:10px;
}
h3 {
  font-size: 13px;
}
h4 {
  font-size: 12px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 12px;
}
hr {
  border: 1px solid #ccc;
}
p, table {
  margin: 10px 0;
}

blockquote {
  background: #f8f8f2;
  padding: 15px;
  color: #a98951;
}
pre, div.codeblock {
  line-height: 140%;
}
a:link, a:visited {
  color: #678D00;
  text-decoration: none;
}
a:hover, a:active {
  color: #9bac0d;
}

/** classen für Bilder **/
strong, label, legend {
  font-weight: bold;
}
dd {
  padding: 5px 0 10px 10px;
}
ol, ul {
  margin-left: 32px;
}
ol li {
  list-style-type: decimal;
}
ul li {
  list-style-type: disc;
}
fieldset {
  margin-bottom: 1em;
  padding: 15px;
  background: #f9f9f9;
  border: 1px solid #ccc;
}

thead th {
  padding-right: 0;
  border-bottom: 3px solid #ccc;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
th {
  padding-right: 0;
  border-bottom: 3px solid #ccc;
  font-weight: bold;
}
td, th {
  vertical-align: top;
  padding: 2px 4px;
}
/*****************************************************************************
 Layout styles
 *****************************************************************************/
.clear-block {
  clear: both;
}
#page {
  width: 850px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#header {
  height: 142px;

  margin:10px 0 0 0;
}
#primary {
  height: 20px;
  padding: 8px 0 8px 0px;
  line-height: 1;
  float: left;
  width: 100%;
  background-image: url( bg-menunav.gif);
  margin: 0 0 20px 0;
}

#primary li { 
  float: left;
  margin: 0 40px 0 0;
  padding: 0;
}
#primary li:hover, #primary li.active, #primary li.active-trail {

}
#primary li.active:hover, #primary li.active-trail:hover {

}
#primary li a {
  font: bold 14px Arial, Helvetica, sans-serif;
  color: #FFF;
  text-transform: lowercase;
  display: block;
  padding: 2px 12px;
}
#primary li a:hover, #primary li.active a, #primary li.active-trail a {
  color: #a8c051;
}
#primary li.active a:hover, #primary li.active-trail a:hover {

}

#main, body.sidebars #sidebar-left {
  float: left;
}
body.sidebars #main.main-tl .main-tr .main-br .main-bl {
  width: 440px;
}
body.sidebar-left #main.main-tl .main-tr .main-br .main-bl {
  width: 510px;
}
body.sidebar-right #main.main-tl .main-tr .main-br .main-bl {
  width: 760px;
}
#main.main-tl {
  background-color: #fff;
}
#main.main-tl .main-tr {

}
#main.main-tl .main-tr .main-br {

}

#main.main-tl .main-tr .main-br .main-bl {
  margin: 0 10px 0 10px;
}
body.sidebars #sidebars {
  width: 460px;
}
body.sidebar-left #sidebars {
  width: 300px;
}
body.sidebar-right #sidebars {
  width: 140px;
}
#sidebars, body.sidebars #sidebar-right, body.sidebar-left #sidebar-left {
  float: right;
}
#sidebar-left {
  width: 290px;
}
#sidebar-right {
  width: 140px;
}
#footer {
  margin-top: 30px; text-align:center;
  padding-top: 10px;
  border-top: 1px solid #d9d7c3;
  color: #949285;
  font-size: 12px;
}
.block {
  margin-bottom: 20px;
}
#sidebars .block h2.block-subject {
  padding: 7px 15px 8px 15px;
  font-size: 14px;
  text-transform: none;
}
#sidebars .block .content {
  padding: 10px 15px;
}
.content img{ padding-right:10px; padding-bottom:10px;}
#sidebars .block .content a:link, #sidebars .block .content a:visited {
  text-decoration: underline;
}
#sidebars .block .content a:hover, #sidebars .block .content a:active {
  text-decoration: none;
}
#sidebars .block .content p {
  margin: 0;
}
#sidebars .block .content ul {
  margin-left: 5px;
}
#sidebars .block .content h1, #sidebars .block .content h2, #sidebars .block .content h3 {
  font-size: 14px;
  font-weight: bold;
}
#sidebar-left {
  font-size:12px;
  color: #f4f3eb;
  padding:10px 10px 10px 0 ;
  background-color:#FFF;
}

#sidebar-left div.block {
  background-image: url( bg-menu-block.gif);
  color: #cfebb4;
  text-align:left;
}

#user-login-form {padding: 0 0 60px; 0;}
#sidebar-left, .item-list {float:left; text-align:left;}
.item-list {float:left; text-align:left;}
.item-list li {height:17px; width:200px;}

#sidebar-left div.block .content { background-color:#FFF; color:#666;}
#sidebar-left div.block h2.block-subject {font-size:12px; height:4px; color: #FFF;}
#sidebar-left div.block. a {color: #484848;);}
 

#sidebar-right div.block.block-1 h2.block-subject {
  color: #484848;
}
#sidebar-right div.block.block-1 {
  color: #f5e5c2;
}

#sidebar-right .block {
  color: #443e36;
}
#sidebar-right .block .content {
}
#sidebar-right .block h2.block-subject {
  color: #273a44;
}


/*****************************************************************************
 Node module
 *****************************************************************************/
#node-admin-filter ul li {
  list-style-type: none;
}
.node {
  margin-bottom: 40px;
}
.node .picture {
  float: right;
  margin: 0 0 10px 10px;
}
.node h2.title {
  border-bottom: 1px solid #d9d7c3;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.node h2.title a {
  color: #82A71D;
  font-size: 16px;
  font-weight: bold;
}
.node h2.title a:hover {
  color: #6F9801;
}
.node .node-links {
  line-height: 140%;
  background: #EEEBD8;
  border-top: 1px solid #f1f0e9;
  border-bottom: 1px solid #f1f0e9;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 0;
  margin-top: 5px;
  margin-bottom:15px;
}
.node ul.links li {
  margin: 0 0 0 10px;
  padding: 0;
}
.node ul.links li.comment_add a, .node ul.links li.comment_comments a {
  padding-left: 15px;
  background: url( icon-comment.png) no-repeat left center;
}


.orderbox {
	clear: both;
	margin: 5px 10px;
	text-align: center;
	padding: 5px 0;
	background: #EEEBD8;
    border-top: 1px solid #f1f0e9;
    border-bottom: 1px solid #f1f0e9;
	font: bold 13px "Trebuchet MS", sans-serif;
}

.orderbox #down {
	padding: 0 0 0 27px;
	background: url(download.gif) no-repeat center left;
}

.orderbox #buy {
	padding: 0 0 0 27px;
	background: url(buynow.gif) no-repeat center left;
}

.orderbox span {
	margin: 0 8px 0 8px;
	color: #AAAAAA;
}


#sidebar{ font-size:13px;}
#sidebar ul{}
#sidebar ul li{ padding-bottom:14px; padding-top:20px;}

#sidebar  ul li 


.services ul { font-size:13px;
    background-color:#0E090F;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	padding:5px 0;
}
.services li {
	list-style-type: circle;
}
.services a
{ font-size:13px; color:#678D00;
display: block; text-decoration:none;
padding:8px 5px 8px 4px;
font-weight:normal;
text-align:left;
}
.services a:hover { color:#9BAC0D; text-decoration:underline;
	display:block;
}
.services a.menu_title
{
	font-family: 'Trebuchet MS', 'Gill Sans', Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}






/*
 * Tab navigation
 */
.tabs {
  padding-bottom:10px;
  line-height: 1;
  float: left;
  width: 100%;
}
ul.primary {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 5px 0 0 0;
}
ul.primary li, ul.secondary li {
  float: left;
  margin: 0;
  padding: 0;
}
ul.primary li a {
  background: #eee;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 0 1px;
  margin: 0 5px 0 0;
  padding: 4px 12px;
  display: block;
  font-weight: bold;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  color: #666;
}
ul.secondary {
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
  margin: 0;
}
ul.secondary li {
  padding: 0 10px;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  display: block;
  font-weight: bold;
}
ul.secondary a.active {
  border-bottom: 3px solid #ccc;
  color: #666;
}

/*
 * Autocomplete styles
 */

