html {
 background-color: #30303c;
  }
  
body {

}

.alignright {
  text-align: right;
  float:right;
  clear:both;
  }

/* LAYOUT
=======================================================
*/

#container
 {
 width:    950px;
 height:   536px;
 margin:   0px;
 padding:  0px;
 }
 
#header
 {
 width:    750px;
 height:   85px;
 margin:   0px;
 padding:  0px;
 float:    left;

 }
 
#topright
 {
 width:    200px;
 height:   85px;
 margin:   0px;
 padding:  0px;
 float:    right;
 clear:    right;

 }
 
#main
 {
 width:    750px;
 height:   451px;
 margin:   0px;
 padding:  0px;
 float:    left;

 }
 
#nav
 {
 width:    200px;
 height:   451px;
 margin:   0px;
 padding:  0px;
 float:    left;
 }
 
#navbuttons
 {
 width:    115px;
 position: relative;
 left:     43px;
 top:      196px;
 }

/* STYLES
=======================================================
*/

body {
 background-image:  ulr(mainbg.jpg);
}
 
body.p1_image1 {

}

#quote1 {
  position:     relative;
  left:         440px;
  bottom:       130px;
  width:        250px;
  padding-top:    35px;
  padding-left:   50px;
  padding-bottom: 5px;

  background:  url('bg_quote.gif');
  z-index:     0;
}

#maintext1 {
  position:     relative;
  left:         300px;
  top:            0px;
  width:        140px;
  height:       ;
  z-index:        1;
}

.text_catchy {
  font-family:    Verdana, Arial, Sans-serif;
  font-weight:    bold;
  letter-spacing: .02em;
  font-size:      10pt;
  color:          #bbbbbb;
}

.text_normal {
  font-family:    Verdana, Arial, Sans-serif;
  font-weight:    regular;
  font-size:      10pt;
  letter-spacing: .02em;
  color:          #bbbbbb;
}

.text_quote {
  /* Quote */
  font-family:  Georgia, Times New Roman, serif;
  font-weight:  semibold;
  font-style:   italic;
  letter-spacing: .02em;
  font-size:    11pt;
  color:        #ecbd02;
  margin:      5px;

}

.text_author {
  /* Quote */
  font-family:  Georgia, Times New Roman, serif;
  font-weight:  regular;
  font-style:   italic;
  letter-spacing: .02em;
  font-size:    9pt;
  color:        white;
  text-align:   right;
  margin:       5px;
  
}

#p1_text1 {
width:  200px;
border;

}





/* IMPRESSUM
=======================================================
*/

.impressum
  {
  width: 500px;
  background-color: #40404c;
  padding: 10px;
  margin: auto;
  text-align: justify;
  }
  
  
a.impressum {
   font-family: Tahoma;
   font-size:    8pt;
   color:    #8e8e8c;
  }

p.impressum {
   font-family: Tahoma;
   font-size:    8pt;
   color:    #8e8e8c;
  }

h1.impressum {
   font-family: Tahoma;
   font-size:    14pt;
   color:    #dedede;
   }

h3.impressum {
   font-family: Tahoma;
   font-weight: black;
   font-size:    10pt;
   color:    #dedede;
   }

p.impressum {
   font-family: Tahoma;
   font-size:    10pt;
   color:    #bdbdbd;
  }
