/* 
    Document   : style.css
    Created on : 25.01.2013, 12:23:08
    Author     : Andreas Eberhard
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    margin: 0px;
    padding:0px;
    text-align:center;
    font-size: 17px;
    font-family:"Times New Roman", Times, serif;
    color: black;
    background-image: url('../img/chickory_background_white.png');
    background-color: /*#c0b1ff;#9966FF;*/ black;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 0px;
}


#view {
    width: 900px;
    height: 650px;
    margin:0px auto;
    text-align:left;
   
    /*border:1px solid #000;*/
}

#nav {
    filter: alpha(opacity=75);
    opacity: 0.75;
    background-color: grey;
    float: left;
    width: 255px;
    height: 100%;
    padding-top: 90px;
    /*border:1px solid #0F0;*/
}

ul{
    list-style-type:disc;
}


#nav ul{
    list-style-type:none;
}

.navbutton{
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
    background-color: #AAA;
}

.navbutton_pre{
    margin-top: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    margin-bottom: 15px;
    background-color: white;
}

a{
    text-decoration: none;
    font-weight: bold;
    font-variant: small-caps;
    letter-spacing: 3px;
    color: black;
}

#content {
    text-align: justify;
    float: right;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 20px;
    width: 610px;
    height: 100%;
    /*border:1px solid #F00;*/
}

#content_full {
    margin: 60px 5% 40px 5%;
    /*border:1px solid #F00;*/
}

.left{
    /*width: 49%;
    padding-left: 20px;*/
    float:left;
    text-align: left; 
}

.right{
    /*width: 49%;*/
    /*padding-right: 20px;*/
    float: right;
    text-align: right;
}

.imgbox{
    margin-right: 20px;
    padding: 0px 25px 0px 25px;
    float:left;
    text-align: center;
    border:1px solid #000;
}

.txtbox_invis{
    margin-right: 20px;
    padding: 0px 25px 0px 25px;
    float:left;
    text-align: left;
}

h1{
    margin-top: 0px;
    margin-bottom: 20px;
    font-variant: small-caps;
    letter-spacing: 2px;
}

b{
    font-variant: small-caps;
}

#txt {
    /*letter-spacing: 0.5px;*/
}

img {
    width: 156px;
}

/*img {
    filter: alpha(opacity=70);
    opacity: 0.70;
}*/
