﻿/*******************************/
/* Stylesheet für Herztier.com */
/* Version 221017              */
/*******************************/

body {
        font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
    }

    p {
        text-align: center;
        font-size: 12pt;
    	color: #000000;
    	margin-bottom: 10px;
    	margin-left: 2%;
    	margin-right: 2%;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
    	color: #000000;
        font-weight: bolder;
        margin-bottom: 10px;
    	margin-left: 2%;
    	margin-right: 2%;
    }



    li {
       	font-size: 12pt;
    	color: #000000;
    	margin-bottom: 10px;
    	margin-left: 2%;
    	margin-right: 2%;
    }



    table {
    	margin-left:2%;
    	margin-right:2%;
    }


    td {
        text-align: center;
        font-size: 12pt;
    	color: #000000;
    	margin-bottom: 10px;
    	margin-left: 2%;
    	margin-right: 2%;
    }


    h1 {
    	font-size: 18pt;
    }


    h2 {
    	font-size: 16pt;
    }


    h3 {
    	font-size: 14pt;
    }


    h4 {
    	font-size: 13.5pt;
    }


    h5 {
    	font-size: 13pt;
    }

    .einzug {
    	font-size: 12pt;
    	text-align: justify;
    	margin-left:2%;
    }

    hr	{
    	margin-left:2%;
    	margin-right:2%;
    }

    a {
        background:    #ffffff;
        color:         #ff9900;
    }

    a:focus,
    a:hover {
        background:    #ff9900;
        color:         #ffffff;
    }

    a:visited:hover {
        background:    #ff9900;
        color:         #ffffff;
    }

    a:visited {
        background:    #ffffff;
        color:         #AC19CC;
    }

    a:visited:hover {
        background:    #ff9900;
        color:         #ffffff;
    }
    a.knopf {
        background:    #ffffff;
        border:        1px solid #556699;
        border-radius: 11px;
        box-shadow:    1px 1px #666666;
        padding:       20px 45px;
        color:         #ff9900;
        display:       inline-block;
        font:          normal bold 22px/1 "Open Sans", sans-serif;
        text-align:    center;
        text-shadow:   1px 1px #000000;
    }

    a.knopf:focus,
    a.knopf:hover {
        background:    #ff9900;
        border:        1px solid #556699;
        border-radius: 11px;
        box-shadow:    1px 1px #666666;
        padding:       20px 45px;
        color:         #ffffff;
        display:       inline-block;
        font:          normal bold 22px/1 "Open Sans", sans-serif;
        text-align:    center;
        text-shadow:   1px 1px #000000;
    }

    a.knopf:active {
        background:    #ff9900;
        border:        1px solid #556699;
        border-radius: 11px;
        box-shadow:    1px 1px #666666;
        padding:       20px 45px;
        color:         #ffffff;
        display:       inline-block;
        font:          normal bold 22px/1 "Open Sans", sans-serif;
        text-align:    center;
        text-shadow:   1px 1px #000000;
    }


/************************/
/* Klassen              */
/************************/

.zentriert {
	text-align: center;
	}

.kleingedrucktes {
	font-family: "MS Reference Sans Serif", "MS Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	margin-bottom: 9px;
	margin-left: 2%;
	margin-right: 2%;
	}

.blocksatz {
	text-align: justify;
	}

.hintergrund_orange {
	background-color: #FFCE00;
	}

.hintergrund_orange_zentriert {
	font-size: 13pt;
	text-align: center;
	background-color: #FFCE00;
}

.gr15 {
 	font-size: 15pt;
}

.gr18 {
 	font-size: 18pt;
}

.gr22 {
 	font-size: 22pt;
}