/*  
Theme Name: TK-Blog
Theme URI: 
Description: 
Version: 1.6
Author: Timo Körber
Author URI: http://www.timokoerber.de 

	
 */

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

body{
    padding: 0px; 
    margin: 0px; 
    font-family: Tahoma, Arial, Sens-Serif; 
    font-size: 10pt;
    text-align: center; 
    background: #fff url('images/background.gif') repeat-x;
	color: #333;
     }

#adsense {
    position: absolute; 
    left: 960px; 
    top: 156px; 
}

#navibg {
    position: absolute; 
    margin-top: 111px; 
    width: 100%; 
    /*background: #18508b url('images/navi.gif') repeat-y top center;*/ 
    height: 1px; 
    border-top: 1px solid #4a86ce; 
    z-index: 1;
}

#container {
    width: 940px; 
    margin: 0px auto; 
    z-index: 20; 
    position: relative;
}

#header {
    width: auto; 
    height: 112px;
    text-align: right; 
    position: relative;  
}

#header li {
    display: inline;    
}

#logo {
    margin-left: -70px;
    display: inline; 
    float: left; 
}

#logo img {
    border: 0px;
}

#meta_navi {
    position:absolute; 
    bottom: 0px; 
    right: 0px; 
    padding-bottom: 6px; 
}

#meta_navi a {
    color: #dedede; 
    text-decoration: none; 
    margin-left: 6px; 
}

#meta_navi a:hover {
    text-decoration: underline; 
}

#content {
    width: 656px; 
    float: left; 
    text-align: left; 
    padding-top: 25px;
    padding-right: 20px;
}

#sidebar {
    border: 1px solid #bdbebe; 
    width: 220px; 
    float: right;  
    text-align: left; 
    padding: 0px 20px;
    background-color: #f0f0f0; 
    margin-bottom: 25px; 
    padding-bottom: 25px; 
}

#sidebar h2 {
    color: #504f4f; 
    margin-top: 20px; 
    font-weight: normal; 
}

#sidebar ul ul  {
    padding-bottom: 20px; 
    background: transparent url('images/ulbg.gif') repeat-x center bottom; 
    border-bottom: 1px solid  #c7c8c8;
}

#sidebar ul ul {
    padding-left: 13px; 
}

#sidebar ul ul li {
    font-size: 10pt;
    line-height: 1.2em; 
}

#topnavi {
    height: 44px;  
    text-align:left; 
    background: transparent url('images/navi2.gif') repeat-y;  
}

#topnavi #pages {
    width: 666px; 
    display: block; 
    float: left; 
    height: 44px; 
}

#topnavi #suche {
    width: 270px; 
    display: bloak;
    float:right;  
    height: 34px; 
    padding-top: 10px;
    text-align: right;
}

#topnavi li {
    display: inline; 
    padding: 0 15px;
}

#topnavi a {
    color: #dedede;
    font-size: 10pt; 
    font-weight:bold; 
    text-decoration: none; 
    line-height: 30pt;
}

#topnavi a:hover {
    text-decoration: underline; 
}


#footer {
    clear: both; 
    border-top: 1px solid #bdbebe; 
    margin-top: 25px; 
    padding-top: 10px; 
    margin-bottom: 25px; 
}



/*--------------------textgestaltung--------------------*/

p{
    line-height: 1.5em; 
     }

h1,h2,h3,h4,h5,h6{
    margin: 0px; 
    font-family: Tahoma, Arial, Sans-Serif; 
    font-weight: normal; 
     }

h1 {
    font-size: 18pt;
    text-decoration: none; 
    display: block; 
    margin-bottom: 14px; 
    margin-top: 0px; 
}

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

acronym, abbr {
	
	}

blockquote {
	
	}

blockquote cite {
	
	}



hr {
	height: 1px; 
	background-color: #e6e6e6; 
	border: 0px; 
	clear: both; 
	margin-bottom: 30px; 
	margin-top: 10px; 
	}





dl{
     }
     dt{
          }
          dd{
          }

ul{
    margin: 0px; 
    padding: 0px;
     }
ol{
     }
li{
    margin: 0px;
    padding: 0px; 
    list-style: none; 
    }

ul ul{
        margin: 0px;
    padding: 0px; 
    list-style: none; 
}

ul ul li{
        margin-top: 6px;
}

blockquote{
     }
     blockquote p{
          }

code{
     }

pre{ 
    padding: 6px; 
     }

b, strong,i,em {
     }

img{ border: 0px; 
     }

address {
     }





/*--------------------linkgestaltung--------------------*/


a {
    color: #18508b; 
     }
a:link { 
    color: #18508b; 
     }
a:visited { 
    color: #18508b; 
     }
a:link:focus{ 
text-decoration: underline; 
     }
a:link:hover, 
a:visited:hover { 
    text-decoration: underline; 
    }
a:link:active, 
a:visited:active {
text-decoration: underline; 
     }

/*--------------------bilder als links--------------------*/
a img{
     }
a:link img { 
     }
a:visited img { 
     }
a:link:active img, 
a:visited:active img {
      }


/*-------------------- klassen -------------------------*/

.current-cat {
    font-weight:bold; 
}

.datum {
    color: #fff; 
    border: 1px solid #18508b;
    background-color: #18508b; 
    padding: 2px 6px; 
}

.kategorie a {
    text-decoration: none; 
    color: #504f4f; 
}

.kategorie {
    color: #bdbebe; 
    border: 1px solid #bdbebe; 
    background-color: #f0f0f0; 
    padding: 2px 6px; 
}

a.post-title {
    color: #000; 
    font-size: 18pt;
    text-decoration: none; 
    display: block; 
    margin-bottom: 5px; 
}

.post-text {
    padding-bottom: 10px; 
}

.anzahl_kommentare {
    background: transparent url('images/comments.gif'); 
    width: 36px; 
    height: 25px; 
    float: right; 
    font-size: 11pt; 
    font-weight: bold;  
    text-align: center; 
    padding-top: 17px; 
}

.anzahl_kommentare a {
    color: #fff; 
    text-decoration: none; 
}

.vorschaubild {
    float: left; 
    margin: 4px 20px 13px 0; 
}

.vorschaubild img {
    border: 1px solid #c1c2c2;  
}

.legal {
    font-size: 9pt; 
}

.last {
    border: 0px; 
}

.tags {
    margin-top: 20px; 
}

.comments {
    border: 1px solid #bdbebe; 
    padding: 0px 20px;
    background-color: #f0f0f0; 
    margin-bottom: 25px; 
}

.comments h3 {
    color: #504f4f; 
    margin-top: 20px; 
    font-weight: normal;
    font-size: 16pt; 
}

.comments hr {
    background-color: #bdbebe; 
}

.wp_syntax {
    margin: 0 20px 0 20px;
}

/*--------------------smilies im text--------------------*/

body img.wp-smiley{
     }



/*--------------------der weiterlesen link--------------------*/

.more-link{
     }

/*--------------------die seiten wenn es mehrere gibt--------------------*/
p.serif{
     }

/*--------------------suche--------------------*/

#searchform label{
    display: none; 
     }

input#s{
    width: 174px; 
    border: 1px solid #0e3157; 
    background-color: #18508d; 
    color: #e7e9e8; 
    height: 19px; 
    margin: 0px; 
    display: inline; 
    padding-top: 3px; 
     }

input#searchsubmit{
    margin: 0px; 
    border: 1px solid #b2b7bd; 
    background-color: #e5e5e5; 
    height: 25px; 
    width: 84px; 
    display: inline; 
    font-weight: bold;
    padding-bottom: 3px;  
    font-size: 9pt; 
     }




/*--------------------Kommentare--------------------*/
.alt {
	 
	}

.commentlist {
    padding-left: 20px; 
}


.nocomments {
	 
	}
 
.commentlist li {
	 
	}

.commentlist cite, 
.commentlist cite a {
	 
	}

.commentlist p {
	 
	}

#commentform p {
	 
	}

.commentmetadata {
	 
	}

#commentform input {
	}

#commentform textarea {
    width: 456px; 
    border: 1px solid #bbbcbc; 
	}

#commentform #submit {
	 
	}

/*--------------------fuer den wp kalender--------------------*/
 
#wp-calendar th {
	 
	}


#wp-calendar {
	empty-cells: show;
	
	}

#wp-calendar #next a {
	
	}

#wp-calendar #prev a {
	
	}

#wp-calendar a {
	
	}

#wp-calendar caption {
	
	}

#wp-calendar td {
	
	}

#wp-calendar td.pad:hover { 
      }


/*-------------------- widgets---------------------*/
h2.widgettitle{
     }
.widget {
     }

/*--------------------Archive--------------------*/

li#archives{
     }

.widget_archives{
     }

/*--recent posts--*/


li#recent-posts{
     }

.widget_recent_entries{
     }



/*--------------------text widget--------------------*/
li.widget_text{
     }

/*--id haengt von der nummer des text widgets ab*/
li#text-4{
     }
div.textwidget{
     }

/*--------------------links blogroll--------------------*/

li#links{
     }

.widget_links{
     }


/*--------------------kategorien--------------------*/

li#categories{
     }

.widget_categories{
     }


