/* CSS Document */

h2
{
    color : #d2b431;
	font-weight: bold;
	font-size:150%;
}

#frontpageContent a
{
    text-decoration:none;
    color:#867d78;
    font-weight:bold;
}

hr
{
    width:640px;
    text-align:left;
    color:#f6f3ef;
    background-color:#f6f3ef;
}

#frontpageContainer{
	margin-left:10px;
}
	
#frontpageContent{
	margin-right:10px;
	margin-top:10px;
	width:630px;
	padding-top:13px;
	overflow-x:hidden;
}	

#frontpageContent td
{
    vertical-align:top;
}

#frontpageContainer 
{
    overflow:hidden;
    width:950px;
}

#newsbox {
	float:right;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	overflow: hidden;
	display: block;
	height: 100%;
	background-color:#f6f3ef;
}

#newsbox table
{
    background-color:Transparent;
    width:280px;
    margin:0 10px;
}

#newsbox table td
{
    background-color:Transparent;
    padding-left:8px;
    min-width:6px;
    font-size:11px;
    height:20px;
}

#newsbox table strong
{
    color:#c5b300;
    font-size:180%;
}
	
#newsbox a:link, #newsbox a:visited, {
	color:#867d78;
	font-size:11px;
	margin-bottom:10px;
	font-weight:bold;
	text-decoration:none;
}

#newsbox a:hover, #newsbox a:active{
	color:#686754;
}


#kirkebillede{
	margin-bottom:20px;
}

