/**************
Theme Name: tennis
Theme URI: http://www.rsk-tennis.de/
Description: Blog der Tennispage
Version: 1.0 Beta
Author: Klaus Keuthen
Author URI: http://www.kk4you.de/
************/

/** Versionsbeschreibung für Tennis Start am 23.3.09
Version: 1.0 
1.1.0   28.4    Externes CSS eingeführt 
1.1.1   21.11   Fehler im Kopfbanner entfernt

**/
/** @import "css/sidebar.css"; **/
@import "css/tabellen.css";
@import "css/ergaenzung.css";
@import "css/selektoren.css";
@import "css/pseudoklassen-elemente.css";
@import "css/ngg_kk4you.css";


*
{
margin: 0px;
padding: 0px;
}

ul
{
list-style: none;
}

body {
font-size: 80%;
margin: 0px;
text-align: center;
color: #000;
font-family: Tahoma,"Trebuchet MS",Verdana,Arial,sans-serif;
}


/***START Kopfbereich mit den Elementen: Banner, Logo, Headershow und Dropdown-Menu ****************************/

/** Querbalken im Kopf **/
#kopfbanner { 
    margin-left: auto;
    margin-right: auto;
    height: 110px;
    max-width: 1100px;
    background: url('img/kopfbanner.jpg') repeat-x; /**Hintergrundbild 1x110px damit wird die Hoehe auf minimal 110 gesetzt**/
    border: 1pt solid #FF0000; /**rot***/
    }

/** Rahmen um Logo und Headershow zu plazieren **/
#kopf {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    height: 110px;
    border: 0pt solid #FF9900; /**orange***/
    position: relative; /** nicht entfernen **/
    }

/** Logo im Kopfbereich **/
#logo {
    position: absolute;
    top: 0px;
    left: 5px;
    width: 210px; /** width muss bei IE 6 vorhanden sein **/
    margin-top: 25px;
    border: 0pt solid #FF0000; /** rot**/
    }

/** Bugfix für IE6, ohne border: 0pt zeigt der IE6 einen schwarzen Rahmen **/
#logo img, #headershow img {
    padding: 0px;
    border: 0pt solid #FF9900; /**orange***/
    }

   
/** Feld für die Slideshow bzw das Bild im Kopfbereich **/
#headershow {
    position: absolute;
    top: 0px;
    left: 207px;
    width: 710px; /** width muss bei IE 6 vorhanden sein **/
    border: 0pt solid #00CC00; /** gruen **/
    } 

/** Feld für das Dropdown Menu im Kopfbereich, kein width verwendet wegen IE Bug **/   
#dropdownmenu {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    clear: both;
    height: 22px;
    display: block;
    text-align: left;
    /** background-color: #999999;**/
    background: url('img/background-rot.jpg'); 
    border: 1pt solid #FF0000; /** rot**/
    }    

/** ENDE Kopfbereich **/


/** Zentrierung eines Bereiches auf maximale Breite von 1100px **/ 
.zentrierung {
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    }
             
/** START Suchbereiches in der Sidebar***/
#searchform { /** Feld für gesamten Suchbereich, Eingabe und Buttom **/
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	border: 0pt solid #FF9933; /**orange fuer test**/
	background: url('img/sidebar.png');
	}

#searchform  #s {  /** Eingabefeld **/
	width: 100px;
	padding: 2px;
	font-size: 1.0em;
    text-align: center;
    border: 1px solid #C1B6A6
	}

#searchsubmit {   /*** Buttom Suchen **/
	padding: 1px;
	width: 55px;
	border: 1px solid #000; /** schwarz**/
	color: #fff;
	background-color: #666666;
	}
/** ENDE Suchbereich **/


/**Wrap -->Reihenfolge: 1)wrap 2)container 3)leftnav mit sidebar 4)rightnav mit sidebar2 5) content****/
/** Zentrierung des 3 spaltigen Layout, variable Breite mit max 1100px **/                      
#wrap
{
max-width: 1102px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
border: 0px solid #000; /** schwarz**/
}

/********************************* Container **************
Reihenfolge: 1)wrap 2)container 3)leftnav mit sidebar 4)rightnav mit sidebar2 5) content***
margin: 5px wird der Rahmen aus dem Bild in wrap festgelegt
overflow: hidden --> Element wird abgeschnitten wenn es Grenzen überschreitet
clear: left --> erzwingt bei foat:left die Fortsetzung unterhalb*****/

/***Container ist der gesamte Bereich innerhalb wrap, d.h. nur header und bottom ***/                         
#container
{
clear:left;
padding:0;
margin: 0px;
overflow: hidden;
background: #FFFFFF;
border-left: 1px solid #FF0000;
border-right: 1px solid #FF0000;
border-bottom: 1px solid #FF0000;
}


/****** Left Sidebar Container *******
***Reihenfolge: 1)wrap 2)container 3)leftnav mit sidebar 4)rightnav mit sidebar2 5) content****/
#leftnav
{
font-size: 1.0em;
float: left;
width: 200px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 3px;
margin-left:3px;
text-align: left;
border: 0px solid #FF3300;
}


/******* Left Sidebar ************************************************/
#sidebarleft
{
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
}

#sidebarleft li {
    padding-bottom: 8px;
    background: url('img/sidebar.png');
    }

#sidebarleft ul li {
display: block;
margin-left: 7px;
padding-bottom: 2px;
background: url('img/t-ball.gif') no-repeat;
border: 0px;

}

#sidebarleft ul li ul li{
padding-left: 2px;
background: url('img/child.gif') no-repeat;
}

#sidebarleft ul li li{
padding-left: 2px;
background: url('img/child.gif') no-repeat;
}

#sidebarleft a:link {
margin-left: 12px;
color: #5F584D;
text-decoration: none;
font-weight: normal;
font-weight: normal;
}

#sidebarleft a:hover {
color: #99A8BA;
}

#sidebarleft a:visited:hover {
color: #99A8BA;
}

#sidebarleft a:visited {
color: #5F584D;
margin-left: 12px;
font-weight: normal;
}

#sidebarleft h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #666666;
    margin-top:10px;
    background: url('img/h2-rsk.png') no-repeat;
    border-bottom: 2px solid #FF0000; 
    padding-left:8px; 
    padding-right:8px; 
    padding-top:2px; 
    padding-bottom:2px;
    }

/** Verwendung im Bereich Abonnieren **/
#sidebarleft li.feed-abo {
    background: url(img/feed-icon-16x16.gif) no-repeat; 
    line-height: 1.5em;
    text-indent: 15px; 
    }
#sidebarleft li.newsletter-abo {
    background: url(img/feed-newsletter.gif) no-repeat; 
    line-height: 1.5em;
    text-indent: 15px;
    }
#sidebarleft li.technorati {
    background:  url(img/technorati.gif) no-repeat; 
    line-height: 1.5em; 
    text-indent: 15px;
    }
#sidebarleft li.kein-icon {
    background: url(img/kein-icon.gif) no-repeat; 
    line-height: 1.5em; 
    text-indent: 0px;
    }


/********************* Content -Dies ist das Zentralelement im Zentrum**************
***Reihenfolge: 1)wrap 2)container 3)leftnav mit sidebar 4)rightnav mit sidebar2 5) content****/

#content
{
display: block;
margin: 0 215px 0 215px;
padding-top: 10px;
text-align: left;
background: none;
border: 0pt solid #0000ff;
}

#content h2 
{ 
    margin: 0 0 .5em 0; 
}

#content p
{
    padding-left: 10px;
    padding-right: 10px;
}

#content ul
{
    list-style-position: inside;
    padding-left: 20px;
    padding-top: 2px;
    margin-bottom: 5px;
}

#content ul li
{
    list-style: square;
}

#content ul ul li
{
    list-style: circle;
}


#content ol
{
    list-style-position: inside;
    padding-left: 20px;
    padding-top: 2px;
    margin-bottom: 5px;
}

/***Feld mit den Inhalten********* 
****Überschrift des Berichtes (h3.posttitle)************
****Text des Berichtes (.entry)*** 
****und Metadatenfeld (geschrieben am, von, Kommentare und Kategorie)********************/
.post, .kommentar
{
    display: block;
    overflow:hidden;
    padding-bottom: 2px;
    margin-bottom: 2px;
    border: 0px solid #FF0000;
}

/****Überschrift des Berichtes (h3.posttitle)************/
h3.posttitle
{
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    background: url('img/sidebar.png');
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 4px;
    margin-bottom: 0px;
    border: 1px solid #CCCCCC;
}

.posttitle a:link
{
    font-size: 1.1em;
    color: #666666;
    font-weight: bold;
}
.posttitle a:visited
{
    font-size: 1.1em;
    color: #666666;
    font-weight: bold;
}

.posttitle a:hover
{
    font-size: 1.1em;
    color: #999999;
    font-weight: bold;
    text-decoration: underline;
}

/** neu 20.3.08 für Seitenarchiv **/
.entrytext
{
  border: 0px solid #FF0000;
}

.entrytext a:link
{
    color: #666666;
    font-weight: bold;
}

.entrytext a:visited
{
    color: #666666;
    font-weight: bold;
}

.entrytext a:hover
{
    color: #999999;
    font-weight: bold;
    text-decoration: underline;
}
.entrytext ul
{
    list-style-position: inside;
    padding-left: 20px;
}

.entrytext ul li
{
    list-style: square;
}

/** Ende **/


/***Feld für den Text des Berichtes *****/
.entry {
    margin-bottom: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 0px solid #09D60C; /** gruen **/
    }

/***Post Metadata ****************
***veröffentlicht am -Datum, in Kategorien, von xyz, Kommentare ********************/
.postmetadata {
    font-size: 0.85em;
    width: 96%; /** bei groesser 96% wird im IE6 das Layout zerstoert **/
    display: block;
    /** float: left; entfernt wegen Problem mit IE6 **/
    text-align: left;
    color:#333;
    background: url('img/sidebar.png'); 
    margin-top:2px; margin-bottom:4px; 
    padding-left:5px; 
    padding-right:5px; 
    padding-top:3px; 
    padding-bottom:3px;
    border: 1px solid #CCCCCC;
    }

#content .postmetadata
{
padding-left: 5px;
}

.postmetadata a:link
{
border: none;
color: #5F584D;
font-weight: normal;
}

.postmetadata a:hover
{
border: none;
color: #5F584D;
font-weight: normal;
}

.postmetadata a:visited:hover
{
border: none;
color: #5F584D;
font-weight: normal;
}

.postmetadata a:visited
{
border: none;
color: #5F584D;
font-weight: normal;
}


/*** Right Sidebar Container *******
*****Reihenfolge: 1)wrap 2)container 3)leftnav mit sidebar 4)rightnav mit sidebar2 5) content*
*****in der #rightnav liegt als nächstes Element #sidebarright***/

#rightnav
{
font-size: 1.0em;
float: right;
width: 200px;
margin-top: 5px;
margin-bottom: 5px;
margin-right: 3px;
margin-left:3px;
text-align: left;
border: 0px solid #FF3300;
}

/**** Right Sidebar *****************************/

#sidebarright
{
margin-bottom: 10px;
background: none;
padding: 0 8px  0 8px;
border: 0px solid #3300FF;
}

/*** Hintergrundfeld der Navigationsbereiche ***/
#sidebarright li
{
padding-bottom: 5px;
background: url('img/sidebar.png');
}

#sidebarright ul li
{
display: block;
margin-left: 7px;
padding-bottom: 2px;
letter-spacing: -1px;
background: url('img/t-ball.gif') no-repeat;

}


#sidebarright ul li ul li{
padding-left: 10px;
background: url('img/child.gif') no-repeat;
letter-spacing: -1px
}

#sidebarright ul li li{
padding: 2px 3px 2px 2px;
letter-spacing: -1px;
}

#sidebarright a:link {
display:block;
color: #5F584D;
text-decoration: none;
font-weight: normal;
margin-left: 12px;
letter-spacing: -1px;
}

#sidebarright a:hover {
display:block;
color: #99A8BA;
letter-spacing: -1px;
}

#sidebarright a:visited:hover {
display:block;
color: #99A8BA;
letter-spacing: -1px;
}

#sidebarright a:visited {
display:block;
color: #5F584D;
margin-left: 12px;
font-weight: normal;
letter-spacing: -1px;
}

#sidebarright h2 {
font-size: 1.2em;
text-transform: uppercase;
color: #666666;
background: url('img/h2-rsk.png') no-repeat top right;
margin-top:10px;
border-bottom: 2px solid #FF0000; 
padding-left:8px; 
padding-right:8px; 
padding-top:2px; 
padding-bottom:2px;
}

#leftnav p, #rightnav p 
{ 
    margin: 0 0 1em 0; 
}




/*******************START Fussbereich *******************************************************************/
#footwrap {
    clear:both;
    color: #333;
    font-weight: normal;
    background: url('img/fussbanner.jpg');
    padding-left:1em; 
    padding-right:1em; 
    padding-top:5px; 
    padding-bottom:5px;
    border-top: 1px solid #CCCCCC;
    }

#footwrap p {
    display: block;
    margin-top: 8px;
    margin-bottom: 2px;
    text-align:center;
    }

#footwrap a:link {
    color: #333333; /** dunkelgrau **/
    text-decoration: none;
    border: none;
    font-weight: bold;
    }

#footwrap a:hover {
    color: #99A8BA; /** blaugrau **/
    border: none;
    text-decoration: none;
    }

#footwrap a:visited {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    }

#footwrap a:visited:hover {
    color: #99A8BA; /** blaugrau **/
    border: none;
    text-decoration: none;
    }

#footwrap img {
    padding: 0px 5px 0px 5px;
    }
/** ENDE Fussbereich **/


/******** Comments = Kommentarbereich****************************************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;
background: #fff;
color: #333;
}

.commentlist li
{
margin: 8px 10px 8px 15px;
padding-left: 12px;
list-style: none;
background: url('img/sidebar.png'); 
margin-bottom: 2px;
border-top: 2px solid #8BC240;
border-bottom: 2px solid #8BC240;
}

li.alt
{
background: url('img/sidebar.png'); 
border-top: 2px solid #99A8BA;
border-bottom: 2px solid #99A8BA;
}

.commentlist li li
{
border: none;
background: none;
padding-left: 5px;
margin: 0 2px 0 2px;
}

.commentlist cite
{
padding: 2px 3px 1px 3px;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentmetadata a:link, .commentmetadata a:visited
{
text-decoration: none;
font-weight: bold;
color: #000;
}

.commentmetadata a:hover
{
font-weight: bold;
text-decoration: underline;
color: #000;
}


/** Kommentarnummer im Kommentarbereich **/
.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
color: #8f8f8f;
font-size: 3.0em;
}

/**Texteingabefeld für Kommentare ***/
#comment
{
width:90%;
}

#commentform
{
margin-left:5%;
}

/***Formatierung unabhaengig vom Bereich*****/
/** Headings Ueberschriften allgemein h1 bis h6**************************/

h1 
{
    color: #666666;
    font-size: 1.8em;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
}

/** H2 wird für Ueberschriften Archiv verwendet**/
h2 
{
    color: #999999;
    display: block;
    font-size: 1.6em;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 6px;
    padding-right: 6px;
}

h3
{
    color: #666666;
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
}

h4
{
    color: #666666;
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
}

h5
{
    color: #666666;
    font-size: 1.2em;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
}

h6
{
    color: #666666;
    font-size: 1.1em;
    font-weight: bold;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 6px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
}

/***** Paragraph Absatz <p> für alle Bereiche******************/
p
{
margin-bottom: 6px;
margin-top: 6px;
}

/**Horizontale Linie **/
hr 
{
    color: #CCCCCC; /** hellgrau **/
}

/***** Blockquote für Zitate********************/
blockquote 
{
    margin: 0px 0px 0px 30px;
    padding: 0px 25px 0px 0px;
    font-style: italic;
    color: #7f7f7f;
    border-left: 4px solid #99A8BA;
}


/************ Code ****************/

code
{
    display: block;
    margin: 10px 30px 0 30px;
    padding: 2px 10px 5px 10px;
    border-top: 2px solid #99A8BA;
    border-bottom: 2px solid #99A8BA;
    color: #333;
    background: #E0E7EF;
}

/***** Links *************/

a:link
{
color: #CC9900;
text-decoration: none;
font-weight: bold;
}

a:hover
{
color: #CC9900;
text-decoration: underline;
font-weight: bold;
}

a:visited
{
color: #CC9900;
text-decoration: none;
font-weight: bold;
}

a:visited:hover
{
text-decoration: underline;
}


#feed, #feed img a:link, #feed img a:visited
{
border: none;
}



/** Navigation wird zusammen mit blogtitle im header verwendet  (based on Blix)*******/


#navigation {
margin-left:auto;
margin-right:auto;
margin-top:0px;
margin-bottom:0px;
padding-bottom: 3px;
padding-top: 3px;
overflow: hidden;
text-align: center;
position:absolute;
right: 50px; top:86px; width:70%; height:17px;
}

#navigation ul {
    margin: 0;
    padding: 0;
}

#navigation li {
    border: 1px solid #CCCCCC;
    background: url('img/sidebar.png');
    float: right;
    height: 19px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    white-space: nowrap;
}

#navigation li a 
{
display:block;
padding:0 6px;
font-size:1em;
text-transform: uppercase;
letter-spacing:1px;
color:#666666;
font-weight:bold;
}

#navigation li a:hover 
{
    display: block;
    padding: 0 6px;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: underline;
}

#navigation li a:visited {
display:block;
padding:0 6px;
font-size:1em;
text-transform:uppercase;
letter-spacing:1px;
color:#666666;
font-weight:bold;
}

#navigation li a:visited:hover {
display:block;
padding:0 6px;
font-size:1em;
text-transform:uppercase;
letter-spacing:1px;
color:#999999;
font-weight:bold;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */


.credits
{
margin-top: -20px;
margin-bottom: 5px;
padding: 0 4px 8px 4px;
float: right;
}


/********* Kalenderformatierung ***************/
#wp-calendar
{
    width: 100%;
    text-align: center;
    border: solid 0 #CCC;
}
/** Zeile mit der Überschrift Monat xyz **/
#wp-calendar caption
{
    font-weight: bold;
    border: 0px solid #99A8BA;
}
/*** td -->alle Zellen unter den Wochentagen***/
#wp-calendar td
{
    width: 14%;
    padding: 2px 0;
    text-align: center;
    border: 0px solid #99A8BA;
}
/*** a:link sind nicht besuchte Seiten, a:visited sind besuchte Seiten
ACHTUNG: ohne margin: 0 stehen die Links immer rechts!!!!***/
#wp-calendar a:link, #wp-calendar a:visited 
{
    margin: 0;
    color: #F7AE46;
    font-weight: bold;
}
#wp-calendar a:hover {
    color: #99A8BA;
    font-weight: bold;
    text-decoration: underline;
}
/*** Links unter dem Kalender wird nicht verwendet
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
**/
/*** ENDE KALENDER ***/



                         /***************************************************
                         *********************** Smileys ********************
                         *****************************************************/

.wp-smiley
{
padding: 0;
}

.search-form
{
background: #000;
}



/**Formatierung der Darstellung von Seitenanzahl bei Verwendung des nextpage Tag**/
.n-seiten 
{
    text-align: center;
}

