/* ### STIER ALFREDO VORLAGE ### */
#vorlage1 {
    width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #191919;
    border: #0c0c0c solid 1px;
    /* border: 4px double #444; */
}

#vorlage1 .head {
    background-image: url(/designs/002/ohnetext.png);
    height: 150px;
    position: relative;
}

#vorlage1 .head .stier {
    width: 75px;
    height: 75px;
    background-image: url(/images/alfredo.png);
    background-position-y: 56%;
    background-position-x: 102%;
	background-color:#fff;
    background-size: 200%;
    text-align: center;
    padding: 10px;
    position: absolute;
    border-radius: 100%;
    border: #4e4c3d solid 5px;
    /* outline: #fff solid 1px; */
    top: 25px;
    left: 25px;
}

#vorlage1 .head .stier img {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 75px;
}

#vorlage1 .head .titel {
    position: absolute;
    top: 47px;
    left: 140px;
    font-family: 'loveofthunder';
    font-size: 25px;
    text-align: center;
    color: #fff;
    text-shadow: #302f26 1px 1px;
    width: 345px;
    /* background: red; */
}

#vorlage1 .head .untertitel {
    position: absolute;
    top: 80px;
    background: #4e4c3d;
    text-align: center;
    border: rgba(48, 47, 38, 0.42) solid 1px;
    color: #d2d2d2;
    padding: 5px;
    width: 300px;
    text-transform: uppercase;
    font-family: calibri;
    font-size: 9px;
    left: 155px;
}

#vorlage1 #inhalt {
    padding: 30px;
    font-family: calibri;
    line-height: 160%;
}

#vorlage1 #inhalt b { 
		color: #9c976e;
	}
#vorlage1 #inhalt i {
    	font-size: 13px;
    	color: #fff;
	}
#vorlage1 #inhalt u {
		color: #989580;
	}

#vorlage1 #inhalt span {
    background: rgb(78, 76, 61);
    color: #e0e0e0;
    width: 40px;
        margin-left: 10px;
    margin-top: 5px;
    margin-right: 20px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 10px;
    float: left;
    font-family: loveofthunder;
    /* font-weight: bold; */
    letter-spacing: 2px;
    font-size: 12px;
    border: #040404 solid 1px;
    text-shadow: #000 1px 1px;
}

/* ### ALLGEMEINE VORLAGE ### */
#vorlage2 {
    width: 500px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #191919;
    border: #0c0c0c solid 1px;
    /* border: 4px double #444; */
}

#vorlage2 .head {
    background-image: url(/designs/002/ohnetext.png);
   	min-height: 150px;
	box-sizing: border-box;
    padding: 42px;
}

#vorlage2 .head .titel {
	width: 100%;
	margin: 0 auto;
    font-family: 'loveofthunder';
    font-size: 25px;
    text-align: center;
    color: #fff;
    text-shadow: #302f26 1px 1px;
    width: 345px;
    /* background: red; */
}

#vorlage2 .head .untertitel {
	width: 100%;
	margin: 0 auto;
    background: #4e4c3d;
    text-align: center;
    border: rgba(48, 47, 38, 0.42) solid 1px;
    color: #d2d2d2;
    padding: 5px;
    width: 300px;
    text-transform: uppercase;
    font-family: calibri;
    font-size: 9px;
}

#vorlage2 #inhalt {
    padding: 30px;
    font-family: calibri;
    line-height: 160%;
}

#vorlage2 #inhalt b { 
		color: #9c976e;
	}
#vorlage2 #inhalt i {
    	font-size: 13px;
    	color: #fff;
	}
#vorlage2 #inhalt u {
		color: #989580;
	}

#vorlage2 #inhalt span {
    background: rgb(78, 76, 61);
    color: #e0e0e0;
    width: 40px;
        margin-left: 10px;
    margin-top: 5px;
    margin-right: 20px;
    height: 40px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 10px;
    float: left;
    font-family: loveofthunder;
    /* font-weight: bold; */
    letter-spacing: 2px;
    font-size: 12px;
    border: #040404 solid 1px;
    text-shadow: #000 1px 1px;
}