#tdnavi {
	color: #3C3C3C;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 auto 3em;
	max-width: 976px;
	padding: 0;
	text-transform: uppercase;
}
#tdnavi .start {
	background: url(../pics/b_slider.png) 50% 0 no-repeat;
	border: 0;
	color: #000;
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 30px;
	letter-spacing: 1px;
	line-height: 30px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: 360px;
}
#tdnavi .start:hover, input.start:hover {
	background-position: 50% -60px;
	color: #FFF;
}

.tdpanel {
	background: #FFF;
	border: 3px solid #B4C91A;
	border-radius: 7px;
	font-size: 15px;
	margin: 0 auto;
	max-width: 974px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
.mainnavi {
	background: #B4C91A url(../pics/bg_mainnavi.png) repeat-x;
	font: 19px Tahoma,Verdana,Arial,sans-serif;
	height: 42px;
	left: -12px;
	line-height: 41px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	text-shadow: 0 0 4px #FFF;
	text-transform: uppercase;
	width: 100%;
}
.mainnavi li {
	border-right: 1px dotted #B4C91A;
	display: block;
	float: left;
}
.mainnavi a {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #000;
	display: block;
	height: 42px;
	padding: 0 1.2em;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.mainnavi .active a, .mainnavi a:hover {
	background: #FFF url(../pics/bg_mainnavi.png) repeat-x 0% 100%;
	text-decoration: none;
}

/* Anpassungen */
body {
    padding-top: 3.9em; /* 3em * 13px / 10px  */
}
#search-box {
    margin-top: 0;
}
#search-box a:link, #search-box a:visited{
    color: #06F;
}
.tdpanel{
    border-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
}
.navbar.tdfirst {
	background: #FFF;
	border: 3px solid #CADCEB;
	border-top: 0;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
.navbar.tdfirst ul.navlinks {
    border-bottom-color: #CADCEB;
}
.navbar.tdfirst .corners-top, .navbar.tdfirst .corners-top span,
.navbar.tdfirst .corners-bottom, .navbar.tdfirst .corners-bottom span {
    background: transparent;
}
