@charset "utf-8";
/************************************************
    CSS StyleSheet
    reitsport-glindemann.de

    Media: Screen

    www.ahlersheinel.de
************************************************/

/* STRUKTUR
************************************************/

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.inputButton {
    background-color: ;
    padding: 0.2em 0.5em;
    border: 1px solid #fff;
    text-decoration: none !important;
}

.inputButton:hover {
    background-color: #003;
}

.unterteilung {
    margin-bottom: 10px;
}

html {
    height: 100%;
}

body {
    background: #000 url("/images/body/bg.jpg") repeat-x;
    font-family: verdana,arial,helvetica,sans-serif;
    color: #fff;
    font-size: 62.5%;
}


/* Container
*************************************************/
#wrapper {
    width: 778px;
    min-height: 580px;
    margin: 0 auto;
    background: url("/images/body/balken.jpg") repeat-y;
}

#head {
    background: url("/images/body/glindemann_reitsport_head.jpg") no-repeat;
    height: 190px;
    margin: 0 auto;
}

#main{
    background: url("/images/body/main.jpg") no-repeat;
    width: 778px;
}


#content a {
    text-decoration: underline;
}

#navbar {
    padding: 20px 0 0 20px;
    margin-bottom: 20px;
    float: left;
    width: 144px;
    font-size: 125%;
}

#content {
    font-size: 125%;
    width: 400px;
    min-height: 382px;
    padding: 20px 10px 20px 10px;
    line-height: 160%;
    float: left;
}

#content p {
    margin-bottom: 0.7em;
}

#sidebar {
    width: 160px;
    min-height: 0px;
    float: left;
    font-size: 110%;
    margin-left: 4px;
    padding: 20px 11px 11px 11px;
    background: #5c5b63 url("/images/body/sidebar.jpg") no-repeat;
}

#sidebarhome {
    width: 182px;
    float: left;
    margin-left: 4px;
}


#ohnesidebar #main #sidebar {
    display: none;
}

#ohnesidebar #main #content {
    width: 586px;
}

.clear {
    clear: both;
}

#footer {
    background: #000 url("/images/body/unten.jpg") no-repeat;
    height: 30px;
    float: left;
    width: 778px;
}

.vorschau {
    margin-left: 5px;
    display: inline;
    float: left;
    width: 80px;
}

/* TEXT
************************************************/

h1 {
    font-family: tahoma;
    font-size: 150%;
    font-weight: normal;
    margin: 0 0 10px 0;
    width: 400px;
    line-height: 150%;
}
 
h2 {
    font-size: 120%;
    font-weight: normal;
    margin: 5px 0 5px 0;
}

h3 {
    font-family: tahoma;
    font-size: 100%;
    font-weight: bold;
    margin: 1em 0 0 0;
}

h3.bottom {
    margin-bottom: 0.5em;
}

h4 {
    font-size: 100%;
    font-weight: normal;
    text-decoration: underline;
}

hr {
    height: 1px;
    color: #fff;
    background-color: #fff;
}

p.date {
    font-size: 95%
}

.fett {
    font-size: 120%;
}

/* LINKS
************************************************/

a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    color: #C1C0DF;
}

.changelang {
    float: right;
    margin: 165px 18px 0 0;
}

.sidebutton {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
}

.link {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 2px auto;
}

.link.kasse {
    background: url("/images/content/buttons/button-zur_kasse-2.gif") no-repeat 0px -40px;
}

.link.warenkorb {
    background: url("/images/content/buttons/button-warenkorb-2.gif") no-repeat 0px -40px;
}

.link.profil {
    background: url("/images/content/buttons/button-profil-2.gif") no-repeat 0px -40px;
}

.link.logout {
    background: url("/images/content/buttons/button-logout-2.gif") no-repeat 0px -40px;
}

.link.kasse:hover {
    background: url("/images/content/buttons/button-zur_kasse-2.gif") no-repeat;
}

.link.warenkorb:hover {
    background: url("/images/content/buttons/button-warenkorb-2.gif") no-repeat;
}

.link.profil:hover {
    background: url("/images/content/buttons/button-profil-2.gif") no-repeat;
}

.link.logout:hover {
    background: url("/images/content/buttons/button-logout-2.gif") no-repeat;
}

#wrapper #content ul.profilecentral {
    list-style: none !important;
}

.profilecentral a {
    float: left;
}

.profilecentral li {
    clear: both;
    height: 100px;
}

.profilecenter {
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 10px;
}

.profileedit {
    background: url("/images/content/buttons/button-profil-edit.gif") no-repeat 0 -80px;
}

.passwordedit {
    background: url("/images/content/buttons/button-profil-password.gif") no-repeat 0 -80px;
}

.deleteaccount {
    background: url("/images/content/buttons/button-profil-delete.gif") no-repeat 0 -80px;
}

.profileedit:hover {
    background: url("/images/content/buttons/button-profil-edit.gif") no-repeat;
}

.passwordedit:hover {
    background: url("/images/content/buttons/button-profil-password.gif") no-repeat;
}

.deleteaccount:hover {
    background: url("/images/content/buttons/button-profil-delete.gif") no-repeat;
}

/* NAVI
************************************************/

#navbar ul li {
    list-style: none;
    margin-bottom: 6px;
}

#navbar ul li a {
    line-height: 110%;
    text-decoration: none;
}

#navbar ul li a:hover {
    color: #C1C0DF;
}

#navbar ul li ul {
    margin-top: 4px;
}

#navbar ul li ul li {
    font-size: 90%;
    margin-left: 10px;
    font-weight: bold;
    margin-bottom: 4px;
}

#navbar ul li.active a {
    color: #C1C0DF;
}

#navbar ul li.active ul li a{
    color: #fff;
}

#navbar ul li.active ul li.active a{
    color: #C1C0DF;
}

#navbar form {
     font-size: 100%;
}

#navbar form input {
    width: 105px;
    font-size: 100%;
    font-weight: normal;
}

#navbar form input.button {
    width: 120px !important;
    padding: 0px;
    font-size: 100%;
    font-weight: bold;
    margin-top: 10px;
    background-color: #0F0E52;
    border: 2px solid #ccc;
    border-bottom: 2px solid #252758;
    border-right: 2px solid #252758;
}

#kontaktNav {
    margin-top: 60px;
}

/* SIDEBAR
************************************************/

#sidebar object {
    margin-top: 6px;
}

#sidebar p {
    margin-bottom: 0.7em;
}

.images img {
    margin-top: 10px;
}

/* LISTEN
************************************************/

#content ul {
    list-style-type: disc !important;
}

#content ul li {
    margin: 0 0 0.4em 15px;
}

dt {
    font-family: tahoma;
    margin: 1em 0 0 0;
    font-weight: bold;
}

dd.date {
    font-size: 90%;
}

.more {
    font-size: 100%;
    text-decoration: underline;
    margin-top: -3px;
}

.termine dd.more {
    border-bottom: 1px dotted #fff;
}

.zuruck {
    font-size: 100%;
    text-decoration: underline;
    margin-top: 10px;
}

#content ul.subnav {
    list-style: none !important;
    margin: 15px 0 0 0;
}

#content ul.subnav li {
    margin: 0;
}

/* FORMULAR
************************************************/

input, textarea {
    border: 1px solid #ccc;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    padding: 0.1em 0.5em;
    color: #444;
}

input:focus, input:hover, textarea:focus,textarea:hover {
    background-color: #F0F0FF;
}

#content input { 
    width: 373px; 
}

#content textarea { 
    width: 374px; 
}

form input.button {
    width: auto !important;
    margin: 2px 0px 2px 0;
    color: #fff;
    font-weight: normal;
    padding: 0px 5px;
    font-size: 100%;
    background-color: #0F0E52;
    border: 2px solid #aaa;
    border-bottom: 2px solid #252758;
    border-right: 2px solid #252758;
}

input.button:focus, input.button:hover {
    border: 2px solid #252758;
    border-bottom: 2px solid #aaa;
    border-right: 2px solid #aaa;
}

input.checkbox {
    width: auto !important;
    float: left;
    margin-right: 5px;
}

input { vertical-align: middle; }

label {
    display: block;
    color: #fff;
    font-size: 95%;
}

label.inline {
    display: inline;
    font-size: 100%;
}

form input.plz {
    width: 70px !important;
}

form input.ort {
    width: 278px !important;
}

form p.plz{
    float: left;
    margin-right: 10px;
}
/* SHOP
************************************************/

table {
    width: 100%;
}

th{
    text-align: left;
}

.preis{
    text-align: right;
}

.middle {
    text-align: center;
}

table#shop tr td.shopimage {
    text-align: center;
}

table#shop img {
   border: 1px solid #ccc;
   margin: 4px 0 4px 0;
}

table#shop {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 100%;
}

table#shop tr.alt {
    background-color: #0c0b44;
}

table#shop tr {
    background-color: transparent;
}

table#sidewarenkorb {
    border-collapse: collapse;
    font-size: 100%;
    width: 162px;
    float: left;
}

table#sidewarenkorb tr.alt {
    background-color: #666591;
}

table#sidewarenkorb tr {
    background-color: transparent;
}

table#sidewarenkorb td {
    padding: 2px 0px 2px 0px;
}

form.login input {
    width: 145px;
}

.amount {
    width: 25px !important;
    text-align: right;
}

.bildkasten {
    text-align: center;
    width: 160px;
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 100%;
    float: right;
    margin-left: 1em;
}

/* Kundenstimmen
************************************************/

#content ul.kundenstimmen {
    list-style: none !important;
    width: 585px;
}

#content ul.kundenstimmen li {
    margin: 0;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}

.kundenstimmen dl {
}

.kundenstimmen dl dt {
    float: left;
    margin: 0 10px 0 0;
    font-weight: normal;
    font-size: 90%;
    font-style: italic;
    width: 182px;
}

.kundenstimmen dl dt span {

}

/* MISC
************************************************/

p.margintop { margin-top: 1em; }
.clear { clear: both; }
.none { display: none; }
.L { float: left; margin-right: 1em; }
.L2 { float: left;}
.R { float: right; margin-left: 1em; }
.center {text-align: center;}
.marginnone {margin: 0 !important;}
.marginnonetop {margin-top: 0 !important;}
.marginnonebottom {margin-bottom: 0 !important;}

img.L, img.R { margin-top: 0.3em; }

