/* BODY & GENERELT */
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.9em;

	background-color: #c0c0c0;
	margin: 1em 0em;
	padding: 0em;
	text-align: center;
	border: none;
}

p {
	font-size: 1.1em;
		color: #ffffff;
}

h1 {
	color: #aa9c7c;
	font-size: 1.5em;
}

h2 {
	color: #ffffff;
	font-size: 1.2em;
}

h3 {
	color: #ffffff;
	font-size: 0.9em;
}

h4 {
	color: #eeeeee;
	font-size: 0.9em;
}

ul {
	color:#ffffff;
}

/* SIDESTRUKTUR */
div#container {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	border:0px #333;
}

/* TEKSTOMRÅDE */
div#textarea {
	height: 340px;
	overflow:auto;
	padding-top: 0em;
	/*margin-top: 1em;
	margin-bottom: 1em;*/
	padding-left: 2em;
	padding-right: 2em;
}

#textarea_bg {
background:url(images/text.jpg);}

#bottom_bg {background:url(images/bottom.jpg);}

div#bottomarea {
	width:839px;
	height:116px;
	text-align:center;
}

/* GENERELLE LENKER */
a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #fff;
	text-decoration: underline;
}

a:active {
	color: #fff;	
}
