@charset "utf-8";

/* home_screen.css */

/* ##### AGB und Impressum ##### */

.agb_act, .impressum_act {
  color: #ed1ea1;
}

body {
  background: #30690a url(../images/backgrounds/greenBubbleBackground.jpg);
}


/* ##### Columns ##### */

#columnMiddle {
	 float: left;
  width: 495px;
    margin-top: 20px;
}

#columnRight {
 	float: right;
  height: 290px;
  width: 222px;
  margin-right: 34px;
}

#columnRightInnerWrap {
	 position: relative;
}

#luckyParagragh {
  position: absolute;
  height: 248px;
  width: 222px;
  top: 30px;
}

#facebook {
  position: absolute;
  height: 25px;
  width: 84px;
  top: 315px;
  left: 73px;
}

#columnLeft {
	 float: left;
  width: 165px;
}

#columnLeft img {
  margin-top: 220px;
  margin-left: 25px;
}
