/* ************* Hintergrund ******************************** */
body,*[zoom]:active,#Seite,*[bottom] {
     background-color: #C0C0C0;
     background-attachment: fixed;
     background-position: center;
     /* background-image: url(bilder/sandplatz.jpg); */

}


/* ************* Formularfelder ****************************** */
input, select, textarea {
    border-style: dotted;
    border-width: thin;
    outline-width: thin;
    background-color: #B5B5B5;
    border-color: #777777;
    outline-color: #AAAAAA;
    outline-style: solid;
}
input.gruen, select.gruen, textarea.gruen {
    border-style: dotted;
    border-width: thin;
    outline-width: thin;
    background-color: #A2DDA2;
    border-color: #777777;
    outline-color: #AAAAAA;
    outline-style: solid;
}
input.rot, select.rot, textarea.rot {
    border-style: dotted;
    border-width: thin;
    outline-width: thin;
    background-color: #B58585;
    border-color: #B53F3F;
    outline-color: #AAAAAA;
    outline-style: solid;
}
input.pferdemenue {
    cursor: pointer;
    border: 1px solid #000000;
    background: no-repeat right url(bilder/hufeisenbrett02kl.gif);
    line-height:18px;
    font-size: 16px;
    font-weight: 900;
    font-variant: small-caps;
    max-width: 60px;
    width: 60px;
    color: rgb(255, 255, 0);
    text-align: center;
    height: 28px;
    margin: 3px 6px 3px 6px ;
    padding: 3px;

}
input[type=image] {
    border: none;
    outline: none;
    background-position: center;
    background-attachment: fixed;
}

/* ************* Standarts ********************************** */
/*  {z-index: 10;} */
*[top] { vertical-align: top;}
*[middle] { vertical-align: middle;}
*[bottom] { vertical-align: bottom}
*[justify] {text-align: justify;}
*[center] {text-align: center;}
*[left] {text-align: left;}
*[right] {text-align: right;}
*[align=justify] {text-align: justify;}
*[align=center] {text-align: center;}
*[align=left] {text-align: left;}
*[align=right] {text-align: right;}
*[null],*[NULL],*[Null],.null {
     margin:  0px;
     padding: 0px;
     border: none;
    outline: none;
}
td {text-align: left;}
body {
     font-family:  Tahoma;
     position: absolute;
     top:  0px;
     left: 0px;
     right:0px;
     height:   100%;
     width:    100%;
     margin: 0px auto;
     padding:   0px;
     text-align: left;
}
fieldset {
    border: 2px solid #C5D8E1;
    -webkit-border-radius: 10px;
    border-radius:          10px;
    -moz-border-radius:     10px;
    -khtml-border-radius:   10px;
    background: transparent;
}
h1 {
    position: relative;
    top: -1px;
     margin-top: 0px;
     margin-bottom: 5px;
     margin-right: auto;
     margin-left: auto;
     padding:  0px;
    line-height: 48px;
    text-decoration:  none;
    font-size: 48px;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
}
h2 {
    position: relative;
    top: 0px;
     margin-top: 0px;
     margin-bottom: 5px;
     margin-right: auto;
     margin-left: auto;
     padding:  0px;
    line-height: 40px;
    text-decoration:  none;
    font-size: 40px;
    font-weight: bold;
    font-variant: normal;
    text-align: center;
}
h3 {
    position: relative;
    top: 0px;
     margin-top: 0px;
     margin-bottom: 5px;
     margin-right: auto;
     margin-left: auto;
     padding:  0px;
    line-height: 15px;
    text-decoration:  none;
    font-size: 20px;
    font-weight: bold;
    font-variant: normal;
    text-align: center;
}

/* ************* Knoepfe/Schalter *************************** */
.fotobutton {
    max-width: 100px;
    max-height: 100px;
}
*[untenrechts] {position:absolute;bottom: 0; right: 0;}
*[untenlinks] {position:absolute;bottom: 0; left: 0;}
*[obenrechts] {position:absolute;top: 0; right: 0;}
*[obenlinks] {position:absolute;top: 0; left: 0;}
input{
    padding: 0;
    margin: 0;
}
input[type=submit],input[type=reset],input[type=button] {
    text-align: center;
    vertical-align: middle;
    border: 1px outset;
    background-color: #B0B0B0;
    outline: none;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
.Knopf {
    cursor: pointer;
    text-shadow: 0px 0px 2px #ded17c;
  	text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #800000;
    border: 1px outset;
    background-color: #B0B0B0;
    outline: none;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
.Knopf:hover  {color: #2D537A;border: 1px inset;text-shadow: 1px 1px 1px #5789BA;}
input[type=submit].usermenue {
    text-align: center;
    vertical-align: middle;
    border: 1px outset;
    background-color: #B0B0B0;
    inset;text-shadow: 2px 2px 1px #585858;
    outline: none;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
input[type=submit].usermenue:hover {border: 1px inset;text-shadow: -1px -1px 1px #585858;}
td.menueactive,td.menue {
    overflow: hidden;
    height: 21px;
    margin:  3px 6px ;
    padding: 3px 6px ;
    font-size: 15px;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
    border: 1px outset;
    background-color: #B0B0B0;

    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

}
*[rahmen] {
    padding: 5px;
    border: 2px solid #C5D8E1;
    -webkit-border-radius: 10px;
    border-radius:          10px;
    -moz-border-radius:     10px;
    -khtml-border-radius:   10px;
}
td.menueactive {color: #74A4D3; border: 1px solid #2D537A;}
td.menue { color: #2D537A; text-shadow: 2px 2px 1px #5789BA;}
a.menue:hover  {
    text-shadow: 0px 0px 2px #ded17c;
  	cursor: pointer;
    font-weight: bolder;
    color: #800000;
}
*[buttonyellow] {
	bottom: 0;
	right: 0;
    position:  absolute;
    -moz-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f9eca0;
	box-shadow:inset 0px 1px 0px 0px #f9eca0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0c911), color-stop(1, #f2ab1e) );
	background:-moz-linear-gradient( center top, #f0c911 5%, #f2ab1e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c911', endColorstr='#f2ab1e');
	background-color:#f0c911;
	-webkit-border-top-left-radius:37px;
	-moz-border-radius-topleft:37px;
	border-top-left-radius:37px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:37px;
	-moz-border-radius-bottomright:37px;
	border-bottom-right-radius:37px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #e65f44;
	display:inline-block;
	color:#c92200;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:86px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ded17c;
}
*[buttonyellow=untenrechts] {bottom: 0; right: 0;}
*[buttonyellow=untenlinks] {bottom: 0; left: 0;}
*[buttonyellow=obenrechts] {top: 0; right: 0;}
*[buttonyellow=obenlinks] {top: 0; left: 0;}
*[buttonyellow]:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f2ab1e), color-stop(1, #f0c911) );
	background:-moz-linear-gradient( center top, #f2ab1e 5%, #f0c911 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2ab1e', endColorstr='#f0c911');
	background-color:#f2ab1e;
}



/* ************* Allgemein ********************************** */


*[zoom]:active   {
     font-size: 30px;
     font-style: normal;
     font-weight: bolder;
     font-variant:  normal;
     cursor: wait;
       display:  block;
    position:  fixed;
    top:  10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    margin: auto;
    padding: 2% 1%;
    width: auto;
    height: auto;
    min-width: 30%;
    max-height: 94%;
    min-height: 30%;
    max-width: 98%;
    z-index: 4000;
    

}
#Seite {
    left: 0px;
    right: 0px;
    width: 990px;
    margin: 0px auto 0px auto;
    padding: 0px;
}
.Bauch {
    z-index: 11;
}

img.Seitenlogo {
    position: relative;
    vertical-align: top;
    height: 100px;
    max-height: 100px;
    min-height: 100px;
    z-index: 998;
}

div.Seitenkopf {
    position: fixed;
    top: 0px;
    height: 147px;
    max-height: 147px;
    min-height: 147px;
    z-index: 999;
}
div.Season {
    background: transparent;
    position: fixed;
    top: 60px;
    max-height: 147px;
    min-height: 147px;
    max-width: 150px;
    right: 10px;
    z-index: 1000;
}

div.Bauchkopf {
    top: 0px;
    height: 150px;
    z-index: 1;
}
div.Seitenbalken {
    position: fixed;
    top: 135px;
    height: 15px;
    z-index: 9;
    }
*[rotate30] {outline:none; -moz-transform:rotate(30deg); -o-transform:rotate(30deg); -ms-transform:rotate(30deg); transform:rotate(30deg); }
*[rotate60] {outline:none; -moz-transform:rotate(30deg); -o-transform:rotate(30deg); -ms-transform:rotate(30deg); transform:rotate(60deg); }
*[rotate90] {outline:none; -moz-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg); }
*[rotate120] {outline:none; -moz-transform:rotate(120deg); -o-transform:rotate(120deg); -ms-transform:rotate(120deg); transform:rotate(120deg); }
*[rotate150] {outline:none; -moz-transform:rotate(150deg); -o-transform:rotate(150deg); -ms-transform:rotate(150deg); transform:rotate(150deg); }
*[rotate180] {outline:none; -moz-transform:rotate(180deg); -o-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); }
*[rotate210] {outline:none; -moz-transform:rotate(210deg); -o-transform:rotate(210deg); -ms-transform:rotate(210deg); transform:rotate(210deg); }
*[rotate240] {outline:none; -moz-transform:rotate(240deg); -o-transform:rotate(240deg); -ms-transform:rotate(240deg); transform:rotate(240deg); }
*[rotate270] {outline:none; -moz-transform:rotate(270deg); -o-transform:rotate(270deg); -ms-transform:rotate(270deg); transform:rotate(270deg); }
*[rotate300] {outline:none; -moz-transform:rotate(300deg); -o-transform:rotate(300deg); -ms-transform:rotate(300deg); transform:rotate(300deg); }
*[rotate330] {outline:none; -moz-transform:rotate(330deg); -o-transform:rotate(330deg); -ms-transform:rotate(330deg); transform:rotate(330deg); }

legend {
    font-size: 20px;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bolder;
}

.chktext {
    margin: 0;
    padding: 0;
    margin-left: 20px;

}

.info {
    font-size: 10px;
    font-variant: small-caps;
    font-weight: bold;
    color: #2D537A;
}


.topnull {
     top:      0px;
     margin-top: 0px;
     margin-bottom: 0px;
     margin-right: auto;
     margin-left: auto;
     padding:  0px;
    

}

.grund {
    margin: 0;
    padding: 0;
    text-align: center;
}
.grundstamm {
    background: url(bilder/balkensenkrecht.jpg) left repeat-y;
    margin: 0;
    padding: 0;
}
table.pferdedatenbank { margin-top: 10px; border: thin solid #5789BA;}
table.pferdedatenbank td {
    font-size: 12px;
    font-variant: normal;
    font-weight: bold;
    max-height: 40px;
    height: 40px;
    border-top : thin solid #3F5B75;
    border-bottom : thin solid #3F5B75;
}
table.pferdedatenbank td#head{
    font-size: 16px;
    font-style: normal;
    font-variant: small-caps;
    font-weight: bold;
        
}
table.pferdedatenbank tr td img { margin: 0px;}
table.pferde {
    width: 75%;
    padding-bottom: 20px;

}
select#drop {
    width: 21px;
    border: none;
    outline: none;
    background: transparent;
    
}
table#DbEditGeb,table.DbEdit { padding: 0; margin: 0;}
table.DbEdit td      { font-size: 14px; text-align: right;}
table.DbEdit td#names { font-weight: bold; font-size: 11px; vertical-align: middle;}
table#DbEditGeb, table.DbEdit input#DbEditText {width: 430px;}
table.DbEdit input#DbEditDate {width: 110px; text-align: center;}
table.DbEdit input[name=pferdsonstiges] {width: 200px;}
td#zusatzfotos:HOVER {
    
}
td#zusatzfotos {
    min-width: 80px;
    max-width: 80px;
    width: 80px;
    min-height: 100px;
    max-height: 100px;
    height: 100px;
    text-align: center;
    vertical-align: bottom;
    margin: 0px;
    padding: 1px;
    border: 2px solid #C5D8E1;
    -webkit-border-radius: 10px;
    border-radius:          10px;
    -moz-border-radius:     10px;
    -khtml-border-radius:   10px;
}
img.DbEdit {
    background-image: url(bilder/platzhalterlinks.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 5px;
    margin: 0;
    min-height: 50px;
    min-width:  50px;
    max-height: 330px;
    max-width: 330px;
    border: 2px solid #C5D8E1;
    -webkit-border-radius: 10px;
    border-radius:          10px;
    -moz-border-radius:     10px;
    -khtml-border-radius:   10px;
    background: transparent;
}
img.pferde {
    background-image: url(bilder/platzhalterlinks.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    padding: 5px;
    margin: 0;
    min-height: 150px;
    min-width: 150px;
    max-height: 250px;
    max-width: 290px;

        
}

td.pferdebild {
    padding: 0;
    margin: 0;
    min-height: 150px;
    min-width: 150px;
    max-height: 300px;
    max-width: 300px;
    width: 100px;

}
td.pferdeinfo {
     height: 150px;
     max-height: 250px;
     padding-right: 5px;
     padding-left: 5px;
     vertical-align: middle;
     text-align: justify;
     text-decoration: none;
     font-size: 14px;
     font-style: normal;
     font-variant: normal;
     font-weight: bold;
}

td.pferdemenue {
     width: 60px;
     min-width: 60px;
     max-width: 60px;
     margin: 0px;
     padding: 0px;
     vertical-align: bottom;   
     text-align: right;
     text-decoration: none;
     font-size: 14px;
     font-style: normal;
     font-variant: small-caps;
     font-weight: bold;
    
}

table.anlage {
    width: 49%;
    padding-bottom: 20px;

}

div.bottommenue {
    vertical-align: baseline;
    overflow: hidden;
}
img {
    margin: 6px;
    border: none;
    outline: none;
}
.line1 {
    text-align: left;
    text-decoration: underline;
    font-weight: bolder;
    
}
.fehlertext {
    color: #2D537A;
    font-style: italic;
    font-weight: bolder;
    font-size: small;
    font-variant: small-caps;
}

::-moz-selection {
    background-color: #777777;
    color: #B5B5B5;
}
::selection {
    background-color: #777777;
    color: #B5B5B5;
}
:selected {
    background-color: #777777;
    color: #B5B5B5;
}

*[invis],*[invisible],*[i] { border: none; display:block; outline:none; background:transparent; text-decoration: none; text-shadow: none;  }
*[buttonpos],.hiddenunder {
    overflow: hidden;
    position: relative;
    display: block;
   
}
input.hiddenover {
    z-index: 500;
    cursor:  pointer;
    overflow:  hidden;
    position:  absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: transparent none;
    color: transparent;
    text-align: right;
    visibility: hidden;
    font-size: 1px;
    vertical-align: text-bottom;
    border-style: none;
    outline: 0;
}
*[bottom] {

    width: 100%;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
}
#alarmrot,#alarmgruen{ width: 80%; max-width: 100%;}
#leichtrot,*[leichtrot],*[hellrot]      { background-color: #F18686;}
#rot,#red,*[red],*[rot],#alarmrot{ background-color: #FF0000;}
#gruen,*[gruen],*[green],#alarmgruen{ background-color: #00FF00;}
#leichtergruen,*[leichtergruen]      { background-color: #C0D9C0;}
#leichtgruen,*[leichtgruen],*[hellgruen]      { background-color: #C3E895;}
#leuchtgruen,*[leuchtgruen] { background-color: #88FF00;}
#hartgruen,*[hartgruen] { background-color: #008000;}

#gelb,*[gelb] { background-color: #FFFF00;}
#orange,*[orange] { background-color: #f2ab1e;}
/* ************* Fontsize ************************************ */
*[font4] { font-size: 4px;}
*[font5] { font-size: 5px;}
*[font6] { font-size: 6px;}
*[font7] { font-size: 7px;}
*[font8] { font-size: 8px;}
*[font9] { font-size: 9px;}
*[font10] { font-size: 10px;}
*[font11] { font-size: 11px;}
*[font12] { font-size: 12px;}
*[font13] { font-size: 13px;}
*[font14] { font-size: 14px;}
*[font15] { font-size: 15px;}
*[font16] { font-size: 16px;}
*[font12] { font-size: 17px;}
*[font18] { font-size: 18px;}
*[font19] { font-size: 19px;}
*[font20] { font-size: 20px;}
*[font21] { font-size: 21px;}
*[font22] { font-size: 22px;}
*[font23] { font-size: 23px;}
*[font24] { font-size: 24px;}
*[font25] { font-size: 25px;}
*[font26] { font-size: 26px;}
*[i],*[italic]      { font-style: italic;}
*[o],*[oblique]      { font-style: oblique;}
*[c],*[caps],*[sc],*[smallcaps]      { font-variant: small-caps;}
*[b],*[bold]      { font-weight: bold;}
*[u],*[ul],*[underline]      { text-decoration: underline ;}
*[ol],*[overline]      { text-decoration: overline ;}
*[uol],*[oul]      { text-decoration: overline underline ;}
*[shadow]      { text-shadow: 1px 1px 1px;}
*[cap],*[capitalize]      { text-transform: capitalize;}
*[up],*[upper]      { text-transform: uppercase;}
*[low],*[lower]      { text-transform: lowercase;}
input:hover,button:hover { cursor: pointer; }
