/*  CSS-Datei fŸr die Website www.oop-trainer.de  */
/*  (C) 2005 - 2011 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%;

	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;
}

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_BUTTON, td.SP_BUTTON_X, td.SP_BUTTON a, td.SP_BUTTON_X a
{
    /* Runde Ecken */
    border-radius:         5px; /* CSS3              */
    /* Und weil es nicht anders geht:                */
	-moz-border-radius:    5px; /* Firefox           */
	-webkit-border-radius: 5px; /* Safari, Chrome    */
	-khtml-border-radius:  5px; /* Konqueror         */
	-ms-border-radius:     5px; /* was auch immer... */
	-o-border-radius:      5px; /* Opera bis 9.x     */
}

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;
}

table.TEXTBEREICH td.SP1 p
{
	margin-left: 10px;
	padding: 0px;
	line-height: 130%;
}

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

table.TEXTBEREICH td.SP1 ul li
{
	line-height: 130%;
	margin: 3px;
	padding-left: 5px;
	position: relative;

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

table.TEXTBEREICH td.SP1 ul li a
{
	text-decoration: none;
	display: block;
	
	background-position: 0px 0px;
	background-repeat: no-repeat;

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

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 */


