﻿/* Kulturkirche Essen
Evang. Stadtkirchenverband Essen
*/

/* Farben
schwarz: #444
linkfarbe: #336666
headlines, hovers, highlights: 990066
Angaben: #336666;
*/

/* Allgemein */

* {
}

body {
  color:#333;
  background:#ECECEC url("../../img/css/back_kulturkirche.gif") no-repeat;
  font-size: 80.01%;
  font-family: Arial,Verdana,Helvetica,sans-serif;
  margin: 0 auto; padding: 0;
}

img, a img {
  border: 0;
}

ul, li {
  list-style-type: square;
}

ol, li {
  list-style-type: decimal;
  margin-top: 1.2em;
}


#wrap {
  background: #fff;
  width: 800px;
  margin-top: 15px;
  margin-left:15px;
  text-align: left;
  padding:0px;
}

#header {
  background:#999999 url("../../img/css/header.jpg") no-repeat top right;
  width: 800px;
  height: 110px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
}


.angaben {
  font-weight: normal;
  color: #333;
  margin-top: 0.8em;
  margin-right: 5em;	
}


.angaben2 {
  font-weight: normal;
  color: #333;
  margin-top: -1.0em;
}	

.angaben3 {
  font-weight: normal;
  color: #555;
  margin-top: 1.0em;
  font-size: 0.9em;
}	

.angaben4 {
  font-weight: normal;
  color: #555;
  margin-top: -2.0em;
  font-size: 0.9em;
}	


.subline {
  font-weight: normal;
  color: #333;
  margin-top: 0.3em
}

.listinghead {
	color: #1E1E1E;
	margin-top: 1.0em;
	margin-bottom: 0.3em;
	line-height: 1.0em;
	font-weight: bold;
}
	
.hervorhebung {
	color: #4B4B4B;
	font-weight: bold;
}

a:link {
  color: #336666;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #990066;
  text-decoration: underline;
  font-weight: bold;
}

a:active {
  color: red;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  text-decoration: none;
  font-weight: bold;
}

/* Grafikwechsel Kulturorte */

#wechsel a {
    background: url(../../img/pic/k_marktkirche_th.jpg) no-repeat;
    display:block; width:225px; /* Linkbereich begrenzen */
  }
  #wechsel img {
    display:block; width:225px; height:75px; border:0;
  }
  #wechsel a:hover img {
    visibility: hidden;
  }
  #wechsel a:hover { /* Workaround fuer IE 5.5 und 6 */
    border:0;
  }
  * html #wechsel a {
    margin-right:1px;
  }
  * html #wechsel a:hover {
    width:226px; margin-right:0; /* Workaround fuer IE 5.01 */
  }
  
/*  */
  

.naviprogramm a:link, #navigation a:visited {
	text-decoration: none;
}

#navigation a:link, #navigation a:visited {
	/* background: url(linkback.gif); */
	padding: 0 0 0 1.2em;
	text-decoration: none;
}

#navigation a:hover{
	background: url(no_linkback_o.gif);
	padding: 0 0 0 1.2em;
	text-decoration: none;
}


p {
  font-size: 1.0em;
  line-height: 1.4em;
}

.intro {
  margin-top: -45px;
  margin-left: 25px;
  line-height: 1.8em;
  font-size: 0.9em;
  color: #369;
}

h6 {
  margin-top: 0;
  margin-bottom: 182px;
  font-size: 1.2em;
  color: #000066;
}


h1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.5em;
  color: #666;
}

h2 {
  font-size: 1.4em;
	margin-top: -0.75em;
	font-weight: bold;
	color: #336666;
	font-family: "Times New Roman", Times, Serif;
}

h3 {
  font-family:"Times New Roman", Times, Serif;
  font-size: 1.1em;
  line-height: 1.6em;
  margin-top: 0;
  color: #666;
  margin-right: 20px; 
}

h4 {
  font-size: 1.4em;
  font-weight: bold;
  color: #666;
}

h5 {
  margin-top: 0;
  font-size: 1.2em;
  color: #990066;
}

#navigationtop {
  padding:0;
  width: 750px;
  height: 3.0em;
  text-align:right;
  font-weight: bold;
  font-size: 0.9em;
  /* margin-top: 0 !important; /* Für nicht-IE-Browser */
  /* margin-top: -15px; /* Für IE */
  /* margin-bottom: 0 !important; /* Für nicht-IE-Browser */
  /* margin-bottom: -15px; /* Für IE */ 

}

#navigationtop ul {
  top: 0;
  margin:0;
  padding: 0;
}

#navigationtop li {
  display: inline;
  top: 0;
  margin:0;
}

#navigation {
  border-right: 0px solid #ccc;
}

ul#navigation {
  float: left; 
  width: 14em;
  font-size: 1.0em;
  line-height: 1.2em;
  margin: 0;
  padding: 0.5em 0em 0.5em 0em;
  margin-top: -25px; 
}

ul#navigation li {
  margin-left: 1.7em;
  margin-top: 0.5em;
  color: #990066;
  list-style-type: none;
 }
 
ul#navigation ul li{
  background: url(linkbacksub.gif);
  margin-left: -1.8em;
  font-size: 0.87em;
  line-height: 1.2em;
  list-style-type: none;
  border-bottom: 0px solid #BEBEBE;
 }
 
  
ul#navigation a {
  font-weight: bold;
}

ul#navigation a:link {
  color: #336666;
}

ul#navigation a:visited {
  text-decoration: none;
}

ul#navigation a:hover {
  color: #990066;
}

ul#navigation a:active {
color: red;
}

#content {
  margin-left: 15.2em;
  width: 69%;
  padding: 0em 2.5em 1.5em 0.5em;
  min-width: 15em; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
  margin-top: -15px;
  border-left: 1px solid #ccc;
}


/* Footer */

#footer {
  float: clear;
  width: 800px;
  height: 40px;
  border-top: 1px solid #666;
  text-align: left;
  background:#999 url("../../img/css/no_footer.jpg");
}

.footerline {
  font-size: 0.9em;
  line-height: 1.6em;
  font-weight: bold;
  background-color: #36666;
  margin-left: 10px;
  color: #fff;
  text-align: center;
}

.footerline a {
  color: #336666;
  text-decoration: none;
}

.footerline a:hover {
  color: #990066;
}


.nachoben {
  font-size: 1.0em;
  line-height: 1.3em;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 20px;
  text-align: right;
}




