/*  CSS-Datei für die Website www.oop-trainer.de  */
/*  (C) 2005 - 2009 R. Schneeweiß                 */


/*  ALLGEMEINE SEITENFORMATE  */

body
{
	margin: 0px;
	/* background-image: url(kachel.gif); */
}

img
{
	border-style: none;
}

/*  DER SEITENRAHMEN  */

table.SEITENRAHMEN
{
	table-layout: fixed;
	border: none;
	border-collapse: collapse;
	margin:  0px;
	padding: 0px;
	width: 100%;
}

table.SEITENRAHMEN tr
{
	padding: 0px;
	margin:  0px;
	border: none;
}

table.SEITENRAHMEN col.MITTE,
table.SEITENRAHMEN tr td.MITTE
{
	width: 976px;
	padding: 1px; /* kleiner Rand um die Site */
	margin:  0px;
}

table.SEITENRAHMEN tr.OBEN
{
	height: 5px;
}


/*  DIE KOPFLEISTE  */

table.HEADLINE
{
	table-layout: fixed;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-collapse: collapse;
	margin:  0px;
	padding: 0px;
	width: 100%;
}

table.HEADLINE
{
	table-layout: fixed;
}

table.UES_BANNER, table.UES,
table.MENULINE, table.TEXTBEREICH,
table.HEADLINE tr, table.MENULINE tr,  table.TEXTBEREICH tr,
table.HEADLINE tr td, table.MENULINE tr td, table.TEXTBEREICH tr td
{
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

table.UES_BANNER, table.UES, table.BANNER
{
	table-layout: auto;
}
table.BANNER
{
	table-layout: auto;
	border: none;
	border-collapse: collapse;
	padding: 0px;
	margin-top:    3px;
	margin-left:   0px;
	margin-right:  0px;
	margin-bottom: 0px;

	width: 100%;
	font-family: Arial, Universe, sans;
	font-size: 13px;
	font-weight: bold;

	position: relative;
	top: -18px;
}


/*  DIE MENÜZEILE  */

table.MENULINE
{
	table-layout: fixed;
	position: relative;
	top: -8px;
	width: 100%;
}

td.SP1
{
	width: 180px;
	padding-right: 5px;
}

td.SP_BUTTON, td.SP_BUTTON_X
{
	width: 80px;
	text-align: center;
	vertical-align: middle;
	font-family: Arial, Universe, sans;
	font-size: 12px;
	font-weight: bold;
}

td.SP_BUTTON a, td.SP_BUTTON_X a
{
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	line-height: 20px;
	display: block;
}

td.SP_ZWISCHEN
{
	width: 2px;
}


table.MENULINE tr
{
	height: 22px;
}

table.MENULINE td.SP1, table.MENULINE td.SP_ZWISCHEN, table.MENULINE  td.SP_ENDE
{
	background-position: bottom;
	background-repeat: repeat-x;
}


/*  UNTERMENÜ UND TEXTBEREICH  */

table.TEXTBEREICH
{
	table-layout: fixed;
}

table.TEXTBEREICH td.SP1
{
	vertical-align: top;

	border-right-style: dashed;
	border-right-width: 1px;
}

a.UES, div.UES, div.UES1, div.UES2, div.UES3, table.TEXTBEREICH td.SP1 ul li
{
	font-family: 'Century Gothic', 'Trebuchet MS', Garuda, Loma, FreeSans, Universe, sans-serif, sans;
}

a.UES, div.UES, div.UES1
{
	font-size: 76px;
	font-weight: bold;
}

table.UES a.UES
{
	font-size: 80px;
	letter-spacing: 5pt;
}

a.UES
{
	text-decoration: none;
}

div.UES2
{
	font-size: 46px;
	font-weight: bold;
}

div.UES3
{
	font-size: 24px;
	font-weight: bold;
}

table.TEXTBEREICH td.SP1 ul
{
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}

table.TEXTBEREICH td.SP1 ul li
{
	font-size: 13px;
	font-weight: normal;
	line-height: 120%;
	margin: 3px;
	padding-left: 5px;
	position: relative;

	width: 140px;
	height: 29px;
	border-style: none;
	list-style: none;
}

table.TEXTBEREICH td.SP1 ul li a
{
	text-decoration: none;
	display: block;
	text-indent: 18px;

	background-image: url(dreieck_hell.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;

}
table.TEXTBEREICH td.SP1 ul li a:hover
{
	text-decoration: none;
	display: block;
	text-indent: 18px;

	background-image: url(dreieck_mittel.png) !important;
}

table.TEXTBEREICH td.INHALT
{
	padding-left: 15px;
}

table.TEXTBEREICH td.SP_ENDE
{
	width: 110px;
	vertical-align: bottom;
	text-align: center;
}

td.INHALT, td.INHALT p, td.INHALT ul, td.INHALT ul li
{
	vertical-align: top;
	line-height: 130%;
}


/*  DEKORATION  */

div.SEITENDATUM
{
	text-align: center;
}

iframe.SEITENDATUM
{
	border-style: none;
	border-width: 0px;
	width: 150px;
	height: 50px;
	vertical-align: bottom;
	overflow: visible;
}

/* Ende */

