body {
	position: relative;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

.content {
	position: relative;
	margin: 0 auto;
	width: 1012px;
	visibility: visible;
}
.bookframe {
	position: relative;
	left: 70px;
}
.bookcenter {
	position: relative;
	width: 750px;
	left: 70px;
	text-align: center;
}

.col_left {
	width: 45%;
	float: left;
	padding-left: 5px;
}
.col_right {
	width: 45%;
	float: right;
}
li p {
	margin-top: 0;
	padding-top: 0;
	margin-left: 0px;
}

#vi_accepterar {
	font-family: Georgia, Times New Roman, Times, serif;
}

#form_kundkonto {
	border: 1px solid grey;
	padding: 10px;
}

#app_banner {
	position: absolute;
	left: 100px;
	top: 270px;
	width: 140px;
	z-index 2;
	padding: 5px;
	background: white;
	background: rgba(255,255,255,0.75);
	border:1px black solid;
	border-radius: 15px;
	-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.45);
}
#app_banner .header {
	padding-bottom: 13px;
	text-align:center;
}

.popup {
	position: fixed;
	height: 580px;
	width: 700px;
	left: 40%;
	top: 30%;
	margin-left:-180px;
	margin-top:-180px;
	z-index 10;
	padding: 5px;
	background: white;
	border:1px black solid;
	display: none;
	-moz-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.45);
	overflow: auto;
}
.popup .header {
	background: #eee;
	padding-bottom: 13px;
	text-align:center;
}
.popup .header a {
	float: right;
}
.popup .body {
}

div.page_content {
	position: relative;
	width: 900px;
	margin: 15px auto;
	padding: 10px;
	border: 0px;
/*	border: 1px solid #ccc;
	border-radius: 15px;*/
	/* Drop-shadow in lower-left corner. */
/*	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;*/
	/* Shadow all around. */
/*	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;*/
}

div.textcontent {
	float:left;
	width:588px;
	padding:0;
	border:0;
	margin:0px auto 0px 0px;
	position:relative;
	left:0px;
	top:0px;
}

div.sidecontent {
	float:right;
	width:auto;
	padding:0;
	border:0;
	margin:0px 0px 0px auto;
	position:relative;
	right:0px;
	top:0px;
	text-align:center;
}

.textflow {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.7em;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	vertical-align: top;
	text-align: left;
	letter-spacing:0.01em;
	line-height:145%;
	padding:0px 0px 0px 0px;
	border:0;
	margin:5px 5px 5px 5px;
}

.rubrik {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.8em;
	font-weight: 600;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: left;
	position: relative;
	letter-spacing:0px;
	padding:0px 0px 0px 0px;
	border:0;
	margin:0px 0px 10px 0px;
}

.meny2 {
	display:block;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.7em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-align: left;
	outline-style: none;
	font-weight:600;
	color:#557840;
	letter-spacing:0.03em;
}

.meny2 b {
	top:-5px;
	position:relative;
}

.meny2 a:link,a:visited{
	text-decoration: none;
	color:#557840;
	outline-style: none;
}

.meny2 a:hover {
	text-decoration: none;
	color:#5b8c3d;
	outline-style: none;
}

.meny2 a:active {
	text-decoration: none;
	color:#557840;
	outline-style: none;
}

.input {
	color: #000000;
	background: #DCDCDC;
	border: 1px solid gray;
	vertical-align:top;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	padding:3px;
	margin: -2px 0px 0px 0px;
	left:180px;
	position:absolute;
}

.radioinput {
	color: #000000;
	background: #FFFFFF;
	border: 0px;
	vertical-align:middle;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	padding:4px;
	margin: 4px;
	left:0px;
	position:relative;
}

.submitinput {
	color: #000000;
	background: #CCCCCC;
	border: 1px solid #000000;
	vertical-align:middle;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	padding:8px 18px 8px 18px;
	margin: 0px;
	left:0px;
	position:relative;
}

textarea {
	color: #000000;
	background: #DCDCDC;
	border: 1px solid gray;
	vertical-align:top;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	font-weight: 500;
	font-style: normal;
	font-variant: normal;
	padding:3px;
	margin: 0px 0px 0px 0px;
	left:0px;
	position:relative;
}

.menu {
	position: absolute;
	top: 33px;
	left: 200px;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu ul li {
	position: relative;
	display: inline;
	float: left;
}
.menu ul li a {
	cursor: pointer;
	text-align: center;
	display: block;
	width: 80px;
	padding: 10px 8px;
	border: 1px solid #ccc;
	border-left: none;
	text-decoration: none;
	background: url(img/MenyMitten.jpg) repeat-x right;
	color: black;
	font: bold 13px Tahoma;
}
.menu .chosen {
	background: url(img/MenyMittenVald.jpg) repeat-x right;
}
.menu .left {
	border-left: 1px solid #ccc;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.menu .right {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
.menu ul li a:hover{
	background: url(img/MenyMittenMouseover.jpg) center center repeat-x;
}

.textcenter {
margin: 0 auto;
	width: 750px;
	text-align: center;
}

