/*
Theme Name: Tselk
Theme URI: http://www.tselk.de/
Description: Layout f&uuml;r Tselk
Version: 0.90
Author: Markus Slobodeaniuk
Author URI: http://www.tselk.de/
The CSS is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
The images are copyright protected by:
http://www.webmaster-elite.de/
*/

/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset
{	margin: 0;
	padding: 0;
}

/* headings, paragraphs, lists, etc
--------------------------------------------------*/
html, body,h1, h2, h3, h4, h5, h6, div, p, ul, li, ol, input
{
	font-family: "Trebuchet MS","Gill Sans MT", "Gill sans",  sans-serif;
}

h1,h2,h3,h4,h5,h6
{
	font-size:1.1em;
	line-height:1.5em;
	color:#799;
	font-weight:900;
	letter-spacing: 0.01em;
}

h1
{		font-size:1.8em;
		line-height:2em;
}

h2	{	font-size:1.2em;	}

code{
	font-size:0.9em;
	width:450px;
}

b, strong {	color:#000;	}

em, i	{	color:#000;	}

blockquote, address {
	background:#fff;
	border-left:2px inset #d6d6d6;
	margin: 10px 0 10px 30px !important;
	margin: 30px 0 0 15px;
	font-weight:550;
	font-size:1.1em;
	color:#5B00006;
	width:75%;
}

blockquote p, address p{
	padding:2px 3px 3px 5px;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {		border-bottom: 1px dashed #5B0006;	}

dl {
	margin: 7px 0 0 0;
	line-height: 1.2em;
}

dl img { vertical-align: middle; }

dd { margin: 0 0 7px 20px; }

.navigation {
	width:100%;
	height: 20px;
	margin:15px 0 5px 0;
}

.alignleft	{
	float:left;
	text-align: left;
}

.alignright	{
	float:right;
	text-align: right;
}

.sitemap	{	margin-top:0px;	}

img			{	border:none;	}

.invis		{	display:none;	}

.clear {
	margin:0;
	padding:0;
	clear:both;
	height:0;
}

.fett {
	margin: 10px 0 0 0;
	font-weight: bold;
}

/* Farben
--------------------------------------------------*/
.diesGruenHintergrund	{	color: #009898;	}
.diesGruenMenue			{	color: #b2d940;	}
.diesGelbHintergrund	{	color: #feb;	}
.diesGelbHell			{	color: #eff1b2;	}
.diesGelbMittel			{	color: #dfe061;	}
.diesGelbDunkel			{	color: #cbcc06;	}

/* Absaetze
--------------------------------------------------*/
p	{	margin: 1px 0;	}

p.blocktext	{
	margin: 15px 0 0 0;
	text-align: justify;
	width: 275px;
}

p.text	{
	margin: 15px 0 0 0;
	text-align: left;
	line-height: 1.1em;
}

p.indent	{
	margin: 5px 5px 5px 15px;
	padding: 0;
}

p.Kasten200	{
	padding: 10px 5px;
	text-align: left;
}

p.Kurztext		{
	margin: 0px 5px;
	font-size: 11px;
  	letter-spacing: 0em;
  	line-height: 1.4em;
}

p.center	{
	padding: 5px;
	text-align: center;
}

p.kleiner	{
	margin: 3px 0;
	font-size: 0.8em;
}

p.klein		{
	margin: 2px 0;
	font-size: 9px;
}

p.form 		{
	margin: 0;
	padding: 0;
}

p.postmetadata		{
	margin: 0;
	padding: 0;
	font-size: 9px;
}

p.schmal {
	font-family: "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 5px 190px 5px 0;
	letter-spacing: 0.00em;
	text-align: justify;
}

p.www {
	margin: 10px 0px;
	background: #dfe061 url("images/www.gif") no-repeat center right;
	padding: 10px 105px 10px 10px;
}

p.ftp {
	margin: 10px 0px;
	background: #dfe061 url("images/ftp.gif") no-repeat center right;
	padding: 10px 105px 10px 10px;
}

p.mail {
	margin: 10px 0px;
	background: #dfe061 url("images/mail.gif") no-repeat center right;
	padding: 10px 105px 10px 10px;
}

p.comments {
	margin: 5px 0px 0px 0px;
	border-top: 1px dotted #bd4;
	color:#799;
	line-height: 2em;
}

/* links
--------------------------------------------------*/
a {
	padding:0px;
	text-decoration: none;
	font-weight: bold;
}

a:link:hover, a:visited:hover, a:link:focus, a:visited:focus { color:#f60;}
a:link, a:visited, a:link:active, a:visited:active, a:link, a:visited { color: #099; }

:link img { border-color:transparent; }
:visited img { border-color:transparent; }
:link:active img, :visited:active img { border-color: transparent; }

/* body 2spaltig (3spaltig siehe 800plus.css)
--------------------------------------------------*/
body
{	background:white;
  	color:#000;
	margin:0;
	padding:0px 0px;
	font-size:0.8em;
	line-height:1.2em;
	height:100%;
	text-align:normal;
}

/* container (2spaltiger Inhalt)
--------------------------------------------------*/
#seite
{
	width:761px;
	margin:0px;
	padding:0px;
	text-align:normal;
}

#container
{
	width:759px;
	margin:0px;
	padding:0px;
	text-align:normal;
	float: left;
}

/* header
--------------------------------------------------*/
#header
{
	background:url("images/img_1_2.jpg") no-repeat;
	margin:0;
	padding:0;
	height:139px;
}

#header #searchform
{
	background:transparent;
	position: absolute;
	left: 30px;
	top: 24px;
	width: 350px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

#header #searchform form, #header #searchform fieldset
{
	margin: 0;
	padding: 0;
}

#header #searchform #s
{
	width:315px;
	border:0;
	margin: 0;
	padding: 0;
	color:white;
	font-weight: bold;
	background-color:transparent;
	cursor: text;
}

#header #searchform #searchsubmit
{
	width: 100px;
	margin: 16px 0 0 220px;
	padding: 0;
}

#header #nav
{
	background:transparent;
	width: 385px;
	margin: 18px 0 0 0;
	line-height: 15px;
	padding: 0;
	float: right;
	text-align: left;
	font-family:"Times New Roman",serif;
	letter-spacing: 0.01em;
}

/* content
--------------------------------------------------*/
#content{
	color:#000;
	float:right;
	text-align:left;
	width:445px;
	margin: 5px 0px;
 	padding: 10px;
 	clear: both;
}

.metadata{
	font-size:0.8em;
	line-height:1.4em;
	text-align:right;
	margin-bottom:2px;
}

.single {
	text-align:left;
}

.borderblock {
	width: 100%;
	margin: 5px 0 0 0;
	padding: 0;
	border-top: 1px dotted #bd4;
}

.excerptblock {
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 0;
	border: none;
	font-weight: bold;
}

.contentblock {
	width: 100%;
	margin: 5px 0 5px 0;
	padding: 0;
	border-top: 1px dotted #bd4;
	border-bottom: 1px dotted #bd4;
}

/* navigation
--------------------------------------------------*/
#sidebar{
	background:transparent;
	margin:0px;
	padding:0px;
	float:left;
	width:265px;
	text-align:left;
 	border-right:1px dotted #d6d6d6;
}

#sidebar ul, #sidebar ul li ul {
	margin:0px;
	padding:0px;
	font-family:"Times New Roman",serif;
}

#sidebar li {
	list-style-type:none;
	list-style-image:none;
}

#sidebar li.endul {
	background:url("images/img_8.jpg") top left no-repeat;
	height:57px;
}

#sidebar ul li ul li {
	margin:0px;
	padding:0px 0px 0px 40px;
	background:url("images/img_3.jpg") top left no-repeat;
	line-height:18px;
}

#sidebar ul.children, #sidebar ul li ul li ul {
	margin: 0px 0px 0px -40px;
	padding: 0px;
}

#sidebar ul.children li, #sidebar ul li ul li ul li {
	margin:0px;
	padding:0px 0px 0px 60px;
	background:url("images/img_3.jpg") top left no-repeat;
	line-height:18px;
}

#sidebar h2{
	color:#909090;
	font-family:"Times New Roman",serif;
	font-weight:800;
	font-size:24px;
	background:url("images/img_4.jpg") top left no-repeat;
	line-height:60px;
	margin:0px;
	padding:5px 0px 0px 25px;
}

#sidebar a{
	width:175px;
	display: block;
	letter-spacing: 0.01em;
}

/* footer
--------------------------------------------------*/
#footer{
	clear:both;
	margin:0px auto;
	padding:0px;
	text-align:left;
}


/* form
--------------------------------------------------*/
.leaveresponse{
	border-top: 1px dotted #bd4;
	text-align:left;
	font-size:0.9em;
	line-height:1.5em;
}
.leaveresponse  fieldset textarea{
	font-size:0.8em;
	padding-left:5px;
	border:2px outset #009999;
}

.leaveresponse input[type=submit]{
	cursor: pointer;
    margin: 5px 90px;
}

.submit{
	cursor: pointer;
    margin: 5px 90px;
}

.responselist{
	border-top: 1px dotted #bd4;
}

/* Kontakt
--------------------------------------------------*/
#contactform {
  margin-bottom: 1px;
}

#contactform label {
  display: block;
  float: left;
  width: 65px;
  margin:0 15px 0 0;
}

#contactform fieldset {
  border: none;
} /* Opera */

#contactform input, #contactform textarea {
  padding: 3px;
  width: 200px;
  border: 1px solid #099;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

#contactform textarea	{
  width:425px;
  overflow:auto;
}

* html #contactform textarea	{
  width:425px;
} /* IE WIN; but why? */

#contactform .button {
  background-color: #eee;
  font-weight: bold;
  color: #777;
  margin-left: 80px;	/* form label.width + label.margin-right */
  width: 208px;
}

* html form .button	{
  margin-left: 83px;
} /* IE WIN; */

/* Kaestchen
--------------------------------------------------*/
.Kasten200 {
	float: right;
	position: relative;
  	margin: 20px 0px 0px 5px;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	width: 156px;
	height: 200px;
  	color: #000;
  	background:url("images/kasten200.gif") no-repeat top right;
}

.derKurztextAussen {
	float: right;
	position: relative;
  	margin: 2px 0px 0px 5px;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	width: 156px;
  	color: #000;
  	background: transparent;
}

.derKurztextRechts {
	float: right;
	position: relative;
  	margin: 2px 0px 0px 5px;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	text-align: right;
	width: 156px;
  	color: #000;
  	background: transparent;
}

.derKurztextMarginal {
	float: right;
	position: relative;
  	margin: 2px 0px 0px 5px;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	width: 126px;
  	color: #000;
  	background: transparent;
  	border-left: 1px dotted #d6d6d6;
}

.adscontainer
{
	background:transparent;
	width: 156px;
	margin: 0px 0 0 0;
	line-height: 1em;
	padding: 0;
	float: right;
	text-align: center;
	font-family:"Times New Roman",serif;
	letter-spacing: 0em;
}

.adscontainer145
{
	background:transparent;
	width: 145px;
	margin: 0px 0 0 0;
	line-height: 1em;
	padding: 0;
	float: right;
	text-align: center;
	font-family:"Times New Roman",serif;
	letter-spacing: 0em;
}

.AmazonImage {
	float: right;
	position: relative;
  	margin: 5px 0px 0px 5px;
	padding: 0;
	font-weight: normal;
	font-size: 1em;
	width: 156px;
	text-align: center;
  	background: transparent;
}


