/*
// +-----------------------------------------------------------------------+
// | www.medientechnik-systemintegration.de                                |
// +-----------------------------------------------------------------------+
// | Copyright (c) 2005 Media Online GmbH, Dortmund                        |
// |                                                                       |
// | Author: Stefan Kolodzeike <kolodzeike@nrw-online.de>                  |
// +-----------------------------------------------------------------------+
//
// $Id$
*/

/*
// +-----------------------------------------------------------------------+
// |                     *** GLOBALE DEFINITIONEN ***                      |
// +-----------------------------------------------------------------------+
*/
A { 
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

A:hover { 
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

BODY {
	background-color: rgb(255,255,255);
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

FORM {
	display: inline;
}

FORM, FORM TD, INPUT, OPTION, SELECT, TEXTAREA{
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

HR {
	color: rgb(51,51,51);
	size: 1px;
	text-align: center;
	width: 90%;
}

IMG {
	border: none;
}

TABLE {
	empty-cells: show;
}

TD {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
}

/*
// +-----------------------------------------------------------------------+
// |               *** DEFINITIONEN FUER DIE HAUPTTABELLE ***              |
// +-----------------------------------------------------------------------+
*/

TABLE#mainTable {
	background-color: transparent;
	width: 100%;
}

TD#mainContent {
	background-color: transparent;
	font-size: 12px;
	height: 500px;
	padding: 10px;
	text-align: justify;
	vertical-align: top;
	width: auto;
}

TD#mainHeader {
	background-color: rgb(100,105,111);
	height: 95px;
	text-align: left;
	vertical-align: top;
}


TD#mainLeft {
	background-color: rgb(183,205,151);
	text-align: center;
	vertical-align: top;
	width: 160px;
}

TD#mainRight {
	background-color: rgb(230,244,236);
	text-align: center;
	vertical-align: top;
	width: 160px;
}


TD.h_divider {
	background-color: rgb(69,120,198);
	height: 5px;
}


/*
// +-----------------------------------------------------------------------+
// |               *** DEFINITIONEN FUER DIE SUBTABELLEN ***               |
// +-----------------------------------------------------------------------+
*/

#subFooter {
	background-color: transparent;
	color: rgb(51,51,51);
	font-size: 11px;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}

#subFooter A {
	color: rgb(51,51,51);
}

#subFooter A:hover {
	color: rgb(192,51,51);
}

#subHeader {
	height: 90px;
	width: 100%;
}

/*
// +-----------------------------------------------------------------------+
// |              *** DEFINITIONEN FUER DIE HEADERINHALTE ***              |
// +-----------------------------------------------------------------------+
*/

TD#logo {
	background-image: url('../img/PS_Weblogo_v2.jpg');
	background-position: 12px 10px;
	background-repeat: no-repeat;
	height: 90px;
	text-align: left;
	vertical-align: top;
	width: 250px;
}

TD#banner {
	height: 90px;
	text-align: center;
	padding-bottom: 17px;
	padding-top: 18px;
	vertical-align: middle;
	width: 468px;
}

TD#unused {
	height: 90px;
	text-align: right;
	vertical-align: top;
	width: 250px;
}

/*
// +-----------------------------------------------------------------------+
// |                *** DEFINITIONEN FUER DIE MENUITEMS ***                |
// +-----------------------------------------------------------------------+
*/

/* menu level 1 in normal state */
TD#mainLeft DIV.m-1-no {
	background-color: rgb(254,244,213);
	border-bottom: 2px solid rgb(229,221,194);
	font-weight: bold;
	height: 22px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
}

TD#mainLeft DIV.m-1-no A {
	color: rgb(0,0,0);
}

TD#mainLeft DIV.m-1-no A:hover {
	color: rgb(151,151,151);
}

/* menu level 1 in active state */
TD#mainLeft DIV.m-1-act {
	background-color: rgb(244,234,203);
	border-bottom: 2px solid rgb(229,221,194);
	font-weight: bold;
	height: 22px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 11px;
}

TD#mainLeft DIV.m-1-act A {
	color: rgb(102,102,102);
}

TD#mainLeft DIV.m-1-act A:hover {
	color: rgb(245,245,245);
}

/* menu level 2 in normal state */
TD#mainLeft DIV.m-2-no {
	background-color: rgb(229,221,194);
	height: 18px;
	padding-bottom: 2px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 9px;
}

TD#mainLeft DIV.m-2-no A {
	color: rgb(0,0,0);
}

TD#mainLeft DIV.m-2-no A:hover {
	color: rgb(151,151,151);
}

/* menu level 2 in active state */
TD#mainLeft DIV.m-2-act {
	background-color: rgb(200,193,169);
	font-weight: bold;
	height: 18px;
	padding-bottom: 2px;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 9px;
}

TD#mainLeft DIV.m-2-act A {
	color: rgb(102,102,102);
}

TD#mainLeft DIV.m-2-act A:hover {
	color: rgb(245,245,245);
}

DIV.jure {
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
	text-align: justify;
}

HR {
	color: rgb(229,221,194);
}

/*
// +-----------------------------------------------------------------------+
// |                              END OF FILE                              |
// +-----------------------------------------------------------------------+
*/
