@font-face {
    font-family: Maian;
    src: url('http://indian-mango-specials.de/wp-content/uploads/2013/01/Maian.TTF');
}

@font-face {
    font-family: Maian;
    src: url('http://indian-mango-specials.de/wp-content/uploads/2013/01/Maiandb.TTF');
    font-weight: bold;
}

@font-face {
    font-family: Maian;
    src: url('http://indian-mango-specials.de/wp-content/uploads/2013/01/Maiandit.TTF');
    font-style: italic;
}

@font-face {
    font-family: Garamond;
    src: url('http://indian-mango-specials.de/wp-content/uploads/2013/01/GARA.TTF');
}

@font-face {
    font-family: Garamond;
    src: url('http://indian-mango-specials.de/wp-content/uploads/2013/01/GARADB.TTF');
    font-weight: bold;
}

@font-face {
    font-family: Garamond;
    src: url('http://indian-mango-specials.de/wp-content/uploads/2013/01/GARAIT.TTF');
    font-style: italic;
}


a{
    text-decoration:none;
    color:#990033;
    font-size:1.1em;
}

a:visited{

    color:#990033;
}

a:active{

    color:#990033;
    background:#FEDA7C;
}

a:hover{

    color:#990033;
    background:#F9B900;
}


/*f�r alle headings gilt: */
h1,h2,h3,h4,h5,h6{
    font-weight:lighter;
        font-family: Garamond, Times, serif;
    margin:0;
    padding:0;
    line-height:1em;
    color: #E30A45;
}

h5:first-child{
    margin-top:0;
}

/*f�r jedes einzelne heading gilt ausserdem: */
h1{

}

h2{
    font-size: 2.6em;
    margin-bottom:40px;
    margin-top:40px;
}

h3{
    font-size: 2.2em;
    margin-bottom:9px;
    margin-top:35px;
}

h4{
    font-size: 1.9em;
    margin-bottom:7px;
    margin-top:30px;
}

h5{
    font-size: 1.6em;
    margin-bottom:6px;
    margin-top:25px;
}

h6{
    font-size: 1.3em;
    margin-bottom:5px;
    margin-top:20px;
}

/*spezieller oberer aussenabstand nur f�r  das erste heading im content*/
.content-box h2:first-child,
.content-box h3:first-child,
.content-box h4:first-child,
.content-box h5:first-child,
.content-box h6:first-child{
    margin-top:0;
}

/*Dokument bzw. Seitentitel*/
#header h1, #site-description{
    font-family:Garamond, "Times New Roman", serif;
}

#header h1{
    color:inherit;
}

#header h1 a{
    color:inherit;
}

#header h1 a:hover{
    color:inherit;
}

.serif-type-bigger{
    font-family: Garamond, Times, serif;
    font-size: 1.3em;
    line-height:1.4em;
}



/*Page und Post Titel Grundlegenge Einstellungen*/
.content-title h2, .content-title-spc h2{
    font-size:2.5em;
    text-transform:none;
    margin-top:0;

}

.content-title h3, .content-title-spc h3{
    font-size:1.4em;
    text-transform:uppercase;
    margin-top:15px;
}

.content-box .read-more{
    margin-top:10px;
}

pre{
    white-space:normal;
}


p{
    margin:10px 0 10px 0;
}

hr {
    border: 0;
    color: #cecece;
    background-color: #cecece;
    height: 1px;
}