/*---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: #ed1d24;
         text-decoration: none;
         }


/*---diverse---*/

body {
	font-family: verdana,arial,sans-serif;
	margin-left: 0px;
         margin-top: 4px;
         margin-right: 0px;
         background-color: #006cb8;
         }

h1 {
         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;
         }

.yellow {
	color: #fbd300;
         }

.red {
	color: #ed1d24;
         }

.bgyellow {
	background-color: #fbd300;
         }

.bgwhite {
	background-color: #ffffff;
         }