/*RTE Anpassen*/
/*Anzeige im RTE 
hier wird die Tabelleneigenschaft überschrieben aus RTE.css*/
/*TABLE{
	margin: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

TABLE TR TD { padding: 0px; }
TABLE TR TH { padding: 0px; }
TABLE TR { background-color: #FFFFFF; }*/

/*Normale Tabelle sieht so aus
TD.inhalt TABLE{
	margin: 0px 0px 15px;
	border: 0px solid #DE0000;
}

TD.inhalt TABLE TR TD { padding: 3px; }
TD.inhalt TABLE TR TH { padding: 3px; }
TD.inhalt TABLE TR { background-color: #EEE; }*/





/*body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font: 100% Arial, Helvetica, sans-serif;
}*/



/*Weißer Balken*/
#top{
	width: 99%;
}

#top #topWeiss {
	text-align: left;
	height: 50px;
}

#top #topWeiss H1 {
	margin: 0px;
	padding: 0px 0px 0px 35px;
	font-size: 22px;
	color: #000000;
	font-weight: normal;
}
/*Roter Balken*/
#top #topRot {
	height: 30px;
	background: #d80100 url(../img/top-hintergrund-ecke.gif) no-repeat left top;
}
/*#top #topRot tr {
	background-color: #d80100;
}*/
#top #topRot #topNav   {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
#top #topRot #topNav A,A:hover,A:active,A:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top #topRot #topNav A:hover {
	text-decoration: underline;
}
#top #topRot #topNav A:active {
	text-decoration: none;
	background: #d80100;
}
#top #topRot #topNav A:visited {
	color: #FFFFFF;
}



/*Tabelle Inhaltsbereich und Navigation*/
#main {
	margin-top: 5px;
}

#main .nav {
	padding: 5px 10px 10px;
	text-align: left;
	vertical-align: top;

}
#main .inhalt {
	padding: 0px 35px 10px 30px;
/*	text-align: left;*/
	vertical-align: top;
	margin: 0px;
	font-size: 0.9em;
}
/*Navigationsbereich*/
#main .nav {
	width: 160px;
	height: 100%;
	border-right: 1px solid #FF9999;

}
#main .latsUpdate {
	border-right: 1px solid #FF9999;
}
#lastUpdate {
	font-size: 11px;
	color: #999999;
	margin-left: 30px;
}

/*Footer*/
#footer {
	font-size: 11px;
	color: #666666;
	display: block;
	margin-top: 10px;
}

#footerLinks {
	padding: 3px 5px;
	margin-right: 5px;
	margin-left: 10px;
	text-align: left;
	border: 1px solid #999999;


}
#footerRechts {
	padding: 3px 5px;
	margin-right: 15px;
	margin-left: 5px;
	border: 1px solid #999999;
	text-align: right;
}


table.typo3-editPanel { border: 1px solid #CCCCCC; background-color: #FFEAEA; width: auto; }
TD.typo3-editPanel-controls { border: 1px solid #CCCCCC; background-color: #FFEAEA; width: auto; }
td.typo3-editPanel-label { border: 1px solid #CCCCCC; background-color: #FFEAEA; width: auto; }

