
	body {
	background: #aeab9d url(images/body_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font: 62.5% Georgia, Garamond, Times, serif;
	}
	
	a {
	color: #297caa;
	text-decoration: none;
	}
	
	a:visited {
	color: #990033;
	text-decoration: none;
	}
	
	a:hover {
	text-decoration: underline;
	
	}
	
	#main {
	width: 826px;
	margin: 0 auto;
	background: url(images/main_bg.png) repeat-y;
	}
	
	#top {
	width: 770px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat;
	height: 100px;
	margin-bottom: 10px;
	}
	
	h1 {
	margin: 0;
	padding: 50px 0 0 10px;
	}
	
	h1 a {
	display: block;
	width: 185px;
	height: 40px;
	}
	
	
	#nav {
	clear: both;
	width: 770px;
	margin: 0 auto;
	background: url(images/nav_bg.jpg) no-repeat;
	height: 40px;
	margin-bottom: 10px;
	}
	
	#nav ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 10px;
	}
	
	#nav ul li {
	float: left;
	margin-right: 20px;
	}
	
	#nav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
	padding: 12px 10px 11px 10px;
	}
	
	#nav ul li a:hover {
	background: url(images/nav_hover.png);
	color: #000;
	}
	
	/*
	#nav ul .current_page_item a {
	background: #fff;
	color: #000;
	}
	*/
	
	
	#sidebar {
	width: 200px;
	float: right;
	margin-right: 28px;
	}
	
	#sidebar h3 {
	margin: 0;
	}
	
	#handlekurv {
	margin: 0;
	background: #e0eff5;
	padding: 1px 10px;
	}
	
	
	
	#content {
	background: url(images/content_bg.jpg) repeat-x;
	width: 520px;
	margin-left: 28px;
	padding: 20px 20px 1px 20px;
	color: #4c4c4c;
	}
	
	#content p, #content ul, #content ol {
	font-size: 1.15em;
	line-height: 1.5em;
	text-align: justify;
	}
	
	#content ul ul, #content ol ol {
	font-size: .85em;
	}
	
	#content ul {
	list-style-type: square;
	}
	
	#content h2 {
	font-size: 2.2em;
	margin: 0;
	font-weight: normal;
	}
	
	#content h3 {
	font-size: 1.6em;
	margin: 0;
	font-weight: normal;
	color: #696969;
	margin-bottom: -.55em;
	}
	
	#content h2 a {
	color: #666;
	text-decoration: none;
	}
	
	address {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 60px;
	background: url(images/main_bottom.png) no-repeat;
	width: 826px;
	margin: 0 auto 50px auto;
	text-align: center;
	font-style: normal; 
	color: #666;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	}
	
	address a, address a:visited {
	color: #534741;
	text-decoration: none;
	}
	
	address a:hover {
	color: #a67c52;
	text-decoration: none;
	}
	
	hr {
	text-align: center;
	width: 1px;
	border: 1px solid #fff;
	clear: both;
	margin: 0;
	}
	
	input, textarea {
	max-width: 100%;
	}
	
	#content .postmetadata {
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #ececec;
	padding: 2px 5px;
	font-size: .9em;
	}
	
	#content .date {
	font-size: 1em;
	margin: 0;
	color: #999;
	}
	
	#widgets, #widgets ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}

	#widgets {
	padding-left: 5px;
	color: #666;
	}
	
	#sidebar h2 {
	color: #969696;
	margin: 0;
	margin-top: 25px;
	font-weight: normal;
	}
	
	#widgets ul {
	font-size: 1.1em;
	}
	
	.aktt_tweets li {
	margin-bottom: 10px;
	}
	
	#login a {
	color: #aeab9d;
	}
	