#main {
	height: 300px;
	width: 100%;
}
#header_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
}

#header_title h1 {
	font-size: 24px;
	width: 700px;
}
#time {
	float: right;
	position: relative;
	right: 5px;
}

#formular form {
	padding: 10px;
}
#funktion {
	left: 20px;
	border: 2px solid #003;
	width: 600px;
	padding: 15px;
	position: relative;
	background-color: #FF2424;
}
#funktion a:link {
	color: #006;
	text-decoration: underline;
}
#funktion a:visited {
	color: #006;
	text-decoration: none;
}
#funktion a:hover {
	color: #999;
	text-decoration: none;
}
#funktion a:active {
	color: #999;
	text-decoration: none;
}
#canvas_box {
	height: 1300px;
	width: 1020px;
	position: relative;
}

#canvasDRAW {
	height: 1200px;
	width: 1000px;
	left: 20px;
	position: relative;
	top: 10px;
	cursor: pointer;
	background-color: #FFF;
}
.canvas_box_trace {
	font-style: normal;
	text-decoration: none;
	text-align: right;
	position: relative;
}

.canvas_box_p {
	font-size: 12px;
	font-style: italic;
	color: #000;
	text-align: right;
	position: relative;
}
