/* Standard Stylesheet
www.ktf.de
Start: 23.01.2007
Letzte Aenderung: 23.01.2007
*/
/* Reset all */
*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* Allgemeines */
body {
	font-size: 80%;
	line-height: 1.6em;
	color: #333;
	background: #e4e4e4;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Clear Class */
.c {
	clear: both;
}

img, a img {
	border: 0;
}

.keine-anzeige {
	display: none;
}

/* Absaetze */
p {
	font-size: 1em;
	line-height: 1.7em;
	margin: 0.5em 0;
	clear: both;
}

/* Kleinerer Text */
.s {
	font-size: 0.9em;
}

/* Links- bzw. Rechtsausrichtung für Elemente */
.leftalign {
	float: left;
	margin: 0 0.5em 0 0;
}

.rightalign {
	float: right;
	margin: 0 0 0 0.5em;
}

h1 {

}

h2 {
	font-family:Arial,Verdana;
	font-size:14px;
}

h3 {
	padding:5px 0 0 0;
	font-size:12px;

}

h4 {
	padding:5px 0 0 0;
	font-size:12px;
	text-decoration:underline;

}

body h1 {
	display: none;
}

/* Layout */
#wrapper {
	margin:10px auto 0px auto;
	padding:0;
	width:700px;
	background: #fff;
	text-align:left;
}

#header {
	margin:0;
	padding:0;
	height:85px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}

#navi {
}

#navi ul {
	list-style-type:none;
}

#navi li { margin: 0; }

#navi a {
	display: block;
	color:#fff;
	background-color:#cfcfcf;
	width:150px;
	padding: 3px 12px 3px 8px;
	text-decoration:none;
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

#navi li li a {
	display: block;
	color:#fff;
	background-color:#bfbfbf;
	width:150px;
	padding: 3px 3px 3px 17px;
	text-decoration:none;
	border-bottom: 1px solid #fff;
	font-weight: normal;
}

#navi a:hover {
background-color: #dacdaa;
color: #FFF;
}

#navi a:active {
background-color: #043e7b;
color: #FFF;
}

#navi li img {
	height:57px;
}

html body #navi a.nopadd {
	padding:0;
}

.rounded_box { 
	width: 170px; 
}

.rounded_top { 
	background-image: url(navi_rounded_top.jpg); 
	background-repeat:no-repeat;
	border-bottom: 1px solid #FFF;
	height:26px; 
	width:170px; 
}

.rounded_bottom { 
	background-image: url(tcom_rounded_bottom.jpg); 
	border-top: 1px solid #FFF;
	height:85px; 
	width:170px;
}

#content {
	margin:10px 0 0 0;
	padding:0 15px 0 15px;
	width:470px;
	float:right;
}

div#content li {
	list-style-type:disc;
	margin:0 0 0 30px;
	padding:0;
}

div#content li li {
	list-style-type:circle;
}

div#content ol li {
	list-style-type:decimal;
	font-size:90%;
	padding:3px 0 0 0;
}

div#content a:link {
	color:#043e7b;
	text-decoration:none;
}

div#content a:visited {
	color: #043e7b;
	text-decoration: none;
}

div#content a:hover {
	text-decoration: underline;
}

#kontakt {
}

div#kontakt li {
	list-style-type:none;
	font-size:90%;
}

#sidebar {
	margin:15px 0 0 0;
	padding:0 0 0 15px;
	width:160px;
	float:left;
}
#footer {
	background: transparent url(footer.jpg) no-repeat bottom center;
	clear: both;
	font-size:0.9em;
	height: 50px;
	margin:0;
	padding:0;
}

div#footer p{
	margin:0;
	padding:26px 40px 0 0;
	text-align:right;
}
