/* main.css - style sheet */

html
{
	height: 100%;
}

body
{
	background-color: #a0a0a0;
	MARGIN: 0px;
	PADDING: 0px;
	text-align: center;
	height: 100%;
}

a {
text-decoration: underline;
color: #000000;
}

DIV, TD
{
	text-align: left;
}

DIV#bottom
{
	width: 700px;
	height: 16px;
	background-color:#000000;
	padding-top: 2px;
	text-align: right;
}

DIV#innercontainer
{
	width: 690px;
	margin: 0px;
	height: 100%;
        padding-left: 10px;
        padding-top: 10px;
}

DIV#innercontainer2
{
	width: 700px;
	padding: 0px;
        margin: 0px;
	background-image: url("../diverse_bilder/bg.jpg");
	background-repeat: repeat-y;
}

DIV#logocontainer
{
	width: 700px;
	height: 119px;
	margin: 0px;
	padding: 0px;
}

DIV#outercontainer
{
	width: 700px;
	margin: 0 auto;
        border-left: 1px solid black;
        border-right: 1px solid black;
	padding: 0px;
	background-color:#FFFFFF;
	clear: both;
}

DIV#reviewcontainer
{
	padding: 0px;
        margin: 0px;
	width: 580px;
	float: left;
	margin-left: 40px;
	margin-top: 5px;
}

SPAN.bottomtext
{
	font-size: 10px;
	font-family: verdana, sans-serif, arial;
	color: #FFFFFF;
}

SPAN.bottomtext a
{
	text-decoration: underline;
	color: #FFFFFF;
}

SPAN.smallwhite
{
	font-size: 10px;
	font-family: verdana, sans-serif, arial;
	font-weight: bold;
	color: #FFFFFF;
}

SPAN.smallwhite a
{
	text-decoration: underline;
	color: #FFFFFF;
}
