/* :::: Frank´s Sattelsorium & Reitstall  ::::: FORMATIERUNG ::::: copyrights by labmonkey.de*/

/* HINTERGRUND */

body {	margin-top:0px; margin-left:0px; margin-bottom:0px; bottommargin:0px; topmargin:0px; leftmargin:0px }

/* TEXT-FORMATIERUNG */

div, p, td {  font-family: Verdana, Arial; font-size: 11px; color:#000000;  }

h1	{ font-family: Verdana, Arial; font-size:15px; color:#7BA060; }
h2	{ font-family: Verdana, Arial; font-size:13px; color:#7BA060; }

/* LINKS */

A:link 		{ color: #7BA060; text-decoration: underline; font-weight: bold; }
A:visited	{ color: #7BA060; text-decoration: underline; font-weight: bold; }
A:active 	{ color: #7BA060; text-decoration: underline; font-weight: bold; }
A:hover 	{ color: #7BA060; text-decoration: none; font-weight: bold; }

/* LINKS-NAVIGATION */

a.navi { display:block; width:178px; height:18px; }

a.navi:link    	{ color:#000000; background-color:transparent; text-decoration:none; font-weight: normal;}
a.navi:visited 	{ color:#000000; background-color:transparent; text-decoration:none; font-weight: normal;}
a.navi:hover   	{ color:#000000; background-color:#AAC198; }
a.navi:active  	{  color:#000000; background-color:#AAC198; }

/* LINKS-NAVIGATION 2-ZEILER */

a.navi2 { display:block; width:178px; height:30px; }

a.navi2:link    	{ color:#000000; background-color:transparent; text-decoration:none; font-weight: normal;}
a.navi2:visited 	{ color:#000000; background-color:transparent; text-decoration:none; font-weight: normal;}
a.navi2:hover   	{ color:#000000; background-color:#AAC198; }
a.navi2:active  	{  color:#000000; background-color:#AAC198; }

/* BILDER */

img { border:0 }

/* RUNDE ECKEN MIT CSS ->http://www.neuroticweb.com/recursos/css-rounded-box/ */

/* set millions of background images */
.rbroundbox { background: url(bilder/box_nt.gif) repeat; }
.rbtop div { background: url(bilder/box_tl.gif) no-repeat top left; }
.rbtop { background: url(bilder/box_tr.gif) no-repeat top right; }
.rbbot div { background: url(bilder/box_bl.gif) no-repeat bottom left; }
.rbbot { background: url(bilder/box_br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }

/* BUTTON */

{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
    background-color: #FFFFFF;
    border: 1px solid #333333;
}

/*PREISSCHILD */

.preis { font-family:Arial;
         font-weight: bolder;
         font-size:18px;
         color:#0B9919;
         background-repeat:no-repeat;
         padding-top:15px; }


/* SUBMIT BUTTONS */

.button {
         border: 2px solid #4CB100;
         background-color: #B4D09F;
         color: #FFFFFF;
         font-weight: bold;
         height: 40px;
         cursor: pointer; }

/* SUBMIT BUTTONS SCHMALL */

.button_klein {
         border: 2px solid #4CB100;
         background-color: #B4D09F;
         color: #FFFFFF;
         font-weight: bold;
         cursor: pointer; }

/* LINK KASSE */

a.kasse:link,
a.kasse:visited,
a.kasse:active {
 text-decoration: underline;
 font-weight: bold;
 color: #15980F;
}

a.kasse:hover { text-decoration: none; }


