body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 10px 0 0 0;
	/** background: #FFF url(/bilder/backnyqa.jpg) no-repeat; **/
}

a {
	text-decoration: none;
	background-color: #EEECDF;
	color: #000;
	text-shadow: none;
	padding: 5px;
}

a:hover {
	background-color: #000;
}


h1 {
	color: #333;
}

h2 {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6em;
	text-shadow: #FFF 1px 1px 0px;
	color: #555;
}

.blogpost {
	margin: 30px 0 30px 0;
	border-bottom: 0px dashed #CCC;
	padding-bottom: 10px;
}

.blogpost h1 a 
{
	background-color: #E3DFCC;
	padding: 5px 10px 5px 10px;
	margin-left: 15px;
}

.blogpost h1 a:hover 
{
	background-color: #000;
	color: #FFF;
}

.blogpost .content 
{
	padding-left: 15px;
}

.covernext {
	position: fixed;
	left: 820px;
	height: 20px;
	margin-top: 20px;
	width: 160px;
	background: url(/bilder/transp.gif);
	display: none;
}

.coverprev {
	position: fixed;
	left: 920px;
	width: 160px;
	top: 40px;
	background-color: #333;
	color: #999;
	font-size: 12px;
	font-weight: bold;
}

.divbutton {
	float: right;
}

.divbutton a {
	color: #999;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	width: 160px;
}

.jumpdiv {
	height: 20px;
	width: 20px;
	margin: 0 0 50px 0;
}

.prevpost a {
	left: 920px;
	position: fixed;
	color: #999;
	top: 100px;
	text-decoration: none;
	outline: none;
}

.linkprev {
	display: none;
}


.nextpost a {
	top: 64px;
}

.nextpost a, .textdivnext {
	position: fixed;
	left: 920px;
	width: 160px;
	color: #999;
	text-decoration: none;
	outline: none;
}

.nobg {
	background-color: #FFF;
}

.nobg:hover {
	background-color: #FFF;
}

.nextpost a:hover, .prevpost a:hover {
	color: #FFF;
	background-color: #000;
}

.posted {
	color: #999;
	padding-left: 15px;
}

.textdivnext {
	display: none;
	color: #CCC;
	top: 70px;
}

.textdivprev {	
	top: 100px;
	position: fixed;
	left: 920px;
	width: 160px;
	background-color: #EEE;
	color: #999;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

.top {
	width: 930px;
/**	height: 101px;**/
	margin-left: 33px;
	float: left;
	margin-bottom: 70px;
}

.top a
{
	font-size: 32px;
	background-color: #000;
	padding: 8px 13px 8px 13px;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
	
.top a:hover 
{
	background-color: #FFF;
	color: #000;
}

.wrapper {
	width: 700px;
	margin-left: 20px;
}

.ztest {
	width: 1000px;
	height: 2px;
	background-color: red;
	position: absolute;
	display: none;
}