@charset "utf-8";
/************************************************************************************************************************/
/* Emotion Sites STYLES */
/************************************************************************************************************************/



/************************************************************************************/
/* Generelle HTML Tags */
html, body
{
margin: 0px;
padding: 0px;
height: 100%;
width: 100%;
/*background-color: #4F1219;*/
background-color: #c0dcae;
}




/* Content  Emotions Seiten  */

#divContentEmotion, #divContentEmotion1, #divContentEmotion2, #divContentEmotion3, #divContentEmotion4, #divContentEmotion5, #divContentEmotion6
{
float: left;
width: 758px;
min-height: 408px;
margin: 0px;
padding: 0px;
background-color: #5F6062;
border: 1px solid #fff;
}

/* Content  Emotions BGs   */ 

#divContentEmotion1
{
background-image: url(../images/background/emotion1.jpg);
background-repeat: no-repeat;
border: none;
}

#divContentEmotion2
{
background-image: url(../images/background/emotion2.jpg);
background-repeat: no-repeat;
border: none;
}

#divContentEmotion3
{
background-image: url(../images/background/emotion3.jpg);
background-repeat: no-repeat;
border: none;
}

#divContentEmotion4
{
background-image: url(../images/background/emotion4.jpg);
background-repeat: no-repeat;
border: none;
}

#divContentEmotion5
{
background-image: url(../images/background/emotion5.jpg);
background-repeat: no-repeat;
border: none;
}

#divContentEmotion6
{
background-image: url(../images/background/emotion6.jpg);
background-repeat: no-repeat;
border: none;
}



/* ContentEmotion  Text  ---- border: 1px solid #fff;   */


.divContentEmotionTxt
{
width: 470px;
padding: 30px 0px 10px 30px;
margin: 0px;
color: #080808;
}




/* ContentEmotion  Titel Positionen */

#divContentEmotion h1 {
color: #E2007A;
position: relative;
padding: 0px;
margin: 30px 0px 0px 60px;
}

#divContentEmotion h2 {
color: #fff;
padding: 10px 0px 30px 30px;
margin: 0px;
}

















