/* Style.CSS
-----------------------------------------------------------------------

This CSS file contains all defintions which concern the style of this website, meaning
the div containers, menues, links, colors, fonts, etc. The definitions are sort by group
as you can see below. */





/* General Settings and definitions for the layout body
----------------------------------------------------------------------- */

* {
   margin: 0;
   padding: 0;
   }



body {
   background: url("layout/back.jpg");
   font-family: verdana, arial, sans-serif;
   font-size: 80%;
   color:  #777166;
   text-align: center;
   line-height: 13pt;
   }




/* IDs for DIV-Containers and Boxes for layout
------------------------------------------------------------------------- */

#backgroundbar {
   background: url("layout/border.jpg");
   position: absolute;
   left: 0px;
   width: 100%;
   height: 217px;
   min-height: 217px;
   display: block;
   }


#layoutbox {
   background: url("layout/background.jpg");
   width: 871px;
   height: 100%;
   margin: 0 auto;
   padding: 0px;
   position: relative;
   display: block;
   text-align: left;
   }


#head {
   background: url("layout/head.jpg");
   width: 871px;
   height: 104px;
   min-height: 104px;
   padding: 0px;
   position: relative;
   display: block;
   }


#navi {
   background: url("layout/navi.jpg");
   width: 871px;
   height: 172px;
   min-height: 172px;
   padding: 0px;
   position: relative;
   z-index: 2;
   }


#content {
   width: 871px;
   height: 100%;
   position: relative;
   margin-top: 20px;
   display: block;
   text-align: justify;
   }


#contentleft {
   margin-left: 30px;
   width: 570px;
   height: 100%;
   height: 100%;
   padding: 0px;
   position: relative;
   display: block;
   padding-bottom: 25px;
   float:left;
   }

#contentright {
   margin-left: 640px;
   width: 200px;
   padding-left: 0px;
   height: 100%;
   position: relative;
   display: block;
   }

#contentright ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

#bottom {
   background: url("layout/bottom.jpg");
   width: 871px;
   height: 200px;
   min-height: 200px;
   position: relative;
   display: block;
   }


#copyright {
   width: 871px;
   height: 15px;
   min-height: 15px;
   position: relative;
   display: block;
   }


/* Navigation the left menu ...
------------------------------------------------------------------------- */

ul#menu_left {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   }


ul#menu_left li {
   width: 180px;
   font-family: verdana, arial, sans-serif;
   border-bottom: 0.07em solid #D5D4D1;
   display: block;
   font-size: 0.9em;
   }


ul#menu_left li a {
   position: relative;
   background: url("layout/folder-blue.gif") no-repeat right center;
   padding-top: 12px;
   padding-bottom: 12px;
   padding-left: 3px;
   width: 180px;
   font-family: verdana, arial, sans-serif;
   text-decoration: none;
   color: #6D634D;
   display: block;
   }


ul#menu_left li a:visited {
   position: relative;
   background: url("layout/folder-blue.gif") no-repeat right center;
   padding-top: 12px;
   padding-bottom: 12px;
   padding-left: 3px;
   width: 180px;
   font-family: verdana, arial, sans-serif;
   text-decoration: none;
   color: #6D634D;
   display: block;
   }


ul#menu_left li a:hover {
   position: relative;
   background:  url("layout/folder-rose.gif") no-repeat right center;
   padding-top: 12px;
   padding-bottom: 12px;
   padding-left: 3px;
   width: 180px;
   font-family: verdana, arial, sans-serif;
   text-decoration: none;
   color: #D19A9A;
   display: block;
   }



/* Navigation - top menu ...
------------------------------------------------------------------------- */

ul#menu_top {
   background: url("layout/navi.jpg");
   margin: 0px;
   padding: 0px;
   list-style-type: none;
   }


ul#menu_top li {
   display : block;
   float : right;
   position : relative;
   }


ul#menu_top li.button1 {
   width : 213px;
   height : 172px;
   background:  url("layout/home.jpg");
   display : block;
   }


ul#menu_top li.button2 {
   background:  url("layout/links.jpg");
   width : 213px;
   height : 172px;
   display : block;
   }


ul#menu_top li.button3 {
   background:  url("layout/downloads.jpg");
   width : 214px;
   height : 172px;
   display : block;
   }


ul#menu_top li.button4 {
   background:  url("layout/artworks.jpg");
   width : 231px;
   height : 172px;
   display : block;
   }


ul#menu_top li a.button1 {
   width : 213px;
   height : 172px;
   background:  url("layout/home.jpg");
   display : block;
   }


ul#menu_top li a.button2 {
   background:  url("layout/links.jpg");
   width : 213px;
   height : 172px;
   display : block;
   }


ul#menu_top li a.button3 {
   background:  url("layout/downloads.jpg");
   width : 214px;
   height : 172px;
   display : block;
   }


ul#menu_top li a.button4 {
   background:  url("layout/artworks.jpg");
   width : 231px;
   height : 172px;
   display : block;
   }



 /* Navigation - top menu - hover tabs
---------------------------- */

ul#menu_top li a:hover.button1 {
   width : 213px;
   height : 172px;
   background:  url("layout/home2.jpg");
   display : block;
   }


ul#menu_top li a:hover.button2 {
   background:  url("layout/links2.jpg");
   width : 213px;
   height : 172px;
   display : block;
   }


ul#menu_top li a:hover.button3 {
   background:  url("layout/downloads2.jpg");
   width : 214px;
   height : 172px;
   display : block;
   }


ul#menu_top li a:hover.button4 {
   background:  url("layout/artworks2.jpg");
   width : 231px;
   height : 172px;
   display : block;
   }



 /* Navigation - top menu - active tabs
---------------------------- */

ul#menu_top li a#active1 {
   background:  url("layout/home2.jpg");
   width : 213px;
   height : 172px;
   display : block;
   }


ul#menu_top li a#active2 {
   background:  url("layout/links2.jpg");
   width : 213px;
   height : 172px;
   display : block;
   }


ul#menu_top li a#active3 {
   background:  url("layout/downloads2.jpg");
   width : 214px;
   height : 172px;
   display : block;
   }


ul#menu_top li a#active4 {
   background:  url("layout/artworks2.jpg");
   width : 231px;
   height : 172px;
   display : block;
   }



/* List definition for the link-page
------------------------------------------------------------------------ */

ul.linkage {
   list-style-type: none;
   height: 100%;
   display: block;
   margin-bottom: 3em;
   }

ul.linkage li {
   float: left;
   width: 140px;
   font-weight: normal;
   }

ul.linkage li a {
   margin: 2px;
   width: 138px;
   display: block;
   padding-left: 3px;
   border-left: 0.3em solid #DEDDDB;
   font-weight: normal;
   font-size: 0.85em;
   color: #5F8EAF;
   text-decoration: none;
   }


ul.linkage li a:visited {
   padding-left: 3px;
   border-left: 0.3em solid #DEDDDB;
   font-size: 0.85em;
   font-weight: normal;
   color: #5F8EAF;
   text-decoration: none;
   }


ul.linkage li a:hover {
   margin: 2px;
   width:120px;
   display: block;
   padding-left: 3px;
   border-left: 0.3em solid #5F8EAF;
   font-size: 0.85em;
   font-weight: normal;
   color: #8B8B8B;
   text-decoration: none;
   }



/* List definition for the about-page
------------------------------------------------------------------------ */
ul.linkage2 {
   list-style-type: none;
   }


ul.linkage2 li {
   float: left;
   width: 270px;
   font-weight: normal;
   }


ul.linkage2 li a {
   margin: 2px;
   display: block;
   padding-left: 3px;
   border-left: 0.3em solid #DEDDDB;
   font-weight: normal;
   font-size: 0.85em;
   color: #5F8EAF;
   text-decoration: none;
   }


ul.linkage2 li a:visited {
   padding-left: 3px;
   border-left: 0.3em solid #DEDDDB;
   font-size: 0.85em;
   font-weight: normal;
   color: #5F8EAF;
   text-decoration: none;
   }


ul.linkage2 li a:hover {
   margin: 2px;
   display: block;
   padding-left: 3px;
   border-left: 0.3em solid #5F8EAF;
   font-size: 0.85em;
   font-weight: normal;
   color: #8B8B8B;
   text-decoration: none;
   }




/* List definition for page bottom
------------------------------------------------------------------------ */

ul#bottomlist {
   margin-right: 20px;
   height: 180px;
   min-height: 180px;
   padding: 0px;
   list-style-type: none;
   }


ul#bottomlist li {
   width: 190px;
   font-family: arial, verdana, sans-serif;
   font-size: 1em;
   color: #ffffff;
   float: right;
   margin-left: 7px;
   margin-right: 7px;
   margin-top: 9px;
   display: block;
   }





/*  Link-settings (Colors, size, ...)
----------------------------------------------------------------------- */


img {
    margin: 0px;
    border: 0px solid #D5D4D1;
    }


a img {
    background:  url('layout/inputback2.jpg');
    padding: 4px;
    margin: 3px;
    border: 0.07em solid #D5D4D1;
    }


.nompics {
    background: #E2E1DE;
    padding: 4px;
    margin: 3px;
    border: 1px solid #D5D4D1;
    }


.navpics {
    padding: 0px;
    border: 0px;
    }


a:link {
   color: #D19A9A;
   text-decoration: underline;
   font-size: 1em;
   }


a:visited {
   color: #D19A9A;
   text-decoration: underline;
   font-size: 1em;
   }


a:active {
   color: #D19A9A;
   text-decoration: none;
   font-size: 1em;
   }


a:hover {
   color: #7DA5C0;
   text-decoration: none;
   font-size: 1em;
   }



/* Classes
----------------------------------------------------------------- */

.news  {
   width: 570px;
   font-size: 1em;
   text-align: justify;
   display: block;
   }


.comments  {
   width: 570px;
   margin-top: 5px;
   margin-bottom: 5px;
   text-align: right;
   display: block;
   font-size: 0.85em;
   }


.brushes  {
   width: 570px;
   font-size: 0.9em;
   text-align: center;
   padding-bottom: 15px;
   border-bottom: 0.1em dotted #DEDDDB;
   display: block;
   }


.bottomlinks  {
   font-size: 0.9em;
   }




/* Other settings and definitions
------------------------------------------------------------------------ */

input {
   background:  url("layout/inputback.jpg");
   font-family: arial, verdana, sans-serif;
   font-size: 0.9em;
   color: #5F8EAF;
   border: 0.03em solid #D5D4D1;
   }



textarea {
   background:  url("layout/inputback2.jpg");
   font-family: arial, verdana, sans-serif;
   font-size: 0.9em;
   color: #5F8EAF;
   border: 0.07em solid #D5D4D1;
   width: 100%;
   height: 150px;
   }


table, tr, td {
   font-size: 1em;
   font-family: arial, verdana, sans-serif;
   color: #5F8EAF;
   }



/* Headlines h1, h2, h3 ...
----------------------------------------------------------------------- */


h1 {

    margin-top: 20px;
    padding-top: 20px;
    border-top: 0.07em solid #D5D4D1;
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    color: #625136;
    }


h2 {
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    font-size: 1.0em;
    color: #CD9595;
    margin-bottom: 7px;
    }


h3 {
    clear:left;
    padding-bottom: 1px;
    margin-bottom: 10px;
    width: 100%;
    display: block;
    border-bottom: 0.07em solid #D5D4D1;
    text-align: left;
    font-family: arial, verdana, sans-serif;
    font-size: 1em;
    color: #CD9595;
    }



h4 {
    font-family: arial, verdana, sans-serif;
    font-weight: bold;
    font-size: 1.25em;
    color: #625136;}


/* Other
----------------------------------------------------------------------- */

strong {
   color: #3697c4;
   font-family: arial, verdana, sans-serif;
   font-weight: normal;
   font-size: 1em;
   }


p  {
   margin-bottom: 25px;
   }


.copyright {
   color: #ffffff;
   margin: 0px;
   text-align: center;
   font-size: 0.7em;
   }


.advert {
   color: #ffffff;
   }


blockquote {
   background: #E9E8E1;
   font-family: arial, verdana, sans-serif;
   font-size: 0.9em;
   color: #8B8B8B;
   border-left: 0.7em solid #7DA5C0;
   margin-left: 20px;
   padding: 8px;
   width: 85%;
   }

/* Verena
----------------------------------------------------------------------- */

.beads {
   width: 200px;
   height: 200px;
   border: 0.05em solid #7DA5C0;
   padding: 5px;
   }

.buy {
   width: 190px;
   height: 20px;
   font-size: 1em;
   font-weight: bold;
   }

