* 
{
  margin: 0px;
  padding: 0px;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

/* General elements */
.clear
{
  clear: both;
}

h1
{
	font-size: 17px;
	margin-bottom: 5px;
}

strong
{
  font-weight: bold;
}

p
{
  line-height: 17px;
}

/* Styles for page layout */
body 
{
  text-align: center;
  background-color: #656565;
	padding-top: 40px;
	padding-bottom: 40px;
}

#wrapper 
{
  width: 832px;
	height: 373px;
	margin: 0 auto;
  text-align: left;
  overflow: hidden;
	background-color: #fff;
	padding-top: 387px;
	/*background: #fff url(../grafikk/background.png) no-repeat left top;*/
}

.menu-item
{
  cursor: pointer;
}

div#signup
{
  width: 304px;
	height: 343px;
	float: left;
	overflow: hidden;
	padding-left: 75px;
	padding-top: 30px;
}

div#contentwrapper
{
  width: 453px;
	height: 373px;
	float: left;
	overflow: hidden;
}

input.text
{
  border: 0px solid #fff;
	width: 210px;
	height: 20px;
}

label.text
{
  display: block;
	float: left;
	width: 55px;
	font-weight: bold;
}

#signup p
{
	height: 25px;
	line-height: 25px; 
}

#signup p.radiobox
{
	height: 20px;
	line-height: 20px; 
}

input.button
{
	margin-top: 5px;
	margin-right: 38px;
	padding: 0px 5px;
	float: right;
}

div#lastissue
{
  padding-left: 30px;
	width: 261px;
	height: 127px;
	overflow: hidden;
	float: left;
}

div#menu
{
  width: 150px;
	height: 107px;
	overflow: hidden;
	float: left;
	padding-top: 20px;
}

.menu-item
{
  color: #fff;
	width: 100px;
	margin-top: 4px;
	height: 16px;
	line-height: 16px;
}

#content
{
  padding: 10px 10px 0px 5px;
}

#content p
{
  line-height: 18px;
	margin-bottom: 10px;
}

#content a
{
  color: #df248d;
	text-decoration: none;
}

#content a:hover
{
  background-color: #df248d;
	color: #fff;
	text-decoration: none;
}

#lastissue a
{
  display: block;
	float: left;
	margin-right: 20px;
}


