/* Styles aus RTE, speziell Tabellenhintergrund */
@import "rte_css_ntk.css";

/* erstellt von Dr. J. P. Ewald 2007 */
body {
	background-color: #FFF9EE;
	color: #000000;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	margin: 0px;
   	text-align: center;  /* Zentrierung im Internet Explorer */
	background-image: url(images/bg990.gif);
	background-repeat: repeat-y;
	background-position: top center;
	height: 100%;
}

/* die Seiten links und rechts sollen frei bleiben */
div#Seite {
    	text-align: left;    /* Seiteninhalt wieder links ausrichten */
    	margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    	width: 990px;
    	padding: 0;
    	/* background: #FFF6E5 url(images/bg1.gif) repeat-y; */
		/* height: 3000px; */
    	/* background-image: url(images/bg1.jpg); */
		/* background-repeat: repeat-y; */
		height: 700px;
    	/* z-index: 12; */
}

/* feststehendes Banner, +Seitentitel, +oberesMenu */
#kopf {
	width: 990px;
	height: 156px;
	background-color: #FFAAAA;
    background: url(images/Header990.jpg);
	position: absolute;
	z-index: 16;
}

/* Platzierung für Seitentitel */
#kopftitel {
    /* Änderung am 22.09.2007, 19:51 OHNE background-color sorgt für einen transparenten Hintergrund!!! */
	/* background-color: #FFDC98; */ 
	color: #364497;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	top: 0px;
	width: 387px;
	left: 185px;
	top: 1px;
	position: absolute;
	height: 38px;
	text-align: left;
	z-index: 20;
}
#kopfmenu {
	background-color: #FFDC98;
	width: 440px;
	bottom :3px;
	right: 10px;
	position: absolute;
	color: #0000BB;
	font-size: 1em;
	font-weight: bold;
	text-align: right;
	z-index: 20;
}
div[id=kopfmenu] > a {
	color: #364497;
	text-decoration: none;
}
#main {
	color: #000000;
	width: 990px;
	clear: both;
	top: 156px;
    /* 	background: #FFFFFF url(Images/bg.gif) repeat-y; */
	/* z-index: 10; */
	position: absolute;
	/* height: 2000px; */
}
#mainmenu {
	background-color: #FFEECC;
	width: 175px;
	/* height: 2000px; */
	float: left;
	top: 0px;
	position: absolute;
	z-index: 20;
}
#inhalt {
	background-color: #FFF9EE;
	width: 805px;
	top: 0px;
	left: 185px;
	/* height: 1600px; */
	/* margin: 7px; */
	/* float: left; */ 
	position: absolute;
	z-index: 10;
}
#rechterrand {
	background-color: #FF0000;
	width: 3px;
	height: 300px;
}
p#fusszeile {
	clear: both;
	font-size: 0.83em;
	margin: 0; padding: 0.1em;
	text-align: center;
	background-color: #fed;
	border-top: 1px solid silver;
	z-index: 10;
}

p#footnote {
	font-size: 0.7em;
	text-align: center;
}

p#jahre {
	font-size: 0.7em;
}
p#bearbeitung {
	color:#77FF77; 
	background-color:red; 
	text-align:center; 
	font-weight:900; 
	font-size:small;
}

.csc-frame-frame2 {
	background-color:$ABBAE1;
}

a#tickerersatz {
	font-size: 12px;
	font-family: Courier, monospace;
	color: #364497;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #061467;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #061467;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #061467;
}
a:link { color:#0614FF; text-decoration:none; }
a:visited { color:#0614B3; text-decoration:none; }
a:focus { text-decoration:underline; }
a:hover { text-decoration:underline; }
a:active { color:#0000EE; }
ul {list-style-image:url(images/Bullet1.gif)}
ul ul {list-style-image:url(images/Bullet2.gif)}
ul ul ul {list-style-image:url(images/Bullet3.gif)}

/* Tabellen auf volle Breite */
table {
	table-layout: fixed;
	width: 799px;
}
/* Tabelle für reCAPTCHA */
#recaptcha_table {
	table-layout: auto;
}
/* Zebratabellen */
table.todd {
	background-color: #FFEECC;
}
table.teven {
	background-color: #FFF9EE;
}
/* Zebraabsätze */
p.todd {
	background-color: #FFEECC;
}
p.teven {
	background-color: #FFF9EE;
}
/* Mitarbeiterdetails */
td.mitdet
{
	width: 649px;
}
table.mitdet
{
	vertical-align: top;
	width: 629px;
}
	
/* Ergänzungen für die Seite Homepage erstellt von Dr. J. P. Ewald 2007 */
#lauftext {
	background-color: #FFF9EE;
	overflow : hidden; 
	height : 18px; 
	width : 805px;
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#hometext {
	background-color: #FFF9EE;
	width: 545px;
	top: 22px;
	left: 0px;
	position: absolute;
	z-index: 10;
}
#aktuelles {
	background-color: #FFF9EE;
	width: 240px;
	top: 22px;
	left: 565px;
	position: absolute;
}
object#termticapp {
	overflow : hidden; 
	height : 28px; 
	width : 805px;
	border: 0px;
	hspace: 0px;
	vspace: 0px;
}