@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	font-size:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background: #f1f1f1;
	margin: 0;
	padding:0;
	line-height:16px;
}
a { color: #3399ff;text-decoration:underline;font-weight:bold;}
a:hover { color: #000;background:none;}

a:active {outline-style: none;}
a:focus {outline-style: none;}

#wrapper {
	margin:0 auto;
	min-width:961px;
	width:100%;
	background:#f1f1f1;
}
.page {
	margin:0 auto;
	width:883px;
	padding:30px 40px 0 40px;
	background:url(../_img/bg-page.png) repeat-y;
	overflow:hidden;
}
h1, h1 a, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:100;
	font-size:2.4em;
	color:#333;
	margin-top:5px;
}
h1 a, h1 a:active {
	font-size:1.1em;
	line-height:1em;
	color:#333;
	text-decoration:none;
}
h1 a:hover {
	text-decoration:underline;
}
h2 {
	font-size:1.8em;
	color:#6c6c6c;
}
h3 {
	font-size:1.4em;
	padding-bottom:0;
	margin:15px 0 5px 0;
	text-shadow: #ccc 0px 1px 1px;
}
h4 {
	font-size:1.4em;
	font-style:italic;
	color:#7e7e7e;
	padding:15px 5px 0 5px;
	margin:0;
}
/* Tag list */
#more-tags-listing ul, ul#tag {
    margin: 0;
	padding:0;
}
ul#tag li, #more-tags-listing li {
    list-style: none;
 	padding:0;
	margin: 0;
    vertical-align: top;
}
ul#tag li a, #more-tags-listing li a {
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: underline;
}
ul#teaser, ul#tag {
	list-style:none;
	list-style-type:none;
	padding:0;
	margin:0;
}
/* Search input */
.searchbox {
	background:url(http://dl.dropbox.com/u/697978/web/_img/input_bg.png) center no-repeat;
	width:279px;
	color:#888;
	font-weight:bold;
	border:none;
	float:right;
	padding:8px 0px 8px 14px;
}
/* Search result page */
.searchresults {
    margin: 0;
	color:#999;
	font-size:10px;
	font-weight:bold;
}
/* Bottom Teasers */
ul#teaser li {
	height:281px;
	width:216px;
	float:left;
	color:#aaa;
	padding:0;
	margin-bottom:15px;
	position:relative;
	display:block;
}
ul#teaser li a {
	background:url(../_img/box.png) no-repeat;
	font-weight:normal;
	width:197px;
	padding:0 0 10px 14px;
	height:281px;
	color:#aaa;
	text-decoration:none;
	display:block;
	overflow:hidden;
}
ul#teaser li a:hover {
	background:url(../_img/box_over.png) no-repeat;
	width:197px;
	height:281px;
	color:#666;
/*	text-shadow: #ccc -0px -0px 1px;*/
}
ul#teaser li h4 {
	padding:15px 0 10px 0;
}
ul#teaser li img {
	display:inline;
	padding:25px 0  0 0;
	border:none;
}
.last {
	margin-right:0;
	padding-right:0;
}
ul#teaser li .go, ul#teaser li .featured {
	background:url(../_img/go.png) no-repeat;
	height:57px;
	width:57px;
	z-index:99;
	position:absolute;
	top:7px;
	right:6px;
}
ul#teaser li .featured {
	background:url(../_img/featured.png) no-repeat;
}

/* Pagination */
.pagination {
    margin:0 auto;
    text-align:center;
}
.pagination a {
	font-size:14px;
}

/* Misc */
img {
	border:none;
}
img.borders {
	display:none;
	background:#f1f1f1;
	padding:4px;
	border:none;
	max-width:876px; !important
}
/* buttons */
a.imagebutton {
    display: block;
	margin-top:10px;
    height: 23px;
    background-repeat: no-repeat;
}
    a.imagebutton:hover {
        background-position: 0 -23px;
		cursor:pointer;
    }
a.imagebutton.button-moreinfo {
    width: 100px;
    background-image: url("http://neuburg.dk/test/_img/button-moreinfo.gif");
}
.assistivetext {
    display: none;
}
span.amp {
	font-family: Palatino Linotype, "Book Antiqua", Constantia, serif;
	font-style:italic;
}
.clear, .clear_graphic {
	clear:both;
	border-top:1px dotted #D5D5D5;
	margin:10px 0 0 0;
}
.clear {
	clear:both;
	border:none;
}
blockquote, blockquote.posterous_medium_quote, blockquote.posterous_short_quote {
	background: url(http://dl.dropbox.com/u/697978/web/_img/blockquote.gif) left top no-repeat;
	padding:10px 0 10px 35px;
	margin:20px 0;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#707070;
	width:80%;
	border-left:none !important;
}
blockquote:hover {
	color:#333333;
}
img a {
	border:none;
}
hr {
	border:0;
	width:100%;
	color:#666;
	background-color:#666;
	height:1px;
}
#example {
	background:#f1f1f1;
	border-top:1px dotted #D5D5D5;
	border-left:1px dotted #D5D5D5;
	border-bottom:1px dotted #D5D5D5;
	padding:4px 4px 0px 4px;
	margin-top:100px;
	position:absolute;
	top:0;
	right:19px;
	width:30px;
	z-index:1;
	text-align:center;
}
#example a, #example a:hover {
	display:block;
	color:#C03;
	text-decoration:none;
	font-weight:bold;
}
#example a:hover {
	color:#333;
}
.pagination {
	font-weight:bold;
	font-size:14px;
}
#posterous_required_header {
	display:none;
}
/* FOOTER */
.home_footer {
	width: 100%;
	padding: 0;
	border-top:1px solid #eee;
}
.home_footer div.inner {
	background: #fcfcfc;
	height: 185px;
	padding: 25px 0 0 25px;
}
.home_footer div.inner > div {
	float: left;
	width: 160px;
	margin: 0 30px 0 0;
}
.home_footer ul {
	margin:0;
	padding-left:22px;
	list-style:none;
	list-style-type:none;
}
.home_footer ul li a {
	color:#555;
	font-weight:normal;
	padding: 0 0 3px 0;
}
.home_footer ul li a:hover {
	color:#000;
}
.home_footer ul a {
	letter-spacing: 0.5px;
	font-size: 11px;
}
.home_footer h3  {
	background:url(../_img/arrow-315-small.png) left top no-repeat;
	height:16px;
	color:#333333;
	margin-top:0;
	padding:0 0 1px 20px;
}
/* twitter */
#twitter_update_list {padding:4px 0;text-overflow:ellipses;overflow:hidden;}
#twitter_update_list li span { font-size:12px;display:block;font-weight:bold;}
#twitter_update_list li a {display:block;padding-bottom:4px;white-space:nowrap;}
