/*
 * CSS Klassen Screen/All
 * www.holsteiner-verband.de
 *
 * erstellt: 2006-03-23
 * geaendert: 2007-09-18
 * 
 *
 */ 
 
@import url(navigation_content.css);

html {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: #7883A3;
}
/* ------------------------------------
     Layout: 
   - dreispaltig, feste Breiten
   - zweispaltig, feste Breiten
   ------------------------------------ */
body {
    background-color: #7883A3;
    width: 1110px;
    /* ohne Banner
    width: 945px;
    */
    /* mit Banner
    width: 1110px;
    */

    margin: 20px auto;
    padding: 0;
    /*
    font-family: Helvetica, Geneva, Arial sans-serif;
    */
    font-family: Helvetica, Geneva, Arial, sans-serif;
    font-size: 12px; 
    font-weight: normal; 
    color: #333333; 
    line-height:140%;
    /* IE 5 zentrieren */
    text-align: center;
    /* IE - Ebenen: 
    CSS workaround fuer IE 5/6/7?? 
    nur so werden Ebenen als 
    position: relative dargestellt */
    position: relative;
   
}

#frame {
    width: 938px;
    background-color: #CCD0DC;
    border: 3px solid #fff;
    text-align: left;
    background:url(../images/bg_frame.gif) repeat;
    background-repeat: repeat-y;
    background-position: -3px 0px;
}
#frameShadow {
    width: 944px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;  
}
/* ------------------------------------
   Header
   ------------------------------------ */
#header {
    width: 938px;
    height: 92px;
    background-color: #fff;
}
#headerLogo {
    float: left; 
    width: 650px;
    height: 92px;
}
#headerNav {
    position: absolute;
    z-index: auto;  
    width: 500px; 
    height: 20px; 
    left: 430px; 
    top: 11px;
    text-align: right;
}

#headerImg {
    position: absolute;
    z-index: auto; 
    width: 170px; 
    height: 137px; 
    left: 754px; 
    top: 61px;
    margin: 0;
    padding: 0;
}
/* ------------------------------------
   Navigation
   ------------------------------------ */
#navigation {
    width: 938px;
    background-color: #001451;
    border-bottom: 3px solid #fff;
    /*
    position:absolute;
    z-index: 1000;
    */

}

/* Hilfsnavi im Conten */
.addNavi {
    margin: 0 0 30px 0 !important;
    padding: 0;
    list-style-type: none;
}
.addNavi li {
    float:left;
    margin-right: 2px;
}
.addNavi a {
    display: block;
    padding: 3px 6px 1px 1px;
    text-align: left;
    margin: 0;
    font-weight: normal !important;
    text-decoration: none !important;
    background-color: #aab1c6;
    border: 1px solid #7883a3;
    width:130px;
}
/* ------------------------------------
   Inhalt
   ------------------------------------ */
#contentLeft {
    width: 232px;
    padding: 0;
    margin: 0;
    float: left;
}
#contentCenter {
    width: 470px;
    padding: 23px 14px 23px 14px;
    margin: 0;
    float: left;
    background-color: #DFE2E9; 
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
}
#contentRight {
    width: 174px;
    padding: 86px 14px 10px 14px;
    margin: 0;
    float: left;
}
#contentCenterRight {
    /*width: 675px;*/
    width: 675px;
    padding: 23px 14px 23px 14px;
    margin: 0;
    float: left;
    background-color: #DFE2E9; 
    border-left: 3px solid #fff;
}
/* ------------------------------------
   Footer
   ------------------------------------ */
#footer {
    width: 938px;
    height: 34px;
    vertical-align: middle;
    text-align: center;
    border: 0;
    border-top: 3px solid #fff;
    padding-top: 0px;
    margin: 0;
    background-color: #DFE2E9;
}
#footer div {
     border: 0;
  padding: 10px 4px 4px 4px;
  border: 0;
}
/* ------------------------------------
     Boxen
     ------------------------------------ */  
.boxSWF {
     text-align: center;
}
.boxSWFSubTxt {
width: 228px;
    font-size: 12px; 
    font-weight: normal; 
    color: #fff; 
    letter-spacing: 0.05em;
    background-color:#54618B;
    border: 0;
    margin: 1px 0px 1px 0px;
    padding: 4px 2px 2px 2px;

}
.boxCenterNews {
    width: 460px;
    border-bottom: 1px solid #ffffff; 
    margin-bottom: 0px;
}
.boxCenter {
    width: 460px;
    border-bottom: 1px solid #CCD0DC;
    margin-bottom: 4px;
    vertical-align: top;
}

#boxSearch {
    width: 172px;
    margin: 0px 0px 10px 0px;
    padding: 0;
    border: 0;
}
#boxTicker {
    width: 172px;
    margin: 0px 0px 19px 0px;
    padding: 0;
    border: 1px solid #001451; 
    background-color:#ffffff;
}
.boxInfo {
    width: 172px;
    margin: 0px 0px 19px 0px;
    padding: 0;
    background-color:#DFE2E9;
    border: 1px solid #7782A0; 
}
.boxInfo h4, .boxInfo div {
    padding: 5px 11px 0px 11px;
}
.boxInfoSubTxt {
    width: 128px;
    font-size: 12px; 
    font-weight: normal; 
    color: #fff; 
    letter-spacing: 0.05em;
    background-color:#54618B;
    border: 0;
    margin: 1px 11px 1px 11px;
    padding: 0;
}
.boxLink {
    width: 460px;
    border-bottom: 1px solid #ffffff; 
    padding: 4px;
}

.boxSport {
    width:  647px;
    margin: 10px 0px 0px 0px;
    padding: 10px 0px 10px 0px;
    border-bottom: 0;
    text-align: left;
    vertical-align: middle;
}

.boxShop {
    margin: 10px 0px 0px 0px;
    padding: 10px;;
    width: 446px;
    border: 1px solid #7782A0;
    background: #CCD0DC;
}
.boxShop img {
    float: right; 
    padding:0; 
    margin: 0px 0px 20px 20px;
    border: 1px solid #7782A0;
}

.imgSportR {
    width: 180px;
    margin: 0px 0px 10px 10px; 
    padding: 0; 
}
.imgSportL {
    width: 180px;
    margin: 0px 10px 10px 0px; 
    padding: 0; 
}
.imgStandard {
    width: 210px;
    margin: 0px 0px 10px 20px; 
    padding: 0; 
}
.imgStallion {
    width: 200px;
    margin: 0px 0px 0px 0px; 
    padding: 0;
    border-bottom: 2px solid #C9CDD9;
}
.imgMitte {
    width: 160px;
    margin: 0px 0px 0px 0px; 
    padding: 2px 0px 10px 10px;
    border-bottom: 0;
}
.imgNews {
    width: 200px;
    float: right; 
    margin: 26px 0px 6px 6px; 
    padding: 0; 
}
.imgText {
    font-size: 12px; 
    font-weight: normal; 
    color: #fff; 
    letter-spacing: 0.05em;
    background-color:#54618B;
    border: 0;
    margin: 1px 0px 1px 0px;
    padding: 3px;
}


/* Newsletter Form */
.boxNewsletter {
    border: 1px solid #7782a0;
    padding: 6px !important;
}
.boxNewsletterForm  {
    margin: 4px 0 0 0;
}
.boxTeaserRowText h4 a,
.boxTeaserRowText h4 a:hover {
    font-size: 11px !important;
    font-weight: normal;
}

.boxTeaserText {
    /**/
}
/* ------------------------------------
    Text
    ------------------------------------ */
h1 {
    font-size: 16px; 
    font-weight: bold; 
    color: #001451; 
    line-height:140%; 
    letter-spacing: 0.05em;
    padding: 0;
    margin: 2px 0px 6px 0px;
}
h2 {
    padding: 0px 0px 2px 0px;
    margin:0;
    font-size: 12px; 
    font-weight: bold; 
    color: #333333; 
    line-height:140%; 
    letter-spacing: 0.05em; 
    padding-bottom: 8px;
}
/*Date*/
h3 {
    padding: 10px 0px 0px 0px;
    margin: 0;
    font-size: 9px; 
    font-weight: normal; 
    color: #001451; 
    letter-spacing: 0.05em; 
}
/*Info-Box Headline*/
h4 {
    font-size: 12px; 
    font-weight: bold; 
    color: #001451; 
    letter-spacing: 0.05em;
    margin: 0;
}
/*Subheadline Artikel*/
h5 {
    font-weight: bold;
}

p {
    margin: 0;
    padding: 0;
}
.metaHead h1 {
    font-size: 18px; 
    font-weight: bold; 
    color: #001451; 
    line-height:140%; 
    letter-spacing: 0.05em;
    padding: 0;
    margin: 2px 0px 22px 0px;
    text-decoration: underline;
}
/* ------------------------------------
    Tab Hengst-Box
    ------------------------------------ */ 

.textBoxStallion {
    font-size: 12px; 
    font-weight: normal; 
    color: #001451; 
    letter-spacing: 0.05em; 
    padding-top: 3px;
    float: left;
}

.textBoxHead {
    font-size: 12px; 
    font-weight: bold; 
    color: #001451; 
    letter-spacing: 0.05em;
    vertical-align: top;
    text-align: left;
}
.textBox {
    font-size: 12px; 
    font-weight: normal; 
    color: #333333; 
    line-height: 140%; 
    letter-spacing: 0.05em;
    vertical-align: top;
    text-align: left;
}
.infoBox {
    border: 1px solid #7782A0; 
    margin-bottom:19px; 
    margin-left:14px; 
    background-color:#DFE2E9;
}
/* ------------------------------------
    Tab
    ------------------------------------ */
.table {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    line-height:120%;
    text-align: left !important;
}
.table td { 
    margin: 0px;
    padding: 2px;
    height: 20px;
    border: 1px solid #C9CDD9;
    vertical-align: top;
}

.table tr.tbrow0 {
	background-color: #C9CDD9;
}

.table tr.tbrow1 {

}

.table tr.tbrow:hover {
	background-color: #B9BDC9;
	cursor:pointer
}

.tableHead, .tableHead td {
    font-weight: bold;
    font-size: 11px;
    height: 26px;
    text-decoration: none;
    background-color: #AAB0C6;
}
.tableRowHead {
    font-weight: bold;
    height: 24px;
    text-decoration: none;
    background-color: #C9CDD9;
}
.tableRow1 {
    height: 22px;
}
.tableRow2 {
    height: 22px;
    background-color: #C9CDD9;
}
.tableCol1 {
    font-weight: bold;
}
.message {
    border: 1px solid #222;
    background: #ccc;
    margin: 0;
    padding: 0;
    color: #cc0000;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.tableLink {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    line-height:120%;
    text-align: left !important;
}
.tableLink td { 
    margin: 0px;
    padding: 2px;
    height: 20px;
    background-color: #C9CDD9;
}
/* ------------------------------------
    Tab Pedigree
    ------------------------------------ */
#ped {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    font-weight: normal;
    line-height:120%;
    text-align: left !important;
}
.pedXtra {
    font-weight: bold;
}


.pedInLine {
    border-bottom: 1px solid #DFE2E9;
} 

/* ------------------------------------
    Links
    ------------------------------------ */
/* ACHTUNG: wird auch fuer Bilder a verwendet! */
a:link, a:visited, a:active { 
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #001451;
}
a:hover {
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: underline;
    color: #001451; 
}

.Link {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #001451;
    padding: 2px;
}
a.Link:link, a.Link:visited, a.Link:active {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #001451;
    padding: 2px;
}
a.Link:hover {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    padding: 2px;
    background-color: #AAB0C6;
}

a.LinkFoot:link, a.LinkFoot:visited, a.LinkFoot:active {
    font-size: 10px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #364677;
}
a.LinkFoot:hover {
    font-size: 10px; 
    font-weight: normal; 
    text-decoration: underline; 
    color: #364677;
}
/* Links in Boxen*/
.linkMore {
    padding: 0;
    margin: 0px;
    text-align: right;
}
.linkBack {
    width: 470px;
    padding: 0;
    margin: 20px 0px 20px 0px;
    text-align: right;
}
a.linkTab:link, a.linkTab:active, a.linkTab:visited {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #001451;
    padding: 2px;
}
a.linkTab:hover {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #001451;
    padding: 2px;
    background-color: #AAB0C6;
}
a.linkLikeFormbut:link, a.linkLikeFormbut:visited, a.linkLikeFormbut:active, a.linkLikeFormbut:hover {
    border: 1px solid #001451; 
    background: #ffffff;  
    font-size: 12px; 
    font-weight: normal; 
    color: #ff9900; 
    cursor: pointer;
    padding: 4px 74px 2px 74px;
    text-align: center;
    text-decoration: none;
}
/* ------------------------------------
    Formulare
    ------------------------------------ */
.boxForm {
    margin: 20px 0 0 0 ;
    padding: 10px;
    border: 1px solid #7782A0;
    background: #cbcfdb;
}   
    
.formbut {
    border: 1px solid #001451; 
    background: #ffffff;  
    font-size: 12px; 
    font-weight: normal; 
    color: #ff9900; 
    cursor: pointer;
}
.formfield {
    border:1px solid #001451; 
    width: 300px;
    height: 20px;
    background:#ffffff;  
    font-size: 11px; 
    font-weight:normal; 
    color:#001451; 
    padding-left:6px; 
    padding-top:2px;
}
.formfieldEmpty {
    border:1px solid rgb(217,104,28); 
    background:#ffffff;  
    font-size: 11px; 
    font-weight:normal; 
    color:#001451; 
    padding-left:6px; 
    padding-top:2px;
}
/* Alernative Administration */
.formbuton {
    border: 1px solid green; 
    background: #ffffff;  
    font-size: 12px; 
    font-weight: normal; 
    color: green; 
    cursor: pointer;
}
.formbutoff {
    border: 1px solid red; 
    background: #ffffff;  
    font-size: 12px; 
    font-weight: normal; 
    color: red; 
    cursor: pointer;
}
/* Tabelloses Forumlar */
.formDisplay {
    display: block;
    float: left;
    border:1px solid #001451; 
    background: #ffffff;  
    font-size: 11px; 
    font-weight: normal; 
    color: #001451;
    width: 200px;
    height: 18px;
    padding-left: 6px; 
    padding-top: 2px;
    margin-bottom: 3px;
}
.formDisplayEmpty {
    display: block;
    float: left;
    border: 1px solid  rgb(217,104,28); 
    background: #ffffff;  
    font-size: 11px; 
    font-weight: normal; 
    color: #001451;
    width: 200px;
    height: 18px;
    padding-left: 6px; 
    padding-top: 2px;
    margin-bottom: 3px;
}
.formDisplayHidden {
    background: none; 
    display: block;
    float: left;
    border:0;  
    width: 200px;
    height: 18px;
    padding-left: 6px; 
    padding-top: 2px;
    margin-bottom: 3px;
}
.formLabel {
    display: block;
    text-align: left;
    float: left;
    width: 120px;
    padding-right: 20px;
    border: 0;
}

/*
.form {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 130%;
    text-align: left;
    color: #222222;
}
*/
/* ------------------------------------
    Listen
    ------------------------------------ */
ul {
    list-style-position: outside; 
    list-style-type: square;
}
/* ------------------------------------
    Background Colors
    ------------------------------------ */
.light {
    background-color:#C9CDD9;
}
    
.dark { 
    background-color:#AAB0C6;
}

/* ------------------------------------
    Pager
    ------------------------------------ */

#boxPager {
    width: 90%; 
    padding: 3px;
    margin: 20px 0px 6px 0px;
    border: 0;
    float: left;
    font-size: 12px;
    line-height: 130%;
    text-align: center;
}   

.pager {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: #C9CDD9;
    margin: 0;
    border: 1px solid #AAB0C6 !important; 
    padding: 2px;
    text-decoration: none;
}
a.pager {
    font-size: 12px;
    font-weight: bold;
    color: #001451;
    background-color: #AAB0C6;
    margin: 0;
    border: 1px solid #203f6c !important; 
    padding: 2px;
    text-decoration: none;
}

a.pager:hover {
    font-size: 12px;
    font-weight: bold;
    color: #001451;
    border: 1px solid #cc0000 !important;
    background-color: #AAB0C6;
    margin: 0;
    padding: 2px;
    text-decoration: none;
} 

.pagerBox {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #001451;
    padding: 2px 3px 2px 3px;
}
a.pagerBox {
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #001451;
    padding: 2px 3px 2px 3px;
}

a.pagerBox:hover {
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #001451;
    padding: 2px 3px 2px 3px;
    background-color: #AAB0C6;
}


/* ------------------------------------
    Navigationspfad
    ------------------------------------ */

#locationBar {
    width: auto;
    height: auto;
    padding: 0;
    padding-bottom: 14px;
    border: 0;
    color: #364677;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    vertical-align: middle;
}
#locationBar sep {
    color: rgb(217,104,28);
}
a.locationBar:link, a.locationBar:active, a.locationBar:visited {
    color: #364677;
    font-size: 10px;
}
a.locationBar:hover {
    color: #364677;
    font-size: 10px;
}

/* ------------------------------------
    Sitemap
    ------------------------------------ */
a.sitemap_level1 {
    display: block;
    border-bottom: 1px solid #fff;
    color: #000;
    font-weight:normal;
    padding-left: 10px;
    padding-bottom:.4em;
    /*
    background:url(../images/btn_more.png) no-repeat;
    background-position:right;
    */
}
a.sitemap_level2 {
    color: #364677;
    display:block;
    /*
    background:url(../images/btn_more.png) no-repeat;
    background-position:150px 4px;
    */
}
a.sitemap_level3 {
    color:#364677;
    display:block;
}
a.sitemap_level4 {
    color:#364677;
}
.sitemap_level2_container {
    width: 300px;
    padding: 6px 0px 6px 24px;
}
.sitemap_level3_container {
    width: 300px;
    padding: 0px 0px 4px 40px;
}
.sitemap_level4_container {
    width: 300px;
    padding: 0px 0px 2px 64px;
}
/* ------------------------------------
    Flash Film unter Layern
    ------------------------------------ */
#flashcontain {

    border: 0;
    position: absolute;
    top: 121px;
    left: 3px;
    width: 232px;
    height: 420px;
    z-index: 1; 
}


/* ------------------------------------
    MAC IE 5.x Hacks
    ------------------------------------ */
    
/* MAC IE 5*/



/* Regel vor IE 5 MAC verbergen*/
/*\*/



.pagerBox {
    font-size: 12px; 
    font-weight: normal; 
    text-decoration: none; 
    color: #001451;
    padding: 2px 3px 2px 3px;
}
a.pagerBox {
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
    color: #001451;
    padding: 2px 3px 2px 3px;
}

a.pagerBox:hover {
    font-size: 12px; 
    font-weight: bold; 
    text-decoration: none; 
}

/* ------------------------------------
   Flash Video
   ------------------------------------ */

.flashVideo {
    border: 10px solid #fff;
    position: absolute;
    z-index: 0;
    width: auto;
    height: auto;
}
.flashSelector {
    /* im modul abgeschaltet */
    position: absolute;
    z-index: 10;
    top:252px;
    width: auto;
    height: 22px !important;
}

#video {
    position:absolute; 
    width:397px; 
    height:auto;
    z-index:3; 
    left: 457px; 
    top: 202px;
    padding: 40px 0 0 70px;
    overflow: hidden; 
    visibility: hidden;
    background-color: #c9cdd9;
    
}

html>body #video {
    top: 201px;
}

#videoOpen, #videoClose {
    position:absolute; 
    width:120px; 
    height:26px;
    padding: 10px;
    z-index:9; 
    left: 794px; 
    top: 193px; 
    text-align: left; 
    vertical-align: top; 
    text-align: right;
}
html>body #videoOpen, #videoClose {
    top: 192px;
}

#videoClose {
    visibility: hidden;
}
.videoSelect {
    color: #ffd200; 
    background-color: #954719;
    font-weight: bold; 
    text-decoration: none;
    border:1px solid #6BCE5C; 
    padding:2px;
    cursor: pointer;

}
.btnVideo {
    color: #12255d;  
    font-weight: normal; 
    text-decoration: none; 
    background-color: #aab0c6;
    border-left:2px solid #dfe2e9;
    border-bottom:2px solid #dfe2e9;
    display:block;
    padding:1px 5px 1px 1px !important;
    cursor: pointer;

}

a.btnVideo:link, a.btnVideo:visited, a.btnVideo:active {
    color: #12255d; 
    font-weight: normal; 
    text-decoration: none; 
    background-color: #aab0c6 !important;
    border-left:2px solid #dfe2e9;
    border-bottom:2px solid #dfe2e9;
    display:block;
    padding:1px 5px 1px 1px !important;
    padding:1px !important;
    cursor: pointer;
}

a.btnVideo:hover { 
    color: #12255d;
    font-weight: normal; 
    text-decoration: none; 
    background-color: #c9cdd9 !important;
    border-left:2px solid #dfe2e9;
    border-bottom:2px solid #dfe2e9;
    display:block;
    padding:1px 5px 1px 1px !important;
    padding:1px !important;
    cursor: pointer;
}

/* div zur Bestimmung der hoehe bei Verkaufspferde */

#cont {
    height: auto;
}

/* Artikelliste */

.video_active {
    color: #001556;
    background-color:#aab1c6;
    border-left: 2px solid #dfe2e9;
    padding: 3px 0 0 0;
    margin-left:464px !important;
    width: 50px;
    text-align:center;
    height:37px;
    display:block;
}
.video_inactive {
    color: #94a4bb;
    background-color:#c0c6d4;
    border-left: 2px solid #dfe2e9;
    padding: 3px 0 0 0;
    margin-left:464px;
    width: 50px;
    text-align:center;
    height:37px;
    display:block;
}

#overlayhinweis {
    height: 200px;
    width: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -100px 0px 0px -150px;
    background-color: #ffffff;
    border: 1px solid #000000;
}

input.error {
    border: 1px solid #ff0000;
}
