@charset "UTF-8";

/*Standard-Grün ist #3ffe3f*/
/*Standard-Orange ist #d83a03*/

body 
{ background-color:#FFFFFF;
  margin-top:0; 
  margin-bottom:0; 
  margin-left:0; 
  margin-right:0;}

a:link { font-weight:bold; color:#d83a03; text-decoration:none; }
a:visited { font-weight:bold; color:#d83a03; text-decoration:none; }
a:focus { font-weight:bold; color:red; text-decoration:underline; }
/*a:hover { font-weight:bold; background-color:#49ff49; color:#fcd0b0; text-decoration:none; }*/
a:active { font-weight:bold; color:#f69e5e; text-decoration:underline; }


.menu-links
{ width:120px;
  /* background-repeat:no-repeat; */
  padding-left:10px;
  border-left-style:ridge;
  border-color:#3ffe3f; 
  border-width:5px;} 

 .border-rechts
 { border-right-style:ridge; 
	border-color:#3ffe3f; 
 	border-width:5px;}
  
.vorschau-klein
{ width:264px;
  margin-left:5px;
  padding:4px;}
  
  
a#menue-links:link
{ color:green;
  font-weight:normal;
  font-family: Verdana,Arial;
  text-decoration:none;}

a#menue-links:visited
{ color:green;
  font-weight:normal;
  font-family: Verdana,Arial;
  text-decoration:none;}

a#menue-links:focus
{ color:#f69e5e;
  font-weight:normal;
  font-family: Verdana,Arial;
  text-decoration:underline;}

a#menue-links:hover
{ background-color:#FFFFFF;
  text-decoration:none;
  text-decoration:underline;}

a#menue-links:active
{ color:#f69e5e;
  text-decoration:underline;
  font-weight:normal;}

/* .rand
{ height:100px;
  border-color:#3ffe3f;
  border-style:ridge;
  border-width:4px;} */
  

.text
{ font-family:Verdana,Arial,sans-serif; 
 	font-size: 12px; }


