
/* GELOSO v7.09 */

body
{
    font-size: 62.5%; /* Resets 1em to 10px */
    font-family: 'Lucida Grande' , Verdana, Arial, Sans-Serif;
    background-color: #222;
    color: #fff;
    text-align: center;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
}

#page
{
    background-color: #000;
    border: solid 1px #444;
    text-align: left;
    font-size: 1.1em;
    margin: 20px auto;
    padding: 0;
    width: 760px;
}

#header
{
    background: #000 url( 'pics/header.jpg' ) no-repeat bottom center;
    margin: 0 0 0 1px;
    padding: 0;
    height: 200px;
    width: 758px;
}

#hr
{
    text-align: right;
    margin: 10px 25px 10px 25px;
}

#nav
{
    margin: 10px 25px 10px 25px; /*width: 735px;*/ /*height: 40px;*/
    background-color: #101010;
}

#nav ul
{
    padding: 5px 5px 5px 0;
    list-style: none;
    white-space: nowrap;
}

#nav li
{
    display: inline;
}

#nav a
{
    color: #fff; /*font: normal 12px arial,sans-serif;*/
    padding: 5px;
    margin: 0 15px 0 0;
    text-decoration: none; /*background-color: #fafafa;*/ /*border: 1px solid #d5e7ec;*/
    border-left: 4px solid #444;
    text-align: center;
}

#nav a:hover
{
    color: #ccc;
    background-color: #444; /*border: 1px solid #008996;*/
    border-left: 4px solid #999;
    text-align: right;
}

#content
{
    font-size: 1.2em;
    background-color: #000;
    float: left;
    padding: 0 0 25px 25px;
    margin: 0px 0 0;
    width: 450px;
    text-align: justify;
}

#sidebar
{
    background-color: #000;
    font-size: 1.0em;
    padding: 20px 0 10px 0;
    margin-left: 545px;
    width: 190px;
}

#sidebar h2
{
    margin: 5px 0 0;
    padding: 0;
}

#sidebar ul ul li, #sidebar ul ol li
{
    color: #777;
}

#footer
{
    background-color: #101010;
    border: none;
    font-size: 1.0em;
    padding: 0;
    margin: 0 auto;
    width: 760px;
    clear: both;
}

#footer p
{
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

h1, h2, h3
{
    font-family: 'Lucida Grande' , Verdana, Arial, Sans-Serif;
    font-weight: normal;
    color: #fff;
}

h1
{
    font-size: 4em;
    text-align: center;
    padding-top: 70px;
    margin: 0;
}

h2
{
    font-size: 1.5em;
    margin: 30px 0 0;
}

h3
{
    font-size: 1.3em;
    padding: 0;
    margin: 30px 0 0;
}

small, blockquote, strike
{
    color: #777;
}

code
{
    font: 1.1em 'Courier New' , Courier, Fixed;
}

acronym, abbr
{
    font-size: 0.9em;
    letter-spacing: .07em;
    cursor: help;
    border-bottom: 1px dashed #999;
}

a
{
    color: #b47500;
    text-decoration: none;
}

a:hover
{
    color: #f90;
    text-decoration: underline;
}


/* Images */

p img
{
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright
{
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft
{
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright
{
    float: right;
}

.alignleft
{
    float: left;
}
/* Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html > body .entry ul
{
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}

html > body .entry li
{
    margin: 7px 0 8px 10px;
}

#content ul li:before, #sidebar ul ul li:before
{
    content: "\00BB \0020";
}

#sidebar ul, #sidebar ul ol
{
    margin: 0;
    padding: 0;
}

#sidebar ul li
{
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select
{
    margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol
{
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol
{
    margin: 0 0 0 10px;
}

#sidebar ul ol li
{
    list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li
{
    margin: 3px 0 0;
    padding: 0;
}

/* Various Tags & Classes */
blockquote
{
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
}

blockquote cite
{
    margin: 5px 0 0;
    display: block;
}

a img
{
    border: none;
}

.error
{
    color: #ee0000;
    padding: 10px;
    border: solid 1px #ee0000;
    background-color: Yellow;
}

.address
{
    padding: 1em;
}

a.stentofon
{
    display: block;
    background-image: url(extern/pics/stentofon_b75.gif);
    width: 235px;
    height: 50px;
}

a.stentofon:hover
{
    background-image: url(extern/pics/stentofon_b100.gif);
}

/* Formatierungen Warenkorb */
#warenkorb
{
    margin: 0 25px 0 25px;
}

#warenkorb .background
{
    background-color: #222;
}

#warenkorb table, .bestellung
{
    /*width: 100%;*/
    background-color: #444;
}

#warenkorb th, .bestellung th
{
    background-color: #b47500;
    color: #fff;
    padding: 1px;
    font-weight: normal;
}

#warenkorb td, .bestellung td
{
    background-color: #000;
}

/* Formatierungen Produktübersicht */
#produkte
{
    width: 100%;
}

#produkte th
{
    /*color: #fff;*/
    background-color: #b47500;
    font-weight: normal;
}

#produkte .background
{
    background-color: #222;
}

#produkte .border
{
    border: solid 1px #444;
}

#produkte img
{
    padding: 2px;
    margin: 3px;
    background-color: #fff;
    border: solid 1px #000;
}

/* Formatierungen ?box? */
.box
{
    background-color: #B0C9AF;
    border: solid 1px #2C3F2C;
    color: #2C3F2C;
    padding: 5px;
    margin: 5px;
}

