			body{
				margin: 0;
				padding: 0;
				font-family: Georgia;//tahoma, helvetica, verdana;//Georgia;
				font-size: 14px;

				text-align: justify;
				background: #E9F8FD;
			}
			div#page{
				background: url(img/pagemiddle.png) repeat-y top left;
			}
			div#left{
				width: 391px;
				background: url(img/middle.jpg) repeat-y top left;
				float: left;
				display: inline; /* IE Fix */
			}
			div#left div#lefthead{
				background: url(img/top.jpg) no-repeat top left;
				padding: 280px 140px 0 70px;
			}
			div#leftfoot{
				background: url(img/bottom.jpg) no-repeat top left;
				width: 391px;
				height: 174px;
				float: left;
			}
			div#right{
				width: 607px;
				float: left;
				display: inline; /* IE Fix */
				padding: 75px 0 0 0;
				background: #E9F8FD;
			}
			div#right div#right2{
				background: url(img/middle1.jpg) repeat-y top left;
			}
			div#right div#right2 div#righthead{
				background: url(img/top1.jpg) no-repeat top left;
				padding: 210px 50px 0 15px;
			}
			div#rightfoot{
				background: url(img/bottom1.jpg) no-repeat bottom left;
				width: 607px;
				height: 176px;
				float: left;
			}

.menufont {
	font-size: 19px;
	color: #000000;
	text-align: left;
}

.menufont a {
	color: #000000;
	text-decoration: none;
}

.menufont a:hover {
	color: #0062BA;
	text-decoration: none;
}

.lastcomment {
	width: 176px;
	margin-top: 10px;
	font-size: 14px;
	text-align: left;
	padding: 0px 4px 0px 4px;
	border: 0px;
}

.lastcomment a {
	color: #000000;
}

.lastcomment hr {
	font-size: 6px;
	color: #FFFFFF;
	height: 0px;
	border: 0px;
}

.blogroll {
	background: url('img/kommentarbg.PNG') no-repeat;
	width: 174px;
	border-left: 1px solid grey;
	border-right: 1px solid grey;
	text-align: center;
	font-size: 16px;
}

.blogroll a {
	color: #000000;
	text-decoration: none;
}

.blogroll a:hover {
	color: #000000;
	text-decoration: underline;
}

.headline {
	font-size: 20px;
	color: #000000;
	font-weight: bold;
}

.headline a {
	color: #000000;
	text-decoration: none;
}

.headline a:hover {
	color: #0062BA;
	text-decoration: none;
}

.pages {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
}

.pages a {
	background-color: #FFFFFF;
	color: #0062BA;
	padding: 4px;
	padding-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #0062BA;
}

.pages a:hover {
	background-color: #FFFFFF;
	color: #84BA3C;
	padding: 4px;
	padding-top: 0px;
	margin-right: 2px;
	margin-left: 2px;
	border: 1px solid #84BA3C;
}

.info {
	font-size: 11px;
	color: #666666;
}

a {
	color: #0062BA;
	text-decoration: none;
}

a:hover {
	color: #84BA3C;
	text-decoration: none;
}

hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	border: 0px;
	width: 100%;
}

input {
	border: 1px solid;
	height: 25px;
	width: 100%;
	font-size: 17px;
}

textarea {
	border: 1px solid;
	width: 100%;
}

button {
	background-position: left center;
	margin-top: 5px;
	border: 0px;
	font-size: 17px;
	font-family: Georgia;
	color: #FFFFFF;
}

.content {
	background-color: #FFFFFF;
	width: 542px;
	padding: 5px;
	//border: 1px solid #DDDECD;
}

.quote {
	background-color:#FFFFFF;
	margin-bottom:10px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	color: #2E2E2E;
	border-left: 1px solid #84BA3C;
}

.comment_blue{
	background-color: #E6E6FA;
	width: 95%;
	margin: auto;
	margin-bottom: 10px;
	padding: 5px;
	border-left: 2px solid #0062BA;
}
.comment_grey{
	background-color: #FFFFFF;
	width: 95%;
	margin: auto;
	margin-bottom: 10px;
	padding: 5px;
	border-left: 2px solid #0062BA;;
}