/* Hintergrundfarbe und Größe/Ränder des Browserfensters */
html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #DCDCDC;
	background-image: url(bilder/tdt-bg.jpg);
	background-repeat: repeat-x;
}

/* Seitenweite Schiftformatierung */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

/* Hintergrundfarbe und Größe/Ränder der Homepageanzeige */
div#page {
	width: 950px;
	padding-top: 60px;
	margin: 0 auto;
}

/* Kopfgrafikebene */
div#banner {
	width: 950px;
	text-align: center;
	background-image: url(header/bg-header.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 140px;
}

/* Kopflinkebene + Linkformatierung */
div#subbanner {	
}
div#subbanner a {
}
div#subbanner a:hover {
	}
	
/* Menüebene links */
div#menue {
	width: 262px;
	float: left;
	margin-top: 20px;
	background-image: url(bilder/bg-menu.jpg);
}

/* Hauptnavigationsebene */
div#nav {
	margin-left: 20px;
	text-align: left;
}

div#nav a:hover {
	display: block;
	color: #516582;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/pfeil-hover.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.hauptlink {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/pfeil-normal.jpg);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	border-bottom: 1px dotted #FFFFFF;
	width: 200px;
}
.hoverlink {
	display: block;
	color: #516582;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/pfeil-hover.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	width: 200px;
}
*/
/* Untermenüebene 1 */
div#subnav a:hover {
}
.sublink {
	display: block;
	color: #DCDCDC;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/pfeil-normal.jpg);
	background-position: 5px;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	width: 180px;
	margin-left: 20px;
}
.hoversublink {
	display: block;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/pfeil-hover.gif);
	background-position: 5px;
	background-repeat: no-repeat;
	background-color: #4682B4;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	width: 180px;
	margin-left: 20px;
}
/* Untermenüebene 2 */
div#subsubnav a:hover {
}
.subsublink {
	display: block;
}
.hoversubsublink {
	display: block;
}

/* Ebenen der Contentanzeige */
div#content {
	width: 670px;
	float: left;
	margin-left: 18px;
	margin-top: 20px;
	background-color: #F0F0F0;
	text-align: left;
}
div#text{
	text-align: left;
	width: 640px;
	margin-left: 15px;
	font-size: 14px;
	line-height: 1.5em;
	}	
div#sitemap{
}

/* Textlink in der Contentanzeige*/
div#text a {
	color: #516582;
	font-weight: bold;
	text-decoration: none;
	background-image: url(bilder/linkpfeil.gif);
	background-position: left 0.3em;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 14px;
}

div#text a:hover {
	color: #4682B4;
	font-weight: bold;
	text-decoration: none;
}

/* Formularformatierung */

/* Listenpunktformatierung */
ul {
	}
ol {
}

/* Überschriftenformatierung */
h1 {	
	font-size: large;
	padding-left: 20px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #516582;
	border-top: 1px solid #4682B4;
	border-bottom: 1px solid #4682B4;
	border-right: 0.7em solid #4682B4;
}

h2 {	
	font-size: medium;
	padding-left: 20px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #516582;
	background-color: #DCDCDC;
}

h3 {
	color: #516582;
	font-size: small;
}

h4 {
}

h5 {
}

h6 {
}

img	{
	border: 0;
}

table	{
	font-size: 14px;
}

.tabellethemen	{
	width: 620px;
	font-size: 14px;
	line-height: 1.5em;
	margin-left: 20px;
}

.tabellethemen td	{
 	padding-bottom: 10px;
}

.tabelleref	{
	width: 640px;
}

.tabelleref td	{
	text-align: center;
	padding: 5px;
}

.listetrainingsthemen	{
	list-style-image: url(bilder/bullet-trainingsthemen.gif);
}

.listetrainingsthemen li	{
	padding-bottom: 1em;
}

.bildlinks	{
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}

.bildrechts	{
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.zentriert	{
	text-align: center;
}

.kursiv	{
	font-style: italic;
}

.rechts	{
	text-align: right;
}

.clear	{
	clear: both;
	height: 20px;
}

#footer	{
	background-color: #F0F0F0;
	font-size: 14px;
}

#footer .copy	{
	float: left;
	margin-left: 30px;
}

#footer .design	{
	float: right;
	margin-right: 30px;
}

#footer a	{
	color: #516582;
	text-decoration: underline;
}

#footer a:hover	{
	text-decoration: overline;
}

.tdtblau	{
	color: #0000FF;
	font-weight: bold;
}

.tdtgruen	{
	color: #00FF00;
	font-weight: bold;
}

.tdtrot	{
	color: #FF0000;
	font-weight: bold;
}

.fett	{
	font-weight: bold;
}

.blocksatz	{
	text-align: justify;
}


/* CMS-Bedienungsanweisung (Tabellenanzeige) nicht löschen !! */
.mceVisualAid {
	border: 1px dashed #BBBBBB;
}