@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

#picture {
	float: right;
	background-image: url(../img/ekscenter.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 50px;
	width: 100%;
	vertical-align: middle;
}

#center_box{
	position:absolute;
	margin:-200px 0px 0px -200px;
	top: 50%; 
	left: 50%;	
}

.container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(../img/eksbck.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 400px;
	margin: 0px;
	padding: 0px;
}

#top {
	width: 100%;
	vertical-align: middle;
	height:100px;
}

#bottom {
	width: 100%;
	vertical-align: middle;
	height: auto;
}

#content {
	margin-left: 30px;
	margin-top: 40px;
	margin-right: 30px;
	margin-bottom: 10px;
}

#menu {
	text-align: right;
	margin-right: 30px;
	margin-top: 45px;
}

#menu a:link  {
	text-decoration: none;
	color: #333333;
}

#menu a:visited  {
	text-decoration: none;
	color: #333333;
}

#menu a:active  {
	text-decoration: none;
	color: #333333;
}

#menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
}



body{
	background-color: #E7E7E7;
}

.scroll-pane {
	width: 340px;
	height: 250px;
	overflow: auto;
	float: left;
}
p {
	text-align: left;
}

#content a:link  {
	text-decoration: none;
	color: #AC272C;
}

#content a:visited  {
	text-decoration: none;
	color: #AC272C;
}

#content a:active  {
	text-decoration: none;
	color: #AC272C;
}

#content a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #333333;
}
.title {
	font-weight: bold;
	color: #C52F31;
}
