/*===========Kalibrierung===================*/

* {
    padding: 0;
    margin: 0;
}

html {
    height: 101%;
}

body{
    font-family: Geneva, Arial, Helvetica, sans-serif; 
}

#wrapper {    
    width: 980px;
    min-height: 900px;
    margin: 20px auto;
}

/*================logo==================*/

#logo li a {
    border: none;
    text-decoration:none;
    margin-left: 10px;
}

#logo ul {
    float: right;
    margin-top: 5px;
}

.logo{
    float: left;
    margin-bottom: 10px;
}

.linie {
   border-right: black 1px solid;
}
/*=================navi======================*/

#navi {
    text-align: right;
    margin-bottom: 2em;
}

#logo li,
#navi li {
    display: inline;
}

#navi a {
    text-align: center;
    width: 155px;
    display: inline-block;
    text-decoration: none;
    padding: 5px 0px;
    border: #146534 2px solid ;
    background-color: #6EC48E;
    color: #146534;
}

#navi a:hover, 
#navi a:focus {
    background-color: #146534;
    color: #6EC48E;
}
/*==================Text======================*/

#text {
    float: right;
    width: 750px;
}
p {
    margin-bottom: 1em;
}

p img {
    float: right;
}

/*==============seitenleiste=====================*/

li {
    list-style-type: none;
    margin-bottom: 1em;
}
li a {
    color: #808080;
    border: none;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #800000;
}