#compName {
overflow:auto;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: transparent;
    text-align: center;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 90%;
    position: relative;
    height:100%;
}

#container {
    padding: 0;
    margin: 0px auto;
    width: 1100px;
    position: relative;
    text-align: left;
	border: 0px solid #6BA136;
	background-color: #FFFFFF;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	/*overflow:hidden; /* IE : Fix f�r �berstehende Pixelreihe auf indexseite */
}






.cookie-consent-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2147483645;
  box-sizing: border-box;
  width: 100%;

  background-color: #f2f2f2;
}

.cookie-consent-banner__inner {     
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 0;
}

.cookie-consent-banner__copy { 
  margin-bottom: 16px;
}

.cookie-consent-banner__actions {    
}

.cookie-consent-banner__header {
  margin-bottom: 8px;
  
  font-family: "CeraPRO-Bold", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__description {
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  color: #838F93;
  font-size: 16px;
  line-height: 24px;
}

.cookie-consent-banner__cta {
  box-sizing: border-box;
  display: inline-block;
  min-width: 164px;
  padding: 11px 13px;
    
  border-radius: 2px;
  
  background-color: #f8810b;/*#FFAD33;*/
   
  color: #000000;
  text-decoration: none;
  text-align: center;
  font-family: "CeraPRO-Regular", sans-serif, arial;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.cookie-consent-banner__cta--secondary { 
  padding: 9px 13px;
  
  border: 2px solid #3A4649;
  
  background-color: transparent;
  
  color: #2CE080;
}

.cookie-consent-banner__cta:hover {
  background-color: #e68a00;
}

.cookie-consent-banner__cta--secondary:hover {
  border-color: #838F93;
    
  background-color: transparent;
  
  color: #22C870;
}

.cookie-consent-banner__cta:last-child {
  margin-left: 16px;
}







/*#header {
	width: 1100px;
	height: 101px;
	color: #244403;
	background-color: white;
	text-align: center;
	margin: 3px 0px 10px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	background-image: url(../img/PROTOX_logo4.png);

	background-position: center;
	background-size: 1100px 101px;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}*/

#contentwrapper {
	padding: 0 0 60px 0;
	margin: 0px 10px 0px 10px;
}

#browser_check_bar {
	position: absolute;
	left: 50%;
	width:985px;
	margin-left: -500px;
	bottom: 35px;
}

.error_bar {
	background-color: white;
	border: 1px #b40c24 solid;
	padding: 2px 5px 2px 5px;
	color:#244403;

	-webkit-box-shadow: 2px 2px 3px #4e4e4e;
	-moz-box-shadow: #4e4e4e 2px 2px 3px;
	box-shadow: 2px 2px 3px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#footer {
	position: absolute;
	left: 50%;
	width:1080px;
	margin-left: -540px;
	bottom: 5px;
	height: 40px;
	background-color: #f8810b;/*#FFAD33;*/
	border: 0px;

	-webkit-box-shadow: 2px 2px 3px #4e4e4e;
	-moz-box-shadow: #4e4e4e 2px 2px 3px;
	box-shadow: 2px 2px 3px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#search_footer {
	margin-left:10px;
	margin-top:1px;
	height:16px;
	background: white;
}

#search_footer.img {
	background: url(../img/search_small.png) no-repeat white;
}

#pin_footer {
	margin-right:10px;
	margin-top:1px;
}

h1 {
	background: #f8810b;/*#FFAD33;*/
	text-align: center;
	color: #000000;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 20px 10px;
	font-size: 16pt;
	font-weight:normal;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

h2 {
	text-align: center;
	color: #0419F9;
	padding: 0px 10px 0px 10px;
	margin: 5px 0px 20px 0px;
	font-size: 13pt;
}

h3 {
	color: #244403;
	font-size: 20pt;
	font-weight: normal;
	text-align: center;
}

h4 {
	color: #244403;
	font-size: 11pt;
	font-weight: normal;
	margin: 10px 0 5px 0;
}

h5 {
	color: #244403;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
	margin: 0;
}

h6 {
	text-align: left;
	color: #244403;
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 5px 0px;
	font-size: 13pt;
}
a {
	color: #244403;
	margin: 0;
}

img{
	border:0px;
}

div.margin {
	margin: 10px 0px 10px 0px;
}

div.details_table{
	height:100px;
	overflow:auto;
}

div.abstract {
	display: none;
	margin: 10px;
}

.warning {
	color: red;
	font-size: 120%;
	margin-top: 30px;
}

span.alert {
	color:#9E0808;
}

.shadow {
	margin: 0px 3px 3px 0px;
	padding: 3px;
	border: 1px solid #244403;
	background-color: white;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shadow_diseases {
	margin: 0px 3px 3px 0px;
	padding: 30px;
	border: 1px solid #244403;
	background-color: white;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shadow_home {
	margin: 0px 3px 3px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #244403;
	background-color: white;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shadow_prot {
	margin: 0px 3px 3px 0px;
	padding: 3px;
	border: 1px solid #244403;
	background-color: green;

	width:120px;
	height: 60px;
	overflow:hidden;
	background-image: url(../img/protein_new.jpg);
	background-repeat: no-repeat;
	background-position: center;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shadow_gen_prot {
	margin: 0px 3px 3px 0px;
	padding: 3px;
	border: 1px solid #244403;
	background-color: green;

	width:120px;

	background-image: url(../img/gen_prot_search_new.jpg);
	background-repeat: no-repeat;
	background-position: center;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shadow_Syn_prot {
	margin: 0px 3px 3px 0px;
	padding: 3px;
	border: 1px solid #244403;
	background-color: green;

	width:120px;

	background-image: url(../img/synaptic_prot_tree_new.jpg);
	background-repeat: no-repeat;
	background-position: center;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.colored {
	background-color: #ffface;
}

.help {
	background-color: #e0fdd8;
	position: absolute;
	width: 180px;
	height: 100px;
	right: 10px;
	overflow: auto;
}

.help h1 {
	background: url('../img/help.png') 38px no-repeat;
	background-color: #e0fdd8;
	padding: 0 0 0 60px;
	text-align: left;
	color: #D63217;
	margin: 0 0 5px 0;
	font-size: 15pt;
	font-weight:normal;

	-webkit-box-shadow: 0 0 0#4e4e4e;
	-moz-box-shadow: #4e4e4e 0 0 0;
	box-shadow: 0 0 0 #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.help h2 {
	text-align: left;
	color: #244403;
	padding: 0;
	margin: 10px 0px 6px 5px;
	font-size: 13pt;
}

.help table tr.row_even {
	background-color: #e0fdd8;
}

.help table tr.row_odd {
	background-color: #DDDDDD;
}

.highlighted {
	background-color: #244403;
}

.faq_headline {
	background: #d6e4fb;
	text-align: justify;
	color: #000000;
	padding: 20px;
	margin: 0px 10px 0px 10px;
	font-size: 11pt;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.faq_text {
	background-color: #e0fdd8;
	position: absolute;
	width: 180px;
	height: 100px;
	right: 10px;
	overflow: auto;
}
.larger_font {
	font-size: 110%;
}

table.contact td {
	padding: 5px;
	text-align: left;
}

table.results {
	border: none;
	border-spacing: 0;
	width: 98%;
}

table.results th {
	color: #244403;
	font-size: 11pt;
	font-weight: normal;
}

table.results th a {
	color: #244403;
}

table.results td {
   border-left: 2px solid white;
   text-align: left;
   padding: 3px 5px 3px 5px;
}

table.modalbox {
	border: none;
	border-spacing: 0;
	width: 100%;
}

table.modalbox th {
	color: #244403;
	font-size: 10pt;
	font-weight: normal;
	text-align: center;
}

table.modalbox td {
   border-left: 2px solid white;
   padding: 3px 5px 3px 5px;
}

table.layout {
	margin: 0px 3px 3px 0px;
	padding: 10px;
	border: 1px solid #a9a9a9;
	background-color: white;
	min-width: 500px;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

table.layout th {
	color: #244403;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

table.layout td {
	color: black;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	padding: 5px;
}

table.layout table.details {
	width: 100%;
}

table.layout table.details th {
	color: #244403;
	font-size: 10pt;
	font-weight: normal;
}

table.layout table.details td {
	color: black;
	font-size: 9pt;
	font-weight: normal;
	padding: 1px 5px 1px 5px;
}

table.network_details {
	width: 100%;
}

table.network_details th {
	color: #244403;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

table.network_details td {
	color: black;
	font-size: 9pt;
	font-weight: normal;
	padding: 4px 0 4px 5px;
}

table.nodes_list {
	width: 100%;
}

table.nodes_list th {
	color: #244403;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
}

table.nodes_list td {
	color: black;
	font-size: 9pt;
	font-weight: normal;
	padding: 4px 0 4px 5px;
}

table.nodes_list a:hover {
	background-color: #D6E4FB;
}

table tr.row_even {
	background-color: #FFFFFF;
}

table tr.row_odd {
	background-color: #f8810b;/*#FFAD33;*/
}

table td.no_border {
	border: none;
}

table td.center {
	text-align: center;
}

table a {
	color:black;
}

a.uniprot {
	background: url('../img/uniprot.png') no-repeat;
	padding: 0 0 0 17px;
}

a.pubmed {
	background: url('../img/pubmed.png') no-repeat;
	padding: 0 0 0 17px;
}

a.pubchem {
	background: url('../img/pubchem.png') no-repeat;
	padding: 0 0 0 17px;
}

a.pdb {
	background: url('../img/pdb.png') no-repeat;
	padding: 0 0 0 17px;
}

a.drugbank {
	background: url('../img/drugbank.png') no-repeat;
	padding: 0 0 0 17px;
}

a.supertarget {
	background: url('../img/supertarget.png') no-repeat;
	padding: 0 0 0 17px;
}

a.supercyp {
	background: url('../img/supercyp.png') no-repeat;
	padding: 0 0 0 17px;
}

a.atc {
	background: url('../img/who.png') no-repeat;
	padding: 0 0 0 17px;
}

a.button {
	background: #e0fdd8;
	border: 1px solid #244403;
	text-decoration: none;
	line-height: 140%;
	text-align:center;
	display:block;
	margin: 5px 0;
	color: black;

	/*-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;*/

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.button_net {
	background: #e0fdd8;
	border: 1px solid #244403;
	text-decoration: none;
	line-height: 140%;
	text-align:center;
	display:center;
	position:center;
	padding: 5px 15px 5px 15px;
	margin: 5px 0;
	color: black;
	width: 200px;
	/*-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;*/

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.button_net:hover {
	background: #1C2E6A;
	color: white
}

a.button_network {
	background: #FFBF00;
	border: 1px solid #244403;
	width: 120px;
	text-decoration: none;
	line-height: 140%;
	text-align:center;
	display:block;
	position:center;
	padding: 5px 15px 5px 15px;
	margin: 5px 0;
	color: black;

	/*-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;*/

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.button_network:hover {
	background: #1C2E6A;
	color: white
}

a.button:hover {
	background: #1C2E6A;
	color: white
}

a.large_button {
	background: #e0fdd8;
	border: 1px solid #1C2E6A;
	text-decoration: none;
	line-height: 200%;
	text-align:center;
	display:block;
	margin: 10px 0;
	color: black;
	font-size: 14px;
	width: 200px;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.large_button:hover {
	background: #1C2E6A;
	color: white;
}

/* ######### Drop Down ULs CSS ######### */


.overview, .overview ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 10;
padding: 0;
list-style-type: none;
}

.overview li {
	padding:10px 0 0 0;
}

.overview li a{
display: block;
width: 160px; /*width of menu (not including side paddings)*/
color: black;
background-color: #FFFFE0;
text-decoration: none;
padding: 4px 5px;
border: 1px solid black;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

-webkit-box-shadow: 3px 3px 5px #4e4e4e;
-moz-box-shadow: #4e4e4e 3px 3px 5px;
box-shadow: 3px 3px 5px #4e4e4e;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');
}

* html .overview li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.overview li a:hover{
background-color: #000000;
color: white;
}

#table-out {
width: auto;
/*border: 0px solid #B0B0B0;*/
border: 3px solid #f8810b;/*#FFAD33;*/
empty-cells: hide;
-moz-border-radius: 10px;
border-radius: 10px;
}
#table-out tbody {
/* Kind of irrelevant unless your .css is alreadt doing something else */
margin: 0;
padding: 0;
border: 0;
/*border: 3;*/
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
#table-out thead {
text-align: left;
}
#table-out thead th {
background: -moz-linear-gradient(top, #47701b 0, #DBDBDB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DBDBDB', GradientType=0);
/*border: 1px solid #B0B0B0;*/
color: #444;
font-size: 16px;
font-weight: bold;
padding: 3px 10px;
}
#table-out td {
padding: 3px 10px;
}
#table-out tr:nth-child(even) {
/*background: #729250;*/
/*table background odd rows*/
background: #FFCD80;
}
/*This is terrible. Use an mixture of OR and AND selection or a class instead soon as you get to clean up. Identical to the one above*/
#models_table {
width: auto;
/*border: 0px solid #B0B0B0;*/
border: 3px solid #f8810b;/*#FFAD33;*/
empty-cells: hide;
-moz-border-radius: 10px;
border-radius: 10px;
}
#models_table tbody {
/* Kind of irrelevant unless your .css is alreadt doing something else */
margin: 0;
padding: 0;
border: 0;
/*border: 3;*/
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
#models_table thead {
text-align: left;
}
#models_table thead th {
background: -moz-linear-gradient(top, #47701b 0, #DBDBDB 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DBDBDB', GradientType=0);
/*border: 1px solid #B0B0B0;*/
color: #444;
font-size: 16px;
font-weight: bold;
padding: 3px 10px;
}
#models_table td,th{
padding: 3px 10px;
}
#models_table tr:nth-child(even) {
/*background: #729250;*/
/*table background odd rows*/
background: #FFCD80;
}

* .tooltip {
	margin: 0px 3px 3px 0px;
	padding: 3px;
	border: 1px solid #244403;
	background-color: white;

	-webkit-box-shadow: 3px 3px 5px #4e4e4e;
	-moz-box-shadow: #4e4e4e 3px 3px 5px;
	box-shadow: 3px 3px 5px #4e4e4e;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7,Direction=135, Color='#000000')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#000000');

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	display: block;
	position: absolute;
	top: 250px;
	left: 80px;
	width: 225px;
	z-index: 100;
   	font: 16px Verdana, sans-serif;
	text-align: left;}


ol.nested
{
    counter-reset: item
}
li.nested
{
    display: block
}
li.nested:before
{
    content: counters(item, ".") ". ";
    counter-increment: item;
}

.clear {clear: both;}

#af {
    position:absolute;
    margin-top:-3px;
    background:white;

    }
#afup {
    position:absolute;
    margin-top:-3px;
    background:white;

    }
#afsmi {
    position:absolute;
    margin-top:-3px;
    background:white;


    }

.autolist { font-family:arial; font-size:14px; font-weight:bold; cursor:pointer; }
.autolist:hover { background:#c00; color:white; }

#InfoBox {
	visibility:hidden;
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;

	/* diese Angaben können Sie anpassen */
	width:360px;
	background-color:#FDFEFF;
	border:4px solid #0090E0;
}

	/* weitere Box in der Info-Box für padding */
#BoxInnen {
	padding:15px;
}

/* Formatierung Texte in der Info-Box */
#BoxInhalte {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#5F5F5F;
	line-height:130%;
}
