@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82.5%;
	background-color: #FFFFFF;
	background-repeat: repeat;
	background-image: url(images/GodtMedLogo_bg_570x500.gif);
	line-height: 1.4em;
}
p a, p a:visited, a:focus, a{
	color: #474;
	border: none;
}
#container  {
	width: 950px;
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #474;
	border-left-color: #474;
} 
#content_100 {
	width: 660px;
	margin-left: 40px;
	float: left;
}
#kirke {
	background-image: url(images/kirken_02.jpg);
	background-repeat: no-repeat;
	height: 280px;
	width: 200px;
	margin-bottom: 16px;
	background-position: top;
}
#topbar {
	background-image: url(images/topbar_03.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 700px;
}
#top_two {
	height: 96px;
	width: 112px;
	float: right;
}
.topnav a{
	width: 112px;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 14px;
	vertical-align: text-bottom;
	padding-top: 12px;
	text-indent: 12px;
	float: right;
}
.topnav a:hover {
	color: #474;
}
#nav2 {
	float: right;
	width: 112px;
	height: 150px;
	font-weight: bold;
	background-color: #474;
	background-image: url(images/nav2_background.jpg);
	margin: 0;
	padding: 0;
}
#nav2 ul {
	padding: 0;
	font-size: 10px;
	list-style-type: none;
	margin: 0;
	margin-top: 2px;
}
#nav2 ul  li{
	margin-top: 6px;
	height: 18px;
}
#nav2 ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding-left: 12px;
}
#nav2 ul li a:hover , #nav2 ul li a.selected{
	color: #474;
	background-color: #FFF;
}
#main  {
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 700px;
	float: right;
} 
#navigation  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-weight: bold;
	margin-left: 25px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	border-bottom: 1px solid #BBCCBB;
	text-indent: 12px;
}
#navigation li  {
	border-top: 1px solid #BBCCBB;
}
#navigation li a:link ,     #navigation li a:visited{
	text-decoration: none;
	display: block;
	color: #447744;
	height: 22px;
	padding-top: 2px;
}
#navigation ul li a:hover , #navigation ul li a.selected{
	color: #FFF;
	background-image: url(images/22.jpg);
}
#navigation ul ul {
	font-size: 10px;
	text-indent: 24px;
	border-bottom: none;
	padding: 0;
}
#navigation ul ul li {
	margin: 0;
}#navigation ul ul li a:link, #navigation ul ul li a:visited {
	text-decoration: none;
	display: block;
	color: #447744;
	height: 18px;
	padding-top: 1px;
}
#footer {
	padding-left: 264px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
}
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	text-align: left;
	font-size: 11px;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 20px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1  {
	color: #447744;
	font-size: 180%;
	padding-top: 0px;
	margin-top: 4px;
}
h2 {
	font-size: 140%;
	margin-top: 32px;
	line-height: 120%;
}
h3 {
	font-size: 110%;
}
.nulover {
	margin: 0px;
	padding: 0px;
}
.green {
	color: #447744;
}
h4 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: -12px;
}
#navigation ul ul li a:hover {
	color: #FFF;
	background-image: url(images/18.jpg);
}
#navigation ul ul li a.selected {
	color: #FFF;
	background-image: url(images/18.jpg);
}
body {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content_50_1 {
	width: 315px;
	float: left;
}
#content_50_2 {
	width: 315px;
	margin-left: 20px;
	float: right;
}
hr {
	background-color: #BBCCBB;
	color: #BBCCBB;
}
#content_520 {
	width: 520px;
	margin-left: 40px;
	float: left;
}
.medlemmer {
	height: 150px;
	width: 315px;
	float: left;
	clear: left;
}
.notop {
	margin-top: 0px;
	padding-top: 0px;
}
.clflt {
	clear: both;
}
#content_600 {
	width: 600px;
	float: left;
	padding: 20px;
	border: 2px solid #363;
	background-color: #E4FEE8;
}
.width100pct {
	width: 100%;
}
.annonce {
	font-weight: normal;
	padding: 12px;
	background-color: #447744;
	color: #fff;
	margin-top: 150px;
	float: left;
}
.annonce a {
	color: #fff;
}
.spalte_315 {
	width: 315px;
	margin-right: 5px;
	float: left;
}
.width_660 {
	float: left;
	width: 660px;
}
.column_315_2 {
	float: left;
	width: 315px;
	margin-left: 30px;
}
.column_315 {
	float: left;
	width: 315px;
}
.hidden {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

