body{
 background:#ffffff;
 color:#000000;
 font-family:Arial, sans-serif;
 font-size:14px;
 margin:20px 0px 0px 20px;
}

::-moz-selection{
 background-color:#eeeeee;
 color:#808080;
}

a{
 text-decoration:none;
 color:#000000;
 border-bottom:solid #7ec60d 2px;
}

a:hover{
 text-decoration:none;
 color:#ffffff;
 background:#fe941a;
 border-bottom:solid #fe941a 2px;
}

a.pic{ 
 border:none;
}
  
a.pic:hover{
 border:none;
 background:transparent;
}

abbr{
 cursor:help;
 border-bottom:solid #ffe115 0px;
 background:#eeeeee url("img/erklaerung.gif") no-repeat center right;
 padding-right:15px;
}

img{
 border:0px;
}

input{
 color:#000000;
 font-size:13px;
 background-color:#f7f7f7; 
 border:solid 1px #9b9b9b; 
}

textarea{
 color:#000000;
 font-size:13px;
 background-color:#f7f7f7;
 border:solid 1px #9b9b9b; 
}



/* Tabellen */
table {
	border-collapse:collapse;
	border: solid 1px #000000;
}

td{
	border: solid 1px #000000;
}

.tblhead{
	background:#b8e76e;
}

.tblsubhead{
	background:#e7f7cd;
}

.description{
	font-size:10px;
}

.search{
	padding-left: 16px;
	background: url('images/misc/search.ico') no-repeat;
	background-color:#fff;
}

.highlightSearchResult{
	background-color:#FE9A2E;
}


.naviSelected{
	background-color:#ccc;
}
