﻿
html
{
    text-align: center;
}

body
{
    width: 841px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    background: #EDEDED;
    font-size: 62.5%;
    font-family: times new roman, serif;
}

blockquote 
{
  width: 260px;
  background: #f7f7f7 url(/pics/leftQuote.gif) no-repeat 10px 10px;
  padding: 10px 10px 10px 25px;
  text-indent: 15px;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-left: 20px;
  border-top: 1px solid #9DC232;
  border-bottom: 1px solid #9DC232;
  
}



/* reset */ 
h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a:link, a:visited
{
    color: #7BA600;
}

a:hover, a:active
{
    color: #ccc;
    
}



img.imgRight
{
    float: right; 
    margin: 3px 0 0 10px;
    padding: 2px;
    border: 1px solid #ccc;
}

img.imgLeft
{
    float: left; 
    margin: 3px 10px 0 0px;
    padding: 2px;
    border: 1px solid #ccc;
}

h1
{
    text-indent: -9999px; 
    height: 0px;
    font-size: 0px; 
}

#content
{
    width: 840px;
    border: 1px solid transparent;

}

.articleContent
{
    padding: 20px 50px 50px 40px;
}



.leftContent
{
    width: 340px;

    float: left;
    padding: 20px 0 0 30px;
}

.leftContent#defaultLeft
{
    border-right: 2px solid #F3F4E7;
    padding-right: 28px;
}

.leftContent#showh1
{
    width: 500px;
    float: left;
    padding: 20px 0 0 30px;
}

.leftContent#showh1 h1
{
    text-indent: 0px;
    font-size: 2.6em;
    letter-spacing: 1px;
    height:auto;
    font-variant: small-caps;
    color: #9DC232;
    margin: 0 0 15px 0;
}


.leftContentSearch
{
    width: 440px;
    min-height: 650px;
    float: left;
    padding: 20px 0 50px 50px;
    
}

.rightContent
{
    width: 375px;
    float: right;
    border-left: 2px solid #F3F4E7;
    padding: 20px 30px 50px 35px;
}

.rightContent#defaultRight
{
    border: none;
    padding-left: 0px;
}


.priceListLeft
{
    width: 385px;
    min-height: 650px;
    float: left;
    padding: 20px 0 50px 30px;
    min-height: 0;
}




.priceListRight
{
    width: 355px;
    float: right;
    border-left: none;
    padding: 20px 30px 0 15px;
}

.priceListRight h4, .priceListLeft h4
{
    margin-top: 0;
}

.rightContent ul, .articleContent ul, .articleContent ol
{
    list-style: disc;
}

.articleContent ul li, .rightContent ul li, .articleContent ol li
{
    font-size: 1.2em;
    font-family: Tahoma, arial, helvetica;
    padding: 0 0 5px 0;
    list-style-type: square;
}

.rightContent h5
{
    font-size: 1.6em;
    color: #9DC232;
    font-variant: small-caps;
    letter-spacing: 2px;
    font-family: Times New Roman, Serif;
    margin: 0 0 3px 0;
}

#content p
{
    font-size: 1.4em;
    line-height: 1.54em;
    color: #2f2f2f;
    margin: 0 0 15px 0;
}

#content p.ingress
{
    font-size: 1.5em;
    line-height: 1.5em;
}


#container
{
      background: #fff;
      border-right: 4px solid #f2f2f2;  
      width: 841px; 
}

#header
{
    border-bottom: 1px solid #ccc;
    margin: 0;
    position: relative;
}


#header h2
{
         background: #fff url(/pics/horseandhuman.gif) no-repeat 10px 40px;
         width: 363px;
         text-indent: -9999px;
         height: 40px;
         padding: 0px 10px 50px 0;
         margin: 0;
}

#header h3
{
    text-indent: -9999px;
    height: 0;
    margin: 0;
}

form
{
    margin: 0;
    padding: 0;
}

h2
{
    font-size: 3.2em;
    font-variant: small-caps;
    color: #2f2f2f;
    line-height: 1em;
    margin: 0 0 5px 0;
    letter-spacing: 2px;
}

h3
{
    font-size: 2.8em;
    color: #2f2f2f;
    font-variant: small-caps;
    letter-spacing: 2px;
    font-family: Times New Roman, Serif;
    margin: 0 0 3px 0;
}

h2 strong, h3 strong
{
    font-weight: normal;
    color: #9DC232;
}

h4
{
    font-size: 1.8em;
    color: #2f2f2f;
    margin: 20px 0 0 0;
}

.priceListLeft h4, .priceListRight h4 
{
    font-weight: normal;
    font-size: 2.1em;
}

.priceListLeft p, .priceListRight p 
{
    height: 108px;
}

ul
{
    list-style: none;
}

#menu
{
    float: left;
}

#menu ul
{
    margin: 0;
    padding: 0;

}



#menu ul li
{
    
}

#menu ul li a:link, #menu ul li a:visited
{
    color: #fff;
    background: #9DC232;
    font-size: 1.4em;
    font-family:  tahoma, Arial, helvetica;  
    text-decoration: none;
    margin: 0;
    display: block;
    width: 213px;
    padding: 3px 0px 3px 10px;
    border-bottom: 1px solid #fff;
}

#menu ul li a:hover, #menu ul li a:active
{
    background: #668D11;
}



p.clear, div.clear
{
    clear: both;
    height: 0;
}


.administration
{
    
    padding: 30px 0 0 0;
    background: #fff;
}




#footer
{
    border-top: 1px solid #ccc;
    padding: 10px 0 0 0;
}

#footer ul
{
    
    text-align: center;
    margin: 0 auto;
    padding: 0 0 0 40px;
}

#footer .footerNavigation ul li
{
    display: inline;
    float: left;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.5em;

}

#footer .footerNavigation ul li a:link, #footer .footerNavigation ul li a:visited
{
    text-decoration: none;
    color: #7ba600;
    font-family: Tahoma, Arial, helvetica;
    font-size: 1.1em;
    border-right: 1px solid #ccc;
    padding: 0 8px 0 0;
    margin: 0 8px 0 0;
}

#footer .footerNavigation ul li.last a
{
    border: none;
}

#footer .footerNavigation ul li a:hover, #footer .footerNavigation ul li a:active
{
    text-decoration: underline;
}

#footer ul.footerInfo
{
    width: 400px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    text-align: center;
    height: 60px;
    font-family: tahoma, Arial, helvetica;
}


#footer ul li
{
    display: inline;
    float: left;
    margin: 0;
    font-size: 1.1em;
    line-height: 1.5em;
}

#flashcontent
{
    width: 618px;
    float: right;
}

#innanDuBokar p
{
    font-family: Tahoma, Arial, helvetica;
    font-size: 1.2em;
    margin: 0;
}

#innanDuBokar ul
{
    list-style-type: square;
    margin: 5px 0 15px 20px;
    padding: 0;

    color: #2f2f2f;
}

.spanColumns
{
    margin: 20px 35px 0 35px;
}


#content .articleContent p.anfang
{
    color: #9DC232;
    font-size: 8em;
    margin: 0;
    padding: 5px 0 0 0;
    line-height: 0.8em;
    width: 70px;
    float: left;
    font-family: Garamond, Times New Roman, Serif;
}


#defaultNewsBox
{
    padding: 10px 0 0 0;

}

#defaultNewsBox span a
{
    color: #2f2f2f;
}


#defaultNewsBox h2
{
    font-size: 2.1em;
    color: #9DC232;
    margin: 0 0 10px 0;
}

#defaultNewsBox span
{
    font-family: Tahoma, Arial, helvetica;
    background: #f3f3f3;
    padding: 5px;
    display: block;
    font-size: 1.1em;
    margin: 0 0 10px 0;
}

#header .searchBoxHeader
{
    position: absolute;
    left: 600px;
    top: 15px;
    padding: 10px;
    border: 1px solid #ebf4d3;

}


#header .searchBoxHeader
{
    font-family: Tahoma, Arial, helvetica;
}

#header .searchBoxHeader input[type="text"]
{
    border: 1px solid #ccc;

    height: 18px;
}

input[type="button"]
{
    border: 1px solid #ccc;
    margin: 0 0 0 5px;
    background: #f5f5f5;
}

.searchresult
{
    font-size: 90%;
    font-family: Tahoma, Arial;
}

p.searchform
{
    background: #f5f5f5;
    padding: 10px;
    border-top: 1px solid #9DC232;
    
}

p.searchform input[type="button"]
{
    border: 1px solid #ccc;
    margin: 0 0 0 5px;
    background: #fff;

}


#puffarStart
{
    padding: 5px 0 15px 0;
}

#puffarStart h3
{
    font-size: 1.8em;
    color: #9DC232;
}

#listArticles.newsArchive
{
    font-family: Tahoma, Arial, helvetica;
    font-size: 1.2em;
}


#listArticles ul li a span.date 
{
    color: #2f2f2f;
    display: block;
    padding: 0 0 2px 0;
    text-decoration: none;
}

#listArticles ul li a span.readmore 
{
    color: #2f2f2f;

    text-decoration: none;
}


#listArticles ul
{
    padding: 5px 0;
    margin: 0; 
}

#listArticles ul li
{
    list-style: none;
}


#listArticles ul li a:link, #listArticles ul li a:visited
{
     background: #f5f5f5;
     display: block;
     padding: 8px;
     text-decoration: none;
}

#listArticles ul li a:hover, #listArticles ul li a:active
{
     background: #f8ffe2;
     color: #9DC232;
}


#listArticles ul li.alt a:link, #listArticles ul li.alt a:visited
{
     background: #fff;
     display: block;
     padding: 8px;
     text-decoration: none;
}

#listArticles ul li.alt a:hover, #listArticles ul li.alt a:active
{
     background: #f8ffe2;
     color: #9DC232;
}

#defaultNewsBox p.footer, #listArticles p.footer
{
    border-top: 1px solid #ccc;
    color: #2f2f2f;
    font-family: Tahoma, Arial, helvetica;
    padding: 8px;
    font-size: 1.2em;
 
}

#defaultNewsBox p.footer a img, #listArticles p.footer a img
{
    border: none;
    margin: 0 3px 0 0;
}


.rightContent .contactform label
{
    color: #2f2f2f;
    display: block;
    font-family: Tahoma, Arial, helvetica;
    font-size: 1.2em;
    padding: 5px 0 5px 0;
}

.contactform input.button
{
    border: 1px solid #ccc;
    background: red;
}

.commentForm
{
    margin: 60px 0 40px 30px;
}

.comment
{
  
    margin-left: 30px;
    width: 450px;
    color: #2f2f2f;
}

.commentForm textarea
{
    width: 445px;
}

.comment p.date
{
    background: #f3f3f3;
    font-family: Tahoma;
    font-size: 1.1em;
    padding: 5px;
    margin: 0;
}

.comment p.content
{
    font-size: 1.4em;
    margin: 0;
    padding: 10px;
    border-left: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}



#commentlist .self p.date
{
    background: #F8FFE2;

}


.commentForm label
{
    font-size: 1.2em;
    font-family: Tahoma, Arial, helvetica;
    padding: 10px 0 3px 0;
    display: block;
}

.commentForm label.code
{
        
        display: inline;
}

h4#comment
{
    margin: 30px 0 20px 30px;
    border-bottom: 1px solid #9DC232;
    width: 450px;
}

h4#addcomment
{
    margin: 30px 0 10px 0;
    border-bottom: 1px solid #9DC232;
    width: 450px;
}