@font-face
{
    font-family: Yanone Kaffeesatz;
    src: url('../fonts/YanoneKaffeesatz-Regular.eot');
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf');
}

html
{
    height: 100%;
}

*
{
    margin: 0;
    padding: 0;
}

/* tell the browser to render HTML 5 elements as block */
article, aside, figure, footer, header, hgroup, nav, section
{
    display: block;
}

body
{
    font: normal .85em arial, sans-serif;
    color: #555;
    background: #F9F9F9;
}

p
{
    padding: 0 0 20px 0;
    line-height: 1.7em;
}

img
{
    border: 0;
}

h1, h2, h3, h4, h5, h6
{
    color: #362C20;
    letter-spacing: 0em;
    padding: 0 0 5px 0;
}

h1, h2, h4
{
    font: normal 200% arial, sans-serif;
    text-shadow: 1px 1px #FFF;
    margin: 0 0 15px 0;
    padding: 15px 20px 5px 0;
    color: #555;
}

h1
{
    text-transform: none;
    font: 25px 'Yanone Kaffeesatz',helvetica,arial,verdana,sans;
    text-shadow: 1px 1px #FFF;
    color: #444;
}

h2
{
    font: normal 150% arial, sans-serif;
}

h4
{
    font: normal 150% "Yanone Kaffeesatz", arial, sans-serif;
    padding: 5px 20px 5px 0;
    margin: 0;
    color: #555;
}

h3
{
    color: #93d051;
    padding: 10px 0 5px 0;
    font: normal 210% "Yanone Kaffeesatz", arial, sans-serif;
}

h5
{
    color: #888;
    font: italic 105% arial;
    letter-spacing: normal;
    padding: 0 0 15px 0;
}

h6
{
    padding: 5px 0 25px 0;
}

a, a:hover
{
    outline: none;
    text-decoration: underline;
    color: #A4AA04;
}

    a:hover
    {
        text-decoration: none;
    }

blockquote
{
    margin: 20px 0;
    padding: 10px 20px 0 20px;
    border: 1px solid #E5E5DB;
    background: #FFF;
}

ul
{
    margin: 2px 0 22px 17px;
}

    ul li
    {
        margin: 0 0 6px 0;
        padding: 0 0 4px 5px;
        line-height: 1.5em;
    }

ol
{
    margin: 8px 0 22px 20px;
}

    ol li
    {
        margin: 0 0 11px 0;
    }

.left
{
    float: left;
    width: auto;
    margin-right: 10px;
}

.right
{
    float: right;
    width: auto;
    margin-left: 10px;
}

.center
{
    display: block;
    text-align: center;
    margin: 20px auto;
}

#main
{
    border: 1px solid #E5E5DB;
    background-color: #fff;
}

#main, #logo, nav, #site_content, footer
{
    margin-left: auto;
    margin-right: auto;
    width: 940px;
}

header
{
    background: #fff url(../images/back.png) repeat-x;
    height: 165px;
}

#logo
{
    width: 875px;
    position:relative;
    height: 120px;
    background: url(../images/bild_02.jpg) no-repeat bottom right;
}

    #logo h1, #logo h2
    {
        font: normal 220% arial, sans-serif;
        border-bottom: 0;
        text-transform: none;
        text-shadow: none;
        margin: 0;
    }

    #logo h2
    {
        font: normal 140% 'Yanone Kaffeesatz', arial, sans-serif;
    }

#logo_text > h1 > a > img { position: relative; left: -5px; }

#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover
{
    padding: 25px 0 0 0;
    color: #FFF;
    text-decoration: none;
}

    #logo_text h1 a .logo_colour
    {
        color: #09D4FF;
        text-shadow: 0;
    }

#logo_text a:hover .logo_colour
{
    color: #FFF;
}

#logo_text h2
{
    padding: 0 0 0 0;
    color: #A8AA94;
}

nav
{
    width: 935px;
    height: 44px;
    padding: 0 0 0 4px;
}


#site_content
{
    width: 885px;
    overflow: hidden;
    margin: 20px auto 0 auto;
    padding: 0 0 20px 0;
}


/* Sidebar */
#sidebar_container
{
    float: right;
    width: 254px;
}

.sidebar
{
    width: 220px;
    background:#fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    -moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;
    border: 1px solid #eee;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border: 15px 15px 15px 15px;
    padding: 10px 15px 15px 15px;
    margin: 0 0 8px 0;
}

#sidebar-book-box { 
					padding:14px 15px 10px 15px;
					background-color:#fff;
				  }		  
				  
#sidebar-book-box > table h4 {
							  font-size:25px;
							 }

#sidebar-book-box > h3 > span {				  
				  		    	 font-size:16px;
				  			  }
				  
				  
#sidebar-book-box > table {				   
				  			position:relative; 
				  			top:-15px;
				  			margin:0px;
				  			padding:0px; 
				  			background-color:#fff;
				  		  }
				  
#sidebar-book-box > table > tbody td {				  
				  					  margin:0; 
				  					  padding:0 5px 0 0;   
				  					  background-color:#fff;
							   	     }

    .sidebar ul
    {
        width: 178px;
        padding: 4px 0 0 0;
        margin: 4px 0 30px 0;
    }

    .sidebar li
    {
        list-style: none;
        padding: 0 0 7px 0;
    }

        .sidebar li a, .sidebar li a:hover
        {
            padding: 0 0 0 25px;
            display: block;
        }

            .sidebar li a.selected
            {
                color: #444;
            }

#content
{
    text-align: left;
    width: 600px;
    padding: 0 0 0 5px;
    float: left;
    font-family: 'trebuchet ms', sans-serif;
    color: #707070;
    font-size: 14px;
}

    #content p
    {
        font-family: 'trebuchet ms', sans-serif;
        color: #707070;
        font-size: 14px;
    }



#content ul
{
    
}

    #content ul li, .sidebar ul li
    {

    }

footer
{
    width: 100%;
    font-family: 'trebuchet ms', sans-serif;
    font-size: 100%;
    height: 30px;
    padding: 5px 0 5px 0;
    color: #000;
    text-align: center;
    background: #f8f8f8;
    border-top: #fcfcfc solid 1px;
}

#footerContainer
{
    width: 880px;
    margin: auto;
    text-align: left;
}


footer p
{
    line-height: 1.5em;
    padding: 0 0 10px 0;
}

footer a
{
    color: #707070;
    text-decoration: none;
}

    footer a:hover
    {
        color: #000;
        text-decoration: none;
    }

.form_settings
{
font-family: 'trebuchet ms', sans-serif;
    margin: 5px 0 0 0;
}

    .form_settings p
    {
font-family: 'trebuchet ms', sans-serif;
        padding: 0 0 4px 0;
    }

    .form_settings span
    {
font-family: 'trebuchet ms', sans-serif;
        float: left;
        width: 200px;
        text-align: left;
    }

    .form_settings input, .form_settings textarea
    {
font-family: 'trebuchet ms', sans-serif;
        padding: 2px;
        width: 299px;
        font: 100% arial;
        border: 1px solid #E5E5DB;
        background: #FFF;
        color: #47433F;
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        -webkit-border: 7px 7px 7px 7px;
    }

    .form_settings .submit
    {
        font: 100% arial;
        border: 0;
        width: 99px;
        margin: 0px 0 0 212px;
        height: 33px;
        padding: 4px 5px 3px 5px;
        cursor: pointer;
        background: #3B3B3B;
        color: #FFF;
        border-radius: 7px 7px 7px 7px;
        -moz-border-radius: 7px 7px 7px 7px;
        -webkit-border: 7px 7px 7px 7px;
    }

    .form_settings textarea, .form_settings select
    {
font-family: 'trebuchet ms', sans-serif;
        font: 100% arial;
        width: 299px;
    }

    .form_settings select
    {
font-family: 'trebuchet ms', sans-serif;
        width: 310px;
    }

    .form_settings .checkbox
    {
        margin: 4px 0;
        padding: 0;
        width: 14px;
        border: 0;
        background: none;
    }

.separator
{
    width: 100%;
    height: 0;
    border-top: 1px solid #D9D5CF;
    border-bottom: 1px solid #FFF;
    margin: 0 0 20px 0;
}

#content table
{
    margin: 10px 0px 30px 0px;
}

    #content table tr th, table tr td
    {
        background:#3B3B3B;
        color: #FFF;
        padding: 7px 0px 7px 4px;
        text-align: left;
    }

    #content table tr td
    {
        background:#E5E5DB; /*#F2F2F1*/
        color: #47433F;
        border-top: 1px solid #FFF;
    }

        #content table tr:hover td
        {
            background-color: #93d051;
            cursor: default;
        }

/* scroll to top */
#scroll
{
    position: relative;
    width: 900px;
    margin: 10px auto;
    bottom: 15px;
    right: 0;
    background: red;
    padding: 0;
}

    #scroll a
    {
        float: right;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

        #scroll a img
        {
            float: right;
            padding: 0 0 0 0;
            margin: 0;
        }

/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
**/

/* Configuration of menu width */
html body ul.sf-menu ul, html body ul.sf-menu ul li
{
    width: 200px;
}

    html body ul.sf-menu ul ul
    {
        margin: 0 0 0 200px;
    }

/* Framework for proper showing/hiding/positioning */
ul.sf-menu, ul.sf-menu *
{
    margin: 0;
    padding: 0;
}

ul.sf-menu
{
    display: block;
    position: relative;
}

    ul.sf-menu li
    {
        display: block;
        list-style: none;
        float: left;
        position: relative;
    }

        ul.sf-menu li:hover
        {
            visibility: inherit; /* fixes IE7 'sticky bug' */
        }

    ul.sf-menu a
    {
        display: block;
        position: relative;
    }

    ul.sf-menu ul
    {
        position: absolute;
        left: 0;
        width: 150px;
        top: auto;
        left: -999999px;
    }

        ul.sf-menu ul a
        {
            zoom: 1; /* IE6/7 fix */
        }

        ul.sf-menu ul li
        {
            float: left; /* Must always be floated otherwise there will be a rogue 1px margin-bottom in IE6/7 */
            width: 150px;
        }

        ul.sf-menu ul ul
        {
            top: 0;
            margin: 0 0 0 150px;
        }

            ul.sf-menu li:hover ul, ul.sf-menu li:focus ul, ul.sf-menu li.sf-hover ul,
            ul.sf-menu ul li:hover ul, ul.sf-menu ul li:focus ul, ul.sf-menu ul li.sf-hover ul,
            ul.sf-menu ul ul li:hover ul, ul.sf-menu ul ul li:focus ul, ul.sf-menu ul ul li.sf-hover ul,
            ul.sf-menu ul ul ul li:hover ul, ul.sf-menu ul ul ul li:focus ul, ul.sf-menu ul ul ul li.sf-hover ul
            {
                left: auto;
            }

                ul.sf-menu li:hover ul ul, ul.sf-menu li:focus ul ul, ul.sf-menu li.sf-hover ul ul,
                ul.sf-menu ul li:hover ul ul, ul.sf-menu ul li:focus ul ul, ul.sf-menu ul li.sf-hover ul ul,
                ul.sf-menu ul ul li:hover ul ul, ul.sf-menu ul ul li:focus ul ul, ul.sf-menu ul ul li.sf-hover ul ul,
                ul.sf-menu ul ul ul li:hover ul ul, ul.sf-menu ul ul ul li:focus ul ul, ul.sf-menu ul ul ul li.sf-hover ul ul
                {
                    left: -999999px;
                }

/* autoArrows CSS */
span.sf-arrow
{
    width: 7px;
    height: 7px;
    position: absolute;
    top: 20px;
    right: 5px;
    display: block;
    background: url(../images/arrows-black.png) no-repeat 0 0;
    overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
    font-size: 1px;
}

ul ul span.sf-arrow
{
    right: 10;
    top: 20px;
    background-position: 0 100%;
}

/* Theming the menu */
ul#nav
{
    float: left;
}

    ul#nav ul
    {
        background: #eee;
        margin-top: 0;
        border: 1px solid #ddd;
    }

    ul#nav li a
    {
        padding: 9px 25px 10px 25px;
        font: 155% 'Yanone Kaffeesatz',helvetica,arial,verdana,sans;
        text-shadow: 1px 1px #FFF;
        text-decoration: none;
        color: #444;
    }

        ul#nav li a:hover, ul#nav li a:focus, ul#nav li.selected
        {
            background: #FFF;
        }


#content a
{
    font-size:14px; color:#808080; text-decoration:underline;
}


