@charset "utf-8";
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: lighter;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: justify;
	white-space: normal;
	margin: 0;
	bottom: 0px;
	line-height: 14px;
	letter-spacing: 1px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 18px;
}
#hr {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #000; 
	border-style: none none dotted;
	width: 540px;
}
#hrmenu {
	color: #fff; 
	background-color: #fff; 
	border: 1px dotted #000; 
	border-style: none none dotted;
	width: 100%;
}
#headline-large {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: thin;
	font-variant: normal;
	letter-spacing:3px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
#headline-small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-align: left;
	white-space: inherit;
	letter-spacing: 2px;
	line-height: normal;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: inherit;
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	font-weight: lighter;
	border-bottom: 1px dotted #000;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #000000;
	text-decoration: none;
	font-weight: lighter;
}
a:focus{
	outline:none;	
}
input.btn {
	border: 1px solid #000000;
	background-color:#FFFFFF;
	font-size:11px; 
	font-family:"Georgia", Times New Roman, Times, serif;
	color: #000000;
	font-variant: small-caps;
}
#menu {
	z-index:5;
	background-color:#FFFFFF;
	bottom:0;
	height:100%;
	left:15px;
	opacity:0.9;
	overflow:hidden;
	position:fixed;
	top:0;
	vertical-align:sub;
	width:180px;
	padding-right:10px;
	padding-left:10px;
}
#content {
	position: absolute;
	left:230px;
	width: 570px;
	height: 90%;
	text-align:left;
	z-index:1;
}
#pagecontent {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index:0;
}
#add {
	position: absolute;
	overflow:hidden;
	top:20px;
	left:820px;
	width: 420px;
	height: 595px;
	z-index:0;
}
select {
	font-family:"Times New Roman", Times, serif;
	size:8px;
	font-style:italic;

}

/*blog*/

#headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: thin;
	font-variant: normal;
	letter-spacing:3px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
#date {
	font-family: georgia;
	font-size:12px;
	font-style: italic;
	color: #000;
	font-weight: lighter;
	letter-spacing: 3px;
}
#postContent {
	font-family:"Times New Roman", Times, serif;
 	font-size: 11px;
	font-style: italic;
	color: #000;
	font-weight: lighter;
	letter-spacing: 1px;
	line-height: 18px;
}
#author {
	font-family:"Times New Roman", Times, serif;
 	font-size: 11px;
	font-style: italic;
	color: #000;
	font-weight: lighter;
	letter-spacing: 1px;
	line-height: 18px;
}
hr {
	border : none;
	border-top : dotted 1px #000;
	height : 1px;
}
img {
	border:none;
	display:block;
}
#entercontent {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	z-index:0;
	background-image: url(../img/fredrikakum-enter-bg.gif);
	background-repeat:repeat;
}
#enterenter {
	position: absolute;
	width:600px;
	height: 200px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background:#FFF;
	z-index:10;
}
#workContent {
}