
body
{
	/* default font */
	margin: 0;
	padding: 0;
	line-height: 1.1;
	font: x-small Verdana, Geneva, Arial;
	
}
#wrap
{
	width:1000px;
	/* padding fjernet pga. container med rundede hjørner*/
	/*padding: 0 5px 0 5px;*/
	
}
.tagline
{
	float: left;
	width: 85%;
	padding-left: 40px;
}
#loginlinks
{
	float: right;
	width: 10%;
	text-align: right; 
	padding-right: 5px;
	font-size: 3px;
}

#top
{
	padding-left: 5px;
}
/* main layout*/
#content
{
	float: right;
	/*width: 783px;    ændret efter container med rounded corner */
	width: 750px;
	padding: 5px 0 0 0;
	font-size: 9pt;
}
#sidebar
{
	float: left;
	/*width: 180px;    ændret efter container med rounded corner */
	width: 220px;
	/*height:	700px; fjernet fordi footer modulet lå oppe midt på siden*/ 
	padding: 5px 0 0 0;

}
#foot
{
	clear: both;
	padding: 5px 5px 0 5px;

}



.offerlabel
{
	position:absolute;
	z-index:200; top:35px; right:0px;
	background-color: Yellow;
	
	transform: rotate(45deg);
    transform-origin:right bottom;
    -ms-transform: rotate(45deg); /* IE 9 */
    -ms-transform-origin:right bottom; /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari and Chrome */
    -webkit-transform-origin:right bottom; /* Safari and Chrome */
    -moz-transform: rotate(45deg); /* Firefox */
    -moz-transform-origin:right bottom; /* Firefox */
    -o-transform: rotate(45deg); /* Opera */
    -o-transform-origin:right bottom; /* Opera */
	
	line-height: 35px;
	width: 90px;
	height: 30px;
	opacity: 0.8;
	font-weight: bold;
	display: block;
	text-align: center;
	pointer-events: none;
}
.twoline
{
    height: 40px;
    width: 110px;
}
.twoline span
{
	margin-top:-20px;
	font-weight: normal;
	font-size: 10px;
	display: block;
}
.rounded160_120
{
	width: 160px;
	height: 120px;
	position: relative;
	overflow: hidden;
}
.rounded160_120 img, .rounded160_120 input
{
	width: 160px;
	height: 120px;
	border-radius:10px;
}


