#canvas {
	float:left;
  stroke: white;
	font-family: 'Open Sans', sans-serif;
  	font-size: 10px;
  	font-weight: 200;
	fill-rule: evenodd;
	width: 70%;
	
}
	
#info {
	float:right;
	background: black;
	height: 500px;
	width: 30%;
	border-radius: 20px 20px 20px 20px;
	border-style: solid;
	border-color: mintcream;
	border-width: thin;
	color:grey;
	text-align: justify;
	padding:20px;
	font-family: 'Open Sans', sans-serif;
	

	}
	

.placeholder {
	height:55px;
	width: 320px;
	font-family: 'Open Sans', sans-serif;
}


#dauer {
	
	float:left;
	height: 40px;
	display: none;
	color:white;
	border-radius: 20px 20px 20px 20px;
	text-align: left;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 12px;
	color:white;
	font-family: 'Open Sans', sans-serif;
}


#url {
	float:left;
	height: 40px;
	display: none;
	border-radius: 20px 20px 20px 20px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	color:white;
	font-family: 'Open Sans', sans-serif;
}


#themen {
	
	float:left;
height: 60px;
	display: none;
	color:white;
	border-radius: 20px 20px 20px 20px;
	text-align: left;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
}



#dossier {
	float:left;
	height: 40px;
	display: none;
	text-align: left;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 12px;
	color:white;
	font-family: 'Open Sans', sans-serif;
}

