@charset "utf-8";
body {
	background: #daa36d;
}

h1 {
	font-size: 150%;
	line-height: 1.4em;
	padding-bottom: 1em;
	font-family:Arial, Helvetica, sans-serif;
}

li, p, span.flow, label, input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 1.5em;
}

p {
	padding-bottom: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	color: #069;
	border-bottom: 1px solid #aaa;
}

a:hover {
	text-decoration:none;
	color: #c30;
	border-bottom: 1px solid #c30;
}

#wrapper {
	width:1024px;
	height: 702px;
	margin-left: auto;
	margin-right: auto;
	background: url(../grafik/bakgrund.jpg) no-repeat;
}

#wrappereditor {
	width:1024px;
	height: 702px;
	margin-left: auto;
	margin-right: auto;
	background: url(../grafik/bakgrund-edit.jpg) no-repeat;
}

#vykort {
	position: relative;
	top: 177px;
	left: 240px;
	width: 750px;
	float: left;
}

div.meny {
	position: relative;
	top: 225px;
	width: 206px;
	float: left;
	color: #fff;
	background: transparent;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 75%;
}

#menycontent {
	left: -657px;
}

#menyintro {
	left: -715px;
}

#content {
	position: relative;
	top: 198px;
	left: 240px;
	width: 652px;
	height: 326px;
	float: left;
	padding: 20px;
	overflow: auto;
}

#editor {
	position: relative;
	top: 200px;
	left: 37px;
	width: 876px;
	height: 362px;
	float: left;
	padding: 0;
	overflow: auto;
}

#editor.padded {
	padding: 20px;
}

#content ul {
	margin-bottom: 1em;
}
#content ul li {
	margin-left: 2em;
	list-style: disc;
}

.meny ul li {
	margin-left: 1em;
	font-size: 100%;
	line-height: 1em;
}

.meny ul li a {
	color: #fff;
	text-decoration: none;
	display:inline-block;
	border: none;
}

.meny ul li span {
	display: inline-block;
	padding-left: 0.8em;
	height: 19px;
	padding-top: 4px;
	width: 170px;
}

.meny ul li span.active {
	background-color: #bd793c;
}

.meny ul li a:hover {
	background: url(../grafik/hover_bg.jpg) no-repeat;
}
p.statement {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	font-style:italic;
	color: #000;
	margin: 2em;
}

span.seeme {
	font-size: 110%;
	font-weight: bold;
}

ul#payments {
	margin-top: 0;
}
