<!DOCTYPE html>
<html>
<head>
<title>Der Titel des Dokuments</title>
<style>
.dotted {
border-style: dotted;
border-color: #1c87c9;
padding: 5px;
}
</style>
</head>
<body>
<div class="dotted">Ein Beispiel mit blau gestricheltem Rand.</div>
</body>
</html>