/* Page */
#header {
	background-image: url('/Css/Images/bg_head_links.jpg');
}
#middle
{
	padding-right: 10px;
	padding-left: 30px;
	padding-bottom: 20px;
	width: 900px;
}
#content-middle
{
}

div.modelblock
{
	width: 600px;
}

/* Länkar */
.linkright
{
	float: right;
	margin: 0px 0px 0px 10px;
}
.linkleft
{
	float: left;
	margin: 0px 10px 0px 0px;
}
.linkbox
{
	margin: 0px 2px;
	background-color: #fbfbfb;
}
.linkbox .right
{
    BACKGROUND-POSITION: right bottom;
    BACKGROUND-IMAGE: url(/Css/Show/Images/linkbox_right.gif);
    BACKGROUND-REPEAT: no-repeat
}
.linkbox .top
{
    BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(/Css/Show/Images/linkbox_top.gif);
    BACKGROUND-REPEAT: no-repeat
}
.linkbox .bottom
{
    BACKGROUND-POSITION: right bottom;
    BACKGROUND-IMAGE: url(/Css/Show/Images/linkbox_bottom.gif);
    BACKGROUND-REPEAT: no-repeat
}
.linkbox .left
{
    BACKGROUND-POSITION: left top;
    BACKGROUND-IMAGE: url(/Css/Show/Images/linkbox_left.gif);
    BACKGROUND-REPEAT: no-repeat
}
.linkbox .header
{
	font-weight: normal;
	font-size: 8pt;
	margin: 7px 5px 5px;
	color: #e9660b;
	letter-spacing: 0.04em;
}

/* Länksida */
.linkpage-group
{
	margin-top: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	width: 600px;
}
.linkpage-group p
{
	margin: 0;
}

.linkpage-block
{
	clear: both;
	width: 600px;
	background-color: #FFF;
	border-bottom: 1px solid #333;
	padding: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.linkpage-block h3
{
	color: #aaa;
	font: bold 16px 'Trebuchet MS', Arial, Sans-Serif;
}
.linkpage-block span {
	float: right;
	display: block;
	width: 200px;
	padding: 20px 0;
	background-color: #FFF;
	border: 1px solid #555;
	text-align: center;
	margin: 0;
}
.linkpage-block .image {
	float: left;
}
.linkpage-block .image img {
	margin: 0;
}
.linkpage-block a
{
	font: normal 13px Arial, Sans-Serif;
}
.linkpage-block:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.linkpage-block-admin
{
	width: 200px;
	background-color: white;
}
.linkpage-block-admin .prio
{
	float: right;
}


