body {
   font-family: verdana, arial, sans-serif;
   font-size: 10 pt;
   font-weight: bold;
   background-image:url(/fileadmin/template/kb/kb/background.jpg);

   /* Scrollbar  */
   scrollbar-shadow-color: #ffffff;
   scrollbar-highlight-color: #ffffff;
   scrollbar-base-color: #000066; /* woc */
   scrollbar-3dlight-color: #000066; /*woc */
   scrollbar-darkshadow-color: #000066; /* woc */
   scrollbar-arrow-color: #ffffff;
   margin: 0 0 0 0;
}

/* GENERAL fonts */
P, OL, UL, DIV, TD, INPUT, H1, H2 
{
   font-size: 11pt;
   white-space: normal;
}


P 
{
   margin: 0 0 2px 0;
}


.contenttable td
{
    padding: 5px;
}

.contenttable thead 
{
  qbackground: #000066;
  qbackground: silver;
  color: black;
}



H1
{
   margin: 16px 0px 2px 0px;
   font-weight: 900;
   color: rgb(0,0,102);
   font-size: 12pt; 
   padding-bottom: 3px;
}


H2 
{  
   margin: 2px 0px 4px 0px;
   font-weight: 900;
   color: rgb(0,0,102);
   font-size: 11pt; 
   padding-top: 2px;
   padding-bottom: 3px;
}


/* csc-bulletlist */ 
ul 
{
  margin-top: 0px;
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 0px;
  vertical-align: bottom;
/*   list-style-image:  url(/fileadmin/template/telos/images/list-bullet.gif)
*/
  list-style-type:square ;
}

ul.li
{
  margin-left: 20px;
  padding-left: 20px;
}

ul ul 
{
  margin-left: 0px;
  padding-left: 18px;
}


/* Links   */
a {
    color: #0000CC;
    text-decoration: underline;
}

a:link, a:visited, a:active  
{
  /* Rahmen wegnehmen, damit wir den Mouseover-Effekt erzeugen */
  text-decoration: none;
  /*padding-bottom: 1px; damit mozilla nicht alles um 1 pixel runterschiebt bei mouse over */
}

a:hover
{
   /*border-bottom: 1px solid #000066;*/
   text-decoration: underline;
}



tr#lastheadrow td {
  border-bottom: 1px #999999;
}

td.top {
	vertical-align: bottom; 
}
	
td#head1 {
	background: #E0D0D0;
	font-size:14pt;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle; 
	}
	
td#head2 {
	/* background: #E0D0D0; */
	font-size:14pt;
	font-weight:bold;
  color: #000066;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
	vertical-align: top; 
}

.totop       
{ 
  font-size: 8pt; 
  font-family: verdana, arial, sans-serif;
  color: #000066;
  background: #000066;
  scrollbar-shadow-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-base-color: #000066; /* woc */
  scrollbar-3dlight-color: #000066; /*woc */
  scrollbar-darkshadow-color: #000066; /* woc */
  scrollbar-arrow-color: #ffffff;
}


tr#rowofstones
{ 
  background-image:url(/fileadmin/template/kb/kb/Zeile.JPG);
}

TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content 
{
   padding-left: 20px;
   padding-right: 20px;
   padding-bottom: 20px;
   padding-top: 6px;
  margin-top: 0;
   vertical-align: top;
   xalign: right;
   text-align: left;
   xheight: 550px; /* damit der footer nicht zu hoch erscheint */
   /*background: rgb(192,192,192);*/
}

TD#contentheader, td#head2
{
  padding-left: 20px;
  vertical-align: bottom;
  font-size:13pt;
  font-weight:bold;
}

/* http://www.sovavsiti.cz/css/hr.html : */
div.separatorrow {
}



h1.contentheader 
{
   font-size: 17pt;
 	 background: #E0D0D0;
 	 vertical-align: bottom;
	 font-weight: bold;
   margin:0;
   padding:0;
   text-align: left;
}

div.csc-menu A {
   font-size: 11 pt;
}


/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 200px;	
	padding-top: 20px;
}


TD#menu_1 DIV {
	width: 95%;
  font-size: 12 px;
  text-indent: 5px;

  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
   white-space: nowrap;
}

TD#menu_1 DIV A {
	color: #000066;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}



/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  padding-top: 5px;
  border-bottom: 1px dotted #999999;
}

/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  padding-top: 3px;
  font-weight:bolder;
  filter:alpha(opacity='70', style='0');
}

TD#menu_1 DIV.menu1-level1-spc {
  font-size:0;
  margin-top: -2px;
  border-top: 2px solid #999999;
}

TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}


/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  text-indent:20px;
}
/* dto but last entry in menu */
TD#menu_1 DIV.menu1-level2-no-last {
  text-indent:20px;
/*  border-bottom: 1px dashed #086086086; */
  border-bottom: 1px dotted #999999;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-weight:bold;
  text-indent:20px;
}
/* dto but last entry in the menu */
TD#menu_1 DIV.menu1-level2-act-last {
  font-weight:bold;
  text-indent: 20px;
  border-bottom: 1px dashed #086086086;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-spc {
  font-size:0;
  padding-top: 1px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin-top: -1px;
  border-bottom: 1px dashed #999999;
}


/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  text-indent: 30px;
}

/* dto but last entry in the menu */
TD#menu_1 DIV.menu1-level3-no-last {
  text-indent:30px;
  padding-bottom: -1px;
/*  border-bottom: 1px dashed #086086086; */
}

/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-weight: bold;
  text-indent: 30px;
}

/*  dto but last entry in the menu */
TD#menu_1 DIV.menu1-level3-act-last {
  font-weight:bold;
  text-indent: 30px;
  border-bottom: 1px dashed #086086086;
}

TD#menu_1 DIV.menu1-level3-spc {
  border-top:groove gray;
  border-bottom:groove thin gray;
  text-indent: 0px;
  margin-left: 30px;
  margin-top: 4px;

}


/*  MENU 1, level 4, normal state (NO) */
TD#menu_1 DIV.menu1-level4-no {
  font-size: 11px;
  text-indent: 37px;
}

/*  MENU 1, level 4, active state (ACT) */
TD#menu_1 DIV.menu1-level4-act {
  font-size: 11px;
  font-weight:bold;
  text-indent: 37px;
}

TD#menu_1 DIV.menu1-level4-spc {
  font-size: 11px;
  font-weight:bold;
  text-indent: 37px;
}


/*  MENU 1, level 5, normal state (NO) */
TD#menu_1 DIV.menu1-level5-no {
  font-size: 10px;
  text-indent: 41px;
}

/*  MENU 1, level 5, active state (ACT) */
TD#menu_1 DIV.menu1-level5-act {
  font-size: 10px;
  font-weight:bold;
  text-indent: 41px;
}

/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 11px;
  font-family: verdana, arial, sans-serif;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background: #88292A;
}

/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background: #F8F8EC;

  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}


.csc-menu {
font-size:11pt;
}

.csc-header {
font-size:12pt;
}


/* 04.06.23 Styles for the sitemap. The last digit represents the depth.
 wird gegenw&#65533;rtig nicht benutzt! */
DIV.sitemap1 {
  font-size: 11pt;}
DIV.sitemap2 {
  font-size: 10pt;
  padding-left: 10px;}
DIV.sitemap3 {
  font-size: 10pt;
  padding-left: 20px;}
DIV.sitemap4 {
  font-size: 10pt;
  padding-left: 30px;}
DIV.csc-menu{
  padding-left: 20px;}


tr.hide {
	display:none;
}

tr.smallline {
   background: #000066;
}



/* photobook goof_fotoboek */
small 
{
	font-size: 11pt;
	vertical-align:bottom;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
}

/* photobook wraps with br br */
br+br
{
margin-top:-26pt;
}



/* ###SHOPSTYLE### */
/* subpart marker for typo3 END */

/* outphasing */


/* /outphasing */
