/*---universal---*/

* a {
	outline: none;
         }

/*---verlinkungen---*/

a.verl {

         }

a.verl:link, a.verl:visited {
	color: black;
         text-decoration: none;
         }

a.verl:focus, a.verl:hover, a.verl:active {
	color: #d62931;
         text-decoration: underline;
         }

/*---diverse---*/

body {
	font-family: verdana,arial,sans-serif;
	margin-left: 20px;
         margin-top: 20px;
         }

h1 {
         color: #d62931;
         font-size: x-large;
         }

h2 {
	color: #d62931;
         font-size: large;
         }

h6 {
         font-size: small;
         font-weight: bold;
         text-decoration: underline;
         padding: 0em;
         margin: 0em;
         }
table {
	border-collapse: collapse;
         }

.xsmall {
	font-size: x-small;
         }

.small {
	font-size: small;
         }

.medium {
	font-size: medium;
         }

.large {
	font-size: large;
         }

.rot {
	color: #d62931;
         }