/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul {
	list-style : none;
}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

 
html 	{
	background-image: url(images/bg.jpg);
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 20px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 10px;
	line-height: 20px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #900;
	line-height: 16px;
}


	
a:link {
	color: #990000;
}

a:visited {
	color: #990000;
}


.fb #container {
	width: 960px;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 20px;
} 
.fb #header {
	background-color: #FFF;
	height: 160px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 20;
	padding-left: 10px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	margin-bottom: 10px;
} 
.fb #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
}
.fb #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 179px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFF;
}
.fb #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 240px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	background-color: #FFF;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.fb #mainContent {
	margin-top: 0;
	margin-right: 270px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.fb #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
} 
.fb #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.suche {
	float: left;
	padding-bottom: 20px;
}
 
.newsletter {
	height: 290px;
	width: 225px;
	border: 1px solid #000000;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	font-size: 12px;
	padding-top: 30px;
}
.textl {
	font-size: 12px;
	padding-top: 10px;

}


[if IE 5]>
<style type="text/css"> 
/* Fügen Sie CSS-Box-Modell-Korrekturen für IE 5* in diesen bedingten Kommentar ein. */
.fb #sidebar1 { width: 179px; }
.fb #sidebar2 {
	width: 250px;
}
</style>
<![endif][if IE]>
<style type="text/css"> 
/* Fügen Sie CSS-Korrekturen für alle IE-Versionen in diesen bedingten Kommentar ein. */
.fb #sidebar2, .fb #sidebar1 { padding-top: 30px; }
.fb #mainContent {
	zoom: 1;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #900;
}
/* Mit der obigen proprietären Zoom-Eigenschaft wird IE die Eigenschaft hasLayout zugewiesen, die zur Verhinderung verschiedener Fehler erforderlich ist. */
</style>
<![endif]
.fb #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 140%;
}
.fb #container #mainContent p {
	font-size: 12px;
	line-height: 140%;
}
.fb #container #sidebar1 a{
	font-size: 14px;
	line-height: 160%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.fb #container #mainContent p {
	margin-bottom: 20px;
}
.img_align_left {
	float: left;
	padding-right: 10px;
}
.tip {
	margin: 0px;
	border: 1px dashed #000;
	padding: 10px;
	font-size:0.9em;
	line-height: 1.4em;
	color: #900;
	font-family: Verdana, Arial, Sans-Serif;
}
.red {
	color: #900;
}
.red_fett {
	font-weight: bold;
	color: #900;
}
.fb #container #mainContent p {
	padding-bottom: 10px;
}
#werbung {
	padding-top: 10px;
}
#header p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	border: 1px solid #403F00;
	width: 452px;
	height: 50px;
	float: left;
	padding: 5px;
}
.werbebanner_header {
	float: right;
}
/* Erfahrungsberichte */

.font10 {
	font-size: 10px;
}

.b1{
	width:25px;
	height:25px;
	font-size:16px;
	color:red;
	background-image: url(kaminofen-erfahrungsberichte/templates/images/fett.gif);
	background-repeat: no-repeat;
}
.b2{
	width:25px;
	height:25px;
	font-size:16px;
	color:red;
	background-image: url(kaminofen-erfahrungsberichte/templates/images/kursiv.gif);
	background-repeat: no-repeat;
}
.b3{
	width:25px;
	height:25px;
	font-size:16px;
	color:red;
	background-image: url(kaminofen-erfahrungsberichte/templates/images/link-hinzu.gif);
	background-repeat: no-repeat;
}

.box{
	margin:1px 2px 2px 2px;
	padding:1px 4px 4px 4px;
	border:0px solid #C2B982;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.box dt{padding-top:4px;}
.rbox{margin:1px 2px 2px 2px;padding:1px 4px 4px 4px;border:0px solid #C2B982;display:block;}
.obox{margin:1px 2px 2px 2px;padding:1px 4px 4px 4px;display:block;}
.obox p{padding-right:40px;}

hr{background-color:#C2B982;color:#C2B982;border:#C2B982;height:1px;}

.artlist dt{padding-top:5px;}
#content .artlist a{font-size:13px;color:#6C5B40;text-decoration:underline;font-weight:normal;}

.submitto{
	border:1px solid #000;
	background-color:#900;
	color:#FFF;
	font-size:12px;
}

.red{color:#990000;background-color:#fff;display:block;}
.red2{color:#990000;background-color:#fff;}
.hr{border-top:1px solid #C2B982;border-bottom:1px solid #C2B982;}

/*  */
.mrt2{width:90%;}
.mrt2 tr{background:#C2B982;} 
.mrt2 td{font-size:11px;height:18px;font-weight:bold;}

.tafinp{width:245px;}

.tdheader{height:22px;font-size:11px;color:#fff;font-weight:bold;}


.tdheader5{height:22px;font-size:11px;color:#FFFF99;font-weight:bold;}
.drei40{width:295px;}

.ff{font-family:arial,helvetica,sans-serif}
input.ohne-rbs{background:transparent;border:0;cursor:pointer;text-decoration:underline;color:#fff;font-weight:bold;font-size:12px;}

.vabb{vertical-align:bottom;border:1px solid black;}
.vabbo{vertical-align:bottom;}
.cp{text-decoration:none;}


.comment-name{color:#9D9A6F;font-size:12px;font-weight:bold;}
.the-comment {color:#000;font-size:12px;}.Font10 {
	font-size: 10px;
}
#verzeichnis li {
	padding-top: 20px;
	font-size: 12px;
}
