/**
 * @version: html_zusatzseiten.css 2009-07-26 15:11 pm
 * @author Design & Nils Kolonko
 * @package none
 * @copyright Copyright (C) 2009 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * This CSS can be used by anyone who wants to use it. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses.
 */



body
{
        background: #ffffdd;
        color: #000000;
        font-family: arial, helvetica, sans-serif;
        font-size: 100.1%;
        padding: 0px;
        text-align: left;
          }

#webseiten_ueberschrift_01
{
    font-family: 'Forte', cursive;
        color:#000000;
        font-size:2.6em;
        margin: 0 0 0 15px;
        }

#webseiten_ueberschrift_02
{
        color:#000000;
        font-size:1.4em;
        margin: 0 0 48px 15px;
        }

h1
{
        color:#000000;
        font-size:1.8em;
        margin: 0 0 20px 15px;
    width:60%;
    max-width:500px;
    text-align: left;
}

h2
{
  font-size:12px;
  max-width:500px;
  margin: 0 0 0 0px;
}

h6 {
  font-size: 10px;
  margin: 0 0 0 0px;
}

#music_player_01 {
  top: 1.5em;
  right: 1.3em;
  position: absolute;
  position: right;
}

#music_player_02 {
  top: 4.5em;
  right: 2em;
  position: absolute;
  position: right;
}

#music_player_03 {
  top: 7em;
  right: 2em;
  position: absolute;
  position: right;
}

#news_box {
  top: 11em;
  right: 2em;
  position: absolute;
  position: right;
  text-align: left;
  font-family: arial, helvetica, sans-serif;
  width: 26.5%;
  max-width:250px;
  border-color:#422007;
  border-style:solid solid dashed solid;
  border-top-width:0px;
  border-right-width:0px;
  border-bottom-width:0px;
  border-left-width:4px;
  padding:10px;
}


#text_times_new_roman {
  width: 60%;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  margin: 0 0 0 15px;
  max-width:500px;
  text-align: left;
}

#text_arial {
  font-size: 1.2em;
  font-family: arial, helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 0 15px;
  max-width:500px;
  text-align: justify;
}

#arial_fett {
  width: 60%;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 0 15px;
  max-width:500px;
  text-align: justify;
}

#margin_first_line
{
  margin: 0 0 0 20px;
}

a:visited
{
        color:#8C3D00;
        }

a:link
{
        color:#8C3D00;
        }

/*#################### Bob Ezrin Rede Seitenaufbau ############################ */


   #header_pic {
     width:400;
     text-align: right;
     float: right;
     padding: 0 0 0 15px;
   }

   #green_element {
     color: #339900;
     font-size: 1.5em
   }

   #red_element {
     color: #dd0000;
     font-size: 1.5em
   }

#page_navigation {
  text-align: center;
  font-size:1.2em;
}

#navi_top {
  position: relative;
  width: 90%;
  background: #ffffff;
  max-width:800px;
  height:210px;
  margin: 0 0 0 0;
  padding: 15px 15px 15px 15px;
  text-align: left;
  border-color:#422007;
  border-style:solid solid solid solid;
  border-top-width:4px;
  border-right-width:4px;
  border-bottom-width:2px;
  border-left-width:4px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
}

#textbox_white {
  position: relative;
  width: 90%;
  background: #ffffff;
  max-width:800px;
  margin: 0 0 0px 0px;
  padding: 15px 15px 15px 15px;
  text-align: justify;
  border-color:#422007;
  border-style:solid;
  border-top-width:0px;
  border-right-width:4px;
  border-bottom-width:0px;
  border-left-width: 4px;

}

#blue {
  color: #2200CC;
}

#navi_bottom {
  width: 90%;
  background: #ffffff;
  max-width:800px;
  padding: 15px 15px 15px 15px;
  text-align: center;
  border-color:#422007;
  border-style:solid solid solid solid;
  border-top-width:2px;
  border-right-width:4px;
  border-bottom-width:4px;
  border-left-width:4px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;

}


/*#################### Joomla Ebook ############################ */


/*#################### Navigations Box ############################ */

#boxtop {
  width: 90%;
  max-width:450px;
  margin: 25px auto;
  padding: 15px;
  text-align: justify;
  background-color: #ffdf89;
  border-color:#dd0000;
  border-style:solid solid dashed solid;
  border-top-width:4px;
  border-right-width:4px;
  border-bottom-width:1px;
  border-left-width:4px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
}

#boxleft {
  width: 49%;
  margin: 18px auto;
  background-color: #ffffff;
  float: left;
  padding: 0px;
  text-align: left;
}

#boxright {
  width: 49%;
  margin: 18px auto;
  background-color: #ffffff;
  float: right;
  padding: 0px;
  text-align: right;
}

#boxbottom {
  width: 90%;
  max-width:450px;
  margin: 27px auto 5px auto;
  padding: 15px;
  text-align: justify;
  background-color: #ffdf89;
  border-color:#dd0000;
  border-style:dashed solid solid solid;
  border-top-width:1px;
  border-right-width:4px;
  border-bottom-width:14px;
  border-left-width:4px;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-bottomright: 0px;
}

#boxwhite {
   width: 90%;
  max-width:450px;
  margin: 0px auto 0px auto;
  padding: 15px;
  text-align: justify;
}

#joomlaebook {
  text-align:center;
  margin: auto;
  max-width:364px;
  margin-bottom:5px;
}

#joomlaebook a:link {
  text-decoration:none; font-weight:bold; color:#FFDF89;
}

#joomlaebook a:visited {
  text-decoration:none; font-weight:bold; color:#FFDF89;
}

#joomlaebook a:hover {
  text-decoration:none; font-weight:bold; color:#FFDF89;
}

#joomlaebook a:active {
text-decoration:none; font-weight:bold; color:#339900;
}

/*#################### Ende Navigations Box ############################ */

/*#################### Hinweis Box ############################ */

#hinweisbox {
  width: 90%;
  max-width:450px;
  margin: 25px auto;
  padding: 15px;
  text-align: justify;
  background-color: #ffffff;
  border-color:#000000;
  border-style:solid;
  border-top-width:2px;
  border-right-width:2px;
  border-bottom-width:2px;
  border-left-width:2px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px; 
}

/*#################### Ende ############################ */
