* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ffffcc;
	background: #ffffcc url('../images/bg.jpg') no-repeat fixed top center;
	
}

p, h1, h2, h3, h4, h5, h6, blockquote, li, a {
	font-family: Verdana, Geneva, sans-serif;
}

h2 {
font-family: Georgia, serif;
font-weight: normal;
color: #000;
font-size: 180%;
font-style: italic;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
}

#container {
 	background-color: #fff; 
	width: 45em;
	margin: 0px auto;
	border: 1px solid #ccc;
	border-top: none;
	padding: 1em;
}

#header {
	/* margin-left: 10em; */
/*	padding-left: 1em; */
}

#header img {
	width: 15em;
}

#obs {
	border: 1px solid #EDE;
	padding: 1em;
	background-color: #EEDDF9;
	margin: -1em 0 1em 0;
}

h1 {
	font-family: Antropos, "Palatino Linotype", "Book Antiqua", Palatino, serif;	
	font-size: 300%;
	text-align: center;
}

#navigation {
	width: 45em;
	background-color: #fee;
	margin-bottom: 2em;
}

#navigation ul {
list-style-type: none;
list-style-position: inside;
}

#navigation li {
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0.15em;
	font-size: 85%;
	float: left;
	padding: 1.1em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

#navigation a {
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	color: #555;
	text-decoration: none;
}

#navigation a:hover {
/*	background-color: #edd; */
/*	border-bottom: 1px solid #c99; */
	color: #333;
/*	text-decoration: underline; */
}

#content {
	width: 45em;
/*	background: #fff url('../images/stars.gif') no-repeat scroll top center; */
	float: left;
/*	border: 1px solid black; */
}

#content h2 {
	margin-bottom: 0em;
	letter-spacing: 0.05em;
}

#content p {
	padding-bottom: 1em;
	font: normal normal normal 0.8em/1.5em Verdana, Geneva, sans-serfi;	
}

#content p img {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-top: 0.4em;
	border: 1px solid #000;
	height: 13.1em;
}

#content p img.right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	margin-top: 0.4em;
	border: 1px solid #000;
	height: 13.1em;
}

#content li {
	list-style-type: none; 
	list-style-position: outside;
	color: #999;
}

#content li:hover {
/*	list-style-type: disc;	*/
}

#content a {
	font: normal normal normal 0.8em/1.5em Verdana, Geneva, sans-serif;	
	text-decoration: none;
	color: #669;
}

#content p a {
	font: normal normal normal 0.9em/1.5em Verdana, Geneva, sans-serif;	
	text-decoration: underline;
	color: #336;
}

#content a:hover {
	color: #336;
}

#content p.quote {
	font-style: italic;
}

#sidebar {
	width: 19em;
	float: left;
}

#main {
	width: 31em;
	float: left;
}

#footer { 
	clear: both;
	width: 45em;
	border-top: 1px solid #ddd;
/*	border: 1px solid black; */
}

#footer h6 {
font-size: 80%;
}

#footer p {
	font-size: 80%;
}

#adress {
 width: 22.5em; /* with email 15em */
float: left;
}

#telefon {
	width: 22.5em; /* with email 15em */
	float: left;
}

#epost {
	display: none;
	width: 15em;
	float: left;
}

#stretcher {
	clear: both;
}

#credit {
	width: 47em;
	margin: 0px auto;
}

#credit p {
	text-align: right;
	font-size: 75%;
	color: #cca;
}

#credit p a {
	color: #cca;
	text-decoration: none;
}

#credit p a:hover {
	color: #aa9;
}