
/*************************************/
/* Styles                    */
/*************************************/
*
{
margin: 0;
padding: 0;
}


/*************************************/
/* Layout  Page                          */
/*************************************/

body 
{
    background-color: white;
    font-family: Arial, Helvetica, Sans-Serif;
    margin : 20px;
    bottom : 20px;
	font-size: 13px;
    color: black;
}
h1 {
	font-size: 13px;
	font-weight: bold;
}

#contentTable {
	width: 100%;
}
#contentTable  .printLink { 
	height: 2cm;
	text-align: right;
}
#contentTable  .logo{ 
	height: 3.5cm;
}
#navigationColumn {
	width: 5cm;
}
#contentTable  #contentLeft{ 
	width: 45%;
	padding-top: 20px;
}
#contentTable  #contentRight{ 
	width: 55%;
	padding-top: 20px;
}
#footer {
	font-size: 11px;
}



/*************************************/
/* Layout  Content                          */
/*************************************/

#contentRight a, #contentLeft a 
{
    font-weight: bold;
	color: #f18f03;
    text-decoration: none;
}

h1
{
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    font-size: 14px;
    color: #f18f03;
}

ul {
	list-style-position: outside;
	margin-bottom: 20px;
	margin-left: 14px;
    padding: 0px;
}
ul li {
    padding-bottom: 10px;
	color: black;
}
.bodytext {
	color: black;
}

span.nobreak {
	white-space: nowrap;
}
.orange
{
    color: #f18f03;
}

/*************************************/
/* ppdb (Plabar Projekt Datenbank: Styles            */
/*************************************/
ul.ppdbList  {
	color: #FFF;
	margin: 0; 
	padding: 0;
}
ul.ppdbList  li {
	font-size: 11px;
	list-style: none;
    margin: 0; 
	padding: 0;
	padding-bottom: 4px;
}
ul.ppdbList li a {
	text-decoration: none;
	color: #FFF;
}

table.ppdbDetail  td {
	font-size: 11px;
	vertical-align: top;
}

table.ppdbDetailImages  td a img {
	border: none;
	padding-right: 5px;
	padding-top: 5px;
}
form.ppdbListSelection
{
	font-size: 11px;
	color: white;
}
#selectionList {
	font-size: 11px;
	background-color: #7e8082;
	font-weight: normal;
	color: white;
	border: solid 1px #616163;
}


/*************************************/
/* Navigation                            */
/*************************************/
#navigationColumn #navigation 
{
    margin-left: 25px;
    margin-top: -20px;
}
#projectNavigation
{
	margin-left: 66px;
	margin-top: -10px;
	padding: 0px;
}
#navigation {
	margin-right: 5px;
}

#navigationColumn ul.navLayer1
{
    font-size: 18px;
    font-weight: bold;
    list-style-type: none;
    list-style-image: none;  
    margin: 0px;
    padding: 0px;
    margin-left: 21px;
}
#navigationColumn ul.navLayer1  li.navLayer1li
{
	margin-top: 20px;
    background-image: url(images/punkt.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
	padding-left: 20px;  
    
}
#navigationColumn ul.navLayer1 a.active
{
    color: #3d3d3d;
    text-decoration: none;
}
#navigationColumn ul.navLayer1 a.inactive
{
    color: #969799;
    text-decoration: none;
}

#navigationColumn ul.navLayer2
{
	list-style-type: none;
    list-style-image: none;
    font-size: 11px;
	font-weight: normal;
    padding: 0px;
    margin: 0px;
	margin-right: 8px;
}

#navigationColumn ul.navLayer2 li.navLayer2li
{   
    padding: 0px;
    padding-top: 5px;
	padding-bottom: 5px;
    background-image: none;
	border-bottom: solid 1px #969799;	
}
#navigationColumn ul.navLayer2 a.active
{
    color: #f18f03;
	font-weight: bold;
    text-decoration: none;
}
#navigationColumn ul.navLayer2 a.inactive
{
    color: #969799;
    text-decoration: none;
}
/*
.tx-ppdbnav-pi1 ul
{
   font-weight: bold;
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    margin: 0px;
	font-size: 12px;
}

.tx-ppdbnav-pi1 ul li
{   
    padding: 0px;
    margin-top: 10px;
    background-image: none;
}
*/
.tx-ppdbnav-pi1 a
{
    color: #969799;
    text-decoration: none;
}
.tx-ppdbnav-pi1 ul li.active
{
    color: #f18f03;
    text-decoration: none;
}

ul.ppdbList li.active
{
	color: #616163;
}


#contentLeftNavigation ol
{
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
    color: #f18f03;
	font-weight: bold;
}
#contentLeftNavigation ol li a.active
{
    color: #f18f03;
    text-decoration: none;
}
#contentLeftNavigation ol li a.inactive
{
    color: #fff;
    text-decoration: none;
}





