* {
 margin: 0;
 padding: 0;
}

html {
 height: 100%;
}

body {
 font-family: arial,verdana,sans-serif;
 text-align: center;
 background-image: url('../fotos/hannesland-back.png');
 background-repeat: no-repeat;
 background-position: 50% 10px;
 height: 100%;
}

#seite {
 margin: 170px auto 0px auto;
 text-align: left;
 width: 950px;
}

/* Navigation Oben */

#navioben {
 margin: 0px auto 0px auto;
 text-align: center;
 width: 900px;
 background-repeat: no-repeat;
 background-color: red;
 font-size: 12px;
}

#navioben ul {
 list-style-type: none;
 text-align: center;
 position: relative;
}

#navioben li {
 display: inline;
 float: left;
 text-align: center;
}

#navioben li a {
 display: block;
 width: 150px;
 height: 23px;
 color: #666;
 padding-top: 7px;
 background-image: url('../fotos/nav1.png');
 background-repeat: no-repeat;
 text-decoration: none;
}

#navioben li a:hover {
 color: #000;
 font-weight: bold;
}

#navioben li a#currrent {
 color: #000;
 font-weight: bold;
}






/* Links */


#links {
 text-align: center;
 margin: 20px 10px 0px 0px;
 width: 180px;
 border-right: 1px solid black;
 float: left;
}


/* Links Navigation */


#navilinks {
 margin: 0 auto 0 auto;
 padding: 0 15px 0 15px;
 font-size: 12px;
}

#navilinks ul {
 list-style-type: none;
 text-align: center;
}

#navilinks li {
 margin: 0;
}

#navilinks li a {
 display: block;
 width: 150px;
 height: 25px;
 padding-top: 9px;
 color: #666;
 background-image: url('../fotos/nav2.png');
 background-repeat: no-repeat;
 text-decoration: none;
}

#navilinks li a:hover {
 color: #000;
 font-weight: bold;
}

#navilinks li a#currrent {
 color: #000;
 font-weight: bold;
}


/* Links Rest */


#linksrest {
 width: 100%;
 margin-top: 30px;
}


/* Content */


#content {
 margin: 20px 25px 10px 0px;
 width: 728px;
 float: right;
}

#content p {
 text-align: justify;
}

#abc {
 width: 100%;
 margin-top: 5px;
 padding-top: 5px;
 border-top: 1px solid black;
 text-align: center;
 font-size: 12px;
}

#abc a {
 text-decoration: none;
 color: #000000;
}

/* Footer */

#footer {
 clear: both;
 width: 950px;
 font-size: 10px;
 text-align: left;
 border-top: 1px solid black;
}

#footer a {
 text-decoration: none;
 color: #000000;
}

/* Überschriften */

h1 {
 text-align: center;
 font-size: 12px;
 margin: 0px 0px 15px 0px;
}

h2 {
 text-align: left;
 font-size: 19px;
 margin: 15px 0px 15px 15px;
 font-variant: small-caps;
}

h3 {
 text-align: left;
 font-size: 16px;
 margin-left: 15px;
 text-decoration: underline;
}

/* Bilder */

.imglinks {
 margin: 0px 10px 10px 0px;
 float: left;
 border: 0px;
}

.imgrechts {
 margin: 0px 0px 10px 10px;
 float: right;
 border: 0px;
}
