/*--------------------------------------------*/
/*---Copyright (c) EDV MAHO Internetagentur---*/
/*--------------------------------------------*/

/*-------------*/
/*---Default---*/
/*-------------*/

* {
         font-family:verdana,arial,sans-serif;
         font-size:100.01%;
         }

/*-------------------------------*/
/*---Always Display Scrollbars---*/
/*-------------------------------*/

html {
         overflow:scroll;
         height:100%;
         }

/*----------*/
/*---Body---*/
/*----------*/

body {
         margin:40px 0 0 0;
         padding:0;
         background-color:#ebe6cd;
         }

/*--------------*/
/*---Headings---*/
/*--------------*/

h1, h2, h3, h4, h5, h6 {
         color:#000;
         margin:1em 0em;
         }

h1 {
         font-size:1.5em;
         margin-bottom:.2em;
         }

h2 {
         font-size:1.2em;
         color:#969696;
         margin-top:.2em;
         }

h3 {
         font-size:1.2em;
         margin:0;
         }

h4 {
         font-size:1.1em;
         }

h5 {
         font-size:1.0em;
         }

h6 {
         font-size:1.0em;
         }

/*----------------------------*/
/*---General Element Styles---*/
/*----------------------------*/

p {
         margin:1em 0em;
         }

li {
         margin:1em 0em;
         }

form {
         display:inline;
         }

table {
         border-collapse:collapse;
         }

img {
         border:0;
         }

/*---------------*/
/*---Div Order---*/
/*---------------*/

#wrapper {
         margin:0 auto;
         padding:0;
         width:770px;
         }

* html #wrapper { /* nur für Internet Explorer */
         position:absolute;
         left:50%;
         margin:0 0 0 -385px;
         }

#wrapper-2 {
         margin:0;
         padding:0;
         border:1px solid #383838;
         background-image:url(../images/bg2.jpg);
         background-repeat:repeat-y;
         }

#content-wrapper {
         margin:0;
         padding:130px 0 0 0;
         background-image:url(../images/bg1.jpg);
         background-repeat:no-repeat;
         min-height:578px;
         height:auto !important;  /* für moderne Browser */
         height:578px;  /* für den IE */
         }

* html #content-wrapper { /* nur für Internet Explorer */
         height:708px;
         }

#navigation {
         margin:0;
         padding:100px 0 0 0;
         float:left;
         width:176px;
         font-size:.7em;
         }

#content {
         margin:0;
         padding:0 10px 0 200px;
         line-height:1.8;
         font-size:.7em;
         }

.image-wrapper-right {
         margin:0;
         padding:4px 2px 10px 2px;
         float:right;
         font-size:.8em;
         color:#757575;
         text-align:center;
         }

.image-wrapper-right img, p.border img {
         border:1px solid #383838;
         }

#content a:before {
         content:"\00BB" " ";
         }

#content a.image-link:before {
         content:"";
         }

a.email:before {
         content:url(../images/email.gif)" " !important;
         }

#footer {
         margin:0;
         padding:6px;
         font-size:.7em;
         text-align:center;
         }

/*-----------*/
/*---Links---*/
/*-----------*/

a {
         }

a:link, a:visited {
         color:#000;
         text-decoration:none;
         }

a:focus, a:hover, a:active {
         text-decoration:underline;
         }

/*----------------*/
/*---Navigation---*/
/*----------------*/

#navigation ul {
         margin:0 0 0 30px;
         padding:0;
         list-style:none;
         }

#navigation li {
         margin:0;
         padding:6px 0px;
         }

#navigation a, #navigation span {
         text-decoration:none;
         display:block;
         margin:0;
         padding:0px 5px;
         color:#757575;
         }

#navigation a:link, #navigation a:visited {
         padding-left:9px;
         }

#navigation a:focus, #navigation a:hover, #navigation a:active {
         padding-left:9px;
         text-decoration:underline;
         }

#navigation span {
         border-left:4px solid #000;
         font-weight:bold;
         color:#000;
         }

/*-------------*/
/*---Clearer---*/
/*-------------*/

.clearer {
         clear:both;
         }

/*-------------*/
/*---Clearfix---*/
/*-------------*/

.clearfix:after { /* Der Kern von Clearfix */
         content:".";
         display:block;
         clear:both;
         height:0;
         visibility:hidden;
         }

.clearfix { /* IE-Patches für Clearfix */
         display:inline-block;
         }

/* Vor IE5/Mac verstecken mit dem Commented Backslash Hack \*/
* html .clearfix {
         height:1px;
         }

.clearfix {
         display:block;
         }
/* Ende des Versteckspiels für den IE5/Mac */
