/* verwendet: */ 
/* eigene */

table.css_welcome{
  width: 300pt;
  height: 190pt;
}

select.css_special,
textarea.css_special,
input.css_special{ 
  color : #000000; 
  background-color : #ffffff; 
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 8pt; 
  border-left : 1px solid #000000; 
  border-right : 1px solid #000000; 
  border-top : 1px solid #000000; 
  border-bottom : 1px solid #000000; 
  margin:0px;
  width:200px }  

.css_Ueberschrift{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
 	font-weight: bold;
	font-style: italic;
	color: #0099ff;
}	  

/* standard*/
ul { 
  list-style-image:url(images/rotes_quadrat.gif);
  color: #000099; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px; 
  font-weight: bold;
  line-height:14px;
  }      

li { 
  margin-top:12px;
  display: block
	} 

td { 
  FONT-FAMILY: Verdana, Arial, Helvetica; 
  FONT-SIZE: 10pt; }
  
a:link,
a:visited,
a:hover {
	font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
	font-weight: normal;
	font-size: 12px;   
}  

a:link {
	color: #000000;
	text-decoration: underline;
}	 

a:visited {
	color: #000000;
	text-decoration: underline;
}
       
a:hover {
	color: #0000cc;
	text-decoration: none;
}

body {
	scrollbar-base-color:#666666;
	background-color : #ffffff;
}  

a.css_teaser:link,
a.css_teaser:visited,
a.css_teaser:hover{
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
 	font-weight: bold;
	font-style: normal;
	color: #0099ff
}

a.css_teaser:link{
	text-decoration: none;
}	 

a.css_teaser:visited{
  text-decoration: none;
}
       
a.css_teaser:hover{
	text-decoration: underline;
}

a.toc:link, a.toc:visited
{   background-color:#0099ff;
    border-bottom:#003399 solid 1px;
    border-right:#003399 solid 1px;
    border-left:#99ccff solid 1px;
    border-top:#99ccff solid 1px;
    color:white;
    font-family:arial,helvetica,sans-serif;
    font-size:11px;
    font-weight:bold;
    letter-spacing: .5pt;
    padding:1px;
  	padding-left: 3px;
    text-decoration:none;
    width:120px;
	  display: block;
}

a.toc:hover
{   background-color: #9999ff;}

/* depress effect on click */
/*a.toc:active, a.toc:focus*/ 
a.toc:active
{   border-bottom:#99ccff solid 1px;
    border-left:#003399 solid 2px;
    border-right:#99ccff solid 1px;
    border-top:#003399 solid 1px;
    letter-spacing: .3pt;
    width:120px;
}

div.toc	
{	background-color:#0099ff;
	width:120px;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
	margin-bottom: 5em;
}

#navigator {background-color: #dddddd;
border: 1px #666666 solid;
margin: 5px;
width: auto;
text-align: center;
padding: 8px;}