
p,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
  font-family:Verdana,Helvetica,sans-serif;
  font-size:11px;
  color:"#000000";
  text-decoration:none;
}

li
{
	margin-bottom:10px;
}


h1
{
  font-family:Verdana,Helvetica,sans-serif;
  font-size:14px;
  color:"#336699";
  text-decoration:none;
  border-bottom: 1pt dashed #336699;
}



body {
  scrollbar-arrow-color:#336699;
  scrollbar-base-color:#D4D0C8;
  margin-top:10px;
  margin-left:20px;
}


hr
{
 color:#CECF5A
}


a.bold {
	font-weight:bold;
}



a
{
	color:black;
	text-decoration:none;
}

.text
{
	font-family: Verdana;
    font-color:black;
    font-size: 11px;
    background: white;
    border: 1px solid #003F00;
}
.button
{
	font-family: Verdana;
    font-color:black;
    font-style:bold;
    font-size: 11px;
    background: #DCDCDC;
    border: 1px solid #003F00;
}


/**
 * Eingabezeilen
 */
input.text
{
	border:1px solid black;
	FONT-FAMILY: Verdana,Helvetica,Arial,Helvetica,Geneva,sans-serif;
	FONT-SIZE: 11px;
	COLOR: black;
	background:white;
}


/**
 * Eingabezeilen
 */
input.text_focus
{
	border-width:1px;
	FONT-FAMILY: Verdana,Helvetica,Arial,Helvetica,Geneva,sans-serif;
	FONT-SIZE: 11px;
	COLOR: black;
	background-color:yellow;
}


/**
 * Die Icons
 */
#icon
{
	border:1px solid red;
}

#icon_hover
{
	border:1px solid blue;
}

.butClass
{
	border: 1px solid;
	border-color: #D6D3CE;
}

.tdClass
{
	padding-left: 3px;
	padding-top:3px;
  }
  
  




