body { 
	background-image: url(background.jpg);
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Helvetica, Arial, sans serif;
	color: #777777;
	font-size: 11px;
}

a {
	color: #000077;
	text-decoration: none;	
}

a:hover {
	color: #0000AA;	
}

h1, h2, h3 {
	font-family: Verdana, Helvetica, Arial, sans serif;
	color: #555555;
	font-weight: bold;
	text-decoration: none;
	padding: 0px;	
}

h1 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

h2 {
	font-size: 16px;
	margin-top: 8px;
	margin-bottom: 8px;	
}

h3 {
	font-size: 12px;
	margin-top: 6px;
	margin-bottom: 6px;	
}

p {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 10px;	
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 900px;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	border-left: 2px solid #777777;
	border-right: 2px solid #777777; 
	border-bottom: 1px solid #777777; 
} 

/* ----------banner-------------- */
#banner {
	padding: 0px;
	margin: 0px;
	height: 120px;
}

#banner img, #banner a {
	padding:0px;
	border: none;
	margin: 0px;
}

/*-----------menu---------------*/
#menu {
	background-color: #FFFFFF;
	background-image: url(bg_menu.png);
	background-repeat: repeat-x;
	height: 60px;
	padding: 0px;
	margin: 0px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
    text-align: center;
}

#menu ul li {
    list-style: none;
    font-size: 10px;
    display: block;
    height: 20px;
    width: 117px;
    position: relative;
    float: left;
    border-left: 1px solid #777777;
}

#menu ul #sea,
#menu ul #archiv,
#menu ul #links {
    width: 48px;
}

#menu ul #gebetswoche {
    width: 85px;
}

#menu ul #veranstaltungskalender,
#menu ul #gemeinschaftsprojekt,
#menu ul #stadtpark {
    width: 142px;
}


#menu ul li:first-child {
    border-left: none;
}

#menu ul li a, div.menu ul li span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #777777;
    font-weight: bold;
}

#menu ul li a:hover {
	font-weight: bold;
	color: #000000;
	background-image: url(bg_menu_over.png);
	background-repeat: repeat-x;
}

#menu ul li.active a, div.menu ul li.acitve span {
	background-image: url(bg_menu_active.png);
	background-repeat: repeat-x;
	font-weight: bold;
}

#menu ul li.active a:hover {
	font-weight: bold;
	color: #777777;
	background-image: url(bg_menu_active.png);
}

/* ----------outer und inner----------------- */
#outer{ 
	border-right: solid 240px #5577AA;  /* recht Spalte Farbe  */ 
	background-color: #ffffff; /* Farbe fuer Inhalt Spalten  */
}

#inner{
	margin:0px;
	width:100%;
} /* die IE PC schlaufe */ 

/* --------------news_spalte------------- */
#right {
	width:240px; 
	float:right; 
	position:relative; 
	margin-right:-240px; 
	margin-left:1px;
	background-color: #5577AA;
	color: #FFFFFF;
}

#right #news {
	margin: 5px;
}

#right #alpha {
	margin: 20px;
	margin-top: 0px;
}

#right #alpha img {
	border: none;
}

#right #news h1,
#right #news h2,
#right #news h3,
#right #news p,
#right #news a,
#right #news pre {
	color: #FFFFFF;
}
 
h3.news_header {	
	color: #FFFFFF;
	background-color:  #335577;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border-top: 4px solid #335577;
	border-bottom: 4px solid #335577;
}

/* -----------------Inhalt--------------------- */
#content{ 
	position: relative; 
	margin: 0px; 
}

#content_border {
	margin: 5px;
}

/*  ----------------footer---------------------- */ 
#footer {
	clear:right;
	padding:0px;
	margin:0px;
	height: 67px;
	background-color: #FFFFFF;
	background-image: url(bg_menu.png);
	background-repeat: repeat-x;
	color: #444444;
}

#footer div.left {
	position: relative;
	top: 5px;
	margin: 5px;
	height: 40px;
}

#footer div.center {
	position: relative;
	width: 300px;
	left: 300px;
	top: -40px;
	height: 40px;
	margin: 5px;
	text-align: center;
}

#footer div.right {
	position: relative;
	width: 300px;
	left: 590px;
	top: -85px;
	margin: 5px;
	text-align: right;
}

#footer div.right img {
	border: none;
}

/*  ----------------contact_form---------------------- */ 
form.contact_form input, form.contact_form textarea {
	width: 400px;
	font-weight: normal;
}

tr.missing_data {
	background-color: #FFCC66;
}

form.contact_form td {
	font-weight: bold;
}

/*  ----------------churches---------------------- */ 
div.exp a.exp_even,
div.exp a.exp_odd {
	text-decoration:none;
	color: #333;
	padding: 5px;
	position: relative;
	display: block;
	width: 390px;
	font-size: 10px;
}

div.exp span.exp_header a,
div.exp span.exp_header a:hover {
	color: #FFF;
	font-size: 12px;
	border-top: 4px solid #335577;
	border-bottom: 4px solid #335577;
	font-weight: bold;
	background-color: #335577;
}

div.exp span.exp_header {
	padding: 0px;
	margin: 0px;
	position: relative;
	border-top: 4px solid #335577;
	border-bottom: 4px solid #335577;
	border-left: 4px solid #335577;
	display: block;
	width: 400px;
	background-color: #335577;
}

div.exp a.exp_even, span.exp_divider_even {
	background-color: #FFF;
}

div.exp a.exp_odd, span.exp_divider_odd {
	background-color: #DDD;
}

div.exp a:hover {
	background-color: #BBB;
}

div.exp a span.exp_detail {
	display:none;
}

div.exp a:hover span.exp_detail {
	display:inline;
	position:absolute;
	left: 400px;
	top: 0px;
	border: 5px solid #BBB;
	padding: 5px;
	background-color:#FFF;
	color:#505050;
	font-size: 10px;
	width:200px;
}

div.exp a:hover span.exp_detail img {
	border: none;
}

span.exp_ort {
	position: absolute;
	left: 220px;
}

span.exp_art {
	position: absolute;
	left: 320px;
}

span.exp_divider_even,
span.exp_divider_odd {
	width: 400px;
	display: block;
	border-bottom: 4px solid #335577;
	height: 5px;
}


