/*--------------------------------------------*/
/*---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:0;
         padding:0;
         background-color:#fffbcb;
         }

/*--------------*/
/*---Headings---*/
/*--------------*/

h1, h2, h3, h4, h5, h6 {
         margin:1em 0em;
         }

h1 {
         font-size:1.4em;
         margin:0;
         }

h2 {
         font-size:1.3em;
         }

h3 {
         font-size:1.3em;
         }

h4 {
         font-size:1.2em;
         }

h5 {
         font-size:1.1em;
         }

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_all {
         margin:10px auto;
         padding:0;
         width:990px;
         }

* html #wrapper_all { /* nur für Internet Explorer */
         position:absolute;
         left:50%;
         margin:10px 0 10px -495px;
         }

#wrapper {
         margin:0;
         padding:0;
         border:1px solid #e3001b;
         width:988px;
         background-image:url("../images/background.jpg");
         background-repeat:no-repeat;
         background-color:#fde3c0;
         }

* html #wrapper { /* nur für Internet Explorer */
         width:990px;     /* Version 5.x */
         w\idth:990px;    /* Version 6 */
         }

#top {
         margin:0;
         padding:0;
         height:150px;
         }

#content_wrapper {
         margin:0;
         padding:0 0 0 300px;
         border:0;
         font-size:.8em;
         }

#content_top {
         margin:0;
         padding:0;
         border:0;
         width:654px;
         height:28px;
         background-image:url("../images/content_background_top.png");
         background-repeat:no-repeat;
         }

* html #content_top { /* nur für Internet Explorer */
         background-image:url("../images/content_background_top.gif");
         }

#content {
         margin:0;
         padding:0 33px 0 20px;
         border:0;
         width:601px;
         min-height:300px;
         height:auto !important;  /* für moderne Browser */
         height:300px;  /* für den IE */
         color:#002e60;
         background-image:url("../images/content_px_background.png");
         background-repeat:repeat-y;
         }

* html #content { /* nur für Internet Explorer */
         width:654px;     /* Version 5.x */
         w\idth:654px;    /* Version 6 */
         }

* html #content { /* nur für Internet Explorer */
         background-image:url("../images/content_px_background.gif");
         }

#content_btm {
         margin:0;
         padding:0;
         border:0;
         width:654px;
         height:43px;
         background-image:url("../images/content_background_btm.png");
         background-repeat:no-repeat;
         }

* html #content_btm { /* nur für Internet Explorer */
         background-image:url("../images/content_background_btm.gif");
         }

#content ul {
         margin:0 0 0 10px;
         padding:0;
         }

#content ul li {
         margin:0;
         padding:0 0 15px 20px;
         list-style:none;
         background-image:url("../images/ul_quadrat.gif");
         background-repeat:no-repeat;
         }

#footer {
         margin:0;
         padding:0;
         font-size:.7em;
         color:#002e60;
         }

#maho_footer {
         margin:0;
         padding:0;
         font-size:.6em;
         text-align:center;
         color:#002e60;
         }

/*-----------*/
/*---Links---*/
/*-----------*/

a {
         text-decoration:none;
         color:#002e60;
         }

a:link, a:visited {
         }

a:focus, a:hover, a:active {
         text-decoration:underline;
         }

a#link_top {
         font-size:.7em;
         }

/*----------------*/
/*---Navigation---*/
/*----------------*/

#navigation {
         margin:0;
         padding:0 0 0 300px;
         color:#fff;
         background-image:url("../images/navi_background.gif");
         background-repeat:repeat-x;
         background-position:center center;
         }

* html #navigation { /* nur für Internet Explorer */
         display:inline-block;
         }

#navigation ul {
         margin:0;
         padding:0;
         }

#navigation li {
         margin-right:26px;
         padding:0;
         font-size:.8em;
         text-align:center;
         display:inline;
         list-style-type:none;
         float:left;
         }

#navigation a, #navigation span {
         margin:0;
         padding:4px 10px 4px 10px;
         display:block;
         text-decoration:none;
         color:#ffffff;
         background-color:#002e60;
         -moz-border-radius:30px;
         -webkit-border-radius:30px;
         -khtml-border-radius:30px;
         border-radius:30px;
         }

#navigation span {
         background-color:#e3001b;
         }

#navigation a:focus, #navigation a:hover, #navigation a:active {
         background-color:#e1ecf8;
         color:#002e60;
         }

/*-------------*/
/*---Clearer---*/
/*-------------*/

.clearer {
         clear:both;
         margin:0;
         }
