
* { margin: 0; padding: 0; }

body {
	background: #CCCCCC;
	font: 11px Verdana, Tahoma, arial, sans-serif;
	color: #333; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #4F82CB; 
}
a:hover {
	color: #4EBF37;
}
a.external {
  background-image: url(/img/icon/tiny/external.png);
  background-repeat: no-repeat;
  background-position: right 0px;
  padding-right: 14px;
}
a.glossar {
  background-image: url(/img/icon/tiny/glossar.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 10px;
}

/* headers */
h1, h2, h3 {
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-weight: Bold; 		
}
h1 {
	font-size: 120%;	
}
h2 {
	font-size: 110%;
	/* text-transform: uppercase; */
	color: #88ac0b;
}
h3 {
	font-size: 110%;
	color: #666666; 
}

/* images */
img {
	border: 0px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}
img.bordered {
  background-color: white;
  border: 1px solid #464646;
  padding: 1px;
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #88ac0b;	
}
ul span, ol span {
	color: #666666;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 11px 'Lucida Console', 'courier new', monospace ;
  white-space: pre;
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
  border: 1px solid #f2f2f2; 
  background: #FAFAFA url(/img/layout/quote.gif) no-repeat 5px 5px;    
}

/* Form styles */
.form {
  border: #EEE 1px solid;
}
.form #icon {
  float: left;
  padding: 5px;
}
.form p {
  padding-left: 32px;
  background-color: #EEE;
}
.form p.note {
  margin-left: 170px;
  font-size: 90%;
  color: #888;
  background-color: #FFF;
}
.form form fieldset {
  padding: 10px;
  border-top: 1px solid #DDD;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  background-color: #FFF;
}
.form form legend {
  padding: 5px;
  border: 1px solid #DDD;
  font-weight: bold;
  color: #666;
}
.form label {
  padding-top: 4px;
  padding-left: 4px;
  margin-right: 10px;
  padding-right: 10px;
  width: 150px;
  display: block;
  float: left;
  text-align: right;
  position: relative;
}
.form label.error {
  color: #C00;
}
.form input.error, .form textarea.error {
  background: #FFF url(/img/form/bg/rot.gif) repeat-x;
  border-color: #C00;
}
div.controlset label, 
div.controlset input {
  display: inline; float: none;
}
div.controlset {
  margin-left: 170px;
}
.form div.buttonrow {
  margin-left: 180px;
}
.button {
  text-align: center;
  color: black !important;
}
input[type=submit], .button {
  background: #CCC url(/img/form/button/hg-gruen.gif) repeat-x left top;
  border: 1px solid #aaa;
  margin: 10px;
  font-weight: bold;
  width: 120px;
  padding: 4px;
}
input:hover[type=submit], .button:hover {
  background: #CCC url(/img/form/button/hg-gruen2.gif) repeat-x left top;
}
input, textarea {
  background: #FFF url(/img/form/bg/grau.gif) repeat-x;
  border: 1px solid #aaa;
  padding: 2px;
}
.form div.controls {
  text-align: right;
  background-color: #DDD;
  border-top: 1px solid #DDD;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 920px;
	background: #CCC url(/img/layout/content/content.jpg) repeat-y center top;
	margin: 0 auto;
}
#content-wrap {
	text-align: left;
	clear: both;
	width: 860px;
	padding: 0; 
	margin: 0 auto;
}
#header {
	width: 920px;
	position: relative;
	height: 106px;
	background: #CCC url(/img/layout/content/header.jpg) no-repeat center top;
	padding: 0;
	font-size: 14px;
	color: #FFF;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 48px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 28px; left: 50px;	
}
#header a {
  color: #FFF;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #FFF;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 74px; left: 128px;		
}

#header ul {
	position: absolute;
	top: 35px;
  right: 25px;
  padding: 0px;
  list-style: none;
  text-align: left;
}
#header ul li a {
  background: url(/img/layout/list/gear.gif) no-repeat 0px 0px;
  padding-left: 16px;
}
#header ul a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 30px 0 30px; padding: 0 40px 0 0;
	background: url(/img/layout/menu/menu0.gif) repeat-x center top;	
	font: bold 12px/26px Verdana, Arial, Tahoma, Sans-serif;
	height: 26px;
}
#menu ul {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 8px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	background: url(/img/layout/menu/menu1.gif) repeat-x center top;	
	color: #333;	
}
#menu ul li#current a {	
	background: url(/img/layout/menu/menu1.gif) repeat-x center top;	
	color: #333;
}

#breadcrumb {
  border-bottom: 1px solid #6A6;
}

/* Main Column */
#main {
	float: right;
	width: 72%;
	padding: 0; margin: 0;
  margin-top: 10px;
}
#main h1 {
	margin-top: 10px;
	font: Bold 125% Verdana, 'Trebuchet MS', Sans-serif;
	color: #88ac0b;
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #DFE0E1;
	background: #FFF url(/img/layout/content/caption.png) no-repeat 3px 50%;	
}
#main .main-header {
  color: white;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  font-style: italic;
}
#main .main-header .slogan1 {
  padding: 5px;
  text-align: left;
  font-size: 32px;
}
#main .main-header .slogan2 {
  padding: 5px;
  text-align: right;
  font-size: 24px;
}

#teaser {
  color: #444;
  font-weight: bold;
  text-align: left;
  vertical-align: center;
}
#teaser div {
  width: 220px;
  height: 48px;
  /*border-bottom: 1px solid #000;
  background: #eeeeee;*/
  padding: 5px;
  color: #555;
  cursor: pointer;
}
#teaser a {
  font-size: 100%;
  font-weight: normal;
}
#teaser a img {
  float: left;
  padding-right: 5px;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(/img/layout/post/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(/img/layout/post/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(/img/layout/post/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Product */
#product {
  float: left;
  margin: 0px 10px 10px 0;
  border: 1px solid #808080;
  width: 190px;
  background-color: #f8f8f8;
}
#product h1 {
  color: white;
  background: url(/img/layout/headerbg-black.gif) repeat-x left center;
  margin-top: 0px;
  padding-left: 5px;
}
#product h1 span {
  background: url(/img/icon/paket.png) no-repeat left top;
  padding-left: 18px;
}
#product p {
  padding: 5px;
}
#product #price, #pricered {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding-left: 13px;
  padding-top: 20px;
  height: 35px;
  width: 70px;
  color: #ffffff;
  background: url(img/shop/preis-gruen.png) no-repeat top left;
}
#product #pricered {
  background: url(img/shop/preis-rot.png) no-repeat top left;
}
#product #info {
  padding: 5px;
}
#product img {
  padding: 1px;
  border: 1px solid #000000;
  background: #AAA;
}
.pricelarge, .pricelargered {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
  padding-left: 25px;
  padding-top: 40px;
  height: 85px;
  width: 140px;
  color: #ffffff;
  background: url(img/shop/preis-gruen-gross.png) no-repeat top left;
}
.pricelargered {
  background: url(img/shop/preis-rot-gross.png) no-repeat top left;
}

.basketitem, .basketsum {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #dddddd;
}
.basketsum {
  border-top: 1px double #888888;
  border-bottom: 0px;
}
.basketitem #no, .basketsum #no {
  text-align: right;
  width: 50px;
}
.basketitem #no, .basketitem #title, .basketsum #no, .basketsum #title {
  float: left;
  font-weight: bold;
  padding-right: 5px;
}
.basketitem #desc, .basketsum #desc {
  padding-left: 55px;
  clear: both;
}
.basketitem #price, .basketsum #price {
  text-align: right;
  width: 100px;
  float: right;
  font-weight: bold;
}
.basketitem #action, .basketsum #action {
  float: right;
}

.shop-progress {
	clear: both;
	margin: 0; padding: 0;
	font: bold 13px/32px Verdana, Arial, Tahoma, Sans-serif;
  font-variant: small-caps;
	height: 32px;
  border: 1px solid #aaaaaa;
  border-top: 1px solid #aaaaaa;
  background-color: #eeeeee;
}
.shop-progress ul {
	list-style: none;
	margin: 1px; padding: 0;
  color: white;
}
.shop-progress ul li {
	display: inline;
  padding-left: 6px;
}
.shop-progress ul li a {
  color: #000;
}
.shop-progress-current {
  color: black;
}
.shop-progress-done {
  background: url(/img/shop/erledigt.png) no-repeat left center;
  opacity: 0.5;
}
.shop-progress-separator {
  margin: 0px 0 0 0;
  padding: 16px 28px;
  background: url(/img/shop/fortschritt.png) no-repeat center center;
}

/* Item list */
div#item {
  padding-left: 32px;
  background: url(/img/layout/list/arrow_right.png) no-repeat 10px 5px;
}
div#item h1 {
  background: #FFF;
  padding-left: 0px;
  margin-top: 0px;
  border-bottom: 0px;
  font-size: 16px;
}
div#item a {
  background: #FFF;
}
p#item {
  padding-left: 40px;
}
p#item img {
  position: relative;
  left: -40px;
  float: left;
  margin-right: -40px;
}

/* Listing */
div.listitem {
  clear: both;
  border-bottom: 1px solid #DDD;
}
div.listitem div {
  padding: 5px;
}

div.listheader {
  clear: both;
}
div.listheader div {
  padding: 5px;
  font-weight: bold;
}

div.list10 { width: 9%; }
div.list15 { width: 14%; }
div.list20 { width: 19%; }
div.list30 { width: 29%; }
div.list40 { width: 39%; }
div.list50 { width: 49%; }
div.list60 { width: 59%; }
div.list70 { width: 69%; }
div.list80 { width: 79%; }
div.list90 { width: 89%; }
div.list100 { width: 100%; }

/* Boxes */
.info-box {
  margin: 10px;
  padding: 5px 5px 5px 35px;
  background: #F2F2F2 url(/img/box/info.png) no-repeat 5px 5px;
  border: 1px solid #A0A0A0; 
}
.error-box {
  margin: 10px;
  padding: 5px 5px 5px 35px;
  background: #FFC url(/img/box/error.png) no-repeat 5px 5px;
  border: 1px solid #FC6; 
}
.success-box {
  margin: 10px;
  padding: 5px 5px 5px 35px;
  background: #CFC url(/img/box/success.png) no-repeat 5px 5px;
  border: 1px solid #6C6; 
}

/* Sidebar */	
#sidebar {
	float: left;
	width: 26.5%;
	padding: 0; margin: 0;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 0 5px 10px; 
	font: bold 12px Verdana, 'Trebuchet MS', Sans-serif;
	color: #555;
	background: #EEF0F1 url(/img/layout/content/headerbg.gif) repeat-x left bottom;	
}
#sidebar .left-box {
	border: 1px solid #DFE0E1; 
	margin: 0 0 5px 0;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 3px 0 8px 0; padding: 0;
	text-decoration: none;		
}
#sidebar ul.sidemenu li {
	border-bottom: 1px solid #EFF0F1;
	background: url(/img/layout/list/go.gif) no-repeat 5px 5px;	
	padding: 2px 0 2px 25px;
	margin: 0 2px;
}
#sidebar ul.sidemenu a, #sidebar ul.sidemenu a.active {
	text-decoration: none;	
	background-image: none;	
}
#sidebar ul.sidemenu a.active {
  font-weight: bolder;
}

p#sitemap span {
  display: block;
  padding-top: 8px;
}
p#sitemap span img {
  float: left;
  position: relative;
  left: -5px;
}

#faq ul {
  padding: 0px;
}
#faq ul li {
	list-style: none;
	text-align: left;
  padding-left: 18px;
  margin-bottom: 2px;
}
#faq ul li#category {
	background: url(/img/icon/tiny/sitemap1.png) no-repeat;	
}
#faq ul li#topic {
	background: url(/img/icon/tiny/sitemap2.png) no-repeat;	
}

/* Footer */	
#footer {
	color: #666666;
	background: #CCC url(/img/layout/content/footer.jpg) no-repeat center top;
	clear: both;
	width: 920px;
	height: 55px;
	text-align: center;	
	font-size: 92%;
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* display and additional classes */
.clear { clear: both; }
.gray { color: #CCC; }
.large { font-size: 18px; }
.xlarge { font-size: 23px; }

.star-text { color: #AAA; }

/* buttons */
.btn {
  float: left;
  clear: both;
  background: url(img/button/glass/left.png) no-repeat;
  padding: 0 0 0 10px;
  margin: 5px 0;
}
.btn a {
  float: left;
  height: 40px;
  background: url(img/button/glass/stretch.png) repeat-x left top;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  text-decoration: none;
}
.btn a:hover {
  color: #FFF !important;
}
.btn span {
  background: url(img/button/glass/right.png) no-repeat;
  float: left;
  width: 10px;
  height: 40px;
}
.btn_green {
  background-color: green;
}
.btn_green a {
  color: #2f2 !important;
}
.btn_orange {
  background-color: red;
}
.btn_orange a {
  color: #F22;
}
.btn_blue {
  background-color: blue;
}
.btn_blue a {
  color: #22F;
}

/* Debug output */
div.xmlverb-default {
  font: 11px courier;
  text-align: left;
  margin: 10px;
  padding: 10px;
  padding-top: 0px;
  border: gray solid 1px;
  background-color: white;
}
span.xmlverb-element-name {
  font-weight: bold;
}
span.xmlverb-ns-name {
  color: darkred;
}
span.xmlverb-ns-uri {
  color: green;
}
span.xmlverb-ns-name {
  color: darkred;
}
span.xmlverb-attr-name {
  color: darkred;
}
span.xmlverb-attr-content {
  color: green;
}

