/*---universal---*/

* a {
        outline:none;
         }

* {
        font-family:verdana,arial,sans-serif;
         font-size:small;
         margin:0;
        padding:0;
         }

/*---div---*/

#site {
        background:#ffffff;
        margin:0 auto;
        padding:10px 10px 5px 13px;
         text-align:left;
        width:715px;
        }

#name{
         width:713px;
         padding:6px 0px;}

#logo {
        background:#ffffff url(../image/nord-ostsee-kanal.jpg);
        clear:both;
        height:267px;
        width:713px;
        }

#left {
        float:left;
        margin:0 0 20px 0;
        width:458px;
        }

#left p {
        text-align:justify;
         }

#right {
        float:left;
        margin:0 0 20px 20px;
        width:235px;
        }

#bottom {
         clear:both;
        width:713px;
         text-align:center;
        }

#bottom a {
         color:#000;
         text-decoration:none;
         font-weight:normal;
         }

#bottom a:hover {
         text-decoration:underline;
         }

#bottom b{
         color:#666666;
        letter-spacing:0.2em;
         }

#menu {
         padding:10px 0 4px 0;
         }

#menu ul{
        }

#menu ul li{
        display:inline;
        margin:0 10px 0 0;
         }

#menu ul li a:link, #menu ul li a:visited {
        text-decoration:none;
        border-bottom:2px solid #ffffff;
        color:#666666;
         font-weight:bold;
         }

#menu ul li a:focus, #menu ul li a:hover, #menu ul li a:active, #menu ul li span {
         text-decoration:none;
        border-bottom:2px solid #666666;
        color:#666666;
         font-weight:bold;
         }

/*---verlinkungen---*/

a {

         }

a:link, a:visited {
         font-weight:bold;
         color:#666666;
        text-decoration:underline;
         }

a:focus, a:hover, a:active {
         font-weight:bold;
         text-decoration:underline;
         }


/*---divers---*/

h1, h2, h3, h4, h5 {
        border-bottom:1px solid #cccccc;
        color:#666666;
        font-size:medium;
        letter-spacing:0.15em;
        margin:25px 0 0 0;
        }

h6 {
         color:#666666;
        font-size:small;
        letter-spacing:0.15em;
        margin:25px 0 0 0;
        }

body {
         background: #6794bd  url(../image/verlauf.jpg) repeat-y center top;
         }

li {
        margin:1em 0 1em 1.5em;
         list-style-type:disc;}

form {
        display:inline;
         }

input, textarea {
         width:300px;
         }

select {
         width:100px;
         }

table {
        border-collapse:collapse;
         }

p {
        margin:1em 0em;
         }

.xsmall {
        font-size:x-small;
         }

.small {
        font-size:small;
         }

.medium {
        font-size:medium;
         }

.large {
        font-size:large;
         }