/* typography.css */
body {
	font-size: 13px;
	color: #796358;
	font-family: Trebuchet MS, Helvetica, Tahoma, Arial, Verdana, sans-serif;
}



/* ÜBERSCHRIFTEN
--------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color:#3f2010;
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0.5em;
}

div.header_external h1,
div.header_image h1 {
	text-indent: -9999px;
}

h2 {
	font-size: 1.45em;
	margin-bottom: 0.25em;
	font-style: italic;
}

h3 {
	font-size: 1.2em;
	line-height: 1em;
	margin-bottom: 0.3em;
}

h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

.quiet {
	font-size: 0.9em;
  line-height: 1em;
}

.quieter {
	font-size: 0.8em;
}

.loud {
  font-weight: bold;
}

.inverted {
	color: #fff;
}



/* TEXTVARIATIONEN
--------------------------------------------------------------------------------*/
p, font {
	margin: 0 0 0.5em;
}

p img {
	border: 1px solid #B2A69F;
	float: left;
	margin: 0 1em 0.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}


/* LINKS
--------------------------------------------------------------------------------*/
a.previous {
	background: url(../images/icons/link_xsmall.png) no-repeat 3px;
	padding-left: 20px;
	float: right;
}


a.more {
	background: url(../images/icons/link_xsmall.png) no-repeat 3px;
	padding-left: 20px;
}

a.more:focus, a.more:hover {
	background: url(../images/icons/link_hover_xsmall.png) no-repeat 3px;	
}



.blue_links a, a.blue_links { /* Für die externen Produktübersichtsseiten, färbt Links blau, nur temporär */
  color: #1074A5;
}

.blue_links a:hover, a.blue_links:hover { /* Für die externen Produktübersichtsseiten, färbt Links blau, nur temporär */
  color: #F7AF2F;
}




.linkbar {
  border-bottom:1px dashed #a6a6a6;
  border-top:1px dashed #a6a6a6;
  clear:both;
  height:20px;
  padding:5px 0;
}



blockquote {margin:1.5em;color:#595959;font-style:italic;}
strong {
	color: #3F2010;
	font-weight: bold;
}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0em;}
abbr, acronym {border-bottom:1px dotted #595959;}
address {margin:0 0 1.5em;}
del {color:#595959;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
ul {list-style: none;}
ol {list-style-type:none;}

dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {
  display: inline;
}


/* Tables
-------------------------------------------------------------- */

table.select {
  margin-bottom: 1.4em;
}

table.select tr td {
  border-bottom: 1px solid #ccc;
}

table.select tr:hover {
  background: #F9FAEB;
}

table.select thead th {
  background: #A2DBF7;
}

table.select thead th a {
  color: #3F2010;
}

table.select thead th a:hover {
  color: #fff;
}



table.offer tr {
  background: #F9FAEB;
  border-bottom: 1px solid #ccc;
}

table.offer tr td {
  vertical-align: top;
}  

table.offer tr:hover {
	background: #E5EDAE;
}

table.offer thead th {
  background: #fff;
  border-bottom: 2px solid #bdd135;
  font-size: 1.2em;
}

table.offer thead th a {
  color: #3F2010;
}

table.offer thead th a:hover {
  color: #fff;
}

table.offer tr td label, table.offer tr td.price {
  font-weight: bold;
}









th          { font-weight: bold; }
table.select thead th 		{ background: #5dc1f2; }
th,td,caption { padding: 4px 10px 4px 0px; }
tr.even td  { background: #E8F6FD; }
tfoot       { font-style: italic;}
caption     { background: #eee; }





caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}

.highlight {background:#ff0;}
.added {background:#4C5415;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}

.last {
	margin-right: 0 !important;
	padding-right: 0 !important;
}



.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}



/* Listen
-------------------------------------------------------------- */
ul.selectionlist li.item {
  background: transparent url(../images/icons/advantage_small.gif) no-repeat scroll 0 2px;
  padding: 2px 0 2px 25px;
  margin-top: 3px;
}



