/*

Layout

*/

body {
	behavior: url("fileadmin/templates/csshover.htc");
	margin: 0px;
        
}

#wrapper {
	position: relative;
	margin-top: 20px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
        

}

#header {
	height: 210px;
	position: relative;
	background-image: url("images/header3.png"); 
	background-repeat: no-repeat;
	background-position: bottom;
}

h1#logo {
	margin: 0;
	padding: 0;
	border: 0;
}

h1#logo a {
	position: absolute;
	height: 37px;
	width: 235px;
	text-indent: -900em;
	background-image: url('images/sentrumkirken-logo.gif');
	border: none;
}

#breadcrumb {
	text-align: right;
	position: absolute;
	right: 0;
	width: 400px;
	color: #333333;

}

#navigation {
	position: absolute;
	bottom: 0px;
	top: 46px;
	background: #E3E8EE;
	width: 165px;
	height: 162px;
	border-top: 0px solid #96ABBC;
	border-bottom: 2px solid #96ABBC;
}

#content {
	position: relative;
	width: 900px;
	

        
}

#footer {
	position: relative;
	background: #6B8292;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 900px;
	border-bottom: 1px solid white;
}

#bottom {
	position: relative;
	width: 900px;
	height: 60px;
	background: #84A0B5;
}

.clearer {
	clear: both;
	height: 1px;
}

fieldset {
	border: none;
}

/*

Styling

*/


body, textarea, input, select {
	font-size: 11px;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
}

textarea, select, input, button {
	margin: 0px;
	color: #333333;

}

form {
	margin: 0;
	padding: 0;
}

form label {
	display: block;
}

#content p,
#content ul
{
	margin-top: 0px;
	margin-bottom: 12px;
	color: black;
}

#content a,
#breadcrumb a
{
	color: black;
}

#content a:hover,
#breadcrumb a:hover
{
	background: #96ABBC;
	color: white;
	text-decoration: none;
}

h1 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12pt;
	font-weight: bold;
	color: #84A0B5;
	border-bottom: 1px dashed #84A0B5;
}

#footer p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: white;
}

#footer a {
	color: white;
}

#footer a:hover {
	background: white;
	color: #6B8292;
}

#footer p img {
	vertical-align: bottom;
}

.csc-mailform p {
	margin: 0px;
}

.csc-sword {
	background: #FF7150;
	color: white;
}

.csc-frame-rulerBefore {
	border-bottom: 1px dashed #84A0B5; 
}

.imgtext-table, .csc-header, .imgtext-nowrap {
	clear: both;

}


/*

Two column boxes

*/


.box-1,
.fifty_fifty_boxone,
.thirty_seventy_boxone,
.seventy_thirty_boxone { 
	float: left;
}

.box-2,
.fifty_fifty_boxtwo,
.thirty_seventy_boxtwo, 
.seventy_thirty_boxtwo { 
	float: right; 
}

.two-box {
	background: url('images/two-box-bg.png') repeat-y;
}

.two-box .box-1 {
	width: 590px;
	padding-right: 10px;
}

.two-box .box-2 {
	width: 290px;
	padding-left: 10px;
}

.two-box .box-2 h1 {
	font-size: 10pt;
	margin-bottom: 5px;
}

.fifty_fifty_boxone {
	width: 49%;
}
.fifty_fifty_boxtwo {
	width: 50%;
}
.thirty_seventy_boxone,
.seventy_thirty_boxtwo { 
	width: 29%; 
}
.seventy_thirty_boxone,
.thirty_seventy_boxtwo { 
	width: 70%; 
}


/*

Tables

*/

.contenttable p {
	margin: 0px;
}

.contenttable td {
	padding: 2px;
}

.contenttable .tr-0 {
	font-weight: bold;
	background: #dcddde;
	text-align: center;
}

.contenttable .tr-odd {
	background: #f1f1f2;
}

.contenttable .tr-even {
	background: #ededee;
}

.contenttable-3 .td-0 p {
	white-space: nowrap;
}


.box-2 .contenttable td {
	padding: 1px;
}

.box-2 .contenttable .tr-0 {
	font-weight: bold;
	background: none;
	text-align: center;
}

.box-2 .contenttable .tr-odd {
	background: #e9f3fa;
}

.box-2 .contenttable .tr-even {
	background: none;
}




/*

Main navigation

*/

#header {
	z-index: 100;
}

#content {
	z-index: 70;
}


#navigation ul {
	border-top: 18px solid #C8D6E1;
}

#navigation ul ul {
	border-top: none;
}

#navigation ul,
#navigation ul li
{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation {
	font-family: Tahoma;
	font-size: 10px;
}

#navigation a {
	text-transform: uppercase;
	background: #E3E8EE;
	display: block;
	color: #555;
	text-decoration: none;
	padding: 3px 6px 0 6px;
	width: 151px;
	border-bottom: 1px solid #C8D6E1;
	border-right: 1px solid #C8D6E1;
	height: 16px;
}

#navigation ul ul a {
	text-transform: none;
}

#navigation li.sub {
  margin-bottom: -12px; 
}

html[xmlns] #navigation li.sub { 
  margin-bottom: 0;
}

#navigation ul ul,
#navigation ul ul ul,
#navigation ul ul ul ul
{
	position: absolute;
	visibility: hidden;
	margin: -20px 0 0 164px;
}

#navigation ul li:hover ul ul,
#navigation ul ul li:hover ul ul,
#navigation ul ul ul li:hover ul ul
{
	visibility: hidden;
}

#navigation li:hover ul,
#navigation ul li:hover ul,
#navigation ul ul li:hover ul,
#navigation ul ul ul li:hover ul
{
	visibility: visible;
}

#navigation a.sub
{
	background: #E3E8EE url('images/arrow_darkgray.gif') 150px 7px no-repeat;
}


#navigation a:hover,
#navigation a.active
{
	background: #FF7150;
	color: white;
}


#navigation a.sub:hover,
#navigation a.activesub,
#navigation a.activesub:hover
{
	background: #FF7150 url('images/miniarrow_white.gif') 150px 7px no-repeat;
	color: white;
}



/**

Printing

*/


@media print {
	#header, #footer, #bottom {
		display: none;
	}
	
	body, p, div, #content p, #content ul {
		font-size: 10pt;
		color: black;
	}

	h1 {
		font-size: 16pt;
		color: black;
		border-bottom: 1px dashed black;
	}
}


/*

Gallery

*/


form {
	padding: 0;
	margin: 0;
}


.tx-lzgallery-pi1-searchbox {
	display: none;
}

#tx-lzgallery-pi1-listing {
	width: 100%;
}

#tx-lzgallery-pi1-listing tr.line1 {
	background: #84A0B5;
}

#tx-lzgallery-pi1-listing tr.line1 td, #tx-lzgallery-pi1-listing tr.line1 a {
	padding: 2px;
	color: white;
}

#tx-lzgallery-pi1-fotos {
	margin: 0 auto;
}
