@import url(http://fonts.googleapis.com/css?family=Ubuntu:700,400);

body {
	font: 12px Verdana, sans-serif;
	background: white url('jackback.png') no-repeat top right;
}

h1, h2, h3, h4 {
	font-family: 'Ubuntu' sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 24px;
}

h1 strong {
	font-weight: 700;
}

h3 {
	font-weight: 700;
}

a {
	outline: none;
}

a img {
	border: none;
}

.header {
	display: block;
	clear: both;
}

.header img {
	margin: 0;
}

.silent
{
	color: grey;
	font-style: italic;
}

#indhold
{
	float: left;
	overflow: hidden;
}


#leftcontent,
#rightcontent
{
	width: 450px;
	float: left;
}
#leftcontent {
	margin-right: 3em;
}


.blogdato
{
	color: gray;
}

.almindelig
{
	padding-bottom: 2em;
	margin-bottom: 2em;
	border-bottom: 1px dashed gray;
}

.almindelig img,
.almindelig iframe
{
	max-width: 450px;
	width: expression(this.width > 400 ? 400: true);
}

.almindelig ul
{
	padding-left: 2em;
}

.almindelig ul li
{
	list-style-type: circle;
	line-height: 1.5em;
}

.popup_almindelig
{
	font-size: 8pt;
	padding-bottom: 20px;
	line-height: 1.3em;
	padding-top: 10px;
	padding-right: 100px;

}

.underoverskrift
{
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-decoration: none;
}


.overskrift {
    border-bottom: 0.5em solid gray;
    color: gray;
    font-size: 2em;
    line-height: 1.5em;
}

a:link
{
	color: #000000;
	text-decoration: underline;
}

a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #546738;
	text-decoration: none;
}

a:active
{
	color: #000000;
	text-decoration: none;
}

#menu a {
	display: block;
	font-weight: bold;
}

#menu a[target='_blank'] {
	font-weight: normal;
}

#menu a.visited {
	color: #000000;
}

img {
	margin: 1em 0 1em 0;
}

img.almindelig
{
	float: right;
	overflow: visible;
	position: relative;
	clear: both;
	margin: 5px;
	padding: 5px;
}


.bunden
{
	font-size: 8pt;
	padding-bottom: 20px;
	line-height: 1.5em;
	padding-top: 10px;
	position: relative;
	margin: 31px;
	padding: 20px;
	color: #999999;
}

img.linkimg {
	position: relative;
	right: -3px;
	top: 1px;
	border-style: none;

}

img.linkimg:hover {
	opacity: 0.45;
}

