/*
* $Id: main.css 263 2007-11-21 19:56:13Z mads $
* :folding=explicit:
*/
body {
	color: #971102;
	font-family: verdena, arial, helvetica, sans-serif;
	font-size: 1em;
	background-color: #ffffff;
}

h1, h2, h3 {
   font-family: "Palatino Linotype", georgia, serif;
   font-weight: lighter;
	margin-top: 0;
}

h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }

/* Standard links */
a:link {	font-weight: bold;	text-decoration: underline; color: #971102; }
a:visited {	font-weight: bold;	text-decoration: underline; color: #971102; }
a:hover {	font-weight: bold;	color: #EFE8C4;	background-color: #971102; }
a:active {	text-decoration: none; }

a img {
	border: none;
}

/**
* {{{ Fotolinks
*/
a.foto img, a.fotoleft img, a.fotoright img {
	border-width: 2px;
	border-color: green;
	border: 2px solid green;
	padding: 4px;
}
a.foto:hover, a.fotoleft:hover, a.fotoright:hover {
		background-color: transparent;
}

a.foto:hover img, a.fotoleft:hover img, a.fotoright:hover img {
	background-color: #dddddd;
	
}
a.fotoleft {
	float: left;
	padding-right: 4px;
}
a.fotoright {
	float: right;
	padding-left: 4px;
}
/* }}} */

a.no {
	border: 0;
}
a.no:link{
	background-color: transparent;
}
a.no:hover {
	background-color: transparent;
}

ul.links {
	list-style-type: none;
}

/**
* Sådan vises det aktuelle nummer i pageren ved billeder
*/
span.current {
	font-weight: bold;
	font-size: 120%;
	color: green;
}

.pris {
	text-align: right;
	font-weight: bold;
	font-size: 140%;
}
.disclaimer {
	text-align: right !important;
	font-size: 80% !important;
	color: #888888 !important;
}
.dateline {
	text-align: left;
	font-size: 80%;
	color: #555555;
	margin-top: 0;
	margin-bottom: 0;
}

.fotograf {
	text-align: right;
	font-size: 70%;
	color: #aaaaaa;
	right: 0;
	left: auto;
	margin-right: 4px;
}

.imageleft, .imageright {
	position: relative;
	border: 1px solid green;
	text-align: center;
	background-image: url(/images/imgbck.png);
	background-repeat: repeat;
	background-position: 0 0;
}
.imageleft {
	float: left;
	margin: 16px 8px 6px 0;
	/*clear: right;*/
}
.imageright {
	float: right;
	margin: 16px 0 6px 8px;
	/*clear: left;*/
}
div>div.imageleft {
	clear: none;
}
div>div.imageright {
	clear: none;
}
.imageleft p, .imageright p {
	text-align: center;
	font-size: 85%;
	color: #777777;
	margin-top: 2px;
	margin-bottom: 0;
}
.imageleft img, .imageright img {
	margin: 4px;
}

.propright {	text-align: right; }
.propcenter {	text-align: center; }
.propbold {	font-weight: bold; }

/*{{{ datagrid - til admin-siderne */
.datagrid {
	background-color: #ccccff;
	border: 2px solid #999999;
	border-collapse: collapse;
	min-width: 60%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.datagrid td, .datagrid th {
	border: 1px solid #999999;
	padding: 1px 3px;
}
.datagrid th {
	border-bottom: 2px solid black;
}
.datagrid th, .datagrid th a {
	background-color: #5555ff;
	color: #ffffff;
	padding-bottom: 3px;
}
/* .datagrid td a {
	background-color: #ccccff;
} */
.datagrid tr.oddRow {
	background-color: #ddddff;
}
.datagrid tr.evenRow {
	background-color: #ccccff;
}
/* }}}*/
