/* -- Charlotte Jørgensen – www.charlotte.no -- */
/* -- LAYOUT -- */
* {
	margin: 0;
	padding: 0;
}
input {
	font-family: Georgia, "Times New Roman", Times, serif;
}
img {
	border: none;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	text-align: center;
	background-color: #e1e1d6;
	color: #424242;
	background-image: url(images/bakgrunn.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 10px;
}
#wrapperInner {
	position: relative;
	width: 890px;
	height: 550px;
	margin: 5px auto 5px auto;
	text-align: left;
	background-color: #e1e1d6;
	color: #424242;
	border-top: 6px double #424242;
	border-bottom: 6px double #424242;
	background-image: url(images/decocorner.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.separatorInvisible {
	height: 0;
	clear: both;
}
/* -- INFO -- */
#info {
	position: absolute;
	margin-left: 20px;
	width: 220px;	
}
#info img {
	margin: 10px 0 20px 0;
}
#info h1 {
	font-size: 1.5em;
	padding-left: 10px;	
}
#info h2 {
	font-size: 1.2em;
	padding-left: 10px;		
}
#info h3 {
	font-size: 1em;
	font-weight: bold;
	padding-left: 10px;	
}
#info p {
	padding-left: 10px;
	line-height: 1.2em;	
}
#info a {
	background-color: #e1e1d6;
	color: #424242;
}
#info a:hover {
	background-color: #e1e1d6;
	color: #660227;
}
/* -- MAIN -- */
#main {
	position: absolute;
	left: 270px;
	width: 620px;
	height: 500px;
	padding: 20px 0 10px 0px;
}
#main img {
	margin: 0 0 20px 0;
}
#main h1 {
	color: #1a4642;
	margin-bottom: 10px;
}
#main h2 {
	color: #1a4642;
}
#main p {
	line-height: 1.5em;
	margin-bottom: 12px;
}
.velkommen {
	width: 500px;
	font-style: italic;
	font-weight: bold;	
}
#slideshow p {
	margin-left: -10px;
	text-align: center;
}
textarea {
	background-color: #e1e1d6;
	margin-bottom: 10px;
}
#slideshow a {
	color: #424242;
	text-decoration: none;
}
input {
	margin-right: 5px;
	margin-left: 5px;
	color: #424242;
	font-size: 1em;
	background-color: #e1e1d6;
	padding: 5px;
	border-style: none;
}
.imgRight {
	float: right;
	padding: 0 20px 0 20px;
	width: 320px;
}

/* -- NAVIGATION -- */
#navigation {
	position: absolute;
	top: 390px;
	margin: 20px 0 0 30px;
}
#navigation ul {
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	list-style: none;
	line-height: 1.4em;
}
#navigation ul li{
	text-decoration: none;
}
#navigation ul li a {
	background-color: #e1e1d6;
	color: #660227;
	text-decoration: none;
	font-weight: bold;
}
#navigation ul li a:hover {
	text-decoration: underline;
}
/* -- COPYRIGHT STUFF -- */
.charlotte {
	font-size: 0.8em;
	text-align: center;
	color: #dbdbce;
	margin-top: 10px;
}
.charlotte a {
	font-weight: normal;
	text-decoration: none;
	color: #424242;
}
.charlotte a:hover {
	color: #660227;
	text-decoration: underline;
}

