body, html {
	width:100%;
	height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	
	font-size:13pt;
	color:rgb(9,115,182);
	font-family:"Arial Rounded",helvetica,tahoma,sans-serif;
}

#main {
	background:url('bgline.png');
	margin:0px auto;
	width:900px;
	height:100%;
}

#head {
	margin:0;
	padding:0;
	width:100%;
	height:102px;
	border: 2px solid rgb(9,115,182);
	border-top:0;
	overflow:hidden;
}

#footer {
	width:880px;
	height:20px;
	position:absolute;
	bottom:0;
	border: 2px solid rgb(9,115,182);
	border-bottom:0;
	background:#fff;
	padding:10px;
	text-align:center;
	font-size:9pt;
}

#button {
	width:572px;
	border:1px solid rgb(9,115,182);
	padding:3px;
	text-align:center;
	cursor: pointer;
	margin-top:15px;
}

#zusatz {
	width:580px;
	margin:30px auto;
	border-top:2px solid rgb(9,115,182);
	padding:10px;
	font-size:10pt;
}

#ueberschrift {
	margin-top:-10px;
	width:580px;
	text-align:center;
	border-bottom:1px solid rgb(9,115,182);
	font-size:13pt;
	margin-bottom:4px;
}

#content {
	width:580px;
	margin:0px auto;
	padding:10px;
	position:relative;
}

#longurl {
	width:578px;
	height:100px;
	border:1px solid rgb(9,115,182);
	resize:none;
	font-size:14pt;
	color:rgb(9,115,182);
	font-family:"Arial Rounded",helvetica,tahoma,sans-serif;
	margin-top:2px;
}

#shorturl {
	width:576px;
	border:1px solid rgb(9,115,182);
	font-size:14pt;
	color:rgb(9,115,182);
	font-family:"Arial Rounded",helvetica,tahoma,sans-serif;
	margin-top:2px;
}