/*
Theme name: Mig selv
Theme uri: http://hennystewart.com
Version: 1
*/
body {
	text-align: center;
	background-color: #fff;
	font-family: georgia, times, 'times new roman', serif;
	background-image: url(moimeme2.jpg);
	background-attachment: fixed;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}
#box {
	width: 750px;
	border: 7px solid #dd0000;
	margin: 20px 150px 10px auto;
	text-align: left;
	background-image: url(bg.png)
}
#indhold {
	padding: 15px;
	margin: 0 160px 0 10px;
	line-height: 1.4;
	border-right: 1px solid #949494;
}
#indhold a {
	color: #000;
	font-weight: bold;
}
#indhold a:hover {
	color: #dd0000;
}
#header {
	height: 120px;
	font-family: georgia, times, 'times new roman', serif;
	font-size: 48pt;
	padding: 30px 0 0 30px;
	color: #949494;
	border-bottom: 1px solid #949494;
}
#subheader {
	font-style: italic;
	color: #000;
	font-size: large;
}
#subheader a {
	text-decoration: none;
	color: #000;
}
#subheader a:hover {
	text-decoration: underline;
}
#menu {
	float: right;
	width: 140px;
	font-size: medium;
	font-family: georgia, times, 'times new roman', serif;
	padding: 30px 0px 10px 20px;
	border-left: 1px solid #949494;
}
#menu a {
	text-decoration: none;
	color: #000;
	display: block;
}
#menu a:hover {
	text-decoration: underline;
}
#search {
	text-align: right;
}
#footer {
	clear: both;
	height: 32px;
	text-align: center;
	border-top: 1px solid #949494;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	color: #949494;
	font-weight: normal;
	text-transform: uppercase;
	font-size: medium;
	font-family: verdana, tahoma, arial, sans-serif;
}