@charset "utf-8";
/* CSS Document */

/*
body,
html {
    height: 100%;
    min-height: 100%;
}
body {
    margin: 0;
    font-size: 1.3rem;
    background: #fff;
    color: #000;
}
*/

textarea{
  border:1px solid #999999;
  background-color: #E8E3AD;
/*  width:100%;*/
  width: calc(100% - 20px);
  height:350px;
  margin:5 10 0 10;
  padding:3px;
}

#quellcode:not(:target) .quellcode,
#quellcode:not(:target) .quellcode_ausblenden,
#quellcode:target .quellcode_einblenden {display: none;}
#quellcode:target .quellcode {display: block;}
.quellcode_einblenden, .quellcode_ausblenden:hover{
	color:#0080FF;
}
.quellcode_ausblenden, .quellcode_einblenden:hover{
	color:#000;
}		
.quellcode_einblenden, .quellcode_ausblenden{
	text-decoration:none;		
	font-face: arial,helvetica;
	font-size: 16px;
}
.link, .link:hover{
	color:#0080FF;	
	text-decoration:none;		
	font-face: arial,helvetica;
	font-size: 16px;
}
.link:hover{
	color:#000;
}