﻿/*
Theme Name: tkvv
Description: TKVV Theme
Version: 1.0
Author: Clea
Tags: fixed width, three columns, pink, widgets


/*-----------Block Level Elements--------------*/

html Body {
	background: white;
	background-image: url(./images/bg_body.jpg); 
	background-repeat: repeat-x;
	background-color: #ebebee;
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 13px;
	color: #535353;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 944px;
	margin: 0px auto;
	background-image: url(./images/bg_content.jpg);
	background-color: #ebebee;
	background-repeat: no-repeat;
	background-position: 0px 173px;
	padding: 0;
	height: 100%;
}

#header {
	width: 944px;
	height: 173px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(./images/bg_header.jpg); 
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: 0px;
	padding-top: 0px;
}

#headerlink {
	width: 944px;
	height: 135px;
	background-image: transparent url(./images/transp.gif); 
	background-repeat: no-repeat;
}


#headerimg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 450px;
	text-align: center;
	padding-top: 10px;
}

.description {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	width: 450px;
	text-align: center;
}

#wrapper {
	margin-left: 195px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 550px;
	background-repeat: repeat-x;
	background-position: top center;
	padding: 0px;
}

#content {
	/*margin-left: 195px;*/
	/*width: 550px;*/
	padding-left: 5px;
	/*padding: 0 5px 0 5px;*/
	padding-bottom: 50px;
	background-repeat: repeat-x;
	/*background-position: bottom center;*/
	margin: 0px;
}


#sidebar-lt {
	float: left;
	width: 189px;
	margin-top: 10px;
	margin-left: 1px;
	margin-right: 0px;
	padding: 0px;
}

#sidebar-rt {
	float: right;
	width: 189px;
	margin-top: 130px;
	margin-right: 1px;
	margin-left: 0px;
	padding: 0px;
}


#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 450px;
	text-align: center;
	font-size: 10px;
	
}


/*-------------Headings-------------*/

h1 {
	color: #535353;
	
}

h1 a {
	color: #535353;
}

h2 {
	color: #943c3b;
	text-decoration: none;
	font-size: 21px;
	font-weight: normal;
}



h3 {
	color: #943c3b;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
	padding-top: 9px;
	padding-bottom: 4px;
	margin: 0px;
}

h4 {
	font-size: 13px;
	line-height: 16px;
	color: #535353;
	font-weight: bold;
	padding-top: 12px;
	margin: 0px;
}

h5 {
	font-size: 13px;
	line-height: 16px;
	color: #535353;
	font-weight: bold;
}

h6 {
	font-size: 13px;
	color: #535353;
	font-weight: bold;
}

*/-------------The Post-------------*/




h2 a:hover, h2 a:visited, h2 a {
	color: #943c3b;
	text-decoration: none;
	font-size: 22px;
	font-weight: normal;
	
}

.post h2 a:hover, .post h2 a {
	color: #943c3b;
	text-decoration: none;
	font-size: 22px;
	font-weight: normal;
	
}

.post_headline a:hover {
	color: #943c3b;
	text-decoration: none;
	font-size: 21px;
	font-weight: normal;
	margin-top: 10px;
}

.post_headline a {
	color: #943c3b;
	text-decoration: none;
	font-size: 21px;
	font-weight: normal;
	margin-top: 10px;
}

.post_headline {
	color: #943c3b;
	text-decoration: none;
	font-size: 21px;
	font-weight: normal;
}

.date {
	font-size: 12px;
	font-weight: normal;
	color: #535353;
	margin-top: 3px;

}

.post {
	padding: 10px 8px 8px 8px;
	color: #535353;
	margin: 0px;
}

.post p {
	color: #535353;
	line-height: 16px;
}


.post a {
	color: #943c3b;
	text-decoration: none;
}

.post a:hover {
	color: #943c3b;
	text-decoration: underline;
}


.post ul {
	padding: 0px;
}

.post li {
	color: #535353;
}

.post ol {
	color: #535353;
}

.post img {
	padding: 5px 4px 5px 0px;
}

.post ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 6px;
	margin-left: 0px;
	padding-left: 0px;
}

.more-link {
}

.entrytext .postmetadata {
}


.postmetadata alt {
}

.postmetadata {
	text-decoration: none;
}

.navigation {

}

.alignleft {
	float: left;
}

.alignright {
	float: right;	
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pagetitle {
	font-size: medium;
}

blockquote {
	background: #404040;
	padding: 2px;
}

cite {

}

a img {
	border: 0;
}

acronym, abbr {

}


/*--------------Sidebar------------*/

.widget {
	background-image: url(./images/sidebar_header.jpg); 
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 16px;
	padding-top: 2px;
	
}

.widget-title {
	color: #535353;
	padding-top: 10px;
	font-weight: bold;
	margin-bottom: 9px;
	
}


#sidebar-lt ul, #sidebar-rt ul {
	margin: 0px;
	padding-left: 0px;
}

#sidebar-lt ul h2, #sidebar-rt ul h2 {
	color: #000;
	padding-left: 4px;
}

#sidebar-lt ul li, #sidebar-rt ul li {
	list-style-type: none;
	list-style-image: none;
	padding-bottom: 6px;
	
}

#sidebar-lt ul ul, #sidebar-rt ul ul {

}

#sidebar-lt ul ul li, #sidebar-rt ul ul li {

}

#sidebar-lt ul ul ul, #sidebar-rt ul ul ul {

}

#sidebar-lt p, #sidebar-rt p, .textwidget {
	text-align: left;
}

#sidebar-lt a, #sidebar-rt a {
	color: #943c3b;
	text-decoration: none;
}

#sidebar-lt a:hover, #sidebar-rt a:hover {
	color: #943c3b;
	text-decoration: underline;
}

/*#sidebar-lt a:visited, #sidebar-rt a:visited {
	color: #943c3b;
	text-decoration: underline;
}
*/

/*--------------Special Widgets--------------*/

.widget_dbem_list {
}






/*--------------Comments--------------*/

ol.commentlist, .replytext, small {
	color: #535353;
}

ol.commentlist li {
	color: #535353;
}


ol.commentlist li.alt {
	color: #535353;
	background: #404040;
}

ol.commentlist a, .replytext a {
	color: #ffc0c0;


}

small.commentmetadata {
	color: #ff0000;
}

.avatar {
	float: right;
	margin-right: 5px;
	padding: 2px;
}

/*--------------Search Form-------------*/

#searchform {
	padding-top: 5px;
}

#searchform input {
	width: 40px;
	margin-left: auto;
	margin-right: auto;
}

#searchform #s {
	width:  110px;
}


/*-------------Calendar-----------------*/

#wp-calendar {
	width: 100%;
}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/



/*-------------Other------------------*/

.trennlinie {
	margin-top: 7px;
	padding: 0px 8px 0 8px;
}

.trennlinie_innen {
	color: #b0b0b0;
	border-top: 1px dashed;
}

.tabelle_vereine {
	margin-bottom: 15px;
	padding-top: 15px;
	border-top: 1px dashed #b0b0b0;
}

.tabelle_vereine_tabelle1 {
	margin-bottom: 15px;
}

img#wpstats {
	display:none
}

.tabelle_vereine td {
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:top;
}

.tabelle_vereine_tabelle1 td {
	padding-top:3px;
	padding-bottom:3px;
	vertical-align:top;
}

.tabelle_innen td {
	padding: 0px;
	vertical-align:top;
}

.tabelle_vereine img {
	padding: 0px;
	vertical-align:center;
}

.tabelle_vereine_tabelle1 img {
	padding: 0px;
	vertical-align:center;
}