html {
    margin: 0;
    padding: 0;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}


/* ################################################## */
/* ### Linien im Hintergrund ### */
body.hg00 {
    background-image: url("../decoration/back00.gif");
    background-repeat: repeat;
}

body.hg01 {
    background-image: url("../decoration/back01.gif");
    background-repeat: repeat;
}

body.hg02 {
    background-image: url("../decoration/back02.gif");
    background-repeat: repeat;
}

body.hg03 {
    background-image: url("../decoration/back03.gif");
    background-repeat: repeat;
}

body.hg04 {
    background-image: url("../decoration/back04.gif");
    background-repeat: repeat;
}

body.hg05 {
    background-image: url("../decoration/back05.gif");
    background-repeat: repeat;
}

body.hg06 {
    background-image: url("../decoration/back06.gif");
    background-repeat: repeat;
}
/* ### END Linien im Hintergrund ### */
/* ################################################## */


/* ################################################## */
/* ### Textplatform ### */
#content00, #content01, #content02, #content03, #content04 {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ccffcc;
    min-width: 510px;
    max-width: 879px;
    margin: 90px 40px 20px 280px;
    padding: 20px;
    z-index: 1;
    text-align: right;
}

* html #content00 {
    width: 650px;
}

* html #content01 {
    width: 650px;
}

* html #content02 {
    width: 650px;
}

* html #content03 {
    width: 650px;
}

* html #content04 {
    width: 650px;
}

/* ### 00home Content Rahmen ### */
#content00 {
    border: 3px solid #3366ff;
}

/* ### 01dreamfactory Content Rahmen ### */
#content01 {
    border: 3px solid #ff3333;
}

/* ### 02beingthere Content Rahmen ### */
#content02 {
    border: 3px solid #cc0099;
}

/* ### 03backstage Content Rahmen ### */
#content03 {
    border: 3px solid #66cc99;
}

/* ### 04service Content Rahmen ### */
#content04 {
    border: 3px solid #ff9900;
}
/* ### END Textplatform ### */
/* ################################################## */


/* ################################################## */
/* ### Rubrikueberschrift ### */
#rubrikhead {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 50px;
    margin: 20px 0 0 20px;
    padding: 0;
    z-index: 2;
}

html>body div#rubrikhead {
    position: fixed;
}
/* ### END Rubrikueberschrift ### */
/* ################################################## */


/* ################################################## */ 
/* ### Link zur Homepage des Gestalters ### */
#tg {
    position: fixed;
    bottom: 0px;
    right: 0px;
    margin: 0;
    padding: 0;
    z-index: 500;
}
/* ### END Link zur Homepage des Gestalters ### */
/* ################################################## */
/* #################################################################################################### */


/* #################################################################################################### */
/* ### Schrift ### */
/* ################################################## */

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    word-spacing: 0;
    letter-spacing: 0;
    text-decoration: none;
    text-align: left;
}

h1 {
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 1em 0 0 0;
    padding: 0;
    color: #666666;  
}

h2 {
    font-size: 1.3em;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
}
/* ################################################## */
/* ### 00home Headline ### */
h2.head00 {
    color: #3366ff;
}

/* ### 01dreamfactory Headline ### */
h2.head01 {
    color: #ff3333;
}

/* ### 02beingthere Headline ### */
h2.head02 {
    color: #cc0099;
}

/* ### 03backstage Headline ### */
h2.head03 {
    color: #66cc99;
}

/* ### 04service Headline ### */
h2.head04 {
    color: #ff9900;
}
/* ################################################## */

h3 {
    font-size: 1em;
    line-height: 1.2em;
    margin: 1em 0 0 0;
    padding: 0;
    color: #666666;
}

h4 {
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 1em 0 0.5em 0;
    padding: 0;
    color: #666666;
}

h5 {
    font-size: 0.65em;
    line-height: 1em;
    margin: 0.5em 0 1em 0;
    padding: 0;
    text-decoration: underline;
}

h6 {
    font-size: 0.65em;
    line-height: 1.2em;
    margin: 1.2em 0 2.5em 0;
    padding: 0;
}
/* ################################################## */
h6.zitat {
    margin: 0.5em 0 0.5em 0;
}

h6.schluss {
    font-size: 0.6em;
    margin: 0em 0 1em 0;
    line-height: 1em;
    text-align: center;
}
/* ################################################## */

p {
    font-size: 0.85em;
    word-spacing: 0;
    letter-spacing: 0;
    line-height: 1.3em;
    margin: 1em 0 0 0;
    padding: 0;
    text-decoration: none;
    text-align: left;
}

/* ################################################## */
p.schluss {
    text-align: center;
}
/* ################################################## */

/* ################################################## */
p#map {
    color: #ccffcc;
}
/* ################################################## */

span {
    font-weight: bold;
}

span.land {
    font-weight: bold;
    color: #ff9900;
}


/* ################################################## */
/* ### Liste ### */
ul, ol {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.65em;
    word-spacing: 0;
    letter-spacing: 0;
    line-height: 1.2em;    
    color: #000000;
    text-decoration: none;
    text-align: left;
}
/* ################################################## */


/* ################################################## */
/* ### Links ### */
a {
    text-decoration: none;
}

a.top {
    text-align: right;
}


/* ### 00home ### */
a.link00 {
    color: #3366ff;
}

sup.hoch00 a {
    color: #3366ff;
    font-size: 0.9em;
    font-weight: bold;
}

/* ### 01dreamfactory ### */
a.link01 {
    color: #ff3333;
}

sup.hoch01 a {
    color: #ff3333;
    font-size: 0.9em;
    font-weight: bold;
}

/* ### 02beingthere ### */
a.link02 {
    color: #cc0099;
}

sup.hoch02 a {
    color: #cc0099;
    font-size: 0.9em;
    font-weight: bold;
}

/* ### 03backstage ### */
a.link03 {
    color: #66cc99;
}

sup.hoch03 a {
    color: #66cc99;
    font-size: 0.9em;
    font-weight: bold;
}

/* ### 04service ### */
a.link04 {
    color: #ff9900;
}

sup.hoch04 a {
    color: #ff9900;
    font-size: 0.9em;
    font-weight: bold;
}

a.link00:hover, a.link01:hover, a.link02:hover, a.link03:hover, a.link04:hover {
    color: #666666;
}
/* ### END Links ### */
/* ################################################## */

/* ### END Schrift ### */
/* #################################################################################################### */


/* #################################################################################################### */
/* ### Navigation ### */

/* ################################################## */
/* ### Hauptnavigation ### */
/* ################################################## */
#navi {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 44px 38px 0 279px;
    padding: 0;
    min-width: 558px;
    max-width: 927px;
    border: none;
    z-index: 1;
}

* html #navi {
    width: 700px;
}

#navi table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
    border: none;
}

#navi a {
    display: block;
    height: 25px;
    margin: 0;
    padding: 0;
}


/* ### 00home ### */
a#navi00 {
    width: 25px;
    background-image: url("../button/navi00.gif");
}

a:hover#navi00 {
    position: relative;
    width: 160px;
    background-image: url("../button/navi00r.gif");
}

a:active#navi00 {
    position: relative;
    width: 160px;
    background-image: url("../button/navi00f.gif");
}

a:focus#navi00 {
    position: relative;
    width: 25px;
    background-image: url("../button/navi00f.gif");/* ### ändern ### */
    /*background-repeat: none;*/
}

/* ### 01dreamfactory ### */
a#navi01 {
    width: 25px;
    background-image: url("../button/navi01.gif");
}

a:hover#navi01 {
    position: relative;
    width: 160px;
    background-image: url("../button/navi01r.gif");
}

a:active#navi01 {
    position: relative;
    width: 160px;
    background-image: url("../button/navi01f.gif");
}

a:focus#navi01 {
    position: relative;
    width: 160px;
    background-image: url("../button/navi01f.gif");/* ### ändern ### */
    /*background-repeat: none;*/
}

/* ### 02beingthere ### */
a#navi02 {
    width: 25px;
    background-image: url("../button/navi02.gif");
}

a:hover#navi02 {
    position: relative;
    width: 160px;
    background-image: url("../button/navi02r.gif");
}

a:active#navi02 {
    position: relative;
    width: 160px;
    background-image: url("../button/navi02f.gif");
}

a:focus#navi02 {
    position: relative;
    width: 25px;
    background-image: url("../button/navi02f.gif");/* ### ändern ### */
    /*background-repeat: none;*/
}

/* ### 03backstage ### */
a#navi03 {
    width: 25px;
    background-image: url("../button/navi03.gif");
}

a:hover#navi03 {
    position: relative;
    width: 160px;
    background-image: url("../button/navi03r.gif");
}

a:active#navi03 {
    position: relative;
    width: 160px;
    background-image: url("../button/navi03f.gif");
}

a:focus#navi03 {
    position: relative;
    width: 25px;
    background-image: url("../button/navi03f.gif");/* ### ändern ### */
    /*background-repeat: none;*/
}

/* ### 04service ### */
a#navi04 {
    width: 25px;
    background-image: url("../button/navi04.gif");
}

a:hover#navi04 {
    position: relative;
    width: 160px;
    background-image: url("../button/navi04r.gif");
}

a:active#navi04 {
    position: relative;
    width: 25px;
    background-image: url("../button/navi04f.gif");
}

a:focus#navi04 {
    position: relative;
    width: 160px;
    background-image: url("../button/navi04f.gif");/* ### ändern ### */
    /*background-repeat: none;*/
}
/* ################################################## */
/* ### END Hauptnavigation ### */
/* ################################################## */


/* ################################################## */
/* ### Unternavigation ### */
/* ################################################## */

#unavicontainer {
    position: absolute;
    overflow: visible;
    top: 0;
    left: 0;
    padding: 0;
    margin: 30px 0 0 20px;
    z-index: 1;
}

/* ################################################## */
/* ### 00home ### */
.unavi00 { 
    background-color: #3366ff;  
}

.unavi00 a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    font-variant: normal;
    display: block;
    color: #ccffcc;
    margin: 0; 
    padding: 3px 5px 3px 8px;       
}

.unavi00 a:hover {
    background-color: #3366cc; /*dunkles blau*/
}

.unavi00 a:focus {
    background-color: #3366cc; /*dunkles blau*/
}

#active00 {
    background-color: #3366cc; /*dunkles blau*/
}

#active00 p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    font-variant: normal;
    display: block;
    color: #ccffcc;
    margin: 0; 
    padding: 3px 4px 3px 8px;
}

.sec00 {
    background-color: #ccffcc;
}

.fram00d {
    background-color: #3366cc;
}

.sec00 a {
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    font-variant: normal;
    display: block;
    color: #3366cc; /*dunkles blau*/
    margin: 0; 
    padding: 3px 5px 3px 8px;     
}

.sec00 a:hover {
    background-color: #6699ff; /*helles blau*/
    color: #ccffcc;
}

.sec00 a:focus {
    background-color: #6699ff; /*helles blau*/
    color: #ccffcc;
}
/* ### 00home end ### */
/* ################################################## */

/* ################################################## */
/* ### 01dreamfactory ### */
.unavi01 { 
    background-color: #ff3333;  
}

.unavi01 a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    font-variant: normal;
    display: block;
    color: #ccffcc;
    margin: 0; 
    padding: 3px 5px 3px 8px;       
}

.unavi01 a:hover {
    background-color: #cc0000; /*dunkles rot*/
}

.unavi01 a:focus {
    background-color: #cc0000; /*dunkles rot*/
}

#active01 {
    background-color: #cc0000; /*dunkles rot*/
}

#active01 p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    font-variant: normal;
    display: block;
    color: #ccffcc;
    margin: 0; 
    padding: 3px 4px 3px 8px;
}

.sec01 {
    background-color: #ccffcc;
}

.fram01d {
    background-color: #cc0000; /*dunkles rot*/
}

.sec01 a {
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    font-variant: normal;
    display: block;
    color: #cc0000; /*dunkles rot*/
    margin: 0; 
    padding: 3px 5px 3px 8px;     
}

.sec01 a:hover {
    background-color: #ff9999; /*helles rot*/
    color: #ccffcc;
}

.sec01 a:focus {
    background-color: #ff9999; /*helles rot*/
    color: #ccffcc;
}
/* ### 01dreamfactory end ### */
/* ################################################## */

/* ################################################## */
/* ### 02beingthere ### */
.unavi02 { 
    background-color: #cc0099;  
}

.unavi02 a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    font-variant: normal;
    display: block;
    color: #ccffcc;
    margin: 0; 
    padding: 3px 5px 3px 8px;       
}

.unavi02 a:hover {
    background-color: #990066; /*dunkles violet*/
}

.unavi02 a:focus {
    background-color: #990066; /*dunkles violet*/
}

#active02 {
    background-color: #990066; /*dunkles violet*/
}

#active02 p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    font-variant: normal;
    display: block;
    color: #ccffcc;
    margin: 0; 
    padding: 3px 4px 3px 8px;
}

.sec02 {
    background-color: #ccffcc;
}

.fram02d {
    background-color: #990066; /*dunkles violet*/
}

.sec02 a {
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    font-variant: normal;
    display: block;
    color: #990066; /*dunkles violet*/
    margin: 0; 
    padding: 3px 5px 3px 8px;     
}

.sec02 a:hover {
    background-color: #ff0066; /*helles violet*/
    color: #ccffcc;
}

.sec02 a:focus {
    background-color: #ff0066; /*helles violet*/
    color: #ccffcc;
}
/* ### 02beingthere end ### */
/* ################################################## */

/* ################################################## */
/* ### 03backstage ### */
.unavi03 { 
    background-color: #66cc99;  
}

.unavi03 a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    font-variant: normal;
    display: block;
    color: #ccffcc;
    margin: 0; 
    padding: 3px 5px 3px 8px;       
}

.unavi03 a:hover {
    background-color: #339966; /*dunkles grün*/
}

.unavi03 a:focus {
    background-color: #339966; /*dunkles grün*/
}

#active03 {
    background-color: #339966; /*dunkles grün*/
}

#active03 p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    font-variant: normal;
    display: block;
    color: #ccffcc;
    margin: 0; 
    padding: 3px 4px 3px 8px;
}

.sec03 {
    background-color: #ccffcc;
}

.fram03d {
    background-color: #339966; /*dunkles grün*/
}

.sec03 a {
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    font-variant: normal;
    display: block;
    color: #339966; /*dunkles grün*/
    margin: 0; 
    padding: 3px 5px 3px 8px;     
}

.sec03 a:hover {
    background-color: #66ff99; /*helles grün*/
    color: #ccffcc;
}

.sec03 a:focus {
    background-color: #66ff99; /*helles grün*/
    color: #ccffcc;
}
/* ### 03backstage end ### */
/* ################################################## */

/* ################################################## */
/* ### 04service ### */
.unavi04 { 
    background-color: #ff9900;  
}

.unavi04 a {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    font-variant: normal;
    display: block;
    color: #ccffcc;
    margin: 0; 
    padding: 3px 5px 3px 8px;       
}

.unavi04 a:hover {
    background-color: #cc6600; /*dunkles orange*/
}

.unavi04 a:focus {
    background-color: #cc6600; /*dunkles orange*/
}

#active04 {
    background-color: #cc6600; /*dunkles orange*/
}

#active04 p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 900;
    font-variant: normal;
    display: block;
    color: #ccffcc;
    margin: 0; 
    padding: 3px 4px 3px 8px;
}

#bctive04 p {
    background-color: #ffcc99; /*helles orange*/
    color: #cc6600; /*dunkles orange*/
    font-size: 10px;
    font-weight: bold;
    margin: 0; 
    padding: 3px 5px 3px 8px; 
}

.sec04 {
    background-color: #ccffcc;
}

.fram04d {
    background-color: #cc6600; /*dunkles orange*/
}

.sec04 a {
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    font-variant: normal;
    display: block;
    color: #cc6600; /*dunkles orange*/
    margin: 0; 
    padding: 3px 5px 3px 8px;     
}

.sec04 a:hover {
    background-color: #ffcc99; /*helles orange*/
    color: #ccffcc;
}

.sec04 a:focus {
    background-color: #ffcc99; /*helles orange*/
    color: #ccffcc;
}
/* ### 04service end ### */
/* ################################################## */

/* ################################################## */
/* ### END Unternavigation ### */
/* ################################################## */


/* ################################################## */
/* ### Subnavigation ### */
/* ################################################## */

/* ################################################## */
/* ### 00home ### */

.subnavi00 {
    background-color: #ccffcc;
}

.fram00 {
    background-color: #3366cc;
}


.subnavi00 a {
    font-size: 9px;
    line-height: 12px;
    font-weight: 600;
    font-variant: normal;
    display: block;
    color: #3366ff;
    margin: 0; 
    padding: 3px 5px 3px 8px;       
}

.subnavi00 a:hover {
    background-color: #6699ff; /*helles blau*/
    color: #ccffcc;
}

.subnavi00 a:focus {
    background-color: #6699ff; /*helles blau*/
    color: #ccffcc;
}

/* ### 00home end ### */
/* ################################################## */

/* ################################################## */
/* ### 01dreamfactory ### */

.subnavi01 {
    background-color: #ccffcc;
}

.fram01 {
    background-color: #ff3333;
}


.subnavi01 a {
    font-size: 9px;
    line-height: 12px;
    font-weight: 600;
    font-variant: normal;
    display: block;
    color: #ff3333;
    margin: 0; 
    padding: 3px 5px 3px 8px;       
}

.subnavi01 a:hover {
    background-color: #ff9999; /*helles rot*/
    color: #ccffcc;
}

.subnavi01 a:focus {
    background-color: #ff9999; /*helles rot*/
    color: #ccffcc;
}

/* ### 01dreamfactory end ### */
/* ################################################## */

/* ################################################## */
/* ### 02beingthere ### */

.subnavi02 {
    background-color: #ccffcc;
}

.fram02 {
    background-color: #cc0099;
}


.subnavi02 a {
    font-size: 9px;
    line-height: 12px;
    font-weight: 600;
    font-variant: normal;
    display: block;
    color: #cc0099;
    margin: 0; 
    padding: 3px 5px 3px 8px;       
}

.subnavi02 a:hover {
    background-color: #ff0066; /*helles violet*/
    color: #ccffcc;
}

.subnavi02 a:focus {
    background-color: #ff0066; /*helles violet*/
    color: #ccffcc;
}

/* ### 02beingthere end ### */
/* ################################################## */

/* ################################################## */
/* ### 03backstage ### */

.subnavi03 {
    background-color: #ccffcc;
}

.fram03 {
    background-color: #66cc99;
}


.subnavi03 a {
    font-size: 9px;
    line-height: 12px;
    font-weight: 600;
    font-variant: normal;
    display: block;
    color: #66cc99;
    margin: 0; 
    padding: 3px 5px 3px 8px;       
}

.subnavi03 a:hover {
    background-color: #66ff99; /*helles grün*/
    color: #ccffcc;
}

.subnavi03 a:focus {
    background-color: #66ff99; /*helles grün*/
    color: #ccffcc;
}

/* ### 03backstage end ### */
/* ################################################## */

/* ################################################## */
/* ### 04service ### */

.subnavi04 {
    background-color: #ccffcc;
}

.fram04 {
    background-color: #ff9900;
}


.subnavi04 a {
    font-size: 9px;
    line-height: 12px;
    font-weight: 600;
    font-variant: normal;
    display: block;
    color: #ff9900;
    margin: 0; 
    padding: 3px 5px 3px 8px;       
}

.subnavi04 a:hover {
    background-color: #ffcc99; /*helles orange*/
    color: #ccffcc;
}

.subnavi04 a:focus {
    background-color: #ffcc99; /*helles orange*/
    color: #ccffcc;
}

/* ### 04service end ### */
/* ################################################## */

/* ################################################## */
/* ### END Subnavigation ### */
/* ################################################## */

/* ### END Navigation ### */
/* #################################################################################################### */

/* ################################################## */
/* ### Fotos ### */
/* ################################################## */
#fotoa {
    text-align: center;
}

#fotoa img {
    border: 5px solid #ccffcc;
}

img {
    border: none;
}
/* ################################################## */
/* ### END Fotos ### */
/* ################################################## */


/* ################################################## */
/* ### Flash ### */
/* ################################################## */
div#flash {
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
    border: none;
    z-index: 2;
}
/* ################################################## */
/* ### END Flash ### */
/* ################################################## */
