/* CSS Document */

html, body {
	margin: 0px 50px; 
	text-align: center; 
	background: #b6c6d6;
    font-family: Verdana, sans-serif;
    font-size: 14px;
	}
td {
    font-family: Verdana, sans-serif;
    font-size: 14px;
    }
 
#container {background: #E42428; 
	width: 650px; 
	margin-right: auto; 
	margin-left: auto; 
	margin-bottom: 10px;
	margin-top: 5px;
	}
.roundtop {background: #b6c6d6;}
.roundbottom {background: #b6c6d6;}
.r1{margin: 0 5px; height: 1px; overflow: hidden; background: #E42428;}
.r2{margin: 0 3px; height: 1px; overflow: hidden; background: #E42428;}
.r3{margin: 0 2px; height: 1px; overflow: hidden; background: #E42428;}
.r4{margin: 0 1px; height: 2px; overflow: hidden; background: #E42428;}
.content {padding: 1px;}

#meny {
	width: 700px; 
	background: #395B80; 
	word-spacing: 10px; 
	margin: 0 auto;
	height: 19px;
    Font-size: 15px;
	}
#main {width: 700px;
	height: 500px;
	background: #FFFFFF;
	Margin: 0 auto;
	}
#contl {width: 145px;
	background-image: url(bilder/contl-back.gif);
	background-repeat: no-repeat; 
	height: 100%; 
	float: left; 
	font-weight: bold;
	color: #ffffff;
	line-height: 20px;	
	}
#contr {width: 540px;
    text-align: center;
	background: #ffffff;
	margin-left: 145px;
	height: 100%;
	height: auto;
	}
#footer {
	width: 700px;
	background: #395B80;
	margin: 0 auto;
	color: #ffffff;
	}
#iframe
	{
    align: center;
	margin: 0 auto;
	overflow: auto;
	width: 470px;
	height: 495px;
	}
.str{
    position: relative;
    top: 280px;
    }
 
.paging:link {text-decoration: underline; color: #0000FF}
.paging:visited { text-decoration: underline; color: #0000ff}
.paging:hover { background-color: #ffffff}
.paging:active { text-decoration: none; color: #0000ff; background-color: #ffffff;}
 
.lank:link {text-decoration: none; color: #0000FF}
.lank:visited { text-decoration: none; color: #0000ff}
.lank:hover { background-color: #ffffff}
.lank:active { text-decoration: none; color: #0000ff; background-color: #ffffff;}
	
a:link { text-decoration: none; color: #ffffff}
a:visited { text-decoration: none; color: #ffffff}
a:hover { background-color: #E42428}
a:active { text-decoration: none; color: #ffffff; background-color: #E42428;}


