
body {
	margin: auto;
	padding: 20px;
	background: #242323 url(../Bilder/Seite/head_bg.jpg) repeat-x left top;
	text-align: center; 
	font: 13px Arial, Helvetica, sans-serif;
	color: #444444;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	font-size: 1em;
	color: #000000;
}

a:hover {
	text-decoration: none;
	color: #7A2722;
}

a img {
	border: none;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}

/*Kopfbereich- TKD Kopfbild*/
#header {
width: 900px;
height: 190px;
background-image: url(../Bilder/Seite/head_01.jpg);
margin: 0px auto;
}

#header a {
text-decoration: none;
color: #FFFFFF;
}

/*Navigation*/
#menu {
float: right;
}

#menu ul {
	margin: 0px auto;
	padding: 165px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding: 6px 20px 6px 10px;	
}

#menu a:hover {
	text-decoration: underline;
	color: #7A2722;
}

#menu .active {
}

#menu .active a {
}



/*Seite*/
#page {
	width: 900px;
	margin: auto;
	padding: 15px 0px 0px 0px;
	background: #FFFFFF;
}

/*Inhalt*/

#content {
	float: left;
	width: 570px;
	text-align: justify;
}

.post {
	background: #FFFFFF;
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background: #444444 url(../Bilder/Seite/balken.jpg) no-repeat left top;
	padding: 7px 25px;
	font-size: 1.4em;
}

.post .title h1 {
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}

/* Seiten-Navigation */

#sidebar {
	float: right;
	width: 300px;
	text-align: justify;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
}

#sidebar-content {
}

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

#sidebar li li {
	margin-right: 10px;
	line-height: 30px;
	padding-left: 15px;
	border-bottom: 1px dashed #BDBDBD;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: url(../Bilder/Seite/sidebar_balken.jpg) no-repeat left top;
	padding: 7px 25px;
	font-size: 1em; /*Schriftgroesse für den Text in den seitlichen Balken*/
}

#sidebar a {
	text-decoration: none;
}

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

/* Fussbereich- Adresse vom TKE */
#footer {
clear: both;
width: 920px;
height: 40px;
margin: 0px auto 30px auto;
background: url(../Bilder/Seite/fuss.jpg) no-repeat left top;
color: #858585;
}

#footer p {
margin: 0px;
padding: 13px 0px 0px 0px;
text-align: center;
line-height: normal;
font-size: smaller;
}

#footer a {
color: #FFFFFF;
}
