 /*
   Start Stylesheet format
  */

/* Default stylesheets */
body  { background-color: #000000; 
        margin: 0px 0px 0px 0px;
      }


td { font-family: Arial, Helvetica, sans-serif ;
     font-size: 8pt; text-decoration: none ;
     color: #000000;
   }
td.content { size:650px; }

td.activ_balken { background-image: url(/bw/images/balken.gif); background-repeat: repeat-y; padding-left: 8px }
td.activ { border-left: 1px solid #000000; padding-left: 8px }

/* Link style sheets: 
:link = fır Verweise zu noch nicht besuchten Seiten
:visited = fır Verweise zu bereits besuchten Seiten
:focus = fır Verweise, die den Fokus erhalten, z.B. durch Tabulator-Taste (CSS 2.0)
:hover = fır Verweise, wıhrend der Anwender mit der Maus darıber fıhrt (CSS 2.0)
:active 
*/
a:link, a:visited, a:focus, a:active  
   { color: #000000; text-decoration: none }
a:hover
   { color: #828282; }
a.title:link, a.title:visited, a.title:focus, a.title:hover, a.title:active   
   { color: #000000; text-decoration: none }

a.navi:link, a.navi:visited, a.navi:focus, a.active
   { color: #000000; text-decoration: none }
a.navi:hover 
   { color: #828282; }



/* my formated */
.titlehell     { color: #ffffff }
.titledunkel   { color: #c2c2c2 }

.topline { border-bottom: 1px solid #ffffff }
.bgWhite { background-color: #ffffff }

.navifeld { color: #828282; border-left: 1px solid #000000; padding-right: 10px; }
.navifeldsimple { color: #828282; border-left: 1px solid white; padding-right: 10px; }

.kontaktform { 
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 8pt; color: #000000;  
    border: 1px solid #000000; overflow:hidden; }

.projectNavi {
    width: 15px;
    float: right;
     }

#divContainer{
	position:relative; 
	width:280; height:240; 
	overflow:hidden; 
	top:0; left:0; 
	clip:rect(0,280,240,0); /* oben, rechts, unten, links */
	padding-bottom: 5px;
	/* border-bottom: 1px solid black; */
} 
#divContainer.breit{
	width:420; 
	clip:rect(0,420,240,0); /* oben, rechts, unten, links */
} 
#divContent{
	position:absolute; top:0; left:0
	} 


