/*CSS*/

/*
   http://www.pferdeparadies-sanspareil.de/
   http://www.pferdehof-sanspareil.de/
   css styles

   Copyright 2007, Markus Spiske
   http://www.temporausch.com
*/

/*general styles*/
html, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
        margin:0;
        padding:0;
        font-color:#ffffff;
        font-size: 10pt;

}

body {
                                font-family: arial, helvetica, serif;
                                font-size:12px;
                                margin:0;
                                color:#824427;
                                align: center;

                                }
weiss
{
                                font-family: arial, helvetica, serif;
                                font-size:12px;
                                margin:0;
                                color:#ffffff;
                                }

                                braun {                                font-family: arial, helvetica, serif;
                                font-size:12px;
                                margin:0;
                                color:#82447;}
#nav a {
        font-weight: bold;
        color: #d88543;
}

#nav a {
        text-decoration: none;
}



#nav li li a {
        display: block;
        font-weight: normal;
        color: #ffcc99;
        padding: 0.2em 10px;
}

#nav li li a:hover {
        padding: 0.2em 5px;
        border: 5px solid #d88543;
        border-width: 0 5px;
}

li {
        float: left;
        position: relative;
        width: 7em;
        text-align: center;
        cursor: default;
        background-color: white;
        border: 1px solid #d88543;
        border-width: 1px 0;

}

li#first {
        border-left-width: 1em;
}

li#last {
        border-right-width: 1em;
}

li ul {
        display: none;
        background-color:#824427;
        position: absolute;
        top: 100%;
        left: 0;

        font-weight: normal;
        padding: 0.5em 0 1em 0;
        border-right: solid 1px #ffcc99;

}

li>ul {
        top: auto;
        left: auto;
}

li li {
        display: block;
        float: none;
        background-color: transparent;
        border: 0;
}

li:hover ul, li.over ul {
        display: block;
}

hr {
        display: none;
}


/*container*/
#container {
        width:850px;
        margin:0 auto;
}

/*head*/
#head {
        width:850px;
        height:90px;
        margin-top: 0px;
        margin-left: 0px;
        background-color:#d88543;
        float:left;
        font-size: 48px;
        color: #ffcc99;
}

/*navi_top*/
#navi_top {
        width:850px;
        height:15px;
        text-align:right;
        background-color:#824427;
        float:left;
}

/*content*/
#content {
        text-align:left;
        margin-top:0px;
        padding:0 0px;
        background-color:#824427;
}

#spalte_links {
                                background-color:#824427;
                                width:111px;
                                float:left;
}

#spalte_mitte {
                                background-color:#824427;
                                width:103px;
                                height:408px;
                                float:left;
                                border-right: 1px #ffffff;
                                border-left: 1px #ffffff;
                                border-right-style: dashed;
                                border-left-style: dashed;
                                border-top-style: none;
                                border-bottom-style: none;
                                padding: 20 20;
                                text-align: left;
                               color: #ffffff;
                                size: 12px:
                                font-style: verdana,arial,helvetica;
}

#spalte_rechts {
        background-color:#824427;
                                width:220px;
                                float:left;
}

#text {
        background-color:#824427;
        width:415px;
        float:left;
       padding:60 20;
       color:#ffffff;
}

#block_head {background-color:#d88543;
            color:#824427;
            width: 350px;
            size: 16px:
            font-weight: bold;
            border: 1px solid #ffffff;
            border-width: 1px 0;
 }
 #block {background-color:#824427;
            color:#ffffff;
            width:350px;
            size: 12px:
            border: 1px solid #ffffff;
            border-width: 1px 0;

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

a:link {
        color: #ffcc99;
}

a:visited {
        color: #ffffff;
}

a:active {
        color: #dddddd;
}

a:hover {
        text-decoration: underline;
}
