@charset "utf-8";
/* CSS Document */


/* ----------------------------------------- Elements ----------------------------------------- */

* {
	margin: 0px;
	padding: 0px;

}

body {
	background-image:url(../pics/extra/hg.gif);
	background-repeat:repeat-x repeat-y;
}

a {
	color:#bf9a24;
	text-decoration:none;
	line-height:15px;
}

a:hover {
	color:#fff;
}


/* -----------------------------------------  Divs ----------------------------------------- */

#wrapper {
	width:933px;
	height:590px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-295px;
	margin-left:-466px;
	
}

#logo {
	margin-top:15px;
	margin-left:15px;
	width:185px;
	height:96px;
	float:left;
}

#logokrems {
  margin-top:15px;
  margin-right:15px;
  height:60px;
  float:right;
  border:none;
}

#facebook {
  margin-top:15px;
  margin-right:15px;
  height:60px;
  float:right;
  border:none;
}

#content {
	background-image: url(../pics/extra/linie.jpg);
	background-repeat:repeat-x;
	height:520px;
	
}

#text {
	position:absolute;
	width:550px;
	height:350px;
	left:80px;
	top:150px;
	overflow:auto;
	}
