body { color: black; background-color: white; }
p {}

td { }

a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: green;
	text-decoration: none;
}

a:hover {
	color: #0f0;
	text-decoration: none;
}

a:active {
	color: #000;
}

tr.nav {
	height: 60px;
	padding: 5px 0px 5px 0px;
}

#containerul, #containerul ul{
  text-align:left;
  margin:0; /* Removes browser default margins applied to the lists. */
  padding:0; /* Removes browser default padding applied to the lists. */
}

#containerul li{
  margin:0 0 0 30px; /* A left margin to indent the list items and give the menu a sense of structure. */
  padding:0; /* Removes browser default padding applied to the list items. */
  list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
}

#containerul .symbols{ /* Various styles to position the symbols next to the items in the menu. */
  float:left;
  width:12px;
  height:1em;
  background-position:0 50%;
  background-repeat:no-repeat;
}

h1 { color: black; font-size: 13px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
h2 { color: black; font-size: 11px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }
h3 { color: black; font-size: 11px; font-weight: normal; font-family: Verdana, Arial, Helvetica, sans-serif; }
h4 { color: black; font-size: 11px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }




/*.titel1{

color:#339966; font-size: 19px; font-style:italic; font-weight:normal;

}*/






















.bordered-table-cells {
	background-color: #F3F4F6;
	border-style: solid;
	border-width: 1px;
	border-color: #A7ABAC;
	padding: 4px;
}

.greycell {
	background-color: #E9ECEE;
}
.left-menu-cat {
	margin-bottom: 10px;
}
.left-menu-cat h1 {
	/*border-bottom: 1px solid #000000;*/
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
	height:auto;
}

.left-menu-items, .left-menu-items a, .left-menu-items a:visited {
	color: #57DC21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-bottom: 2px;
	text-decoration: none;
}

.left-menu-items a:hover, .left-menu-items a:active {
	color: #57DC21;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-bottom: 2px;
	font-weight:bold;
}





