/*-----------------------------------------------------------------------------
Typography Stylesheet

media:    screen
version:  1.21
date:     04/16/09
author:   Thomas Heinig
-----------------------------------------------------------------------------*/

/* Basic Typography
-----------------------------------------------------------------------------*/
html, body, table, td, th, p, div, form, a, span, label { font:normal 13px Georgia, 'Times New Roman', serif; line-height:20px; }
strong, th, thead td { font-weight: bold; font-family:Georgia, 'Times New Roman', serif; }
cite, em, dfn { font-style: italic; font-family:Georgia, 'Times New Roman', serif; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-family: monaco, "Lucida Console", courier, monospace; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
abbr, acronym { letter-spacing: 1px; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dashed #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }


/* Headers
-----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:bold;
}

h1 {
  font-size:20px;
	margin:15px 0 5px 0;
}
    
h2 {
  font-size:18px;    
	margin:0 0 5px 0;
	color:#2C1F19;
}

p + h2, ul + h2 {
	margin:30px 0 5px 0;
}
    
h3 {
  font-size:17px;
	margin:10px 0 5px 0;
}
    
h4 {
  font-size:15px;    
	margin:10px 0 3px 0;
}
    
h5 {
  font-size:13px;    
	margin:3px 0 1px 0;
}
    
/* Paragraph, Lists
-----------------------------------------------------------------------------*/
p {
   text-indent:0;
} 

#container p {
  margin:6px 0;
}

ul {
	list-style:disc outside;
	padding-bottom:5px;
	margin-left:24px;
}

ol {
	list-style:upper-roman outside;
	padding-bottom:5px;
	margin-left:40px;
}


/* Links
-----------------------------------------------------------------------------*/
a:link, a:active, a:visited {
	color:#3A2B27;
	text-decoration:underline;
	border-bottom:none;
	outline:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:none;
	outline:none;
	background-color:#3A2B27;
}

#footer a:link, #footer a:active, #footer a:visited {
	color:#70574A;
	text-decoration:none;
	border-bottom:none;
	outline:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:none;
	outline:none;
	background-color:#522019;
}

/* Forms
-----------------------------------------------------------------------------*/
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #C5B5B5; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #C5B5B5; outline: 2px solid #C5B5B5; }
input, select { cursor: pointer; }
input[type='text'] { cursor: text; }
form {
	margin:0;
	padding:0;
	display:inline;
}
.formbody, .tableform{

}

input.text {
    padding:2px 3px;
    border:1px solid #999999;    
	 font-family:Consolas, "Courier New", Courier, monospace;
	 margin-right:5px;
}
input.button, input.submit {
	 border:1px solid #999999;
	 border-top:1px solid #ddd;
	 border-left:1px solid #ddd;
	 padding:1px 3px
}
textarea {
    padding:2px 3px;
    border:1px solid #999999;    
	 font-family:Consolas, "Courier New", Courier, monospace;
	 font-size:13px;
	 margin-right:5px;	
}
/*---------STYLES FOR BUTTONS----------*/
/* Demo: particletree.com/features/rediscovering-the-button-element */
/*
	<button type="submit" class="button positive">
	  <img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save
	</button>

	<a class="button" href="/password/reset/">
	  <img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password
	</a>

	<a href="#" class="button negative">
	  <img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel
	</a>
*/

a.button, button, input.submit {
  display: inline-block;
  /* float: left; */
  margin:0 0.583em 0.667em 0;
  padding:5px 10px 5px 7px;   /* Links */
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  background-color:#f5f5f5;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:100%;
  line-height:130%;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
}
button {
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px;   /* IE6 */
}
button[type] {
  padding:4px 10px 4px 7px;   /* Firefox */
  line-height:17px;           /* Safari */
}

*:first-child+html button {
  padding:4px 10px 3px 7px;   /* IE7 */
}

button img, a.button img, input.submit img {
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
  float:none;
}

/* Standard Buttons */
button:hover, a.button:hover, input.submit:hover {
  background-color:#EBE3E1;
  border:1px solid #C5B5B5;
  color:#5E5048;
}
a.button:active, button:active, input.submit:active {
  background-color:#C5B5B5;
  border:1px solid #C5B5B5;
  color:#fff;
}

/* Positive */
body .positive {
  color:#529214;
}
a.positive:hover, button.positive:hover, input.positive:hover {
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
a.positive:active, button.positive:active, input.positive:active {
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}

/* Negative */
body .negative {
  color:#d12f19;
}
a.negative:hover, button.negative:hover, input.negative:hover {
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
a.negative:active, button.negative:active, input.negative:active {
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}


/* Tables
-----------------------------------------------------------------------------*/
table {
    border-spacing:0;
    border-collapse:collapse;
	 border-style:dotted;
	 margin:0.2em 0 0.1em 0;
}

th {
    text-align:left;
    font-weight:bold;
	 padding:1px 6px 1px 2px;

}

td {
    text-align:left;
    font-weight:normal;
	 padding:1px 8px 1px 2px;
   vertical-align:top;
}

/* Special Tags
-----------------------------------------------------------------------------*/
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; font-style:italic; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }
 
small {
	font-size:11px;
}
 
img {
	border:0;
}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}

/* Global Classes
-----------------------------------------------------------------------------*/
.clear 		{ clear:both; }

.a_right 	{ text-align:right; }
.a_left  	{ text-align:left; } 
.a_justify 	{ text-align:justify; }
.a_centert 	{ text-align:center; } 

.f_right 	{ float:right; }
.f_left  	{ float:left; } 
img.f-right { float:right; margin:4px 0 4px 10px; }
img.f-left  { float:left; margin:4px 10px 4px 0; }

.rightspace { margin-left:10px; }
.leftspace  { margin-right:10px; } 

.bold       { font-weight:bold; }
.emphasize  { font-style:italic; letter-spacing:3px; margin-left:3px; margin-right:3px; }
.underline  { border-bottom:1px solid gray; }
.highlight  { background:#ffc; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0; padding-left:0; }
.nobullet      { list-style:none; list-style-image:none; }

.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;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.thin {font-weight: lighter;}
.error, .notice, .success {padding:.8em;margin-bottom:1.6em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11; background:none; padding:0; margin:0; }
.notice a {color:#514721; background:none; padding:0; margin:0; }
.success a {color:#264409; background:none; padding:0; margin:0; }
.center {text-align: center;}

/* Special Classes
-----------------------------------------------------------------------------*/

#head1 li, #head2 li { 
  color:#E7E3DE;
  font:normal 13px Georgia, 'Times New Roman', serif; line-height:18px;
}

#head2 li a:link, #head2 li a:visited, #head2 li a:active {
  color:#E7E3DE;
  text-decoration:none;
  font:normal 13px Georgia, 'Times New Roman', serif; line-height:18px;
}

#head2 li a:hover {
  text-decoration:underline;
}

#footer1 div {
  padding-top:4px;
  color:#70574A;
  font:normal 11px Georgia, 'Times New Roman', serif; 
  line-height:14px;
}

.preis {
  float:right;
  margin-left:10px;
}

#line1 .item p {
  line-height:20px;
  font-size:13px;
}

.beschreibung, #line1 .item p.beschreibung {
  font:normal 12px Georgia, 'Times New Roman', serif; 
  color:#333;
  line-height:16px;
}

.gallery_gold a:hover em {
  display:block;
  color:#000;
  font:normal 12px Georgia, 'Times New Roman', serif; 
}

/* TypoLight Overwritten */
div.layout_short, div.layout_latest {
  line-height:13px;
  padding: 5px 0;
}

div.layout_short p.info, div.layout_latest p.info {
  font-size:11px;
  line-height:12px;
  color:#927676;
  margin:0;
  padding:0;
}

div.layout_short h2, div.layout_latest h2 {
  margin:0;
  padding:0;
}

div.layout_short h2 a, div.layout_latest h2 a {
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
}

div.layout_latest h2 a {
  font-size:15px;
}

div.mod_newslist div.odd, div.mod_newslist div.even {
  border-bottom:1px dotted #444;
}

div.mod_newslist div.first {
  border-top:1px dotted #444;
  border-bottom:1px dotted #444;
}

div.layout_simple {
  color:#927676;
  border:none;
}

div.mod_newsreader {
  margin: 0 0 25px 0;
}

div.pagination {
  border:0px none red;
}

div.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.pagination li{
display: inline;
margin: 0;
}

div.pagination li a, div.pagination li span{
font-size:11px;
float: left;
display: block;
text-decoration: none;
letter-spacing:1px;
font-weight:bold;
margin: 0 5px 0 0;
padding: 2px 10px; /*padding inside each tab*/
border: 1px dotted #927676; /*right divider between tabs*/
color: #000;
}

div.pagination li a:visited{
  color: #000;
}

div.pagination li a:hover{
  color:#fff;
  background-color: #76655C; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

div.pagination li span.current{
  color:#fff;
  background:#76655C;
}

  .fazit { background: #D9CECE; border:2px dotted #9D7D80; width:200px; padding:0; margin-left:20px; margin-right:10px; float:right; }
  .fazit div { padding:6px; }
  .fazit div.h1 { font-size: 15px; font-weight:bold; }
  .fazit span.datum { font-size: 11px; font-weight:normal; color: #fff; padding:0;margin:0; }
  .fazit span.fazitbilder { float:left; margin-right:10px; }
  .fazit span.fazitbilder img { margin-bottom:6px; }
  .rezi span.datum { display:none; font-size: 11px; font-weight:normal; color: #999; padding:0;margin:0; }
  
  .rezititel { font:bold 18px Georgia, 'Times New Roman', serif; margin:10px 0; }
  .reziinfo { float:left;width:150px;margin-right:10px; }
  .rezitext { margin: 10px 0; }
  
#reziinfobox {
  border-top:1px dotted #444;
  border-bottom:1px dotted #444;
  padding:5px 0;
  margin:20px 0;
}

.image_container a {
  background:none;
}

.image_container {
  padding: 5px 5px 2px 5px;
  border:1px solid #BCAEAD;
	background-color:white; 
}
