/*
* $Id: main.css,v 1.6 2003/09/30 16:08:33 gartneri Exp $
*/
body {
    color: #000;
    font-family: verdena, arial, helvetica, sans-serif;
    font-size: 0.8em;
    line-height: 130%;
    padding: 0;
    margin: 0;
    background-color: #ccc;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
	color: #3C4E7A;
}

.uc {
	text-transform: uppercase;
}
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4 {font-size: 110%; }

/*
* Standard links
*/
a {
    font-weight: bold;
    text-decoration: underline;
    color: #3C4E7A;
}
a:hover {
    background-color: #3C4E7A;
    text-decoration: none;
    color: #fff;
}
a:active {
    text-decoration: none;
}

.dato {
    font-size: 90%;
    color: #888;
}

hr {
    /* margin-right: 20px; */
    color: #3C4E7A;
}
/*
* Streg-adskillelse i menuen
*/
.menudivider {
    background-color: #fff;
    width: 100%;
    height: 2px;
    font-size: 1px;
    margin: 7px -10px;
}

/*
* Hele siden er bygget op om denne tabel
*/
table.main {
	background-color: #fff;
    border: none;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
    width: 100%;
    border-collapse: collapse;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	background-image: url("/images/nyt/baggrund.png");
	background-position: 60% 75%;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
table.main .top {
    /* height: 70px; */
}
table.main .bund {
    height: 400px;
}
table.main .venstre {
    background-image: url("/images/nyt/baggrund-menu-td.png");
    width: 170px;
	background-repeat: repeat-y;
	padding-left: 10px;
}
table.main .head {
    padding-left: 8px;
}
table.main .indhold {
    text-align: left;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
}
table.main td.menu {
    color: #ffffff;
    font-size: 90%;
    font-weight: bold;
    padding-top: 15px;
    /* padding-right: 4px; */
    vertical-align: top;
}
table.main .fod {
    margin-top: 15px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background-color: #8C90AD;

}
table.main .fod a {
    color: #fff;
    text-decoration: none;
    font-size: 70%;
}
table.main .fod a:hover {
    color: #3C4E7A;
    text-decoration: none;
    background-color: #fff;
}

table.main .dagensordBarLeft,
table.main .dagensordBarRight {
	background-image: url("/images/nyt/baggrund-dagensord.png");
	padding-top: 4px;
	padding-bottom: 4px;
	color: #fff;	
	vertical-align: center;
}
table.main .dagensordBarLeft {
	text-align: right;
	font-size: 1.8em;
}
table.main .dagensordBarRight {
	text-align: left;
	font-size: 0.9em;
	padding-left: 4px;
	padding-right: 8px;
}

.bibelcitater {
	font-size: 75%; 
	font-style: italic; 
	color: #aaaaaa;
}

/*
* Text-styles
*/
.center {
    text-align: center;
    display: block;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
strong, .fed {
    font-weight: bold;
}
em, .kursiv {
    font-style: italic;
}

a img {
    border: 0;
}

/*
* Link uden hover
*/
a.plain {
    border: 0;
}
a.plain:link{
    background-color: transparent;
}
a.plain:hover {
    background-color: transparent;
}

/*
* Labels til formularer
* Et felt som skal udfyldes har class="label required"
*/
.label {
    text-align: right;
    padding-right: 5px;
}
.required {
    font-weight: bold;
}

/*
* Standard formularer
*/
table.form, table.admin {
    width: 99%;
    padding: 15px;
    border: 1px solid #666;
    vertical-align: top;
    margin-right: 10px;
}
table.form td, table.admin td {
    vertical-align: top;
}
input, textarea {
    width: 400px;
    border: 1px solid #666;
}
textarea {
    height: 200px;
}
input.submit {
    width: auto;
    font-weight: bold;
}
input.check {
    width: auto;
    border: none;
}
textarea.stortekst {
    height: 350px;
}
textarea.lilletekst {
    height: 100px;
}
input.dag {
    width: 40px;
}
input.aar, input.short {
    width: 80px;
}

table.form {
    background-color: #eee;
}
.inputinfo p {
    border: 1px solid #000;
    background-color: #fee;
    padding: 5px;
    font-size: 110%;
    margin-top: 10px;
}
/*
* Formular i /admin/ - har anden baggrundsfarve for at man tydeligt kan se man er i admin
*/
table.admin {
    background-color: #fdd;
}
/*
* Knap-panel til formattering af tekst (over input-felter)
*/
#editarea_editorPanel {
    border: 3px outset #ddd;
    background:#ccc;
    margin:1em 0 1em 0;
    padding:.1em;
}
#editarea_editorPanel input{
    width: auto;
    margin:.1em;
    /*font-size: 80%;*/
    font-weight: bold;
    background-color: #aaa;
}
#editarea_editorPanel select{
    width: auto;
    margin:.1em;
    /*font-size:1em;*/
}
#editarea_editorPanel .seperator{
    width:2px;
    padding:0;
    border:none;
    border-left: 2px ridge #ddd;
}
#editarea_editorPanel hr {
    display:block;
    margin:0 .5em 0 .5em;
    padding:0;
    float:left;
    clear:none;
    border:1px solid #999;
}
#editarea {
    width:99%;
    display:block;
}

/*
* Udseende af popup-vinduer (hjælp oa.)
*/
#popup {
    padding: 4px 8px;
    background-color: #3C4E7A;
    color: #fff;
}

div.menu {
    padding-left: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*
* Boks med præsentation af præster oa.
*/
div.praesentation {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #000;
    background-color: #ddd;
    /*font-style: italic;*/
    /*padding: 10px 10px 0 10px;*/
    padding: 10px 0 0 0;
    margin-bottom: 10px;
}
div.praesentation img {
    float: left;
    margin-right: 10px;
    border: 1px solid #000;
    margin-bottom: 10px;
    margin-left: 10px;
}
div.praesentation p {
    margin-right: 10px;
}

/*
* Udseende af "link" som ikke er klikbare
*/
.disabled {
    color: #aaa;
}


/*
* Tabellen som kalenderen er bygget op af.
*/
table.kalender {
    border-collapse: collapse;
    margin-left: 25px;
    margin-right: 25px;
    border: 2px solid #888;
    width: 90%;
}
.kalender td {
    padding: 1px 2px;
    text-align: left;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
}
tr.kr1:hover, tr.kr2:hover, tr.kr_sel {
    background-color: #ddf;
}
table.kalender a {
    display: block;
    width: 100%;
    text-decoration: none;
}
.kalenderlabel {
    font-weight: bold;
    color: #000;
}
table.kalender a:hover {
    background-color: transparent;
    color:  #3C4E7A;
}
.kr1 {
    background-color: #eee;
}
.kr2 {
    background-color: #eef;
}
/*
* Sådan vises et arrangement
*/
div.arrangement, div.arrangementoverskrift {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #888;
}
div.arrangement {
    padding: 10px;
}
div.arrangementoverskrift {
    background-color: #ddd;
    margin-bottom: 3px;
    padding: 1px 10px;
}
div.arrangementoverskrift th{
    border: none;
}

/*
* Tabellen som links-grupper vises i
*/
table.grupper {
    border-collapse: collapse;
    margin-left: 25px;
    margin-right: 25px;
    width: 90%;
}
/*
* Tabellen som links vises i
*/
table.links {
    border-collapse: collapse;
    margin-left: 25px;
    margin-right: 25px;
    width: 90%;
    border: 2px solid #888;
}
table.links td, th {
    padding: 1px 3px;
}
table.links th {
    background-color: #ddd;
}

/*
* Tabellen som log-entries vises i
*/
table.log {
    border-collapse: collapse;
    margin-left: 25px;
    margin-right: 25px;
    border: 2px solid #000;
    width: 90%;
}
.log td, th {
    padding: 1px 2px;
    text-align: left;
    border: 1px dotted #000;
}
.log th {
    /*font-size: 80%;*/
    background-color: #ddd;
}

/*
* Sådan vises et "Citat fra" på dagensord
*/
.citat {
    color: #fff;
    font-style: italic;
    margin-left: 25px;
}

/*
* Sådan vises oversigten over Månedens gæster
*/
table.mg {
}
table.mg h4 {
    margin-bottom: 1px;
}
table.mg p {
    margin-top: 0;
}
table.mg td {
    vertical-align: top;
    padding-right: 10px;
}
table.mg tr {
    margin-bottom: 15px;
}
table.mg .mgdato {
    font-size: 80%;
    color: #aaa;
}

/*
* Listen over kirker
*/
.kirkeliste {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
.kirkeliste ul {
    margin-bottom: 10px;
}
.kirkeliste h3 {
    margin-bottom: 8px;
}

/*
* Telefonlisten
*/
table.telefonliste {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #3C4E7A;
    margin-bottom: 25px;
}
table.telefonliste td {
    vertical-align: top;
    padding: 3px 2px;
}
table.telefonliste td.kirke {
    padding: 5px;
}
table.telefonliste th {
    border: 1px solid #3C4E7A;
    color: #fff;
    background-color: #3C4E7A;
    font-weight: bold;
    text-align: left;
    padding: 10px 2px 0 2px;
}
table.telefonliste .tlflige {
    background-color: #fff;
}
table.telefonliste .tlfulige {
    background-color: #ddd;
}
/*
* Hjælpere
*/
div.spacer {
    clear: both;
    height: 1px;
    line-height: 1%;
    font-size: 1px;
    width: 20px;
}

/*
* Tabellen som postkort-kategorier vises i
*/
table.postkat {
    border-collapse: collapse;
    margin-left: 25px;
    margin-right: 25px;
    width: 90%;
}
.postkat td, postkat_item {
    width: 33%;
    text-align: center;
}

/*
* Tabellen som postkort-billeder vises i
*/
table.postkort {
    border-collapse: collapse;
    margin-left: 25px;
    margin-right: 25px;
    /*border: 2px solid #000;*/
    width: 90%;
    vertical-align: top;
}
/*
.postkort td, th {
    padding: 2px 2px;
    text-align: center;
    vertical-align: bottom;
    border: 1px dotted #000;
}
*/
.postkort td, th {
    padding: 2px 2px;
    text-align: center;
    vertical-align: bottom;
}
span.postkortimage img {
    padding: 10px;
    /*border: 1px solid #000;*/
    margin: 0;
}
.postkort th {
    /*font-size: 80%;*/
    background-color: #ddd;
    border: 2px solid #000;
}
td.pk {
    width: 33%;
    vertical-align: top;
}

td.pk:hover, td.pk_sel {
    background-color: #ddf;
    width: 33%;
    vertical-align: top;
}
table.postkort a {
    display: block;
    width: 100%;
    text-decoration: none;
}
table.postkort a:hover {
    background-color: transparent;
    color:  #3C4E7A;
}
/*
* Vis postkort
*/
table.vp {
    width: 100%;
    border: 1px solid #000;
    padding: 10px;
}
.vp_content {
    width: 70%;
    vertical-align: top;
    padding: 10px;
}
.vp_address {
    width: 30%;
    vertical-align: top;
    border-left: 1px solid #000;
    padding: 10px;
}
.vp_overskrift {
}
.vp_underskrift {
    font-style: italic;
    text-align: right;
}
.pk_fotograf {
    font-style: italic;
    font-size: 80%;
}

/*
** Jule-visninger
*/
#julebox {
    background-repeat: no-repeat;
    background-image: url(/images/gran.jpg);
    background-position: top left;
    min-height: 400px;
    padding-left: 60px;
}
#innerjulebox {
    background-repeat: no-repeat;
    background-image: url(/images/julebaggrund.png);
    background-position: top center;
    min-height: 400px;
}

.juldato {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 90%;
}
