/* ----- TAGs ----- */
body {
	color: #004085;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	background-color: #FCEFBE;
	font-size: 0.8em;
}
h2 {
	font-size: 1.5em;
	line-height: 2.3em;
	margin: 8px 0px 12px;
}
h3 {
	font-size: 1.2em;
	margin-top: 0px;
}
ul {
	font-size: 0.9em;
}
/* ----- Klassen ----- */
.trenn {
	vertical-align: center;
	text-align: center;
	background-position: center;
}
ul.auswahl {
	list-style-position: outside;
	list-style-image: url(img/dreieck_gelb.gif);
	font-weight: 700;
	line-height: 1.8em;
}
ul.auswahlTitel { /* -- Listenauswahl im Kursangebot - Titel -- */
	list-style-position: outside;
	list-style-image: url(img/leer.gif);
	font-weight: 700;
}
/* Überschriften mit dem Pfeil nach oben */
.up {
	margin:0px;
	border-bottom:1px solid #FFA62D;
	text-align:right;
	font-size: 0.9em;
	font-weight: bold;
}

a.uplink{ 
 padding-left:10px;
 background:  url(img/xup_blau.gif) no-repeat left;
}
img.rahmen {
	border: 2px solid #FFA62D;
}
img.rahmenangeb {
	border: 2px solid #FFA62D;
	margin-top: 0px;
	margin-left: 20px;
}
img.logo {
	margin: 10px 50px 6px 6px;
}
/* -- Hyperlinks -- */
a:link, a:visited {
	color: #004085;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFA62D;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}
a.nam:link, a.nam:visited {
	color: #004085;
	text-decoration: none;
	font-weight: normal;
}
a.nam:hover {
	color: #FFA62D;
	text-decoration: underline;
}
a.nam:active {
	color: #333333;
	text-decoration: underline;
}
/* ----- ID-Selektoren ----- */
#bilder{
	background-color: #FFDA6A;
	width: 100%;
	padding-top: 90px;
	margin: 0px;
	padding-bottom: 0px;
}

#content { /* -- Inhaltscontainer auf vielen Seiten, nicht Kursangebot -- */
	padding: 20px;
}
#contentkurse {
	width: 450px;
	margin-left: 280px;
	padding: 0px;
	margin-top: 40px;
	margin-right: 10px;
	clear: right;
}
#fuss {  /* -- Die Fuss-Zeile unten -- */
	font-size: 0.9em;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}
#gesamt { /* -- Div-Container, der gesamten Content enthält -- */
	width: 760px;
	border: 2px solid #FFA62D;
	margin:0px auto;
	background-color: #ffda6a;
}
#kopf { /* -- Kopfbereich auf allen Seiten -- */
	background-color: #FFA62D;
	height: 119px;
	width: 760px;
	/* wird über align jeweils ausgerichtet */
}
#menue {
	line-height: 2.0em;
	background-color: #ffffff;
	height: 25px;
	width: 760px;
	font-size: 0.9em;
}
#menuetxt {
	padding-left: 41px;
}
#spalteKopf { /* -- Inhaltscontainer auf vielen Seiten, nicht Kursangebot -- */
	padding-left: 20px;
}
#spalte { /* -- Inhaltscontainer auf vielen Seiten, nicht Kursangebot -- */
	width: 400px;
	padding-left: 20px;
}
#submenuebox {
	background-color: #ffffff;
	padding: 20px 0px 0px;
	width: 220px;
	margin: 40px 20px 20px;
	float: left;
}
#tab1{
	border-collapse:collapse;
	background:#FCEFBE;
	border:2px solid #FFA62D;
	vertical-align: top;
}
#tab1 td{
	padding:5px 10px 15px;
}
#tab2{
	border-collapse:collapse;
}
#tab2 td{
	padding:5px 10px 4em 0px;
}
#tab3{
	border-collapse:collapse;
	font-size: 0.9em;
	border: 1px solid #FCEFBE;
}
#tab3 tr.head{
	font-weight: bold;
}
#tab3 td{
	padding:1px 3px 1px 0px;
	border-right: 1px solid #FCEFBE;
	margin: 0px;
}
#tab3 tr.kurs{
	background-color: #FCEFBE;
	font-weight: bold;
}
#tab3 td.kurs{
	border-right: 1px solid #ffda6a;
}
