/*
	CSS för Vindelns Pappershandel
	Copyright: Daniel Rehn 2007
	Startad: 20070804 18:41
*/

BODY {
	background-color: #EFEADC;
	margin: 0px 0px 0px 0px;
}




.copyright {
	width: 868px;
	height: 75px;
	font-size: 1px;
	background-image: url(Images/copyright_tile.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: right;
	vertical-align: bottom;
}

.logo {
	width: 868px;
	height: 110px;
	font-size: 1px;
	background-image: url(Images/logo_tile.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: bottom;
}

.content_outer {
	width: 868px;
	height: 333px;
	font-size: 1px;
	background-image: url(Images/background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
}

.content {
	width: 848px;
	height: 313px;
	overflow: hidden;
	padding: 10px;
}

.content, .content * {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
}

.content A {
	color: #000099;
	text-decoration: none;
}

.content A:Hover {
	color: #990000;
	text-decoration: none;
}

/*
	BORDER
*/
.top_left {
	width: 19px;
	height: 17px;
	font-size: 1px;
	background-image: url(Images/Border/top_left.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.top_right {
	width: 19px;
	height: 17px;
	font-size: 1px;
	background-image: url(Images/Border/top_right.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.bottom_left {
	width: 19px;
	height: 21px;
	font-size: 1px;
	background-image: url(Images/Border/bottom_left.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
.bottom_right {
	width: 19px;
	height: 21px;
	font-size: 1px;
	background-image: url(Images/Border/bottom_right.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.bottom {
	width: 868px;
	height: 21px;
	font-size: 1px;
	background-image: url(Images/Border/bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.top {
	width: 868px;
	height: 17px;
	font-size: 1px;
	background-image: url(Images/Border/top.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.left {
	width: 19px;
	height: 518px;
	font-size: 1px;
	background-image: url(Images/Border/left.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.right {
	width: 19px;
	height: 518px;
	font-size: 1px;
	background-image: url(Images/Border/right.gif);
	background-position: top left;
	background-repeat: no-repeat;
}



/*
Shaded text
*/

.shadedText {
	padding: 0px 0px 0px 15px;
}

.shadedText H1 {
	color: #CCCCCC;
	position: relative;
	z-index: 5;
	margin: 10px 0px 10px 0px;
}
.shadedText H1 STRONG {
	color: #166AAA;
	position: absolute;
	top: -1px;
	left: -2px;
	z-index: 10;
}

.shadedText H1, .shadedText H1 STRONG {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
}




