

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #111;
	text-decoration: underline;
}
body {
	background: url(tdimages/logotiled.png) repeat-x;
	color: #000;
	font: normal 75% "Arial",sans-serif;
	margin: 0;
}
input {

	font: normal 1.0em "Arial",sans-serif;
}
p,cite,code,ul {
	font-size: 1.0em;

}
h1 {
	font-size: 1.0em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
table	{
	border: 1px solid #379BCD;	
}
tr,td	{
	padding: 2px 2px 2px 2px;
	border: 1px none #379BCD;
}

img {
	border-color:#379BCD;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */

.header {
	background: url(tdimages/logotitel.png) no-repeat;
	height: 92px;
}


/* navigation */
.navigation {

	float: left;
	height: 92px;
	margin-left:300px;
	padding: 0 1px;
}
.navigation a {
	color: #FFF;
	float: left;
	font: bold 1.0em "Arial",sans-serif;
	margin-top: 70px;
	padding: 1px 18px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #4A91C3;
	color: #FFF;
}

/* main */
.main {
	clear: both;
	padding: 12px 12px 0 10px;
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.0em;
	height: 20px;
	margin-top: 1.0em;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 1.0em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(img/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 66%;
	
	margin-bottom: 10px;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url(img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.0em;
	line-height: 40px;
	text-align: center;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.begrenzer {
	margin: 0;
	padding: 10px 0 10px 0;
	background: url(tdimages/img04.jpg) repeat-x left 30%;
}

