/* Generelt: farver, fonte, osv. */

html, body {
	background-color: #006400;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

A {
	color: black;
	text-decoration: underline;
}

.contenttable, table table td
{
	background-color: #FFFFFF;
	empty-cells: show;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;		/* ændret 29.08.06 fra 12px */
	border: 4px white ridge;
	margin-left: auto;
	margin-right: auto;

}

.boxTilbage
{
	margin-top: 5px;
	text-align: left;
	height: 15px;
	border-width: thin;
	border-style: none;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

.boxMain
{
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-width: thin;
	border-style: none;
	width: 680px;
	text-align: left;
}

/* Ny bottom */
.bottomLogo img {
	margin-left: 5px;
	float: left;
}
.bottomLogo p {
	padding-top: 5px;
	font-size: 10px;
	margin: 0;
	text-align: center;
}

.bottomLogo {
	width: 310px;
}

hr {
	color: #006400;
}
h1 {
	margin-top: 12px;
	font-size: 24px;
	color: #009;
	text-align: left;
}

h2 {
	color: #009;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}



/* til at Skrive "Børsen's Nyhedstjeneste" i Feeds*/
h2 span {
	font-size: 10px;
	color: #000;
	font-weight: normal;
}
h3 {
	font-size: 14px;
	color: #996600;
}


/*  formularne til at se pæne ud */
table table {
	position: relative;
	left: -2px;
	padding: 0;
	margin: 0;
}
table table th {
	font-size: 12px;
	padding: 0;
}

table table td {
	border: none;
	white-space: nowrap;
}

td.right {
	text-align: right;
}

table table img {
	margin-left: 2px; 
	vertical-align: bottom;
}

td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

input {
	padding: 0;
}

.boxNext
{
	font-size: 10px;
	text-align: right;
	border-top: 2px #006400 solid;
	clear: both;
	margin: 0;
	padding: 0;
}

/* Arrows skal på plads */
.boxNext img {
	position: relative;
	top: 5px;
}

/* Styles til boghylden */

/* Billeder */
img {
	border: none;
}

#boghylde {
	padding: 0;
	margin: 0;
}

#boghylde li {
	list-style: none;
}

#boghylde li a {
	margin-top: 5px;
	padding: 5px; 
	height: 109px;
	color: #000;
	text-decoration: none;	
	display: block;
}

#boghylde li a:hover {
	background-color: #ddf;
}
#boghylde li a span {
	display: block;
}
#boghylde li a img {
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

.booktitle {
	margin-bottom: 16px;
	color: #00f;
}

.author {
	margin-top: 16px;
}


/* kampagner */

img.kampagne {
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.kampagneleft {
	float: left;
	margin-right: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
}

li.kampagne {
	list-style-position: outside;
	list-style-type: circle;
	line-height: 150%;
	margin-left: -10px;
}
/* kampagner slut*/

/* Partnere */
img.partner {
	float: left;
	margin-right: 20px;
	left-margin: 20px;
}

h1.partner, h2.partner {
	padding-top: 0;
	margin-top: 0;
	line-height: 0.8em;
}

h1.partner span, h2.partner span {
	font-size: 12px;
}

address {
	font-style: normal;
}
/* Partnere  slut*/

/* mødebooking */
#booking {
	width: 450px;
}

#booking td, #booking th { 
	background-color: #eee;
	text-align: center;
}

/* Innovia's bibliotek */
#bib {
}

#bib td, #bib th {
	background-color: #eee;
	white-space: normal;
	padding: 0 5px 0 5px;
}


.afstemning {
	float: left;
	margin: 15px 10px 10px 0;
	width: 180px;
	padding: 0;
	background: #FFFFFF url("billeder/forside/border_bottom.gif") no-repeat bottom left;
}

.afstemning p {
	width: 180px;
	margin: 0;
	padding: 20px 0 10px 0;
	background: white;
	font-weight: bold;
	text-align: center;
}

h1.poll  {
	background: #FFFFFF url("billeder/forside/border_top.gif") no-repeat top left;
	font-size: 11px;
	padding: 10px;
	width: 160px;
	margin: 0;
	color: black;
}
.afstemning form {
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 0;
}

.afstemning table {
    width: 160px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.afstemning table td {
	white-space: normal;
	font-size: 10px;
}


.afstemning label {
	padding-top: 1px;
	font-size: 10px;
	display: block;
	margin: 0 0 0 25px;
    text-indent: -21px;
    //text-indent: -20px; /* IE hack */
}

.afstemning input.radio {
	height: 10px;
}

.afstemning input.submit
{
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	float: right;
}

div.submit {
	height: 30px;
	float: none;
	clear: both;
}

.right {
	text-align: right;
}

.hoejre {
	float: right;
	margin: 15px 10px 10px 10px;
}


.kampagneleft {
	float: left;
	margin: 2px 20px 10px 0px;
}

.editdate
{
	font-size: 9px;
	color: gray;
	margin-bottom: 0;
	margin-top: 4em;
}

.buttonlong {
	background-color: #ffffff;
	font-family: Tahoma;
	font-weight: normal;
	color: #009;
	width: 100px;
}

