/* CSS Document */



body {

	background-color: #666666;

	color: #FFFFFF;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;


	padding-top: 30px;

}



#main-win {

	background-color: #FFFFFF;

	color: #000000;

	width: 610px;

	text-align: center;

	border: 3px double #FFFFFF;

}

#link-row {
	background-color: #FFFFFF;
	color: #000000;
	width: 610px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;

}

.link-cell {
	text-align: center;
}

.link-cell-active {
	background-color: #CCCCCC;
	display: block;
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.link-cell a {
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

.link-cell a:hover {
	background-color: #CCCCCC;
	display: block;
}
#content {

	width: 500px;

	text-align: left;


	border-bottom: 1px solid #000000;

	padding-top: 3px;

	padding-bottom: 3px;

}

#content h2 {
	font-size: 18px;
}

#footer {

	width: 500px;

	text-align: right;

}

.bild-body {
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
}

.pris-row-top-border {
	border-top: 1px solid #000000;
}
