/* Overskriver indstillinger i Blueprint
body { 
   font: 1em Georgia, "lucida bright", "times new roman", serif;
}
h1,h2,h3,h4,h5,h6 { 
  font-family: inherit;
}
/* Blueprint ændringer slut */

#content h1 {
	font-size: 150%;	
	margin: 0;
}
#content img {
	margin: 0 0 5px 0;
	vertical-align: text-top;
}

#content p {
	font-size: 80%;
	margin: 0;
}

#content a {
	font-size: 80%;
}

#content table {
	margin-bottom: 5px;
}
#content table td {
	padding: 3px;
}
#content table td table td {
	padding: 0;
}
#content table td table td img {
	margin-right: 5px;
}
#content table.no-border td {
	border: 0;
}

.stor { font-size: 120%; }

.giant {font-size: 150%; }

.fed { font-weight: bold; }

.kursiv { font-style: italic; }

.understreg { text-decoration:underline; }

.gennemstreg { text-decoration: line-through; }

.red { color: #C91216; }

.green { color: #8ea05b; }

.blue { color: #0751A6; }

.black { color: #000; }

.white { color: #fff; }

.block { display: block; }

.no-margin { margin: 0; }

.top-margin { margin-top: 10px; }

.bund-margin { margin-bottom: 10px; }

.left-margin {
	margin-left: 10px;
}
.right-margin {
	margin-right: 10px;
}
.no-border { border: 0; }

.border {border: 1px solid #000; }

.left {
	float: left;
	margin: 0px 5px 5px 0px;
}

.right {
	float: right;
	margin: 0 0px 5px 5px;
}

.center {
	display: block;
	margin: 0 auto;
	text-align: center;
}