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

a {
	color: #9a9b1c;
	text-decoration: none;
}
a:hover {
	color: #10b7f4;
}
h1 a {
	color: #666;
	text-decoration: none;
}
h1 a:hover {
	color: #9a9b1c;
}
h2 a {
	color: #666;
	text-decoration: none;
}
h2 a:hover {
	color: #9a9b1c;
}
h3 a {
	color: #666;
	text-decoration: none;
}
h3 a:hover {
	color: #9a9b1c;
}
h4 {
	background: url(../style/images/graphics.gif) left top;
	border-top: 3px solid #9a9b1c;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	text-indent: 5px;
	width: 100%;
	padding: 3px 0 3px 0;
	margin: 0 0 5px 0;
	line-height:normal;
}

h4 span {
	color: #999;
}

/* new stuff START 29.10.2007  */

#paperTop {
	height: 80px;
	width: 930px;
}

#paperTop .logoArea img {
	float: left;
}

#paperTop div {
	float: right;
	margin: 5px 0 0 10px;
	height: 70px;
	width: 200px;
	background: #efefef;
}

/* new stuff END 29.10.2007  */


.berlingske h4 {
	background: url(../style/images/graphics.gif) right top;
	border-top: 3px solid #003366;
}

.divider {
	width: 100%;
	height: 3px;
	margin: 0 0 5px 0;
	background: #003366;
	}

/* Footer */

#footer {
	background: #9a9b1c;
	width: 100%;
	text-align: center;
	padding: 10px 0 10px 0;
	line-height: 20px;
	color: white;
	font: 11px Arial, Helvetica, sans-serif;
}
#footer a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Gallery */

.galleryCurl a {
	color: white;
	padding: 4px;
	background: #9a9b1c;
	margin-left: 2px;
	text-decoration: none;
}

.galleryCurl a:hover {
	background: #00b6f9;
}

.galleryCurl .selected {
	border-bottom: 2px solid #0085b6;
}

